var/cache/dev/Container2vxZV5x/App_KernelDevDebugContainer.php line 9211

Open in your IDE?
  1. <?php
  2. namespace Container2vxZV5x;
  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.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43. '.container.private.session' => 'get_Container_Private_SessionService',
  44. '.container.private.twig' => 'get_Container_Private_TwigService',
  45. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46. 'App\\Controller\\AdhesionController' => 'getAdhesionControllerService',
  47. 'App\\Controller\\AdminController' => 'getAdminControllerService',
  48. 'App\\Controller\\CandidatController' => 'getCandidatControllerService',
  49. 'App\\Controller\\CommuneController' => 'getCommuneControllerService',
  50. 'App\\Controller\\CommuniqueController' => 'getCommuniqueControllerService',
  51. 'App\\Controller\\CotisationController' => 'getCotisationControllerService',
  52. 'App\\Controller\\DonController' => 'getDonControllerService',
  53. 'App\\Controller\\FederationController' => 'getFederationControllerService',
  54. 'App\\Controller\\ForumController' => 'getForumControllerService',
  55. 'App\\Controller\\MembreController' => 'getMembreControllerService',
  56. 'App\\Controller\\PayementController' => 'getPayementControllerService',
  57. 'App\\Controller\\ProvinceController' => 'getProvinceControllerService',
  58. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  59. 'App\\Controller\\StatistiqueController' => 'getStatistiqueControllerService',
  60. 'App\\Controller\\TestController' => 'getTestControllerService',
  61. 'App\\Controller\\UserController' => 'getUserControllerService',
  62. 'App\\Controller\\VilleController' => 'getVilleControllerService',
  63. 'App\\Service\\MailerService' => 'getMailerServiceService',
  64. 'App\\Service\\NotificationService' => 'getNotificationServiceService',
  65. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  66. 'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  67. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  68. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  69. 'cache.app' => 'getCache_AppService',
  70. 'cache.app_clearer' => 'getCache_AppClearerService',
  71. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  72. 'cache.system' => 'getCache_SystemService',
  73. 'cache.system_clearer' => 'getCache_SystemClearerService',
  74. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  75. 'cache_warmer' => 'getCacheWarmerService',
  76. 'console.command_loader' => 'getConsole_CommandLoaderService',
  77. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  78. 'data_collector.dump' => 'getDataCollector_DumpService',
  79. 'doctrine' => 'getDoctrineService',
  80. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  81. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  82. 'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  83. 'error_controller' => 'getErrorControllerService',
  84. 'event_dispatcher' => 'getEventDispatcherService',
  85. 'http_kernel' => 'getHttpKernelService',
  86. 'knp_snappy.image' => 'getKnpSnappy_ImageService',
  87. 'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  88. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  89. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  90. 'request_stack' => 'getRequestStackService',
  91. 'router' => 'getRouterService',
  92. 'routing.loader' => 'getRouting_LoaderService',
  93. 'services_resetter' => 'getServicesResetterService',
  94. 'translator' => 'getTranslatorService',
  95. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  96. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  97. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  98. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  99. 'cache_clearer' => 'getCacheClearerService',
  100. 'filesystem' => 'getFilesystemService',
  101. 'serializer' => 'getSerializerService',
  102. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  103. 'form.factory' => 'getForm_FactoryService',
  104. 'form.type.file' => 'getForm_Type_FileService',
  105. 'profiler' => 'getProfilerService',
  106. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  107. 'security.token_storage' => 'getSecurity_TokenStorageService',
  108. 'twig' => 'getTwigService',
  109. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  110. 'session' => 'getSessionService',
  111. 'validator' => 'getValidatorService',
  112. ];
  113. $this->aliases = [
  114. 'database_connection' => 'doctrine.dbal.default_connection',
  115. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  116. ];
  117. $this->privates['service_container'] = function () {
  118. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  119. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  120. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  121. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  124. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  125. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  126. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  447. include_once __DIR__.'/proxy-classes.php';
  448. };
  449. }
  450. public function compile(): void
  451. {
  452. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  453. }
  454. public function isCompiled(): bool
  455. {
  456. return true;
  457. }
  458. public function getRemovedIds(): array
  459. {
  460. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  461. }
  462. protected function createProxy($class, \Closure $factory)
  463. {
  464. return $factory();
  465. }
  466. /**
  467. * Gets the public '.container.private.cache_clearer' shared service.
  468. *
  469. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  470. */
  471. protected function get_Container_Private_CacheClearerService()
  472. {
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  475. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  476. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  477. }, 1));
  478. }
  479. /**
  480. * Gets the public '.container.private.filesystem' shared service.
  481. *
  482. * @return \Symfony\Component\Filesystem\Filesystem
  483. */
  484. protected function get_Container_Private_FilesystemService()
  485. {
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  487. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  488. }
  489. /**
  490. * Gets the public '.container.private.form.factory' shared service.
  491. *
  492. * @return \Symfony\Component\Form\FormFactory
  493. */
  494. protected function get_Container_Private_Form_FactoryService()
  495. {
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  498. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  499. if (isset($this->services['.container.private.form.factory'])) {
  500. return $this->services['.container.private.form.factory'];
  501. }
  502. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  503. }
  504. /**
  505. * Gets the public '.container.private.form.type.file' shared service.
  506. *
  507. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  508. */
  509. protected function get_Container_Private_Form_Type_FileService()
  510. {
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  514. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  515. }
  516. /**
  517. * Gets the public '.container.private.profiler' shared service.
  518. *
  519. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  520. */
  521. protected function get_Container_Private_ProfilerService()
  522. {
  523. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  524. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  525. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  526. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  527. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  528. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  529. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  530. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  531. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  532. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  533. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  534. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  535. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  536. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  537. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  538. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  539. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  540. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  541. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  542. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  543. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  544. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  545. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  546. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  547. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  548. if ($this->has('kernel')) {
  549. $g->setKernel($b);
  550. }
  551. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  552. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  553. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  554. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  555. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  556. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  557. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  558. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  559. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  560. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  561. $instance->add($d);
  562. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  563. $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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));
  564. $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())));
  565. $instance->add($e);
  566. $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([])))));
  567. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  568. $instance->add($f);
  569. $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()))));
  570. $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()))));
  571. $instance->add($g);
  572. return $instance;
  573. }
  574. /**
  575. * Gets the public '.container.private.security.authorization_checker' shared service.
  576. *
  577. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  578. */
  579. protected function get_Container_Private_Security_AuthorizationCheckerService()
  580. {
  581. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  582. if (isset($this->services['.container.private.security.authorization_checker'])) {
  583. return $this->services['.container.private.security.authorization_checker'];
  584. }
  585. 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);
  586. }
  587. /**
  588. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  589. *
  590. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  591. */
  592. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  593. {
  594. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  598. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  599. }
  600. /**
  601. * Gets the public '.container.private.security.password_encoder' shared service.
  602. *
  603. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  604. *
  605. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  606. */
  607. protected function get_Container_Private_Security_PasswordEncoderService()
  608. {
  609. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  610. return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  611. }
  612. /**
  613. * Gets the public '.container.private.security.token_storage' shared service.
  614. *
  615. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  616. */
  617. protected function get_Container_Private_Security_TokenStorageService()
  618. {
  619. 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, [
  620. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  621. ], [
  622. 'request_stack' => '?',
  623. ]));
  624. }
  625. /**
  626. * Gets the public '.container.private.serializer' shared service.
  627. *
  628. * @return \Symfony\Component\Serializer\Serializer
  629. */
  630. protected function get_Container_Private_SerializerService()
  631. {
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  677. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  678. $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  679. $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  680. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  681. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  682. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, $e, NULL, [], $d)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  683. }
  684. /**
  685. * Gets the public '.container.private.session' shared service.
  686. *
  687. * @return \Symfony\Component\HttpFoundation\Session\Session
  688. */
  689. protected function get_Container_Private_SessionService()
  690. {
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  693. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  694. if (isset($this->services['.container.private.session'])) {
  695. return $this->services['.container.private.session'];
  696. }
  697. return $this->services['.container.private.session'] = $a->createSession();
  698. }
  699. /**
  700. * Gets the public '.container.private.twig' shared service.
  701. *
  702. * @return \Twig\Environment
  703. */
  704. protected function get_Container_Private_TwigService()
  705. {
  706. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  707. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  708. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  709. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  710. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  711. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  712. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  713. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  714. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  715. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  716. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  717. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  718. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  719. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  720. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  721. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  722. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  723. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  724. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  725. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  726. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  727. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  728. $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  729. $g = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b, $f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  730. return new \EmptyIterator();
  731. }, 0));
  732. $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  733. $i = ($this->services['router'] ?? $this->getRouterService());
  734. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  735. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
  736. $k = new \Symfony\Bridge\Twig\AppVariable();
  737. $k->setEnvironment('dev');
  738. $k->setDebug(true);
  739. if ($this->has('.container.private.security.token_storage')) {
  740. $k->setTokenStorage($c);
  741. }
  742. if ($this->has('request_stack')) {
  743. $k->setRequestStack($b);
  744. }
  745. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  746. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  747. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  748. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  749. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  750. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  751. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($g));
  752. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
  753. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  754. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  755. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  756. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  757. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  758. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $i)));
  759. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  760. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  761. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  762. $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())));
  763. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  764. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  765. $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $i, $g, $b, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  766. $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  767. $instance->addGlobal('app', $k);
  768. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  769. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  770. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  771. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  772. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  773. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', false],
  774. ], [
  775. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  776. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  777. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  778. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  779. 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  780. ])));
  781. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  782. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  783. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  784. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  785. return $instance;
  786. }
  787. /**
  788. * Gets the public '.container.private.validator' shared service.
  789. *
  790. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  791. */
  792. protected function get_Container_Private_ValidatorService()
  793. {
  794. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  795. }
  796. /**
  797. * Gets the public 'App\Controller\AdhesionController' shared autowired service.
  798. *
  799. * @return \App\Controller\AdhesionController
  800. */
  801. protected function getAdhesionControllerService()
  802. {
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  804. include_once \dirname(__DIR__, 4).'/src/Controller/AdhesionController.php';
  805. $this->services['App\\Controller\\AdhesionController'] = $instance = new \App\Controller\AdhesionController();
  806. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdhesionController', $this));
  807. return $instance;
  808. }
  809. /**
  810. * Gets the public 'App\Controller\AdminController' shared autowired service.
  811. *
  812. * @return \App\Controller\AdminController
  813. */
  814. protected function getAdminControllerService()
  815. {
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817. include_once \dirname(__DIR__, 4).'/src/Controller/AdminController.php';
  818. $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  819. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminController', $this));
  820. return $instance;
  821. }
  822. /**
  823. * Gets the public 'App\Controller\CandidatController' shared autowired service.
  824. *
  825. * @return \App\Controller\CandidatController
  826. */
  827. protected function getCandidatControllerService()
  828. {
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830. include_once \dirname(__DIR__, 4).'/src/Controller/CandidatController.php';
  831. $this->services['App\\Controller\\CandidatController'] = $instance = new \App\Controller\CandidatController();
  832. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CandidatController', $this));
  833. return $instance;
  834. }
  835. /**
  836. * Gets the public 'App\Controller\CommuneController' shared autowired service.
  837. *
  838. * @return \App\Controller\CommuneController
  839. */
  840. protected function getCommuneControllerService()
  841. {
  842. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  843. include_once \dirname(__DIR__, 4).'/src/Controller/CommuneController.php';
  844. $this->services['App\\Controller\\CommuneController'] = $instance = new \App\Controller\CommuneController();
  845. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CommuneController', $this));
  846. return $instance;
  847. }
  848. /**
  849. * Gets the public 'App\Controller\CommuniqueController' shared autowired service.
  850. *
  851. * @return \App\Controller\CommuniqueController
  852. */
  853. protected function getCommuniqueControllerService()
  854. {
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856. include_once \dirname(__DIR__, 4).'/src/Controller/CommuniqueController.php';
  857. $this->services['App\\Controller\\CommuniqueController'] = $instance = new \App\Controller\CommuniqueController();
  858. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CommuniqueController', $this));
  859. return $instance;
  860. }
  861. /**
  862. * Gets the public 'App\Controller\CotisationController' shared autowired service.
  863. *
  864. * @return \App\Controller\CotisationController
  865. */
  866. protected function getCotisationControllerService()
  867. {
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  869. include_once \dirname(__DIR__, 4).'/src/Controller/CotisationController.php';
  870. $this->services['App\\Controller\\CotisationController'] = $instance = new \App\Controller\CotisationController();
  871. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CotisationController', $this));
  872. return $instance;
  873. }
  874. /**
  875. * Gets the public 'App\Controller\DonController' shared autowired service.
  876. *
  877. * @return \App\Controller\DonController
  878. */
  879. protected function getDonControllerService()
  880. {
  881. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  882. include_once \dirname(__DIR__, 4).'/src/Controller/DonController.php';
  883. $this->services['App\\Controller\\DonController'] = $instance = new \App\Controller\DonController();
  884. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DonController', $this));
  885. return $instance;
  886. }
  887. /**
  888. * Gets the public 'App\Controller\FederationController' shared autowired service.
  889. *
  890. * @return \App\Controller\FederationController
  891. */
  892. protected function getFederationControllerService()
  893. {
  894. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  895. include_once \dirname(__DIR__, 4).'/src/Controller/FederationController.php';
  896. $this->services['App\\Controller\\FederationController'] = $instance = new \App\Controller\FederationController();
  897. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FederationController', $this));
  898. return $instance;
  899. }
  900. /**
  901. * Gets the public 'App\Controller\ForumController' shared autowired service.
  902. *
  903. * @return \App\Controller\ForumController
  904. */
  905. protected function getForumControllerService()
  906. {
  907. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  908. include_once \dirname(__DIR__, 4).'/src/Controller/ForumController.php';
  909. $this->services['App\\Controller\\ForumController'] = $instance = new \App\Controller\ForumController();
  910. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ForumController', $this));
  911. return $instance;
  912. }
  913. /**
  914. * Gets the public 'App\Controller\MembreController' shared autowired service.
  915. *
  916. * @return \App\Controller\MembreController
  917. */
  918. protected function getMembreControllerService()
  919. {
  920. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  921. include_once \dirname(__DIR__, 4).'/src/Controller/MembreController.php';
  922. $this->services['App\\Controller\\MembreController'] = $instance = new \App\Controller\MembreController();
  923. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MembreController', $this));
  924. return $instance;
  925. }
  926. /**
  927. * Gets the public 'App\Controller\PayementController' shared autowired service.
  928. *
  929. * @return \App\Controller\PayementController
  930. */
  931. protected function getPayementControllerService()
  932. {
  933. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  934. include_once \dirname(__DIR__, 4).'/src/Controller/PayementController.php';
  935. $this->services['App\\Controller\\PayementController'] = $instance = new \App\Controller\PayementController();
  936. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PayementController', $this));
  937. return $instance;
  938. }
  939. /**
  940. * Gets the public 'App\Controller\ProvinceController' shared autowired service.
  941. *
  942. * @return \App\Controller\ProvinceController
  943. */
  944. protected function getProvinceControllerService()
  945. {
  946. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  947. include_once \dirname(__DIR__, 4).'/src/Controller/ProvinceController.php';
  948. $this->services['App\\Controller\\ProvinceController'] = $instance = new \App\Controller\ProvinceController();
  949. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProvinceController', $this));
  950. return $instance;
  951. }
  952. /**
  953. * Gets the public 'App\Controller\SecurityController' shared autowired service.
  954. *
  955. * @return \App\Controller\SecurityController
  956. */
  957. protected function getSecurityControllerService()
  958. {
  959. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  960. include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
  961. $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  962. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
  963. return $instance;
  964. }
  965. /**
  966. * Gets the public 'App\Controller\StatistiqueController' shared autowired service.
  967. *
  968. * @return \App\Controller\StatistiqueController
  969. */
  970. protected function getStatistiqueControllerService()
  971. {
  972. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973. include_once \dirname(__DIR__, 4).'/src/Controller/StatistiqueController.php';
  974. $this->services['App\\Controller\\StatistiqueController'] = $instance = new \App\Controller\StatistiqueController();
  975. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\StatistiqueController', $this));
  976. return $instance;
  977. }
  978. /**
  979. * Gets the public 'App\Controller\TestController' shared autowired service.
  980. *
  981. * @return \App\Controller\TestController
  982. */
  983. protected function getTestControllerService()
  984. {
  985. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986. include_once \dirname(__DIR__, 4).'/src/Controller/TestController.php';
  987. $this->services['App\\Controller\\TestController'] = $instance = new \App\Controller\TestController();
  988. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TestController', $this));
  989. return $instance;
  990. }
  991. /**
  992. * Gets the public 'App\Controller\UserController' shared autowired service.
  993. *
  994. * @return \App\Controller\UserController
  995. */
  996. protected function getUserControllerService()
  997. {
  998. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  999. include_once \dirname(__DIR__, 4).'/src/Controller/UserController.php';
  1000. $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  1001. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController', $this));
  1002. return $instance;
  1003. }
  1004. /**
  1005. * Gets the public 'App\Controller\VilleController' shared autowired service.
  1006. *
  1007. * @return \App\Controller\VilleController
  1008. */
  1009. protected function getVilleControllerService()
  1010. {
  1011. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1012. include_once \dirname(__DIR__, 4).'/src/Controller/VilleController.php';
  1013. $this->services['App\\Controller\\VilleController'] = $instance = new \App\Controller\VilleController();
  1014. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\VilleController', $this));
  1015. return $instance;
  1016. }
  1017. /**
  1018. * Gets the public 'App\Service\MailerService' shared autowired service.
  1019. *
  1020. * @return \App\Service\MailerService
  1021. */
  1022. protected function getMailerServiceService()
  1023. {
  1024. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1025. include_once \dirname(__DIR__, 4).'/src/Service/MailerService.php';
  1026. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1027. if (isset($this->services['App\\Service\\MailerService'])) {
  1028. return $this->services['App\\Service\\MailerService'];
  1029. }
  1030. $this->services['App\\Service\\MailerService'] = $instance = new \App\Service\MailerService($a);
  1031. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Service\\MailerService', $this));
  1032. return $instance;
  1033. }
  1034. /**
  1035. * Gets the public 'App\Service\NotificationService' shared autowired service.
  1036. *
  1037. * @return \App\Service\NotificationService
  1038. */
  1039. protected function getNotificationServiceService()
  1040. {
  1041. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1042. include_once \dirname(__DIR__, 4).'/src/Service/NotificationService.php';
  1043. $this->services['App\\Service\\NotificationService'] = $instance = new \App\Service\NotificationService();
  1044. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Service\\NotificationService', $this));
  1045. return $instance;
  1046. }
  1047. /**
  1048. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1049. *
  1050. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1051. */
  1052. protected function getProfilerControllerService()
  1053. {
  1054. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1055. return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1056. }
  1057. /**
  1058. * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  1059. *
  1060. * @return \Endroid\QrCodeBundle\Controller\GenerateController
  1061. */
  1062. protected function getGenerateControllerService()
  1063. {
  1064. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  1065. return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  1066. }
  1067. /**
  1068. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1069. *
  1070. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1071. */
  1072. protected function getRedirectControllerService()
  1073. {
  1074. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1075. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1076. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1077. }
  1078. /**
  1079. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1080. *
  1081. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1082. */
  1083. protected function getTemplateControllerService()
  1084. {
  1085. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1086. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1087. }
  1088. /**
  1089. * Gets the public 'cache.app' shared service.
  1090. *
  1091. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1092. */
  1093. protected function getCache_AppService()
  1094. {
  1095. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('RaUWqVKtWY', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1096. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1097. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1098. }
  1099. /**
  1100. * Gets the public 'cache.app_clearer' shared service.
  1101. *
  1102. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1103. */
  1104. protected function getCache_AppClearerService()
  1105. {
  1106. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1107. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1108. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1109. }
  1110. /**
  1111. * Gets the public 'cache.global_clearer' shared service.
  1112. *
  1113. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1114. */
  1115. protected function getCache_GlobalClearerService()
  1116. {
  1117. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1118. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1119. return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1120. }
  1121. /**
  1122. * Gets the public 'cache.system' shared service.
  1123. *
  1124. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1125. */
  1126. protected function getCache_SystemService()
  1127. {
  1128. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vLB+Fv7EsL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1129. }
  1130. /**
  1131. * Gets the public 'cache.system_clearer' shared service.
  1132. *
  1133. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1134. */
  1135. protected function getCache_SystemClearerService()
  1136. {
  1137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1139. return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1140. }
  1141. /**
  1142. * Gets the public 'cache.validator_expression_language' shared service.
  1143. *
  1144. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1145. */
  1146. protected function getCache_ValidatorExpressionLanguageService()
  1147. {
  1148. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nTgoYKaEzl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1149. }
  1150. /**
  1151. * Gets the public 'cache_warmer' shared service.
  1152. *
  1153. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1154. */
  1155. protected function getCacheWarmerService()
  1156. {
  1157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1159. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1160. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1161. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1162. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1163. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1164. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1165. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1166. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1167. yield 7 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1168. yield 8 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1169. }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1170. }
  1171. /**
  1172. * Gets the public 'console.command_loader' shared service.
  1173. *
  1174. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1175. */
  1176. protected function getConsole_CommandLoaderService()
  1177. {
  1178. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1179. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1180. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1181. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  1182. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  1183. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  1184. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  1185. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  1186. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  1187. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  1188. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  1189. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  1190. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  1191. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  1192. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  1193. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  1194. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  1195. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  1196. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  1197. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  1198. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  1199. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  1200. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  1201. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  1202. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  1203. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  1204. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  1205. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  1206. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  1207. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  1208. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  1209. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  1210. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  1211. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  1212. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  1213. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  1214. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  1215. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  1216. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  1217. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  1218. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  1219. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  1220. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  1221. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  1222. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  1223. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  1224. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  1225. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  1226. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  1227. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  1228. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  1229. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  1230. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  1231. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  1232. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  1233. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  1234. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  1235. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  1236. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  1237. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  1238. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  1239. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  1240. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  1241. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  1242. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  1243. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  1244. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  1245. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  1246. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  1247. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  1248. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  1249. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  1250. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  1251. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  1252. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  1253. 'fos_ck_editor.command.installer' => ['privates', 'fos_ck_editor.command.installer', 'getFosCkEditor_Command_InstallerService', false],
  1254. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  1255. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  1256. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  1257. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  1258. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  1259. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  1260. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  1261. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  1262. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  1263. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  1264. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  1265. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  1266. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  1267. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  1268. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  1269. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  1270. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  1271. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  1272. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  1273. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  1274. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  1275. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  1276. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  1277. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  1278. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  1279. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  1280. ], [
  1281. 'console.command.about' => '?',
  1282. 'console.command.assets_install' => '?',
  1283. 'console.command.cache_clear' => '?',
  1284. 'console.command.cache_pool_clear' => '?',
  1285. 'console.command.cache_pool_prune' => '?',
  1286. 'console.command.cache_pool_delete' => '?',
  1287. 'console.command.cache_pool_list' => '?',
  1288. 'console.command.cache_warmup' => '?',
  1289. 'console.command.config_debug' => '?',
  1290. 'console.command.config_dump_reference' => '?',
  1291. 'console.command.container_debug' => '?',
  1292. 'console.command.container_lint' => '?',
  1293. 'console.command.debug_autowiring' => '?',
  1294. 'console.command.dotenv_debug' => '?',
  1295. 'console.command.event_dispatcher_debug' => '?',
  1296. 'console.command.messenger_consume_messages' => '?',
  1297. 'console.command.messenger_setup_transports' => '?',
  1298. 'console.command.messenger_debug' => '?',
  1299. 'console.command.messenger_stop_workers' => '?',
  1300. 'console.command.router_debug' => '?',
  1301. 'console.command.router_match' => '?',
  1302. 'console.command.translation_debug' => '?',
  1303. 'console.command.translation_extract' => '?',
  1304. 'console.command.validator_debug' => '?',
  1305. 'console.command.translation_pull' => '?',
  1306. 'console.command.translation_push' => '?',
  1307. 'console.command.xliff_lint' => '?',
  1308. 'console.command.yaml_lint' => '?',
  1309. 'console.command.form_debug' => '?',
  1310. 'console.command.secrets_set' => '?',
  1311. 'console.command.secrets_remove' => '?',
  1312. 'console.command.secrets_generate_key' => '?',
  1313. 'console.command.secrets_list' => '?',
  1314. 'console.command.secrets_decrypt_to_local' => '?',
  1315. 'console.command.secrets_encrypt_from_local' => '?',
  1316. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1317. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1318. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1319. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1320. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1321. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1322. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1323. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1324. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1325. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1326. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1327. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1328. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1329. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1330. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1331. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1332. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1333. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1334. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1335. 'doctrine_migrations.diff_command' => '?',
  1336. 'doctrine_migrations.sync_metadata_command' => '?',
  1337. 'doctrine_migrations.versions_command' => '?',
  1338. 'doctrine_migrations.current_command' => '?',
  1339. 'doctrine_migrations.dump_schema_command' => '?',
  1340. 'doctrine_migrations.execute_command' => '?',
  1341. 'doctrine_migrations.generate_command' => '?',
  1342. 'doctrine_migrations.latest_command' => '?',
  1343. 'doctrine_migrations.migrate_command' => '?',
  1344. 'doctrine_migrations.rollup_command' => '?',
  1345. 'doctrine_migrations.status_command' => '?',
  1346. 'doctrine_migrations.up_to_date_command' => '?',
  1347. 'doctrine_migrations.version_command' => '?',
  1348. 'security.command.debug_firewall' => '?',
  1349. 'security.command.user_password_encoder' => '?',
  1350. 'security.command.user_password_hash' => '?',
  1351. 'twig.command.debug' => '?',
  1352. 'twig.command.lint' => '?',
  1353. 'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1354. 'var_dumper.command.server_dump' => '?',
  1355. 'monolog.command.server_log' => '?',
  1356. 'maker.auto_command.make_auth' => '?',
  1357. 'maker.auto_command.make_command' => '?',
  1358. 'maker.auto_command.make_twig_component' => '?',
  1359. 'maker.auto_command.make_controller' => '?',
  1360. 'maker.auto_command.make_crud' => '?',
  1361. 'maker.auto_command.make_docker_database' => '?',
  1362. 'maker.auto_command.make_entity' => '?',
  1363. 'maker.auto_command.make_fixtures' => '?',
  1364. 'maker.auto_command.make_form' => '?',
  1365. 'maker.auto_command.make_message' => '?',
  1366. 'maker.auto_command.make_messenger_middleware' => '?',
  1367. 'maker.auto_command.make_registration_form' => '?',
  1368. 'maker.auto_command.make_reset_password' => '?',
  1369. 'maker.auto_command.make_serializer_encoder' => '?',
  1370. 'maker.auto_command.make_serializer_normalizer' => '?',
  1371. 'maker.auto_command.make_subscriber' => '?',
  1372. 'maker.auto_command.make_twig_extension' => '?',
  1373. 'maker.auto_command.make_test' => '?',
  1374. 'maker.auto_command.make_validator' => '?',
  1375. 'maker.auto_command.make_voter' => '?',
  1376. 'maker.auto_command.make_user' => '?',
  1377. 'maker.auto_command.make_migration' => '?',
  1378. 'maker.auto_command.make_stimulus_controller' => '?',
  1379. 'maker.auto_command.make_security_form_login' => '?',
  1380. ]), ['about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'ckeditor:install' => 'fos_ck_editor.command.installer', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  1381. }
  1382. /**
  1383. * Gets the public 'container.env_var_processors_locator' shared service.
  1384. *
  1385. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1386. */
  1387. protected function getContainer_EnvVarProcessorsLocatorService()
  1388. {
  1389. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1390. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1391. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1392. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1393. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1394. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1395. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1396. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1397. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1398. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1399. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1400. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1401. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1402. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1403. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1404. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1405. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1406. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1407. ], [
  1408. 'base64' => '?',
  1409. 'bool' => '?',
  1410. 'const' => '?',
  1411. 'csv' => '?',
  1412. 'default' => '?',
  1413. 'file' => '?',
  1414. 'float' => '?',
  1415. 'int' => '?',
  1416. 'json' => '?',
  1417. 'key' => '?',
  1418. 'not' => '?',
  1419. 'query_string' => '?',
  1420. 'require' => '?',
  1421. 'resolve' => '?',
  1422. 'string' => '?',
  1423. 'trim' => '?',
  1424. 'url' => '?',
  1425. ]);
  1426. }
  1427. /**
  1428. * Gets the public 'data_collector.dump' shared service.
  1429. *
  1430. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1431. */
  1432. protected function getDataCollector_DumpService()
  1433. {
  1434. 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()));
  1435. }
  1436. /**
  1437. * Gets the public 'doctrine' shared service.
  1438. *
  1439. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1440. */
  1441. protected function getDoctrineService()
  1442. {
  1443. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1444. }
  1445. /**
  1446. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1447. *
  1448. * @return \Doctrine\DBAL\Connection
  1449. */
  1450. protected function getDoctrine_Dbal_DefaultConnectionService()
  1451. {
  1452. $a = new \Doctrine\DBAL\Configuration();
  1453. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1454. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1455. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1456. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1457. $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1458. $c->setConnectionName('default');
  1459. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1460. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1461. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  1462. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1463. }
  1464. /**
  1465. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1466. *
  1467. * @return \Doctrine\ORM\EntityManager
  1468. */
  1469. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1470. {
  1471. if ($lazyLoad) {
  1472. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1473. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1474. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1475. $proxy->setProxyInitializer(null);
  1476. return true;
  1477. });
  1478. });
  1479. }
  1480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1481. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1482. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1483. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1484. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1485. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1486. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1487. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1488. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1489. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1490. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1491. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1493. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1494. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1495. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1496. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1497. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1498. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1499. $a = new \Doctrine\ORM\Configuration();
  1500. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1501. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1502. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1503. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1504. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1505. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1506. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1507. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  1508. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  1509. ], [
  1510. 'doctrine.ulid_generator' => '?',
  1511. 'doctrine.uuid_generator' => '?',
  1512. ])));
  1513. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1514. $a->setProxyNamespace('Proxies');
  1515. $a->setAutoGenerateProxyClasses(true);
  1516. $a->setSchemaIgnoreClasses([]);
  1517. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1518. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1519. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1520. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1521. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1522. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1523. $a->setLazyGhostObjectEnabled(false);
  1524. $a->setIdentityGenerationPreferences([]);
  1525. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1526. 'App\\Repository\\CandidatRepository' => ['privates', 'App\\Repository\\CandidatRepository', 'getCandidatRepositoryService', false],
  1527. 'App\\Repository\\CommuneRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
  1528. 'App\\Repository\\CommuniqueRepository' => ['privates', 'App\\Repository\\CommuniqueRepository', 'getCommuniqueRepositoryService', false],
  1529. 'App\\Repository\\CotisationRepository' => ['privates', 'App\\Repository\\CotisationRepository', 'getCotisationRepositoryService', false],
  1530. 'App\\Repository\\DemandeRepository' => ['privates', 'App\\Repository\\DemandeRepository', 'getDemandeRepositoryService', false],
  1531. 'App\\Repository\\DonRepository' => ['privates', 'App\\Repository\\DonRepository', 'getDonRepositoryService', false],
  1532. 'App\\Repository\\FederationRepository' => ['privates', 'App\\Repository\\FederationRepository', 'getFederationRepositoryService', false],
  1533. 'App\\Repository\\ForumCategorieRepository' => ['privates', 'App\\Repository\\ForumCategorieRepository', 'getForumCategorieRepositoryService', false],
  1534. 'App\\Repository\\ForumMessageRepository' => ['privates', 'App\\Repository\\ForumMessageRepository', 'getForumMessageRepositoryService', false],
  1535. 'App\\Repository\\ForumSujetRepository' => ['privates', 'App\\Repository\\ForumSujetRepository', 'getForumSujetRepositoryService', false],
  1536. 'App\\Repository\\KartierRepository' => ['privates', 'App\\Repository\\KartierRepository', 'getKartierRepositoryService', false],
  1537. 'App\\Repository\\MembreRepository' => ['privates', 'App\\Repository\\MembreRepository', 'getMembreRepositoryService', false],
  1538. 'App\\Repository\\PersonneRepository' => ['privates', 'App\\Repository\\PersonneRepository', 'getPersonneRepositoryService', false],
  1539. 'App\\Repository\\ProvinceRepository' => ['privates', 'App\\Repository\\ProvinceRepository', 'getProvinceRepositoryService', false],
  1540. 'App\\Repository\\ReferenceRepository' => ['privates', 'App\\Repository\\ReferenceRepository', 'getReferenceRepositoryService', false],
  1541. 'App\\Repository\\TestERepository' => ['privates', 'App\\Repository\\TestERepository', 'getTestERepositoryService', false],
  1542. 'App\\Repository\\TestRepository' => ['privates', 'App\\Repository\\TestRepository', 'getTestRepositoryService', false],
  1543. 'App\\Repository\\TransactionRepository' => ['privates', 'App\\Repository\\TransactionRepository', 'getTransactionRepositoryService', false],
  1544. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  1545. 'App\\Repository\\VilleRepository' => ['privates', 'App\\Repository\\VilleRepository', 'getVilleRepositoryService', false],
  1546. ], [
  1547. 'App\\Repository\\CandidatRepository' => '?',
  1548. 'App\\Repository\\CommuneRepository' => '?',
  1549. 'App\\Repository\\CommuniqueRepository' => '?',
  1550. 'App\\Repository\\CotisationRepository' => '?',
  1551. 'App\\Repository\\DemandeRepository' => '?',
  1552. 'App\\Repository\\DonRepository' => '?',
  1553. 'App\\Repository\\FederationRepository' => '?',
  1554. 'App\\Repository\\ForumCategorieRepository' => '?',
  1555. 'App\\Repository\\ForumMessageRepository' => '?',
  1556. 'App\\Repository\\ForumSujetRepository' => '?',
  1557. 'App\\Repository\\KartierRepository' => '?',
  1558. 'App\\Repository\\MembreRepository' => '?',
  1559. 'App\\Repository\\PersonneRepository' => '?',
  1560. 'App\\Repository\\ProvinceRepository' => '?',
  1561. 'App\\Repository\\ReferenceRepository' => '?',
  1562. 'App\\Repository\\TestERepository' => '?',
  1563. 'App\\Repository\\TestRepository' => '?',
  1564. 'App\\Repository\\TransactionRepository' => '?',
  1565. 'App\\Repository\\UserRepository' => '?',
  1566. 'App\\Repository\\VilleRepository' => '?',
  1567. ])));
  1568. $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()));
  1569. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1570. return $instance;
  1571. }
  1572. /**
  1573. * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  1574. *
  1575. * @return \Endroid\QrCode\Builder\Builder
  1576. */
  1577. protected function getEndroidQrCode_DefaultBuilderService()
  1578. {
  1579. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  1580. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  1581. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  1582. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  1583. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  1584. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  1585. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  1586. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  1587. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  1588. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  1589. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  1590. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  1591. $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  1592. $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  1593. $instance->size(300);
  1594. $instance->margin(10);
  1595. $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  1596. $instance->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  1597. $instance->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  1598. $instance->validateResult(false);
  1599. return $instance;
  1600. }
  1601. /**
  1602. * Gets the public 'error_controller' shared service.
  1603. *
  1604. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1605. */
  1606. protected function getErrorControllerService()
  1607. {
  1608. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1609. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1610. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1611. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1612. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1613. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1614. return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
  1615. }
  1616. /**
  1617. * Gets the public 'event_dispatcher' shared service.
  1618. *
  1619. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1620. */
  1621. protected function getEventDispatcherService()
  1622. {
  1623. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1624. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1625. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1626. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1627. $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())));
  1628. $instance->addListener('kernel.controller', [0 => function () {
  1629. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1630. }, 1 => 'onKernelController'], 0);
  1631. $instance->addListener('console.command', [0 => function () {
  1632. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1633. }, 1 => 'onConsoleCommand'], 0);
  1634. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1635. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1636. }, 1 => 'checkPassport'], 1024);
  1637. $instance->addListener('kernel.response', [0 => function () {
  1638. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1639. }, 1 => 'onKernelResponse'], 0);
  1640. $instance->addListener('kernel.response', [0 => function () {
  1641. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1642. }, 1 => 'onKernelResponse'], 0);
  1643. $instance->addListener('kernel.response', [0 => function () {
  1644. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1645. }, 1 => 'onKernelResponse'], -1024);
  1646. $instance->addListener('kernel.request', [0 => function () {
  1647. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1648. }, 1 => 'setDefaultLocale'], 100);
  1649. $instance->addListener('kernel.request', [0 => function () {
  1650. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1651. }, 1 => 'onKernelRequest'], 16);
  1652. $instance->addListener('kernel.finish_request', [0 => function () {
  1653. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1654. }, 1 => 'onKernelFinishRequest'], 0);
  1655. $instance->addListener('kernel.request', [0 => function () {
  1656. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1657. }, 1 => 'onKernelRequest'], 256);
  1658. $instance->addListener('kernel.response', [0 => function () {
  1659. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1660. }, 1 => 'onResponse'], -255);
  1661. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1662. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1663. }, 1 => 'onControllerArguments'], 0);
  1664. $instance->addListener('kernel.exception', [0 => function () {
  1665. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1666. }, 1 => 'logKernelException'], 0);
  1667. $instance->addListener('kernel.exception', [0 => function () {
  1668. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1669. }, 1 => 'onKernelException'], -128);
  1670. $instance->addListener('kernel.response', [0 => function () {
  1671. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1672. }, 1 => 'removeCspHeader'], -128);
  1673. $instance->addListener('kernel.request', [0 => function () {
  1674. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1675. }, 1 => 'onKernelRequest'], 15);
  1676. $instance->addListener('kernel.finish_request', [0 => function () {
  1677. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1678. }, 1 => 'onKernelFinishRequest'], -15);
  1679. $instance->addListener('console.error', [0 => function () {
  1680. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1681. }, 1 => 'onConsoleError'], -128);
  1682. $instance->addListener('console.terminate', [0 => function () {
  1683. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1684. }, 1 => 'onConsoleTerminate'], -128);
  1685. $instance->addListener('console.error', [0 => function () {
  1686. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1687. }, 1 => 'onConsoleError'], 0);
  1688. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1689. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1690. }, 1 => 'onMessage'], -255);
  1691. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1692. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1693. }, 1 => 'onMessage'], -255);
  1694. $instance->addListener('kernel.request', [0 => function () {
  1695. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1696. }, 1 => 'configure'], 2048);
  1697. $instance->addListener('console.command', [0 => function () {
  1698. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1699. }, 1 => 'configure'], 2048);
  1700. $instance->addListener('kernel.request', [0 => function () {
  1701. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1702. }, 1 => 'onKernelRequest'], 32);
  1703. $instance->addListener('kernel.finish_request', [0 => function () {
  1704. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1705. }, 1 => 'onKernelFinishRequest'], 0);
  1706. $instance->addListener('kernel.exception', [0 => function () {
  1707. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1708. }, 1 => 'onKernelException'], -64);
  1709. $instance->addListener('kernel.response', [0 => function () {
  1710. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1711. }, 1 => 'onKernelResponse'], 0);
  1712. $instance->addListener('kernel.request', [0 => function () {
  1713. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1714. }, 1 => 'onKernelRequest'], 128);
  1715. $instance->addListener('kernel.response', [0 => function () {
  1716. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1717. }, 1 => 'onKernelResponse'], -1000);
  1718. $instance->addListener('kernel.finish_request', [0 => function () {
  1719. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1720. }, 1 => 'onFinishRequest'], 0);
  1721. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1722. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1723. }, 1 => 'onMessageFailed'], 100);
  1724. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1725. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1726. }, 1 => 'onMessageFailed'], 200);
  1727. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1728. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1729. }, 1 => 'onWorkerRunning'], 100);
  1730. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1731. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1732. }, 1 => 'onWorkerStarted'], 0);
  1733. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1734. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1735. }, 1 => 'onWorkerRunning'], 0);
  1736. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1737. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  1738. }, 1 => 'onWorkerStarted'], 100);
  1739. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1740. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1741. }, 1 => 'onMessageFailed'], 0);
  1742. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1743. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1744. }, 1 => 'onWorkerRunning'], 0);
  1745. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1746. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1747. }, 1 => 'onNotification'], -255);
  1748. $instance->addListener('kernel.response', [0 => function () {
  1749. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1750. }, 1 => 'onKernelResponse'], -100);
  1751. $instance->addListener('kernel.exception', [0 => function () {
  1752. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1753. }, 1 => 'onKernelException'], 0);
  1754. $instance->addListener('kernel.terminate', [0 => function () {
  1755. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1756. }, 1 => 'onKernelTerminate'], -1024);
  1757. $instance->addListener('kernel.controller', [0 => function () {
  1758. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1759. }, 1 => 'onKernelController'], 0);
  1760. $instance->addListener('kernel.response', [0 => function () {
  1761. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1762. }, 1 => 'onKernelResponse'], 0);
  1763. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1764. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1765. }, 1 => 'onWorkerMessageHandled'], 0);
  1766. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1767. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1768. }, 1 => 'onWorkerMessageFailed'], 0);
  1769. $instance->addListener('kernel.response', [0 => function () {
  1770. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1771. }, 1 => 'onKernelResponse'], 0);
  1772. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1773. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1774. }, 1 => 'checkPassport'], 0);
  1775. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1776. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1777. }, 1 => 'onLoginSuccess'], 0);
  1778. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1779. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1780. }, 1 => 'onVoterVote'], 0);
  1781. $instance->addListener('kernel.request', [0 => function () {
  1782. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1783. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1784. $instance->addListener('kernel.request', [0 => function () {
  1785. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1786. }, 1 => 'onKernelRequest'], 8);
  1787. $instance->addListener('kernel.finish_request', [0 => function () {
  1788. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1789. }, 1 => 'onKernelFinishRequest'], 0);
  1790. $instance->addListener('console.error', [0 => function () {
  1791. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1792. }, 1 => 'onConsoleError'], 0);
  1793. $instance->addListener('console.terminate', [0 => function () {
  1794. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1795. }, 1 => 'onConsoleTerminate'], 0);
  1796. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1797. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1798. }, 1 => 'onMessage'], 0);
  1799. $instance->addListener('kernel.response', [0 => function () {
  1800. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1801. }, 1 => 'onKernelResponse'], -128);
  1802. $instance->addListener('kernel.controller', [0 => function () {
  1803. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1804. }, 1 => 'onKernelController'], 0);
  1805. $instance->addListener('kernel.controller', [0 => function () {
  1806. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1807. }, 1 => 'onKernelController'], 0);
  1808. $instance->addListener('kernel.controller', [0 => function () {
  1809. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1810. }, 1 => 'onKernelController'], -128);
  1811. $instance->addListener('kernel.view', [0 => function () {
  1812. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1813. }, 1 => 'onKernelView'], 0);
  1814. $instance->addListener('kernel.controller', [0 => function () {
  1815. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1816. }, 1 => 'onKernelController'], 0);
  1817. $instance->addListener('kernel.response', [0 => function () {
  1818. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1819. }, 1 => 'onKernelResponse'], 0);
  1820. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1821. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1822. }, 1 => 'onKernelControllerArguments'], 0);
  1823. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1824. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1825. }, 1 => 'onKernelControllerArguments'], 0);
  1826. $instance->addListener('console.command', [0 => function () {
  1827. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1828. }, 1 => 'configure'], 1024);
  1829. $instance->addListener('console.command', [0 => function () {
  1830. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1831. }, 1 => 'onCommand'], 255);
  1832. $instance->addListener('console.terminate', [0 => function () {
  1833. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1834. }, 1 => 'onTerminate'], -255);
  1835. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1836. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1837. }, 1 => 'checkPassport'], 512);
  1838. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1839. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1840. }, 1 => 'onLogout'], 0);
  1841. return $instance;
  1842. }
  1843. /**
  1844. * Gets the public 'http_kernel' shared service.
  1845. *
  1846. * @return \Symfony\Component\HttpKernel\HttpKernel
  1847. */
  1848. protected function getHttpKernelService()
  1849. {
  1850. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1851. if (isset($this->services['http_kernel'])) {
  1852. return $this->services['http_kernel'];
  1853. }
  1854. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1855. 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 () {
  1856. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1857. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1858. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1859. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1860. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1861. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1862. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1863. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1864. }, 8)), $b));
  1865. }
  1866. /**
  1867. * Gets the public 'knp_snappy.image' shared service.
  1868. *
  1869. * @return \Knp\Snappy\Image
  1870. */
  1871. protected function getKnpSnappy_ImageService()
  1872. {
  1873. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1874. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1875. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  1876. $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  1877. $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1878. return $instance;
  1879. }
  1880. /**
  1881. * Gets the public 'knp_snappy.pdf' shared service.
  1882. *
  1883. * @return \Knp\Snappy\Pdf
  1884. */
  1885. protected function getKnpSnappy_PdfService()
  1886. {
  1887. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  1888. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  1889. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  1890. $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('/usr/local/bin/wkhtmltopdf', [], []);
  1891. $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1892. return $instance;
  1893. }
  1894. /**
  1895. * Gets the public 'messenger.default_bus' shared service.
  1896. *
  1897. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1898. */
  1899. protected function getMessenger_DefaultBusService()
  1900. {
  1901. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1902. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1903. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1904. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1905. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1906. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1907. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1908. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1909. }, 7)));
  1910. }
  1911. /**
  1912. * Gets the public 'monolog.logger.deprecation' shared service.
  1913. *
  1914. * @return \Symfony\Bridge\Monolog\Logger
  1915. */
  1916. protected function getMonolog_Logger_DeprecationService()
  1917. {
  1918. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1919. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1920. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1921. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1922. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1923. return $instance;
  1924. }
  1925. /**
  1926. * Gets the public 'request_stack' shared service.
  1927. *
  1928. * @return \Symfony\Component\HttpFoundation\RequestStack
  1929. */
  1930. protected function getRequestStackService()
  1931. {
  1932. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1933. }
  1934. /**
  1935. * Gets the public 'router' shared service.
  1936. *
  1937. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1938. */
  1939. protected function getRouterService()
  1940. {
  1941. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1942. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1943. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1944. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1945. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1946. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1947. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  1948. ], [
  1949. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1950. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
  1951. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1952. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1953. return $instance;
  1954. }
  1955. /**
  1956. * Gets the public 'routing.loader' shared service.
  1957. *
  1958. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1959. */
  1960. protected function getRouting_LoaderService()
  1961. {
  1962. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1963. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  1964. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1966. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1967. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1968. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  1969. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1970. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1971. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1972. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1973. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  1974. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  1975. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1976. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1977. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1978. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1979. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1980. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1981. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1982. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1983. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1984. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1985. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1986. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1987. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  1988. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1989. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  1990. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  1991. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  1992. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  1993. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  1994. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1995. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  1996. ], [
  1997. 'kernel' => 'App\\Kernel',
  1998. ]), 'dev'));
  1999. $a->addLoader($c);
  2000. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  2001. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  2002. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2003. }
  2004. /**
  2005. * Gets the public 'services_resetter' shared service.
  2006. *
  2007. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2008. */
  2009. protected function getServicesResetterService()
  2010. {
  2011. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2012. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2013. if (isset($this->services['cache.app'])) {
  2014. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2015. }
  2016. if (isset($this->services['cache.system'])) {
  2017. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2018. }
  2019. if (isset($this->privates['cache.validator'])) {
  2020. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2021. }
  2022. if (isset($this->privates['cache.serializer'])) {
  2023. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2024. }
  2025. if (isset($this->privates['cache.annotations'])) {
  2026. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2027. }
  2028. if (isset($this->privates['cache.property_info'])) {
  2029. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2030. }
  2031. if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2032. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2033. }
  2034. if (isset($this->privates['.debug.http_client'])) {
  2035. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2036. }
  2037. if (isset($this->privates['mailer.message_logger_listener'])) {
  2038. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2039. }
  2040. if (isset($this->privates['debug.stopwatch'])) {
  2041. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2042. }
  2043. if (isset($this->services['event_dispatcher'])) {
  2044. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2045. }
  2046. if (isset($this->privates['session_listener'])) {
  2047. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2048. }
  2049. if (isset($this->privates['form.choice_list_factory.cached'])) {
  2050. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2051. }
  2052. if (isset($this->services['cache.validator_expression_language'])) {
  2053. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2054. }
  2055. if (false) {
  2056. yield 'messenger.transport.in_memory.factory' => null;
  2057. }
  2058. if (isset($this->services['.container.private.profiler'])) {
  2059. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2060. }
  2061. if (isset($this->services['.container.private.validator'])) {
  2062. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2063. }
  2064. if (isset($this->services['doctrine'])) {
  2065. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2066. }
  2067. if (isset($this->privates['doctrine.debug_data_holder'])) {
  2068. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2069. }
  2070. if (isset($this->privates['form.type.entity'])) {
  2071. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2072. }
  2073. if (isset($this->services['.container.private.security.token_storage'])) {
  2074. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2075. }
  2076. if (isset($this->privates['cache.security_expression_language'])) {
  2077. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2078. }
  2079. if (isset($this->privates['debug.security.firewall'])) {
  2080. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2081. }
  2082. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  2083. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  2084. }
  2085. if (isset($this->services['.container.private.twig'])) {
  2086. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  2087. }
  2088. if (isset($this->privates['twig.form.engine'])) {
  2089. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2090. }
  2091. if (isset($this->privates['monolog.handler.main'])) {
  2092. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2093. }
  2094. if (isset($this->privates['monolog.handler.console'])) {
  2095. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2096. }
  2097. if (isset($this->privates['.debug.http_client'])) {
  2098. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2099. }
  2100. }, function () {
  2101. return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (false) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  2102. }), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.main' => [0 => 'reset'], 'twig' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  2103. }
  2104. /**
  2105. * Gets the public 'translator' shared service.
  2106. *
  2107. * @return \Symfony\Component\Translation\DataCollectorTranslator
  2108. */
  2109. protected function getTranslatorService()
  2110. {
  2111. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2112. }
  2113. /**
  2114. * Gets the public 'var_dumper.cloner' shared service.
  2115. *
  2116. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2117. */
  2118. protected function getVarDumper_ClonerService()
  2119. {
  2120. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2121. $instance->setMaxItems(2500);
  2122. $instance->setMinDepth(1);
  2123. $instance->setMaxString(-1);
  2124. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2125. return $instance;
  2126. }
  2127. /**
  2128. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2129. *
  2130. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2131. */
  2132. protected function getWebProfiler_Controller_ExceptionPanelService()
  2133. {
  2134. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2135. return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2136. }
  2137. /**
  2138. * Gets the public 'web_profiler.controller.profiler' shared service.
  2139. *
  2140. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2141. */
  2142. protected function getWebProfiler_Controller_ProfilerService()
  2143. {
  2144. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2145. return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
  2146. }
  2147. /**
  2148. * Gets the public 'web_profiler.controller.router' shared service.
  2149. *
  2150. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2151. */
  2152. protected function getWebProfiler_Controller_RouterService()
  2153. {
  2154. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2155. return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2156. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2157. }, 1));
  2158. }
  2159. /**
  2160. * Gets the private '.console.command.about.lazy' shared service.
  2161. *
  2162. * @return \Symfony\Component\Console\Command\LazyCommand
  2163. */
  2164. protected function get_Console_Command_About_LazyService()
  2165. {
  2166. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2167. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2168. return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2169. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2170. });
  2171. }
  2172. /**
  2173. * Gets the private '.console.command.assets_install.lazy' shared service.
  2174. *
  2175. * @return \Symfony\Component\Console\Command\LazyCommand
  2176. */
  2177. protected function get_Console_Command_AssetsInstall_LazyService()
  2178. {
  2179. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2180. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2181. return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2182. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2183. });
  2184. }
  2185. /**
  2186. * Gets the private '.console.command.cache_clear.lazy' shared service.
  2187. *
  2188. * @return \Symfony\Component\Console\Command\LazyCommand
  2189. */
  2190. protected function get_Console_Command_CacheClear_LazyService()
  2191. {
  2192. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2193. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2194. return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2195. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2196. });
  2197. }
  2198. /**
  2199. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2200. *
  2201. * @return \Symfony\Component\Console\Command\LazyCommand
  2202. */
  2203. protected function get_Console_Command_CachePoolClear_LazyService()
  2204. {
  2205. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2206. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2207. return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2208. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2209. });
  2210. }
  2211. /**
  2212. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2213. *
  2214. * @return \Symfony\Component\Console\Command\LazyCommand
  2215. */
  2216. protected function get_Console_Command_CachePoolDelete_LazyService()
  2217. {
  2218. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2219. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2220. return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2221. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2222. });
  2223. }
  2224. /**
  2225. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2226. *
  2227. * @return \Symfony\Component\Console\Command\LazyCommand
  2228. */
  2229. protected function get_Console_Command_CachePoolList_LazyService()
  2230. {
  2231. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2232. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2233. return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2234. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2235. });
  2236. }
  2237. /**
  2238. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2239. *
  2240. * @return \Symfony\Component\Console\Command\LazyCommand
  2241. */
  2242. protected function get_Console_Command_CachePoolPrune_LazyService()
  2243. {
  2244. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2245. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2246. return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2247. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2248. });
  2249. }
  2250. /**
  2251. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2252. *
  2253. * @return \Symfony\Component\Console\Command\LazyCommand
  2254. */
  2255. protected function get_Console_Command_CacheWarmup_LazyService()
  2256. {
  2257. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2258. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2259. return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2260. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2261. });
  2262. }
  2263. /**
  2264. * Gets the private '.console.command.config_debug.lazy' shared service.
  2265. *
  2266. * @return \Symfony\Component\Console\Command\LazyCommand
  2267. */
  2268. protected function get_Console_Command_ConfigDebug_LazyService()
  2269. {
  2270. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2271. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2272. return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2273. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2274. });
  2275. }
  2276. /**
  2277. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2278. *
  2279. * @return \Symfony\Component\Console\Command\LazyCommand
  2280. */
  2281. protected function get_Console_Command_ConfigDumpReference_LazyService()
  2282. {
  2283. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2284. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2285. return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2286. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2287. });
  2288. }
  2289. /**
  2290. * Gets the private '.console.command.container_debug.lazy' shared service.
  2291. *
  2292. * @return \Symfony\Component\Console\Command\LazyCommand
  2293. */
  2294. protected function get_Console_Command_ContainerDebug_LazyService()
  2295. {
  2296. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2297. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2298. return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2299. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2300. });
  2301. }
  2302. /**
  2303. * Gets the private '.console.command.container_lint.lazy' shared service.
  2304. *
  2305. * @return \Symfony\Component\Console\Command\LazyCommand
  2306. */
  2307. protected function get_Console_Command_ContainerLint_LazyService()
  2308. {
  2309. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2310. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2311. return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2312. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2313. });
  2314. }
  2315. /**
  2316. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2317. *
  2318. * @return \Symfony\Component\Console\Command\LazyCommand
  2319. */
  2320. protected function get_Console_Command_DebugAutowiring_LazyService()
  2321. {
  2322. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2323. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2324. return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2325. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2326. });
  2327. }
  2328. /**
  2329. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2330. *
  2331. * @return \Symfony\Component\Console\Command\LazyCommand
  2332. */
  2333. protected function get_Console_Command_DotenvDebug_LazyService()
  2334. {
  2335. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2336. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2337. return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2338. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2339. });
  2340. }
  2341. /**
  2342. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2343. *
  2344. * @return \Symfony\Component\Console\Command\LazyCommand
  2345. */
  2346. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2347. {
  2348. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2349. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2350. return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2351. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2352. });
  2353. }
  2354. /**
  2355. * Gets the private '.console.command.form_debug.lazy' shared service.
  2356. *
  2357. * @return \Symfony\Component\Console\Command\LazyCommand
  2358. */
  2359. protected function get_Console_Command_FormDebug_LazyService()
  2360. {
  2361. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2362. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2363. return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2364. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2365. });
  2366. }
  2367. /**
  2368. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  2369. *
  2370. * @return \Symfony\Component\Console\Command\LazyCommand
  2371. */
  2372. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  2373. {
  2374. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2375. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2376. return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  2377. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  2378. });
  2379. }
  2380. /**
  2381. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  2382. *
  2383. * @return \Symfony\Component\Console\Command\LazyCommand
  2384. */
  2385. protected function get_Console_Command_MessengerDebug_LazyService()
  2386. {
  2387. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2388. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2389. return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  2390. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  2391. });
  2392. }
  2393. /**
  2394. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  2395. *
  2396. * @return \Symfony\Component\Console\Command\LazyCommand
  2397. */
  2398. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  2399. {
  2400. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2401. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2402. return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  2403. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  2404. });
  2405. }
  2406. /**
  2407. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  2408. *
  2409. * @return \Symfony\Component\Console\Command\LazyCommand
  2410. */
  2411. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  2412. {
  2413. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2414. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2415. return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  2416. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  2417. });
  2418. }
  2419. /**
  2420. * Gets the private '.console.command.router_debug.lazy' shared service.
  2421. *
  2422. * @return \Symfony\Component\Console\Command\LazyCommand
  2423. */
  2424. protected function get_Console_Command_RouterDebug_LazyService()
  2425. {
  2426. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2427. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2428. return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2429. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2430. });
  2431. }
  2432. /**
  2433. * Gets the private '.console.command.router_match.lazy' shared service.
  2434. *
  2435. * @return \Symfony\Component\Console\Command\LazyCommand
  2436. */
  2437. protected function get_Console_Command_RouterMatch_LazyService()
  2438. {
  2439. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2440. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2441. return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2442. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2443. });
  2444. }
  2445. /**
  2446. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2447. *
  2448. * @return \Symfony\Component\Console\Command\LazyCommand
  2449. */
  2450. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2451. {
  2452. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2453. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2454. return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2455. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2456. });
  2457. }
  2458. /**
  2459. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2460. *
  2461. * @return \Symfony\Component\Console\Command\LazyCommand
  2462. */
  2463. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2464. {
  2465. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2466. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2467. return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2468. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2469. });
  2470. }
  2471. /**
  2472. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2473. *
  2474. * @return \Symfony\Component\Console\Command\LazyCommand
  2475. */
  2476. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2477. {
  2478. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2479. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2480. return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2481. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2482. });
  2483. }
  2484. /**
  2485. * Gets the private '.console.command.secrets_list.lazy' shared service.
  2486. *
  2487. * @return \Symfony\Component\Console\Command\LazyCommand
  2488. */
  2489. protected function get_Console_Command_SecretsList_LazyService()
  2490. {
  2491. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2492. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2493. return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2494. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2495. });
  2496. }
  2497. /**
  2498. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2499. *
  2500. * @return \Symfony\Component\Console\Command\LazyCommand
  2501. */
  2502. protected function get_Console_Command_SecretsRemove_LazyService()
  2503. {
  2504. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2506. return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2507. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2508. });
  2509. }
  2510. /**
  2511. * Gets the private '.console.command.secrets_set.lazy' shared service.
  2512. *
  2513. * @return \Symfony\Component\Console\Command\LazyCommand
  2514. */
  2515. protected function get_Console_Command_SecretsSet_LazyService()
  2516. {
  2517. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2518. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2519. return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2520. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2521. });
  2522. }
  2523. /**
  2524. * Gets the private '.console.command.translation_debug.lazy' shared service.
  2525. *
  2526. * @return \Symfony\Component\Console\Command\LazyCommand
  2527. */
  2528. protected function get_Console_Command_TranslationDebug_LazyService()
  2529. {
  2530. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2531. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2532. return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2533. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2534. });
  2535. }
  2536. /**
  2537. * Gets the private '.console.command.translation_extract.lazy' shared service.
  2538. *
  2539. * @return \Symfony\Component\Console\Command\LazyCommand
  2540. */
  2541. protected function get_Console_Command_TranslationExtract_LazyService()
  2542. {
  2543. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2544. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2545. return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2546. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2547. });
  2548. }
  2549. /**
  2550. * Gets the private '.console.command.translation_pull.lazy' shared service.
  2551. *
  2552. * @return \Symfony\Component\Console\Command\LazyCommand
  2553. */
  2554. protected function get_Console_Command_TranslationPull_LazyService()
  2555. {
  2556. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2557. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2558. return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2559. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2560. });
  2561. }
  2562. /**
  2563. * Gets the private '.console.command.translation_push.lazy' shared service.
  2564. *
  2565. * @return \Symfony\Component\Console\Command\LazyCommand
  2566. */
  2567. protected function get_Console_Command_TranslationPush_LazyService()
  2568. {
  2569. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2571. return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2572. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2573. });
  2574. }
  2575. /**
  2576. * Gets the private '.console.command.validator_debug.lazy' shared service.
  2577. *
  2578. * @return \Symfony\Component\Console\Command\LazyCommand
  2579. */
  2580. protected function get_Console_Command_ValidatorDebug_LazyService()
  2581. {
  2582. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2583. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2584. return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2585. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2586. });
  2587. }
  2588. /**
  2589. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2590. *
  2591. * @return \Symfony\Component\Console\Command\LazyCommand
  2592. */
  2593. protected function get_Console_Command_XliffLint_LazyService()
  2594. {
  2595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2597. return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2598. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2599. });
  2600. }
  2601. /**
  2602. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2603. *
  2604. * @return \Symfony\Component\Console\Command\LazyCommand
  2605. */
  2606. protected function get_Console_Command_YamlLint_LazyService()
  2607. {
  2608. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2609. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2610. return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2611. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2612. });
  2613. }
  2614. /**
  2615. * Gets the private '.debug.http_client' shared service.
  2616. *
  2617. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2618. */
  2619. protected function get_Debug_HttpClientService()
  2620. {
  2621. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2622. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2623. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2624. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2625. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2626. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2627. $a->setLogger($b);
  2628. 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))));
  2629. }
  2630. /**
  2631. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2632. *
  2633. * @return \Symfony\Component\Console\Command\LazyCommand
  2634. */
  2635. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2636. {
  2637. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2638. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2639. return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  2640. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2641. });
  2642. }
  2643. /**
  2644. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2645. *
  2646. * @return \Symfony\Component\Console\Command\LazyCommand
  2647. */
  2648. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2649. {
  2650. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2651. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2652. return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  2653. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2654. });
  2655. }
  2656. /**
  2657. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2658. *
  2659. * @return \Symfony\Component\Console\Command\LazyCommand
  2660. */
  2661. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2662. {
  2663. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2664. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2665. return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  2666. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2667. });
  2668. }
  2669. /**
  2670. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2671. *
  2672. * @return \Symfony\Component\Console\Command\LazyCommand
  2673. */
  2674. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2675. {
  2676. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2677. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2678. return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  2679. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2680. });
  2681. }
  2682. /**
  2683. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2684. *
  2685. * @return \Symfony\Component\Console\Command\LazyCommand
  2686. */
  2687. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2688. {
  2689. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2690. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2691. return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  2692. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2693. });
  2694. }
  2695. /**
  2696. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2697. *
  2698. * @return \Symfony\Component\Console\Command\LazyCommand
  2699. */
  2700. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2701. {
  2702. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2704. return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  2705. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2706. });
  2707. }
  2708. /**
  2709. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2710. *
  2711. * @return \Symfony\Component\Console\Command\LazyCommand
  2712. */
  2713. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2714. {
  2715. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2716. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2717. return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  2718. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2719. });
  2720. }
  2721. /**
  2722. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2723. *
  2724. * @return \Symfony\Component\Console\Command\LazyCommand
  2725. */
  2726. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2727. {
  2728. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2729. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2730. return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  2731. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2732. });
  2733. }
  2734. /**
  2735. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2736. *
  2737. * @return \Symfony\Component\Console\Command\LazyCommand
  2738. */
  2739. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2740. {
  2741. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2742. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2743. return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  2744. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2745. });
  2746. }
  2747. /**
  2748. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2749. *
  2750. * @return \Symfony\Component\Console\Command\LazyCommand
  2751. */
  2752. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2753. {
  2754. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2755. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2756. return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  2757. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2758. });
  2759. }
  2760. /**
  2761. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2762. *
  2763. * @return \Symfony\Component\Console\Command\LazyCommand
  2764. */
  2765. protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2766. {
  2767. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2768. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2769. return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  2770. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2771. });
  2772. }
  2773. /**
  2774. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2775. *
  2776. * @return \Symfony\Component\Console\Command\LazyCommand
  2777. */
  2778. protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2779. {
  2780. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2781. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2782. return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  2783. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2784. });
  2785. }
  2786. /**
  2787. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2788. *
  2789. * @return \Symfony\Component\Console\Command\LazyCommand
  2790. */
  2791. protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2792. {
  2793. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2794. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2795. return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  2796. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2797. });
  2798. }
  2799. /**
  2800. * Gets the private '.errored..service_locator.U6QcFd6.App\Entity\Ville' shared service.
  2801. *
  2802. * @return \App\Entity\Ville
  2803. */
  2804. protected function getVilleService()
  2805. {
  2806. $this->throw('Cannot autowire service ".service_locator.U6QcFd6": it references class "App\\Entity\\Ville" but no such service exists.');
  2807. }
  2808. /**
  2809. * Gets the private '.errored..service_locator.ndicYLV.App\Entity\Membre' shared service.
  2810. *
  2811. * @return \App\Entity\Membre
  2812. */
  2813. protected function getMembreService()
  2814. {
  2815. $this->throw('Cannot autowire service ".service_locator.ndicYLV": it references class "App\\Entity\\Membre" but no such service exists.');
  2816. }
  2817. /**
  2818. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2819. *
  2820. * @return \Symfony\Component\Config\Loader\LoaderInterface
  2821. */
  2822. protected function getLoaderInterfaceService()
  2823. {
  2824. $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2825. }
  2826. /**
  2827. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2828. *
  2829. * @return \Symfony\Component\Console\Command\LazyCommand
  2830. */
  2831. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2832. {
  2833. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2834. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2835. return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2836. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2837. });
  2838. }
  2839. /**
  2840. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2841. *
  2842. * @return \Symfony\Component\Console\Command\LazyCommand
  2843. */
  2844. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2845. {
  2846. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2847. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2848. return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2849. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2850. });
  2851. }
  2852. /**
  2853. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2854. *
  2855. * @return \Symfony\Component\Console\Command\LazyCommand
  2856. */
  2857. protected function get_Maker_AutoCommand_MakeController_LazyService()
  2858. {
  2859. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2860. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2861. return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2862. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2863. });
  2864. }
  2865. /**
  2866. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2867. *
  2868. * @return \Symfony\Component\Console\Command\LazyCommand
  2869. */
  2870. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2871. {
  2872. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2874. return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2875. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2876. });
  2877. }
  2878. /**
  2879. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2880. *
  2881. * @return \Symfony\Component\Console\Command\LazyCommand
  2882. */
  2883. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2884. {
  2885. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2886. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2887. return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2888. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2889. });
  2890. }
  2891. /**
  2892. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2893. *
  2894. * @return \Symfony\Component\Console\Command\LazyCommand
  2895. */
  2896. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2897. {
  2898. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2899. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2900. return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2901. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2902. });
  2903. }
  2904. /**
  2905. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2906. *
  2907. * @return \Symfony\Component\Console\Command\LazyCommand
  2908. */
  2909. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2910. {
  2911. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2912. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2913. return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2914. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2915. });
  2916. }
  2917. /**
  2918. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2919. *
  2920. * @return \Symfony\Component\Console\Command\LazyCommand
  2921. */
  2922. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2923. {
  2924. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2925. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2926. return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2927. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2928. });
  2929. }
  2930. /**
  2931. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2932. *
  2933. * @return \Symfony\Component\Console\Command\LazyCommand
  2934. */
  2935. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2936. {
  2937. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2938. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2939. return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2940. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2941. });
  2942. }
  2943. /**
  2944. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2945. *
  2946. * @return \Symfony\Component\Console\Command\LazyCommand
  2947. */
  2948. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2949. {
  2950. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2952. return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2953. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2954. });
  2955. }
  2956. /**
  2957. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2958. *
  2959. * @return \Symfony\Component\Console\Command\LazyCommand
  2960. */
  2961. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2962. {
  2963. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2964. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2965. return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2966. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2967. });
  2968. }
  2969. /**
  2970. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2971. *
  2972. * @return \Symfony\Component\Console\Command\LazyCommand
  2973. */
  2974. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2975. {
  2976. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2977. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2978. return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2979. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2980. });
  2981. }
  2982. /**
  2983. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2984. *
  2985. * @return \Symfony\Component\Console\Command\LazyCommand
  2986. */
  2987. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2988. {
  2989. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2990. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2991. return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2992. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2993. });
  2994. }
  2995. /**
  2996. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2997. *
  2998. * @return \Symfony\Component\Console\Command\LazyCommand
  2999. */
  3000. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  3001. {
  3002. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3003. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3004. return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3005. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  3006. });
  3007. }
  3008. /**
  3009. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3010. *
  3011. * @return \Symfony\Component\Console\Command\LazyCommand
  3012. */
  3013. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3014. {
  3015. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3017. return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3018. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3019. });
  3020. }
  3021. /**
  3022. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3023. *
  3024. * @return \Symfony\Component\Console\Command\LazyCommand
  3025. */
  3026. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3027. {
  3028. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3029. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3030. return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3031. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3032. });
  3033. }
  3034. /**
  3035. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3036. *
  3037. * @return \Symfony\Component\Console\Command\LazyCommand
  3038. */
  3039. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3040. {
  3041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3042. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3043. return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3044. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3045. });
  3046. }
  3047. /**
  3048. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3049. *
  3050. * @return \Symfony\Component\Console\Command\LazyCommand
  3051. */
  3052. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3053. {
  3054. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3056. return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3057. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3058. });
  3059. }
  3060. /**
  3061. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3062. *
  3063. * @return \Symfony\Component\Console\Command\LazyCommand
  3064. */
  3065. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3066. {
  3067. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3068. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3069. return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3070. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3071. });
  3072. }
  3073. /**
  3074. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3075. *
  3076. * @return \Symfony\Component\Console\Command\LazyCommand
  3077. */
  3078. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3079. {
  3080. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3081. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3082. return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3083. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3084. });
  3085. }
  3086. /**
  3087. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3088. *
  3089. * @return \Symfony\Component\Console\Command\LazyCommand
  3090. */
  3091. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3092. {
  3093. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3094. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3095. return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3096. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3097. });
  3098. }
  3099. /**
  3100. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3101. *
  3102. * @return \Symfony\Component\Console\Command\LazyCommand
  3103. */
  3104. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3105. {
  3106. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3107. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3108. return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3109. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3110. });
  3111. }
  3112. /**
  3113. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3114. *
  3115. * @return \Symfony\Component\Console\Command\LazyCommand
  3116. */
  3117. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3118. {
  3119. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3120. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3121. return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3122. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3123. });
  3124. }
  3125. /**
  3126. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3127. *
  3128. * @return \Symfony\Component\Console\Command\LazyCommand
  3129. */
  3130. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3131. {
  3132. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3133. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3134. return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3135. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3136. });
  3137. }
  3138. /**
  3139. * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  3140. *
  3141. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3142. */
  3143. protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  3144. {
  3145. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3146. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3147. return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  3148. }
  3149. /**
  3150. * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  3151. *
  3152. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3153. */
  3154. protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  3155. {
  3156. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3157. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3158. $a = ($this->privates['texter.transports'] ?? $this->getTexter_TransportsService());
  3159. if (isset($this->privates['.messenger.handler_descriptor.XZowc.T'])) {
  3160. return $this->privates['.messenger.handler_descriptor.XZowc.T'];
  3161. }
  3162. return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  3163. }
  3164. /**
  3165. * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  3166. *
  3167. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3168. */
  3169. protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  3170. {
  3171. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3172. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  3173. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  3174. if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  3175. return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  3176. }
  3177. return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  3178. }
  3179. /**
  3180. * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  3181. *
  3182. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  3183. */
  3184. protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  3185. {
  3186. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  3187. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  3188. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  3189. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/Transports.php';
  3190. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport.php';
  3191. return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  3192. yield 0 => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  3193. }, 1)))->fromStrings([])), []);
  3194. }
  3195. /**
  3196. * Gets the private '.monolog.command.server_log.lazy' shared service.
  3197. *
  3198. * @return \Symfony\Component\Console\Command\LazyCommand
  3199. */
  3200. protected function get_Monolog_Command_ServerLog_LazyService()
  3201. {
  3202. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3203. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3204. return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3205. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3206. });
  3207. }
  3208. /**
  3209. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3210. *
  3211. * @return \Symfony\Component\Console\Command\LazyCommand
  3212. */
  3213. protected function get_Security_Command_DebugFirewall_LazyService()
  3214. {
  3215. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3217. return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3218. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3219. });
  3220. }
  3221. /**
  3222. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3223. *
  3224. * @return \Symfony\Component\Console\Command\LazyCommand
  3225. */
  3226. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3227. {
  3228. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3230. return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3231. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3232. });
  3233. }
  3234. /**
  3235. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3236. *
  3237. * @return \Symfony\Component\Console\Command\LazyCommand
  3238. */
  3239. protected function get_Security_Command_UserPasswordHash_LazyService()
  3240. {
  3241. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3242. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3243. return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3244. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3245. });
  3246. }
  3247. /**
  3248. * Gets the private '.service_locator..nt6Slk' shared service.
  3249. *
  3250. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3251. */
  3252. protected function get_ServiceLocator__Nt6SlkService()
  3253. {
  3254. return $this->privates['.service_locator..nt6Slk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3255. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  3256. 'mailerService' => ['services', 'App\\Service\\MailerService', 'getMailerServiceService', false],
  3257. ], [
  3258. 'mailer' => '?',
  3259. 'mailerService' => 'App\\Service\\MailerService',
  3260. ]);
  3261. }
  3262. /**
  3263. * Gets the private '.service_locator.0J2mJUg' shared service.
  3264. *
  3265. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3266. */
  3267. protected function get_ServiceLocator_0J2mJUgService()
  3268. {
  3269. return $this->privates['.service_locator.0J2mJUg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3270. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3271. 'mail' => ['services', 'App\\Service\\MailerService', 'getMailerServiceService', false],
  3272. ], [
  3273. 'doctrine' => '?',
  3274. 'mail' => 'App\\Service\\MailerService',
  3275. ]);
  3276. }
  3277. /**
  3278. * Gets the private '.service_locator.6E9xidT' shared service.
  3279. *
  3280. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3281. */
  3282. protected function get_ServiceLocator_6E9xidTService()
  3283. {
  3284. return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3285. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  3286. ], [
  3287. 'mailer' => '?',
  3288. ]);
  3289. }
  3290. /**
  3291. * Gets the private '.service_locator.E1A.eAV' shared service.
  3292. *
  3293. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3294. */
  3295. protected function get_ServiceLocator_E1A_EAVService()
  3296. {
  3297. return $this->privates['.service_locator.E1A.eAV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3298. 'note' => ['services', 'App\\Service\\NotificationService', 'getNotificationServiceService', false],
  3299. ], [
  3300. 'note' => 'App\\Service\\NotificationService',
  3301. ]);
  3302. }
  3303. /**
  3304. * Gets the private '.service_locator.GQZbvNR' shared service.
  3305. *
  3306. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3307. */
  3308. protected function get_ServiceLocator_GQZbvNRService()
  3309. {
  3310. return $this->privates['.service_locator.GQZbvNR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3311. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3312. ], [
  3313. 'doctrine' => '?',
  3314. ]);
  3315. }
  3316. /**
  3317. * Gets the private '.service_locator.P7qToFg' shared service.
  3318. *
  3319. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3320. */
  3321. protected function get_ServiceLocator_P7qToFgService()
  3322. {
  3323. return $this->privates['.service_locator.P7qToFg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3324. 'knpSnappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
  3325. ], [
  3326. 'knpSnappyPdf' => '?',
  3327. ]);
  3328. }
  3329. /**
  3330. * Gets the private '.service_locator.U6QcFd6' shared service.
  3331. *
  3332. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3333. */
  3334. protected function get_ServiceLocator_U6QcFd6Service()
  3335. {
  3336. return $this->privates['.service_locator.U6QcFd6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3337. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3338. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  3339. 'ville' => ['privates', '.errored..service_locator.U6QcFd6.App\\Entity\\Ville', NULL, 'Cannot autowire service ".service_locator.U6QcFd6": it references class "App\\Entity\\Ville" but no such service exists.'],
  3340. ], [
  3341. 'doctrine' => '?',
  3342. 'passwordHasher' => '?',
  3343. 'ville' => 'App\\Entity\\Ville',
  3344. ]);
  3345. }
  3346. /**
  3347. * Gets the private '.service_locator.XsyfP82' shared service.
  3348. *
  3349. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3350. */
  3351. protected function get_ServiceLocator_XsyfP82Service()
  3352. {
  3353. return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3354. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  3355. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  3356. ], [
  3357. 'event_dispatcher' => '?',
  3358. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3359. ]);
  3360. }
  3361. /**
  3362. * Gets the private '.service_locator.fTyyANa' shared service.
  3363. *
  3364. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3365. */
  3366. protected function get_ServiceLocator_FTyyANaService()
  3367. {
  3368. return $this->privates['.service_locator.fTyyANa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3369. 'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
  3370. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3371. 'kartierRepository' => ['privates', 'App\\Repository\\KartierRepository', 'getKartierRepositoryService', false],
  3372. 'note' => ['services', 'App\\Service\\NotificationService', 'getNotificationServiceService', false],
  3373. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  3374. ], [
  3375. 'communeRepository' => 'App\\Repository\\CommuneRepository',
  3376. 'doctrine' => '?',
  3377. 'kartierRepository' => 'App\\Repository\\KartierRepository',
  3378. 'note' => 'App\\Service\\NotificationService',
  3379. 'passwordHasher' => '?',
  3380. ]);
  3381. }
  3382. /**
  3383. * Gets the private '.service_locator.mx0UMmY' shared service.
  3384. *
  3385. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3386. */
  3387. protected function get_ServiceLocator_Mx0UMmYService()
  3388. {
  3389. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3390. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3391. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3392. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3393. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3394. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  3395. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3396. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3397. 'router' => ['services', 'router', 'getRouterService', false],
  3398. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3399. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3400. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3401. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3402. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3403. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3404. ], [
  3405. 'doctrine' => '?',
  3406. 'form.factory' => '?',
  3407. 'http_kernel' => '?',
  3408. 'message_bus' => '?',
  3409. 'messenger.default_bus' => '?',
  3410. 'parameter_bag' => '?',
  3411. 'request_stack' => '?',
  3412. 'router' => '?',
  3413. 'security.authorization_checker' => '?',
  3414. 'security.csrf.token_manager' => '?',
  3415. 'security.token_storage' => '?',
  3416. 'serializer' => '?',
  3417. 'session' => '.session.deprecated',
  3418. 'twig' => '?',
  3419. ]);
  3420. }
  3421. /**
  3422. * Gets the private '.service_locator.ndicYLV' shared service.
  3423. *
  3424. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3425. */
  3426. protected function get_ServiceLocator_NdicYLVService()
  3427. {
  3428. return $this->privates['.service_locator.ndicYLV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3429. 'membre' => ['privates', '.errored..service_locator.ndicYLV.App\\Entity\\Membre', NULL, 'Cannot autowire service ".service_locator.ndicYLV": it references class "App\\Entity\\Membre" but no such service exists.'],
  3430. ], [
  3431. 'membre' => 'App\\Entity\\Membre',
  3432. ]);
  3433. }
  3434. /**
  3435. * Gets the private '.service_locator.pDG_z9l' shared service.
  3436. *
  3437. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3438. */
  3439. protected function get_ServiceLocator_PDGZ9lService()
  3440. {
  3441. return $this->privates['.service_locator.pDG_z9l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3442. 'App\\Controller\\AdhesionController::form' => ['privates', '.service_locator.paN13u7', 'get_ServiceLocator_PaN13u7Service', false],
  3443. 'App\\Controller\\AdhesionController::index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3444. 'App\\Controller\\AdminController::listFac' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3445. 'App\\Controller\\CommuneController::Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3446. 'App\\Controller\\CommuneController::commune' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3447. 'App\\Controller\\CommuneController::formData' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3448. 'App\\Controller\\CommuneController::index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3449. 'App\\Controller\\CommuneController::update' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3450. 'App\\Controller\\CotisationController::federation' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3451. 'App\\Controller\\DonController::Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3452. 'App\\Controller\\DonController::aksanti' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3453. 'App\\Controller\\DonController::confirmation' => ['privates', '.service_locator.0J2mJUg', 'get_ServiceLocator_0J2mJUgService', false],
  3454. 'App\\Controller\\DonController::index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3455. 'App\\Controller\\FederationController::Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3456. 'App\\Controller\\FederationController::update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3457. 'App\\Controller\\MembreController::Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3458. 'App\\Controller\\MembreController::AddFed' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3459. 'App\\Controller\\MembreController::carte' => ['privates', '.service_locator.P7qToFg', 'get_ServiceLocator_P7qToFgService', false],
  3460. 'App\\Controller\\MembreController::demandeConfirmation' => ['privates', '.service_locator.E1A.eAV', 'get_ServiceLocator_E1A_EAVService', false],
  3461. 'App\\Controller\\MembreController::getFederation' => ['privates', '.service_locator.U6QcFd6', 'get_ServiceLocator_U6QcFd6Service', false],
  3462. 'App\\Controller\\MembreController::inscription' => ['privates', '.service_locator.fTyyANa', 'get_ServiceLocator_FTyyANaService', false],
  3463. 'App\\Controller\\MembreController::qrcodeGen' => ['privates', '.service_locator.ndicYLV', 'get_ServiceLocator_NdicYLVService', false],
  3464. 'App\\Controller\\MembreController::update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3465. 'App\\Controller\\ProvinceController::Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3466. 'App\\Controller\\ProvinceController::update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3467. 'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3468. 'App\\Controller\\StatistiqueController::federation' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3469. 'App\\Controller\\TestController::cotisation' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3470. 'App\\Controller\\TestController::delete' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3471. 'App\\Controller\\TestController::federation' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3472. 'App\\Controller\\TestController::index' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3473. 'App\\Controller\\TestController::indexFF' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3474. 'App\\Controller\\TestController::striped' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3475. 'App\\Controller\\UserController::adminAdd' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3476. 'App\\Controller\\VilleController::Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3477. 'App\\Controller\\VilleController::index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3478. 'App\\Controller\\VilleController::listProvince' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3479. 'App\\Controller\\VilleController::update' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3480. 'App\\Service\\MailerService::send' => ['privates', '.service_locator.6E9xidT', 'get_ServiceLocator_6E9xidTService', false],
  3481. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3482. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3483. 'App\\Controller\\AdhesionController:form' => ['privates', '.service_locator.paN13u7', 'get_ServiceLocator_PaN13u7Service', false],
  3484. 'App\\Controller\\AdhesionController:index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3485. 'App\\Controller\\AdminController:listFac' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3486. 'App\\Controller\\CommuneController:Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3487. 'App\\Controller\\CommuneController:commune' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3488. 'App\\Controller\\CommuneController:formData' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3489. 'App\\Controller\\CommuneController:index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3490. 'App\\Controller\\CommuneController:update' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3491. 'App\\Controller\\CotisationController:federation' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3492. 'App\\Controller\\DonController:Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3493. 'App\\Controller\\DonController:aksanti' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3494. 'App\\Controller\\DonController:confirmation' => ['privates', '.service_locator.0J2mJUg', 'get_ServiceLocator_0J2mJUgService', false],
  3495. 'App\\Controller\\DonController:index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3496. 'App\\Controller\\FederationController:Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3497. 'App\\Controller\\FederationController:update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3498. 'App\\Controller\\MembreController:Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3499. 'App\\Controller\\MembreController:AddFed' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3500. 'App\\Controller\\MembreController:carte' => ['privates', '.service_locator.P7qToFg', 'get_ServiceLocator_P7qToFgService', false],
  3501. 'App\\Controller\\MembreController:demandeConfirmation' => ['privates', '.service_locator.E1A.eAV', 'get_ServiceLocator_E1A_EAVService', false],
  3502. 'App\\Controller\\MembreController:getFederation' => ['privates', '.service_locator.U6QcFd6', 'get_ServiceLocator_U6QcFd6Service', false],
  3503. 'App\\Controller\\MembreController:inscription' => ['privates', '.service_locator.fTyyANa', 'get_ServiceLocator_FTyyANaService', false],
  3504. 'App\\Controller\\MembreController:qrcodeGen' => ['privates', '.service_locator.ndicYLV', 'get_ServiceLocator_NdicYLVService', false],
  3505. 'App\\Controller\\MembreController:update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3506. 'App\\Controller\\ProvinceController:Add' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3507. 'App\\Controller\\ProvinceController:update' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3508. 'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3509. 'App\\Controller\\StatistiqueController:federation' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3510. 'App\\Controller\\TestController:cotisation' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3511. 'App\\Controller\\TestController:delete' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3512. 'App\\Controller\\TestController:federation' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3513. 'App\\Controller\\TestController:index' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3514. 'App\\Controller\\TestController:indexFF' => ['privates', '.service_locator..nt6Slk', 'get_ServiceLocator__Nt6SlkService', false],
  3515. 'App\\Controller\\TestController:striped' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3516. 'App\\Controller\\UserController:adminAdd' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  3517. 'App\\Controller\\VilleController:Add' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3518. 'App\\Controller\\VilleController:index' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3519. 'App\\Controller\\VilleController:listProvince' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3520. 'App\\Controller\\VilleController:update' => ['privates', '.service_locator.GQZbvNR', 'get_ServiceLocator_GQZbvNRService', false],
  3521. 'App\\Service\\MailerService:send' => ['privates', '.service_locator.6E9xidT', 'get_ServiceLocator_6E9xidTService', false],
  3522. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3523. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3524. ], [
  3525. 'App\\Controller\\AdhesionController::form' => '?',
  3526. 'App\\Controller\\AdhesionController::index' => '?',
  3527. 'App\\Controller\\AdminController::listFac' => '?',
  3528. 'App\\Controller\\CommuneController::Add' => '?',
  3529. 'App\\Controller\\CommuneController::commune' => '?',
  3530. 'App\\Controller\\CommuneController::formData' => '?',
  3531. 'App\\Controller\\CommuneController::index' => '?',
  3532. 'App\\Controller\\CommuneController::update' => '?',
  3533. 'App\\Controller\\CotisationController::federation' => '?',
  3534. 'App\\Controller\\DonController::Add' => '?',
  3535. 'App\\Controller\\DonController::aksanti' => '?',
  3536. 'App\\Controller\\DonController::confirmation' => '?',
  3537. 'App\\Controller\\DonController::index' => '?',
  3538. 'App\\Controller\\FederationController::Add' => '?',
  3539. 'App\\Controller\\FederationController::update' => '?',
  3540. 'App\\Controller\\MembreController::Add' => '?',
  3541. 'App\\Controller\\MembreController::AddFed' => '?',
  3542. 'App\\Controller\\MembreController::carte' => '?',
  3543. 'App\\Controller\\MembreController::demandeConfirmation' => '?',
  3544. 'App\\Controller\\MembreController::getFederation' => '?',
  3545. 'App\\Controller\\MembreController::inscription' => '?',
  3546. 'App\\Controller\\MembreController::qrcodeGen' => '?',
  3547. 'App\\Controller\\MembreController::update' => '?',
  3548. 'App\\Controller\\ProvinceController::Add' => '?',
  3549. 'App\\Controller\\ProvinceController::update' => '?',
  3550. 'App\\Controller\\SecurityController::login' => '?',
  3551. 'App\\Controller\\StatistiqueController::federation' => '?',
  3552. 'App\\Controller\\TestController::cotisation' => '?',
  3553. 'App\\Controller\\TestController::delete' => '?',
  3554. 'App\\Controller\\TestController::federation' => '?',
  3555. 'App\\Controller\\TestController::index' => '?',
  3556. 'App\\Controller\\TestController::indexFF' => '?',
  3557. 'App\\Controller\\TestController::striped' => '?',
  3558. 'App\\Controller\\UserController::adminAdd' => '?',
  3559. 'App\\Controller\\VilleController::Add' => '?',
  3560. 'App\\Controller\\VilleController::index' => '?',
  3561. 'App\\Controller\\VilleController::listProvince' => '?',
  3562. 'App\\Controller\\VilleController::update' => '?',
  3563. 'App\\Service\\MailerService::send' => '?',
  3564. 'kernel::loadRoutes' => '?',
  3565. 'kernel::registerContainerConfiguration' => '?',
  3566. 'App\\Controller\\AdhesionController:form' => '?',
  3567. 'App\\Controller\\AdhesionController:index' => '?',
  3568. 'App\\Controller\\AdminController:listFac' => '?',
  3569. 'App\\Controller\\CommuneController:Add' => '?',
  3570. 'App\\Controller\\CommuneController:commune' => '?',
  3571. 'App\\Controller\\CommuneController:formData' => '?',
  3572. 'App\\Controller\\CommuneController:index' => '?',
  3573. 'App\\Controller\\CommuneController:update' => '?',
  3574. 'App\\Controller\\CotisationController:federation' => '?',
  3575. 'App\\Controller\\DonController:Add' => '?',
  3576. 'App\\Controller\\DonController:aksanti' => '?',
  3577. 'App\\Controller\\DonController:confirmation' => '?',
  3578. 'App\\Controller\\DonController:index' => '?',
  3579. 'App\\Controller\\FederationController:Add' => '?',
  3580. 'App\\Controller\\FederationController:update' => '?',
  3581. 'App\\Controller\\MembreController:Add' => '?',
  3582. 'App\\Controller\\MembreController:AddFed' => '?',
  3583. 'App\\Controller\\MembreController:carte' => '?',
  3584. 'App\\Controller\\MembreController:demandeConfirmation' => '?',
  3585. 'App\\Controller\\MembreController:getFederation' => '?',
  3586. 'App\\Controller\\MembreController:inscription' => '?',
  3587. 'App\\Controller\\MembreController:qrcodeGen' => '?',
  3588. 'App\\Controller\\MembreController:update' => '?',
  3589. 'App\\Controller\\ProvinceController:Add' => '?',
  3590. 'App\\Controller\\ProvinceController:update' => '?',
  3591. 'App\\Controller\\SecurityController:login' => '?',
  3592. 'App\\Controller\\StatistiqueController:federation' => '?',
  3593. 'App\\Controller\\TestController:cotisation' => '?',
  3594. 'App\\Controller\\TestController:delete' => '?',
  3595. 'App\\Controller\\TestController:federation' => '?',
  3596. 'App\\Controller\\TestController:index' => '?',
  3597. 'App\\Controller\\TestController:indexFF' => '?',
  3598. 'App\\Controller\\TestController:striped' => '?',
  3599. 'App\\Controller\\UserController:adminAdd' => '?',
  3600. 'App\\Controller\\VilleController:Add' => '?',
  3601. 'App\\Controller\\VilleController:index' => '?',
  3602. 'App\\Controller\\VilleController:listProvince' => '?',
  3603. 'App\\Controller\\VilleController:update' => '?',
  3604. 'App\\Service\\MailerService:send' => '?',
  3605. 'kernel:loadRoutes' => '?',
  3606. 'kernel:registerContainerConfiguration' => '?',
  3607. ]);
  3608. }
  3609. /**
  3610. * Gets the private '.service_locator.paN13u7' shared service.
  3611. *
  3612. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3613. */
  3614. protected function get_ServiceLocator_PaN13u7Service()
  3615. {
  3616. return $this->privates['.service_locator.paN13u7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3617. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3618. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  3619. ], [
  3620. 'doctrine' => '?',
  3621. 'passwordHasher' => '?',
  3622. ]);
  3623. }
  3624. /**
  3625. * Gets the private '.service_locator.rDMu6Zd' shared service.
  3626. *
  3627. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3628. */
  3629. protected function get_ServiceLocator_RDMu6ZdService()
  3630. {
  3631. return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3632. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  3633. ], [
  3634. 'passwordHasher' => '?',
  3635. ]);
  3636. }
  3637. /**
  3638. * Gets the private '.service_locator.xUrKPVU' shared service.
  3639. *
  3640. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3641. */
  3642. protected function get_ServiceLocator_XUrKPVUService()
  3643. {
  3644. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3645. 'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3646. ], [
  3647. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3648. ]);
  3649. }
  3650. /**
  3651. * Gets the private '.service_locator.zFcJjKU' shared service.
  3652. *
  3653. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3654. */
  3655. protected function get_ServiceLocator_ZFcJjKUService()
  3656. {
  3657. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3658. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  3659. ], [
  3660. 'authenticationUtils' => '?',
  3661. ]);
  3662. }
  3663. /**
  3664. * Gets the private '.service_locator.zJyh7qS' shared service.
  3665. *
  3666. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3667. */
  3668. protected function get_ServiceLocator_ZJyh7qSService()
  3669. {
  3670. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3671. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  3672. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  3673. ], [
  3674. 'security.firewall.map.context.dev' => '?',
  3675. 'security.firewall.map.context.main' => '?',
  3676. ]);
  3677. }
  3678. /**
  3679. * Gets the private '.session.deprecated' shared service.
  3680. *
  3681. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3682. */
  3683. protected function get_Session_DeprecatedService()
  3684. {
  3685. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3686. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3687. return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  3688. }
  3689. /**
  3690. * Gets the private '.twig.command.debug.lazy' shared service.
  3691. *
  3692. * @return \Symfony\Component\Console\Command\LazyCommand
  3693. */
  3694. protected function get_Twig_Command_Debug_LazyService()
  3695. {
  3696. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3697. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3698. return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  3699. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3700. });
  3701. }
  3702. /**
  3703. * Gets the private '.twig.command.lint.lazy' shared service.
  3704. *
  3705. * @return \Symfony\Component\Console\Command\LazyCommand
  3706. */
  3707. protected function get_Twig_Command_Lint_LazyService()
  3708. {
  3709. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3710. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3711. return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  3712. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3713. });
  3714. }
  3715. /**
  3716. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3717. *
  3718. * @return \Symfony\Component\Console\Command\LazyCommand
  3719. */
  3720. protected function get_VarDumper_Command_ServerDump_LazyService()
  3721. {
  3722. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3723. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3724. return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  3725. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3726. });
  3727. }
  3728. /**
  3729. * Gets the private 'App\Form\CandidatType' shared autowired service.
  3730. *
  3731. * @return \App\Form\CandidatType
  3732. */
  3733. protected function getCandidatTypeService()
  3734. {
  3735. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3736. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3737. include_once \dirname(__DIR__, 4).'/src/Form/CandidatType.php';
  3738. return $this->privates['App\\Form\\CandidatType'] = new \App\Form\CandidatType();
  3739. }
  3740. /**
  3741. * Gets the private 'App\Form\CommuneType' shared autowired service.
  3742. *
  3743. * @return \App\Form\CommuneType
  3744. */
  3745. protected function getCommuneTypeService()
  3746. {
  3747. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3748. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3749. include_once \dirname(__DIR__, 4).'/src/Form/CommuneType.php';
  3750. return $this->privates['App\\Form\\CommuneType'] = new \App\Form\CommuneType();
  3751. }
  3752. /**
  3753. * Gets the private 'App\Form\CommuniqueType' shared autowired service.
  3754. *
  3755. * @return \App\Form\CommuniqueType
  3756. */
  3757. protected function getCommuniqueTypeService()
  3758. {
  3759. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3760. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3761. include_once \dirname(__DIR__, 4).'/src/Form/CommuniqueType.php';
  3762. return $this->privates['App\\Form\\CommuniqueType'] = new \App\Form\CommuniqueType();
  3763. }
  3764. /**
  3765. * Gets the private 'App\Form\CotisationType' shared autowired service.
  3766. *
  3767. * @return \App\Form\CotisationType
  3768. */
  3769. protected function getCotisationTypeService()
  3770. {
  3771. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3772. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3773. include_once \dirname(__DIR__, 4).'/src/Form/CotisationType.php';
  3774. return $this->privates['App\\Form\\CotisationType'] = new \App\Form\CotisationType();
  3775. }
  3776. /**
  3777. * Gets the private 'App\Form\DemandeType' shared autowired service.
  3778. *
  3779. * @return \App\Form\DemandeType
  3780. */
  3781. protected function getDemandeTypeService()
  3782. {
  3783. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3784. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3785. include_once \dirname(__DIR__, 4).'/src/Form/DemandeType.php';
  3786. return $this->privates['App\\Form\\DemandeType'] = new \App\Form\DemandeType();
  3787. }
  3788. /**
  3789. * Gets the private 'App\Form\DonType' shared autowired service.
  3790. *
  3791. * @return \App\Form\DonType
  3792. */
  3793. protected function getDonTypeService()
  3794. {
  3795. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3796. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3797. include_once \dirname(__DIR__, 4).'/src/Form/DonType.php';
  3798. return $this->privates['App\\Form\\DonType'] = new \App\Form\DonType();
  3799. }
  3800. /**
  3801. * Gets the private 'App\Form\FederationProvinceType' shared autowired service.
  3802. *
  3803. * @return \App\Form\FederationProvinceType
  3804. */
  3805. protected function getFederationProvinceTypeService()
  3806. {
  3807. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3808. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3809. include_once \dirname(__DIR__, 4).'/src/Form/FederationProvinceType.php';
  3810. return $this->privates['App\\Form\\FederationProvinceType'] = new \App\Form\FederationProvinceType();
  3811. }
  3812. /**
  3813. * Gets the private 'App\Form\FederationType' shared autowired service.
  3814. *
  3815. * @return \App\Form\FederationType
  3816. */
  3817. protected function getFederationTypeService()
  3818. {
  3819. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3820. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3821. include_once \dirname(__DIR__, 4).'/src/Form/FederationType.php';
  3822. return $this->privates['App\\Form\\FederationType'] = new \App\Form\FederationType();
  3823. }
  3824. /**
  3825. * Gets the private 'App\Form\ForumCategorieType' shared autowired service.
  3826. *
  3827. * @return \App\Form\ForumCategorieType
  3828. */
  3829. protected function getForumCategorieTypeService()
  3830. {
  3831. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3832. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3833. include_once \dirname(__DIR__, 4).'/src/Form/ForumCategorieType.php';
  3834. return $this->privates['App\\Form\\ForumCategorieType'] = new \App\Form\ForumCategorieType();
  3835. }
  3836. /**
  3837. * Gets the private 'App\Form\ForumMessageType' shared autowired service.
  3838. *
  3839. * @return \App\Form\ForumMessageType
  3840. */
  3841. protected function getForumMessageTypeService()
  3842. {
  3843. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3844. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3845. include_once \dirname(__DIR__, 4).'/src/Form/ForumMessageType.php';
  3846. return $this->privates['App\\Form\\ForumMessageType'] = new \App\Form\ForumMessageType();
  3847. }
  3848. /**
  3849. * Gets the private 'App\Form\ForumSujetType' shared autowired service.
  3850. *
  3851. * @return \App\Form\ForumSujetType
  3852. */
  3853. protected function getForumSujetTypeService()
  3854. {
  3855. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3856. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3857. include_once \dirname(__DIR__, 4).'/src/Form/ForumSujetType.php';
  3858. return $this->privates['App\\Form\\ForumSujetType'] = new \App\Form\ForumSujetType();
  3859. }
  3860. /**
  3861. * Gets the private 'App\Form\MembreInscriptionType' shared autowired service.
  3862. *
  3863. * @return \App\Form\MembreInscriptionType
  3864. */
  3865. protected function getMembreInscriptionTypeService()
  3866. {
  3867. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3868. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3869. include_once \dirname(__DIR__, 4).'/src/Form/MembreInscriptionType.php';
  3870. return $this->privates['App\\Form\\MembreInscriptionType'] = new \App\Form\MembreInscriptionType();
  3871. }
  3872. /**
  3873. * Gets the private 'App\Form\MembrePhotoType' shared autowired service.
  3874. *
  3875. * @return \App\Form\MembrePhotoType
  3876. */
  3877. protected function getMembrePhotoTypeService()
  3878. {
  3879. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3880. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3881. include_once \dirname(__DIR__, 4).'/src/Form/MembrePhotoType.php';
  3882. return $this->privates['App\\Form\\MembrePhotoType'] = new \App\Form\MembrePhotoType();
  3883. }
  3884. /**
  3885. * Gets the private 'App\Form\MembreType' shared autowired service.
  3886. *
  3887. * @return \App\Form\MembreType
  3888. */
  3889. protected function getMembreTypeService()
  3890. {
  3891. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3892. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3893. include_once \dirname(__DIR__, 4).'/src/Form/MembreType.php';
  3894. return $this->privates['App\\Form\\MembreType'] = new \App\Form\MembreType();
  3895. }
  3896. /**
  3897. * Gets the private 'App\Form\PersonneType' shared autowired service.
  3898. *
  3899. * @return \App\Form\PersonneType
  3900. */
  3901. protected function getPersonneTypeService()
  3902. {
  3903. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3904. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3905. include_once \dirname(__DIR__, 4).'/src/Form/PersonneType.php';
  3906. return $this->privates['App\\Form\\PersonneType'] = new \App\Form\PersonneType(($this->privates['App\\Repository\\KartierRepository'] ?? $this->getKartierRepositoryService()));
  3907. }
  3908. /**
  3909. * Gets the private 'App\Form\ProvinceType' shared autowired service.
  3910. *
  3911. * @return \App\Form\ProvinceType
  3912. */
  3913. protected function getProvinceTypeService()
  3914. {
  3915. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3916. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3917. include_once \dirname(__DIR__, 4).'/src/Form/ProvinceType.php';
  3918. return $this->privates['App\\Form\\ProvinceType'] = new \App\Form\ProvinceType();
  3919. }
  3920. /**
  3921. * Gets the private 'App\Form\UserType' shared autowired service.
  3922. *
  3923. * @return \App\Form\UserType
  3924. */
  3925. protected function getUserTypeService()
  3926. {
  3927. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3928. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3929. include_once \dirname(__DIR__, 4).'/src/Form/UserType.php';
  3930. return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  3931. }
  3932. /**
  3933. * Gets the private 'App\Form\UserTypeAdmin' shared autowired service.
  3934. *
  3935. * @return \App\Form\UserTypeAdmin
  3936. */
  3937. protected function getUserTypeAdminService()
  3938. {
  3939. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3940. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3941. include_once \dirname(__DIR__, 4).'/src/Form/UserTypeAdmin.php';
  3942. return $this->privates['App\\Form\\UserTypeAdmin'] = new \App\Form\UserTypeAdmin();
  3943. }
  3944. /**
  3945. * Gets the private 'App\Form\UserTypeF' shared autowired service.
  3946. *
  3947. * @return \App\Form\UserTypeF
  3948. */
  3949. protected function getUserTypeFService()
  3950. {
  3951. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3952. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3953. include_once \dirname(__DIR__, 4).'/src/Form/UserTypeF.php';
  3954. return $this->privates['App\\Form\\UserTypeF'] = new \App\Form\UserTypeF();
  3955. }
  3956. /**
  3957. * Gets the private 'App\Form\VilleType' shared autowired service.
  3958. *
  3959. * @return \App\Form\VilleType
  3960. */
  3961. protected function getVilleTypeService()
  3962. {
  3963. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3964. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3965. include_once \dirname(__DIR__, 4).'/src/Form/VilleType.php';
  3966. return $this->privates['App\\Form\\VilleType'] = new \App\Form\VilleType();
  3967. }
  3968. /**
  3969. * Gets the private 'App\Repository\CandidatRepository' shared autowired service.
  3970. *
  3971. * @return \App\Repository\CandidatRepository
  3972. */
  3973. protected function getCandidatRepositoryService()
  3974. {
  3975. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3976. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3977. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3978. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  3979. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  3980. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  3981. include_once \dirname(__DIR__, 4).'/src/Repository/CandidatRepository.php';
  3982. return $this->privates['App\\Repository\\CandidatRepository'] = new \App\Repository\CandidatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3983. }
  3984. /**
  3985. * Gets the private 'App\Repository\CommuneRepository' shared autowired service.
  3986. *
  3987. * @return \App\Repository\CommuneRepository
  3988. */
  3989. protected function getCommuneRepositoryService()
  3990. {
  3991. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3993. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  3995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  3996. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  3997. include_once \dirname(__DIR__, 4).'/src/Repository/CommuneRepository.php';
  3998. return $this->privates['App\\Repository\\CommuneRepository'] = new \App\Repository\CommuneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3999. }
  4000. /**
  4001. * Gets the private 'App\Repository\CommuniqueRepository' shared autowired service.
  4002. *
  4003. * @return \App\Repository\CommuniqueRepository
  4004. */
  4005. protected function getCommuniqueRepositoryService()
  4006. {
  4007. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4010. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4012. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4013. include_once \dirname(__DIR__, 4).'/src/Repository/CommuniqueRepository.php';
  4014. return $this->privates['App\\Repository\\CommuniqueRepository'] = new \App\Repository\CommuniqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4015. }
  4016. /**
  4017. * Gets the private 'App\Repository\CotisationRepository' shared autowired service.
  4018. *
  4019. * @return \App\Repository\CotisationRepository
  4020. */
  4021. protected function getCotisationRepositoryService()
  4022. {
  4023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4027. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4028. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4029. include_once \dirname(__DIR__, 4).'/src/Repository/CotisationRepository.php';
  4030. return $this->privates['App\\Repository\\CotisationRepository'] = new \App\Repository\CotisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4031. }
  4032. /**
  4033. * Gets the private 'App\Repository\DemandeRepository' shared autowired service.
  4034. *
  4035. * @return \App\Repository\DemandeRepository
  4036. */
  4037. protected function getDemandeRepositoryService()
  4038. {
  4039. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4040. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4041. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4042. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4043. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4044. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4045. include_once \dirname(__DIR__, 4).'/src/Repository/DemandeRepository.php';
  4046. return $this->privates['App\\Repository\\DemandeRepository'] = new \App\Repository\DemandeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4047. }
  4048. /**
  4049. * Gets the private 'App\Repository\DonRepository' shared autowired service.
  4050. *
  4051. * @return \App\Repository\DonRepository
  4052. */
  4053. protected function getDonRepositoryService()
  4054. {
  4055. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4057. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4058. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4059. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4060. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4061. include_once \dirname(__DIR__, 4).'/src/Repository/DonRepository.php';
  4062. return $this->privates['App\\Repository\\DonRepository'] = new \App\Repository\DonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4063. }
  4064. /**
  4065. * Gets the private 'App\Repository\FederationRepository' shared autowired service.
  4066. *
  4067. * @return \App\Repository\FederationRepository
  4068. */
  4069. protected function getFederationRepositoryService()
  4070. {
  4071. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4072. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4073. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4074. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4075. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4076. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4077. include_once \dirname(__DIR__, 4).'/src/Repository/FederationRepository.php';
  4078. return $this->privates['App\\Repository\\FederationRepository'] = new \App\Repository\FederationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4079. }
  4080. /**
  4081. * Gets the private 'App\Repository\ForumCategorieRepository' shared autowired service.
  4082. *
  4083. * @return \App\Repository\ForumCategorieRepository
  4084. */
  4085. protected function getForumCategorieRepositoryService()
  4086. {
  4087. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4088. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4089. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4090. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4091. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4092. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4093. include_once \dirname(__DIR__, 4).'/src/Repository/ForumCategorieRepository.php';
  4094. return $this->privates['App\\Repository\\ForumCategorieRepository'] = new \App\Repository\ForumCategorieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4095. }
  4096. /**
  4097. * Gets the private 'App\Repository\ForumMessageRepository' shared autowired service.
  4098. *
  4099. * @return \App\Repository\ForumMessageRepository
  4100. */
  4101. protected function getForumMessageRepositoryService()
  4102. {
  4103. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4104. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4105. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4106. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4107. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4108. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4109. include_once \dirname(__DIR__, 4).'/src/Repository/ForumMessageRepository.php';
  4110. return $this->privates['App\\Repository\\ForumMessageRepository'] = new \App\Repository\ForumMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4111. }
  4112. /**
  4113. * Gets the private 'App\Repository\ForumSujetRepository' shared autowired service.
  4114. *
  4115. * @return \App\Repository\ForumSujetRepository
  4116. */
  4117. protected function getForumSujetRepositoryService()
  4118. {
  4119. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4120. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4121. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4124. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4125. include_once \dirname(__DIR__, 4).'/src/Repository/ForumSujetRepository.php';
  4126. return $this->privates['App\\Repository\\ForumSujetRepository'] = new \App\Repository\ForumSujetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4127. }
  4128. /**
  4129. * Gets the private 'App\Repository\KartierRepository' shared autowired service.
  4130. *
  4131. * @return \App\Repository\KartierRepository
  4132. */
  4133. protected function getKartierRepositoryService()
  4134. {
  4135. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4136. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4137. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4138. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4139. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4140. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4141. include_once \dirname(__DIR__, 4).'/src/Repository/KartierRepository.php';
  4142. return $this->privates['App\\Repository\\KartierRepository'] = new \App\Repository\KartierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4143. }
  4144. /**
  4145. * Gets the private 'App\Repository\MembreRepository' shared autowired service.
  4146. *
  4147. * @return \App\Repository\MembreRepository
  4148. */
  4149. protected function getMembreRepositoryService()
  4150. {
  4151. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4152. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4153. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4154. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4155. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4156. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4157. include_once \dirname(__DIR__, 4).'/src/Repository/MembreRepository.php';
  4158. return $this->privates['App\\Repository\\MembreRepository'] = new \App\Repository\MembreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4159. }
  4160. /**
  4161. * Gets the private 'App\Repository\PersonneRepository' shared autowired service.
  4162. *
  4163. * @return \App\Repository\PersonneRepository
  4164. */
  4165. protected function getPersonneRepositoryService()
  4166. {
  4167. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4168. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4169. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4170. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4171. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4172. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4173. include_once \dirname(__DIR__, 4).'/src/Repository/PersonneRepository.php';
  4174. return $this->privates['App\\Repository\\PersonneRepository'] = new \App\Repository\PersonneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4175. }
  4176. /**
  4177. * Gets the private 'App\Repository\ProvinceRepository' shared autowired service.
  4178. *
  4179. * @return \App\Repository\ProvinceRepository
  4180. */
  4181. protected function getProvinceRepositoryService()
  4182. {
  4183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4184. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4185. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4186. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4187. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4188. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4189. include_once \dirname(__DIR__, 4).'/src/Repository/ProvinceRepository.php';
  4190. return $this->privates['App\\Repository\\ProvinceRepository'] = new \App\Repository\ProvinceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4191. }
  4192. /**
  4193. * Gets the private 'App\Repository\ReferenceRepository' shared autowired service.
  4194. *
  4195. * @return \App\Repository\ReferenceRepository
  4196. */
  4197. protected function getReferenceRepositoryService()
  4198. {
  4199. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4200. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4201. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4202. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4203. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4204. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4205. include_once \dirname(__DIR__, 4).'/src/Repository/ReferenceRepository.php';
  4206. return $this->privates['App\\Repository\\ReferenceRepository'] = new \App\Repository\ReferenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4207. }
  4208. /**
  4209. * Gets the private 'App\Repository\TestERepository' shared autowired service.
  4210. *
  4211. * @return \App\Repository\TestERepository
  4212. */
  4213. protected function getTestERepositoryService()
  4214. {
  4215. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4216. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4217. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4218. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4219. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4220. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4221. include_once \dirname(__DIR__, 4).'/src/Repository/TestERepository.php';
  4222. return $this->privates['App\\Repository\\TestERepository'] = new \App\Repository\TestERepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4223. }
  4224. /**
  4225. * Gets the private 'App\Repository\TestRepository' shared autowired service.
  4226. *
  4227. * @return \App\Repository\TestRepository
  4228. */
  4229. protected function getTestRepositoryService()
  4230. {
  4231. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4232. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4233. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4234. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4235. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4236. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4237. include_once \dirname(__DIR__, 4).'/src/Repository/TestRepository.php';
  4238. return $this->privates['App\\Repository\\TestRepository'] = new \App\Repository\TestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4239. }
  4240. /**
  4241. * Gets the private 'App\Repository\TransactionRepository' shared autowired service.
  4242. *
  4243. * @return \App\Repository\TransactionRepository
  4244. */
  4245. protected function getTransactionRepositoryService()
  4246. {
  4247. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4248. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4253. include_once \dirname(__DIR__, 4).'/src/Repository/TransactionRepository.php';
  4254. return $this->privates['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4255. }
  4256. /**
  4257. * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4258. *
  4259. * @return \App\Repository\UserRepository
  4260. */
  4261. protected function getUserRepositoryService()
  4262. {
  4263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4269. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  4270. include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
  4271. return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4272. }
  4273. /**
  4274. * Gets the private 'App\Repository\VilleRepository' shared autowired service.
  4275. *
  4276. * @return \App\Repository\VilleRepository
  4277. */
  4278. protected function getVilleRepositoryService()
  4279. {
  4280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4286. include_once \dirname(__DIR__, 4).'/src/Repository/VilleRepository.php';
  4287. return $this->privates['App\\Repository\\VilleRepository'] = new \App\Repository\VilleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4288. }
  4289. /**
  4290. * Gets the private 'App\Security\AppCustomAuthenticator' shared autowired service.
  4291. *
  4292. * @return \App\Security\AppCustomAuthenticator
  4293. */
  4294. protected function getAppCustomAuthenticatorService()
  4295. {
  4296. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  4297. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  4298. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4299. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  4300. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  4301. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4302. include_once \dirname(__DIR__, 4).'/src/Security/AppCustomAuthenticator.php';
  4303. return $this->privates['App\\Security\\AppCustomAuthenticator'] = new \App\Security\AppCustomAuthenticator(($this->services['router'] ?? $this->getRouterService()));
  4304. }
  4305. /**
  4306. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4307. *
  4308. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4309. */
  4310. protected function getManagerRegistryAwareConnectionProviderService()
  4311. {
  4312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  4313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4314. return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
  4315. }
  4316. /**
  4317. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4318. *
  4319. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4320. */
  4321. protected function getRunSqlCommandService()
  4322. {
  4323. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4326. $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4327. $instance->setName('dbal:run-sql');
  4328. return $instance;
  4329. }
  4330. /**
  4331. * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  4332. *
  4333. * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  4334. */
  4335. protected function getQrCodeRuntimeService()
  4336. {
  4337. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  4338. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  4339. return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()), ($this->services['router'] ?? $this->getRouterService()));
  4340. }
  4341. /**
  4342. * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  4343. *
  4344. * @return \Endroid\QrCode\Builder\BuilderRegistry
  4345. */
  4346. protected function getBuilderRegistryService()
  4347. {
  4348. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  4349. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  4350. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  4351. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  4352. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  4353. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  4354. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  4355. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  4356. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  4357. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  4358. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  4359. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  4360. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php';
  4361. include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  4362. $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  4363. $a = new \Endroid\QrCode\Builder\Builder();
  4364. $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  4365. $a->size(300);
  4366. $a->margin(10);
  4367. $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  4368. $a->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  4369. $a->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  4370. $a->validateResult(false);
  4371. $instance->addBuilder('default', $a);
  4372. return $instance;
  4373. }
  4374. /**
  4375. * Gets the private 'annotations.cache_adapter' shared service.
  4376. *
  4377. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4378. */
  4379. protected function getAnnotations_CacheAdapterService()
  4380. {
  4381. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4382. }
  4383. /**
  4384. * Gets the private 'annotations.cache_warmer' shared service.
  4385. *
  4386. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4387. */
  4388. protected function getAnnotations_CacheWarmerService()
  4389. {
  4390. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4391. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4392. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4393. return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
  4394. }
  4395. /**
  4396. * Gets the private 'annotations.cached_reader' shared service.
  4397. *
  4398. * @return \Doctrine\Common\Annotations\PsrCachedReader
  4399. */
  4400. protected function getAnnotations_CachedReaderService()
  4401. {
  4402. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4403. }
  4404. /**
  4405. * Gets the private 'annotations.reader' shared service.
  4406. *
  4407. * @return \Doctrine\Common\Annotations\AnnotationReader
  4408. */
  4409. protected function getAnnotations_ReaderService()
  4410. {
  4411. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4412. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4413. $a->registerUniqueLoader('class_exists');
  4414. $instance->addGlobalIgnoredName('required', $a);
  4415. return $instance;
  4416. }
  4417. /**
  4418. * Gets the private 'cache.annotations' shared service.
  4419. *
  4420. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4421. */
  4422. protected function getCache_AnnotationsService()
  4423. {
  4424. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjo71z9DPl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4425. }
  4426. /**
  4427. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4428. *
  4429. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4430. */
  4431. protected function getCache_Doctrine_Orm_Default_QueryService()
  4432. {
  4433. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4434. }
  4435. /**
  4436. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4437. *
  4438. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4439. */
  4440. protected function getCache_Doctrine_Orm_Default_ResultService()
  4441. {
  4442. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4443. }
  4444. /**
  4445. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4446. *
  4447. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4448. */
  4449. protected function getCache_Messenger_RestartWorkersSignalService()
  4450. {
  4451. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('RTSf-MTgyv', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  4452. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4453. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4454. }
  4455. /**
  4456. * Gets the private 'cache.property_info' shared service.
  4457. *
  4458. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4459. */
  4460. protected function getCache_PropertyInfoService()
  4461. {
  4462. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vmTi1WkI-d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4463. }
  4464. /**
  4465. * Gets the private 'cache.security_expression_language' shared service.
  4466. *
  4467. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4468. */
  4469. protected function getCache_SecurityExpressionLanguageService()
  4470. {
  4471. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dZOIC65VSc', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4472. }
  4473. /**
  4474. * Gets the private 'cache.serializer' shared service.
  4475. *
  4476. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4477. */
  4478. protected function getCache_SerializerService()
  4479. {
  4480. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Zc6Kq6EaIo', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4481. }
  4482. /**
  4483. * Gets the private 'cache.validator' shared service.
  4484. *
  4485. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4486. */
  4487. protected function getCache_ValidatorService()
  4488. {
  4489. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hGWpZyAoBr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4490. }
  4491. /**
  4492. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  4493. *
  4494. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  4495. */
  4496. protected function getCachePoolClearer_CacheWarmerService()
  4497. {
  4498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4499. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  4500. return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
  4501. }
  4502. /**
  4503. * Gets the private 'config_builder.warmer' shared service.
  4504. *
  4505. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  4506. */
  4507. protected function getConfigBuilder_WarmerService()
  4508. {
  4509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4510. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  4511. return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4512. }
  4513. /**
  4514. * Gets the private 'config_cache_factory' shared service.
  4515. *
  4516. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4517. */
  4518. protected function getConfigCacheFactoryService()
  4519. {
  4520. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4521. 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)));
  4522. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4523. }, 2));
  4524. }
  4525. /**
  4526. * Gets the private 'console.command.about' shared service.
  4527. *
  4528. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4529. */
  4530. protected function getConsole_Command_AboutService()
  4531. {
  4532. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4533. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4534. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4535. $instance->setName('about');
  4536. $instance->setDescription('Display information about the current project');
  4537. return $instance;
  4538. }
  4539. /**
  4540. * Gets the private 'console.command.assets_install' shared service.
  4541. *
  4542. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4543. */
  4544. protected function getConsole_Command_AssetsInstallService()
  4545. {
  4546. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4547. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4548. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  4549. $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
  4550. $instance->setName('assets:install');
  4551. $instance->setDescription('Install bundle\'s web assets under a public directory');
  4552. return $instance;
  4553. }
  4554. /**
  4555. * Gets the private 'console.command.cache_clear' shared service.
  4556. *
  4557. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4558. */
  4559. protected function getConsole_Command_CacheClearService()
  4560. {
  4561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4562. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4563. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  4564. $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4565. $instance->setName('cache:clear');
  4566. $instance->setDescription('Clear the cache');
  4567. return $instance;
  4568. }
  4569. /**
  4570. * Gets the private 'console.command.cache_pool_clear' shared service.
  4571. *
  4572. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4573. */
  4574. protected function getConsole_Command_CachePoolClearService()
  4575. {
  4576. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4577. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4578. $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language']);
  4579. $instance->setName('cache:pool:clear');
  4580. $instance->setDescription('Clear cache pools');
  4581. return $instance;
  4582. }
  4583. /**
  4584. * Gets the private 'console.command.cache_pool_delete' shared service.
  4585. *
  4586. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4587. */
  4588. protected function getConsole_Command_CachePoolDeleteService()
  4589. {
  4590. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4591. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4592. $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language']);
  4593. $instance->setName('cache:pool:delete');
  4594. $instance->setDescription('Delete an item from a cache pool');
  4595. return $instance;
  4596. }
  4597. /**
  4598. * Gets the private 'console.command.cache_pool_list' shared service.
  4599. *
  4600. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4601. */
  4602. protected function getConsole_Command_CachePoolListService()
  4603. {
  4604. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4605. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4606. $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language']);
  4607. $instance->setName('cache:pool:list');
  4608. $instance->setDescription('List available cache pools');
  4609. return $instance;
  4610. }
  4611. /**
  4612. * Gets the private 'console.command.cache_pool_prune' shared service.
  4613. *
  4614. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4615. */
  4616. protected function getConsole_Command_CachePoolPruneService()
  4617. {
  4618. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4619. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4620. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4621. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4622. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4623. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4624. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4625. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4626. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4627. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  4628. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4629. yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4630. yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4631. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4632. }, 11));
  4633. $instance->setName('cache:pool:prune');
  4634. $instance->setDescription('Prune cache pools');
  4635. return $instance;
  4636. }
  4637. /**
  4638. * Gets the private 'console.command.cache_warmup' shared service.
  4639. *
  4640. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4641. */
  4642. protected function getConsole_Command_CacheWarmupService()
  4643. {
  4644. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4645. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4646. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4647. $instance->setName('cache:warmup');
  4648. $instance->setDescription('Warm up an empty cache');
  4649. return $instance;
  4650. }
  4651. /**
  4652. * Gets the private 'console.command.config_debug' shared service.
  4653. *
  4654. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4655. */
  4656. protected function getConsole_Command_ConfigDebugService()
  4657. {
  4658. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4659. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4660. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4661. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4662. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4663. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4664. $instance->setName('debug:config');
  4665. $instance->setDescription('Dump the current configuration for an extension');
  4666. return $instance;
  4667. }
  4668. /**
  4669. * Gets the private 'console.command.config_dump_reference' shared service.
  4670. *
  4671. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4672. */
  4673. protected function getConsole_Command_ConfigDumpReferenceService()
  4674. {
  4675. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4676. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4677. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4678. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4679. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4680. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4681. $instance->setName('config:dump-reference');
  4682. $instance->setDescription('Dump the default configuration for an extension');
  4683. return $instance;
  4684. }
  4685. /**
  4686. * Gets the private 'console.command.container_debug' shared service.
  4687. *
  4688. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4689. */
  4690. protected function getConsole_Command_ContainerDebugService()
  4691. {
  4692. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4693. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4694. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4695. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4696. $instance->setName('debug:container');
  4697. $instance->setDescription('Display current services for an application');
  4698. return $instance;
  4699. }
  4700. /**
  4701. * Gets the private 'console.command.container_lint' shared service.
  4702. *
  4703. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4704. */
  4705. protected function getConsole_Command_ContainerLintService()
  4706. {
  4707. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4708. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4709. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4710. $instance->setName('lint:container');
  4711. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4712. return $instance;
  4713. }
  4714. /**
  4715. * Gets the private 'console.command.debug_autowiring' shared service.
  4716. *
  4717. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4718. */
  4719. protected function getConsole_Command_DebugAutowiringService()
  4720. {
  4721. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4722. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4723. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4724. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4725. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4726. $instance->setName('debug:autowiring');
  4727. $instance->setDescription('List classes/interfaces you can use for autowiring');
  4728. return $instance;
  4729. }
  4730. /**
  4731. * Gets the private 'console.command.dotenv_debug' shared service.
  4732. *
  4733. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4734. */
  4735. protected function getConsole_Command_DotenvDebugService()
  4736. {
  4737. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4738. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4739. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  4740. $instance->setName('debug:dotenv');
  4741. $instance->setDescription('Lists all dotenv files with variables and values');
  4742. return $instance;
  4743. }
  4744. /**
  4745. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4746. *
  4747. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4748. */
  4749. protected function getConsole_Command_EventDispatcherDebugService()
  4750. {
  4751. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4752. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4753. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  4754. $instance->setName('debug:event-dispatcher');
  4755. $instance->setDescription('Display configured listeners for an application');
  4756. return $instance;
  4757. }
  4758. /**
  4759. * Gets the private 'console.command.form_debug' shared service.
  4760. *
  4761. * @return \Symfony\Component\Form\Command\DebugCommand
  4762. */
  4763. protected function getConsole_Command_FormDebugService()
  4764. {
  4765. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4766. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  4767. $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form', 2 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 3 => 'FOS\\CKEditorBundle\\Form\\Type'], [0 => 'App\\Form\\CandidatType', 1 => 'App\\Form\\CommuneType', 2 => 'App\\Form\\CommuniqueType', 3 => 'App\\Form\\CotisationType', 4 => 'App\\Form\\DemandeType', 5 => 'App\\Form\\DonType', 6 => 'App\\Form\\FederationProvinceType', 7 => 'App\\Form\\FederationType', 8 => 'App\\Form\\ForumCategorieType', 9 => 'App\\Form\\ForumMessageType', 10 => 'App\\Form\\ForumSujetType', 11 => 'App\\Form\\MembreInscriptionType', 12 => 'App\\Form\\MembrePhotoType', 13 => 'App\\Form\\MembreType', 14 => 'App\\Form\\PersonneType', 15 => 'App\\Form\\ProvinceType', 16 => 'App\\Form\\UserType', 17 => 'App\\Form\\UserTypeAdmin', 18 => 'App\\Form\\UserTypeF', 19 => 'App\\Form\\VilleType', 20 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 21 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 22 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 23 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 24 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 25 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4768. $instance->setName('debug:form');
  4769. $instance->setDescription('Display form type information');
  4770. return $instance;
  4771. }
  4772. /**
  4773. * Gets the private 'console.command.messenger_consume_messages' shared service.
  4774. *
  4775. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  4776. */
  4777. protected function getConsole_Command_MessengerConsumeMessagesService()
  4778. {
  4779. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4780. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  4781. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  4782. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  4783. $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4784. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  4785. ], [
  4786. 'messenger.bus.default' => '?',
  4787. ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [0 => 'messenger.bus.default']);
  4788. $instance->setName('messenger:consume');
  4789. $instance->setDescription('Consume messages');
  4790. return $instance;
  4791. }
  4792. /**
  4793. * Gets the private 'console.command.messenger_debug' shared service.
  4794. *
  4795. * @return \Symfony\Component\Messenger\Command\DebugCommand
  4796. */
  4797. protected function getConsole_Command_MessengerDebugService()
  4798. {
  4799. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4800. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  4801. $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [0 => [0 => 'chatter.messenger.chat_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [0 => [0 => 'texter.messenger.sms_handler', 1 => []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [0 => [0 => 'texter.messenger.push_handler', 1 => []]]]]);
  4802. $instance->setName('debug:messenger');
  4803. $instance->setDescription('List messages you can dispatch using the message buses');
  4804. return $instance;
  4805. }
  4806. /**
  4807. * Gets the private 'console.command.messenger_setup_transports' shared service.
  4808. *
  4809. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  4810. */
  4811. protected function getConsole_Command_MessengerSetupTransportsService()
  4812. {
  4813. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4814. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  4815. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
  4816. $instance->setName('messenger:setup-transports');
  4817. $instance->setDescription('Prepare the required infrastructure for the transport');
  4818. return $instance;
  4819. }
  4820. /**
  4821. * Gets the private 'console.command.messenger_stop_workers' shared service.
  4822. *
  4823. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  4824. */
  4825. protected function getConsole_Command_MessengerStopWorkersService()
  4826. {
  4827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4828. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  4829. $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  4830. $instance->setName('messenger:stop-workers');
  4831. $instance->setDescription('Stop workers after their current message');
  4832. return $instance;
  4833. }
  4834. /**
  4835. * Gets the private 'console.command.router_debug' shared service.
  4836. *
  4837. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4838. */
  4839. protected function getConsole_Command_RouterDebugService()
  4840. {
  4841. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4842. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4843. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4844. $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4845. $instance->setName('debug:router');
  4846. $instance->setDescription('Display current routes for an application');
  4847. return $instance;
  4848. }
  4849. /**
  4850. * Gets the private 'console.command.router_match' shared service.
  4851. *
  4852. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4853. */
  4854. protected function getConsole_Command_RouterMatchService()
  4855. {
  4856. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4857. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4858. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4859. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4860. }, 1));
  4861. $instance->setName('router:match');
  4862. $instance->setDescription('Help debug routes by simulating a path info match');
  4863. return $instance;
  4864. }
  4865. /**
  4866. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4867. *
  4868. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4869. */
  4870. protected function getConsole_Command_SecretsDecryptToLocalService()
  4871. {
  4872. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4873. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4875. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4876. $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4877. $instance->setName('secrets:decrypt-to-local');
  4878. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4879. return $instance;
  4880. }
  4881. /**
  4882. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4883. *
  4884. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4885. */
  4886. protected function getConsole_Command_SecretsEncryptFromLocalService()
  4887. {
  4888. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4890. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4891. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4892. $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4893. $instance->setName('secrets:encrypt-from-local');
  4894. $instance->setDescription('Encrypt all local secrets to the vault');
  4895. return $instance;
  4896. }
  4897. /**
  4898. * Gets the private 'console.command.secrets_generate_key' shared service.
  4899. *
  4900. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4901. */
  4902. protected function getConsole_Command_SecretsGenerateKeyService()
  4903. {
  4904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4905. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4907. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4908. $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4909. $instance->setName('secrets:generate-keys');
  4910. $instance->setDescription('Generate new encryption keys');
  4911. return $instance;
  4912. }
  4913. /**
  4914. * Gets the private 'console.command.secrets_list' shared service.
  4915. *
  4916. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4917. */
  4918. protected function getConsole_Command_SecretsListService()
  4919. {
  4920. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4921. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4924. $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4925. $instance->setName('secrets:list');
  4926. $instance->setDescription('List all secrets');
  4927. return $instance;
  4928. }
  4929. /**
  4930. * Gets the private 'console.command.secrets_remove' shared service.
  4931. *
  4932. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4933. */
  4934. protected function getConsole_Command_SecretsRemoveService()
  4935. {
  4936. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4939. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4940. $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4941. $instance->setName('secrets:remove');
  4942. $instance->setDescription('Remove a secret from the vault');
  4943. return $instance;
  4944. }
  4945. /**
  4946. * Gets the private 'console.command.secrets_set' shared service.
  4947. *
  4948. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4949. */
  4950. protected function getConsole_Command_SecretsSetService()
  4951. {
  4952. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4953. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4955. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4956. $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  4957. $instance->setName('secrets:set');
  4958. $instance->setDescription('Set a secret in the vault');
  4959. return $instance;
  4960. }
  4961. /**
  4962. * Gets the private 'console.command.translation_debug' shared service.
  4963. *
  4964. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4965. */
  4966. protected function getConsole_Command_TranslationDebugService()
  4967. {
  4968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4970. $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [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')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4971. $instance->setName('debug:translation');
  4972. $instance->setDescription('Display translation messages information');
  4973. return $instance;
  4974. }
  4975. /**
  4976. * Gets the private 'console.command.translation_extract' shared service.
  4977. *
  4978. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4979. */
  4980. protected function getConsole_Command_TranslationExtractService()
  4981. {
  4982. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4983. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4984. $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [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')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4985. $instance->setName('translation:extract');
  4986. $instance->setAliases([0 => 'translation:update']);
  4987. $instance->setDescription('Extract missing translations keys from code to translation files.');
  4988. return $instance;
  4989. }
  4990. /**
  4991. * Gets the private 'console.command.translation_pull' shared service.
  4992. *
  4993. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4994. */
  4995. protected function getConsole_Command_TranslationPullService()
  4996. {
  4997. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4998. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4999. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  5000. $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  5001. $instance->setName('translation:pull');
  5002. $instance->setDescription('Pull translations from a given provider.');
  5003. return $instance;
  5004. }
  5005. /**
  5006. * Gets the private 'console.command.translation_push' shared service.
  5007. *
  5008. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  5009. */
  5010. protected function getConsole_Command_TranslationPushService()
  5011. {
  5012. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5013. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  5014. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  5015. $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  5016. $instance->setName('translation:push');
  5017. $instance->setDescription('Push translations to a given provider.');
  5018. return $instance;
  5019. }
  5020. /**
  5021. * Gets the private 'console.command.validator_debug' shared service.
  5022. *
  5023. * @return \Symfony\Component\Validator\Command\DebugCommand
  5024. */
  5025. protected function getConsole_Command_ValidatorDebugService()
  5026. {
  5027. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5028. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  5029. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5030. $instance->setName('debug:validator');
  5031. $instance->setDescription('Display validation constraints for classes');
  5032. return $instance;
  5033. }
  5034. /**
  5035. * Gets the private 'console.command.xliff_lint' shared service.
  5036. *
  5037. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  5038. */
  5039. protected function getConsole_Command_XliffLintService()
  5040. {
  5041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5042. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5043. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  5044. $instance->setName('lint:xliff');
  5045. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  5046. return $instance;
  5047. }
  5048. /**
  5049. * Gets the private 'console.command.yaml_lint' shared service.
  5050. *
  5051. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5052. */
  5053. protected function getConsole_Command_YamlLintService()
  5054. {
  5055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5056. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5057. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5058. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5059. $instance->setName('lint:yaml');
  5060. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  5061. return $instance;
  5062. }
  5063. /**
  5064. * Gets the private 'console.error_listener' shared service.
  5065. *
  5066. * @return \Symfony\Component\Console\EventListener\ErrorListener
  5067. */
  5068. protected function getConsole_ErrorListenerService()
  5069. {
  5070. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5071. $a = new \Symfony\Bridge\Monolog\Logger('console');
  5072. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5073. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5074. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5075. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5076. }
  5077. /**
  5078. * Gets the private 'container.env_var_processor' shared service.
  5079. *
  5080. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5081. */
  5082. protected function getContainer_EnvVarProcessorService()
  5083. {
  5084. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5085. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5086. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5087. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5088. }, 1));
  5089. }
  5090. /**
  5091. * Gets the private 'container.getenv' shared service.
  5092. *
  5093. * @return \Closure
  5094. */
  5095. protected function getContainer_GetenvService()
  5096. {
  5097. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  5098. }
  5099. /**
  5100. * Gets the private 'data_collector.form' shared service.
  5101. *
  5102. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5103. */
  5104. protected function getDataCollector_FormService()
  5105. {
  5106. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5107. }
  5108. /**
  5109. * Gets the private 'data_collector.request' shared service.
  5110. *
  5111. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5112. */
  5113. protected function getDataCollector_RequestService()
  5114. {
  5115. 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())));
  5116. }
  5117. /**
  5118. * Gets the private 'data_collector.request.session_collector' shared service.
  5119. *
  5120. * @return \Closure
  5121. */
  5122. protected function getDataCollector_Request_SessionCollectorService()
  5123. {
  5124. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  5125. }
  5126. /**
  5127. * Gets the private 'debug.argument_resolver.default' shared service.
  5128. *
  5129. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5130. */
  5131. protected function getDebug_ArgumentResolver_DefaultService()
  5132. {
  5133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5136. return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5137. }
  5138. /**
  5139. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5140. *
  5141. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5142. */
  5143. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5144. {
  5145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5148. $a = ($this->privates['.service_locator.pDG_z9l'] ?? $this->get_ServiceLocator_PDGZ9lService());
  5149. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5150. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5151. }
  5152. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5153. }
  5154. /**
  5155. * Gets the private 'debug.argument_resolver.request' shared service.
  5156. *
  5157. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5158. */
  5159. protected function getDebug_ArgumentResolver_RequestService()
  5160. {
  5161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5162. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5164. return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5165. }
  5166. /**
  5167. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5168. *
  5169. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5170. */
  5171. protected function getDebug_ArgumentResolver_RequestAttributeService()
  5172. {
  5173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5176. return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5177. }
  5178. /**
  5179. * Gets the private 'debug.argument_resolver.service' shared service.
  5180. *
  5181. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5182. */
  5183. protected function getDebug_ArgumentResolver_ServiceService()
  5184. {
  5185. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5186. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5187. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5188. $a = ($this->privates['.service_locator.pDG_z9l'] ?? $this->get_ServiceLocator_PDGZ9lService());
  5189. if (isset($this->privates['debug.argument_resolver.service'])) {
  5190. return $this->privates['debug.argument_resolver.service'];
  5191. }
  5192. return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5193. }
  5194. /**
  5195. * Gets the private 'debug.argument_resolver.session' shared service.
  5196. *
  5197. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5198. */
  5199. protected function getDebug_ArgumentResolver_SessionService()
  5200. {
  5201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5204. return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5205. }
  5206. /**
  5207. * Gets the private 'debug.argument_resolver.variadic' shared service.
  5208. *
  5209. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5210. */
  5211. protected function getDebug_ArgumentResolver_VariadicService()
  5212. {
  5213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5216. return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5217. }
  5218. /**
  5219. * Gets the private 'debug.debug_handlers_listener' shared service.
  5220. *
  5221. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5222. */
  5223. protected function getDebug_DebugHandlersListenerService()
  5224. {
  5225. $a = new \Symfony\Bridge\Monolog\Logger('php');
  5226. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5227. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5228. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5229. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5230. 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()));
  5231. }
  5232. /**
  5233. * Gets the private 'debug.dump_listener' shared service.
  5234. *
  5235. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5236. */
  5237. protected function getDebug_DumpListenerService()
  5238. {
  5239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5240. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5241. return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  5242. }
  5243. /**
  5244. * Gets the private 'debug.file_link_formatter' shared service.
  5245. *
  5246. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5247. */
  5248. protected function getDebug_FileLinkFormatterService()
  5249. {
  5250. 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 () {
  5251. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5252. });
  5253. }
  5254. /**
  5255. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5256. *
  5257. * @return \string
  5258. */
  5259. protected function getDebug_FileLinkFormatter_UrlFormatService()
  5260. {
  5261. return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
  5262. }
  5263. /**
  5264. * Gets the private 'debug.log_processor' shared service.
  5265. *
  5266. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5267. */
  5268. protected function getDebug_LogProcessorService()
  5269. {
  5270. 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())));
  5271. }
  5272. /**
  5273. * Gets the private 'debug.security.access.decision_manager' shared service.
  5274. *
  5275. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5276. */
  5277. protected function getDebug_Security_Access_DecisionManagerService()
  5278. {
  5279. 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 () {
  5280. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5281. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  5282. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5283. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5284. }
  5285. /**
  5286. * Gets the private 'debug.security.firewall' shared service.
  5287. *
  5288. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5289. */
  5290. protected function getDebug_Security_FirewallService()
  5291. {
  5292. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5293. if (isset($this->privates['debug.security.firewall'])) {
  5294. return $this->privates['debug.security.firewall'];
  5295. }
  5296. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5297. if (isset($this->privates['debug.security.firewall'])) {
  5298. return $this->privates['debug.security.firewall'];
  5299. }
  5300. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5301. }
  5302. /**
  5303. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  5304. *
  5305. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  5306. */
  5307. protected function getDebug_Security_Firewall_Authenticator_MainService()
  5308. {
  5309. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  5310. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  5311. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  5312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  5313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  5314. return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['App\\Security\\AppCustomAuthenticator'] ?? $this->getAppCustomAuthenticatorService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  5315. }
  5316. /**
  5317. * Gets the private 'debug.security.user_value_resolver' shared service.
  5318. *
  5319. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5320. */
  5321. protected function getDebug_Security_UserValueResolverService()
  5322. {
  5323. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5324. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5325. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5326. return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5327. }
  5328. /**
  5329. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5330. *
  5331. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5332. */
  5333. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5334. {
  5335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5339. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5340. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5341. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5342. }
  5343. return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  5344. }
  5345. /**
  5346. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5347. *
  5348. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5349. */
  5350. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5351. {
  5352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5353. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5354. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5355. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5356. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5357. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5358. return $this->privates['debug.security.voter.security.access.expression_voter'];
  5359. }
  5360. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5361. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5362. return $this->privates['debug.security.voter.security.access.expression_voter'];
  5363. }
  5364. return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  5365. }
  5366. /**
  5367. * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  5368. *
  5369. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5370. */
  5371. protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  5372. {
  5373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5374. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5375. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5377. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5378. if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  5379. return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  5380. }
  5381. return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  5382. }
  5383. /**
  5384. * Gets the private 'debug.security.voter.vote_listener' shared service.
  5385. *
  5386. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5387. */
  5388. protected function getDebug_Security_Voter_VoteListenerService()
  5389. {
  5390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5391. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5392. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5393. return $this->privates['debug.security.voter.vote_listener'];
  5394. }
  5395. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5396. }
  5397. /**
  5398. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5399. *
  5400. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  5401. */
  5402. protected function getDoctrine_CacheClearMetadataCommandService()
  5403. {
  5404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5405. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5406. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5407. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5408. $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5409. $instance->setName('doctrine:cache:clear-metadata');
  5410. return $instance;
  5411. }
  5412. /**
  5413. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5414. *
  5415. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  5416. */
  5417. protected function getDoctrine_CacheClearQueryCacheCommandService()
  5418. {
  5419. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5421. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5422. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5423. $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5424. $instance->setName('doctrine:cache:clear-query');
  5425. return $instance;
  5426. }
  5427. /**
  5428. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5429. *
  5430. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  5431. */
  5432. protected function getDoctrine_CacheClearResultCommandService()
  5433. {
  5434. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5437. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5438. $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5439. $instance->setName('doctrine:cache:clear-result');
  5440. return $instance;
  5441. }
  5442. /**
  5443. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5444. *
  5445. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  5446. */
  5447. protected function getDoctrine_CacheCollectionRegionCommandService()
  5448. {
  5449. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5451. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5452. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5453. $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5454. $instance->setName('doctrine:cache:clear-collection-region');
  5455. return $instance;
  5456. }
  5457. /**
  5458. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5459. *
  5460. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  5461. */
  5462. protected function getDoctrine_ClearEntityRegionCommandService()
  5463. {
  5464. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5466. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5467. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5468. $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5469. $instance->setName('doctrine:cache:clear-entity-region');
  5470. return $instance;
  5471. }
  5472. /**
  5473. * Gets the private 'doctrine.clear_query_region_command' shared service.
  5474. *
  5475. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  5476. */
  5477. protected function getDoctrine_ClearQueryRegionCommandService()
  5478. {
  5479. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5481. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5482. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5483. $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5484. $instance->setName('doctrine:cache:clear-query-region');
  5485. return $instance;
  5486. }
  5487. /**
  5488. * Gets the private 'doctrine.database_create_command' shared service.
  5489. *
  5490. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5491. */
  5492. protected function getDoctrine_DatabaseCreateCommandService()
  5493. {
  5494. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5495. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5496. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  5497. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5498. $instance->setName('doctrine:database:create');
  5499. return $instance;
  5500. }
  5501. /**
  5502. * Gets the private 'doctrine.database_drop_command' shared service.
  5503. *
  5504. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5505. */
  5506. protected function getDoctrine_DatabaseDropCommandService()
  5507. {
  5508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  5511. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5512. $instance->setName('doctrine:database:drop');
  5513. return $instance;
  5514. }
  5515. /**
  5516. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  5517. *
  5518. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  5519. */
  5520. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  5521. {
  5522. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5523. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  5524. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  5525. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  5526. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  5527. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
  5528. ], [
  5529. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5530. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5531. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5532. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5533. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5534. ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  5535. }
  5536. /**
  5537. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5538. *
  5539. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  5540. */
  5541. protected function getDoctrine_EnsureProductionSettingsCommandService()
  5542. {
  5543. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5545. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5546. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5547. $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5548. $instance->setName('doctrine:ensure-production-settings');
  5549. return $instance;
  5550. }
  5551. /**
  5552. * Gets the private 'doctrine.mapping_convert_command' shared service.
  5553. *
  5554. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  5555. */
  5556. protected function getDoctrine_MappingConvertCommandService()
  5557. {
  5558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  5562. $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5563. $instance->setName('doctrine:mapping:convert');
  5564. return $instance;
  5565. }
  5566. /**
  5567. * Gets the private 'doctrine.mapping_import_command' shared service.
  5568. *
  5569. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5570. */
  5571. protected function getDoctrine_MappingImportCommandService()
  5572. {
  5573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  5575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  5576. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5577. $instance->setName('doctrine:mapping:import');
  5578. return $instance;
  5579. }
  5580. /**
  5581. * Gets the private 'doctrine.mapping_info_command' shared service.
  5582. *
  5583. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  5584. */
  5585. protected function getDoctrine_MappingInfoCommandService()
  5586. {
  5587. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5588. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5589. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5590. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  5591. $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5592. $instance->setName('doctrine:mapping:info');
  5593. return $instance;
  5594. }
  5595. /**
  5596. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5597. *
  5598. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5599. */
  5600. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5601. {
  5602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  5603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5604. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  5605. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  5606. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  5607. }
  5608. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  5609. }
  5610. /**
  5611. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5612. *
  5613. * @return \Doctrine\Migrations\DependencyFactory
  5614. */
  5615. protected function getDoctrine_Migrations_DependencyFactoryService()
  5616. {
  5617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  5618. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  5619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  5620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  5621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  5622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  5624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  5625. $a = new \Doctrine\Migrations\Configuration\Configuration();
  5626. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  5627. $a->setAllOrNothing(false);
  5628. $a->setCheckDatabasePlatform(true);
  5629. $a->setTransactional(true);
  5630. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5631. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5632. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5633. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5634. });
  5635. return $instance;
  5636. }
  5637. /**
  5638. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5639. *
  5640. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5641. */
  5642. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5643. {
  5644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  5645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5646. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5647. }
  5648. /**
  5649. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5650. *
  5651. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5652. */
  5653. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5654. {
  5655. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  5656. }
  5657. /**
  5658. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5659. *
  5660. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5661. */
  5662. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5663. {
  5664. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5665. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5666. }
  5667. /**
  5668. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5669. *
  5670. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5671. */
  5672. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5673. {
  5674. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  5675. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5676. }
  5677. /**
  5678. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5679. *
  5680. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5681. */
  5682. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5683. {
  5684. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5685. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5686. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5687. }
  5688. /**
  5689. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5690. *
  5691. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5692. */
  5693. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5694. {
  5695. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5696. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5697. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5698. return new \EmptyIterator();
  5699. }, 0));
  5700. }
  5701. /**
  5702. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5703. *
  5704. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5705. */
  5706. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5707. {
  5708. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5709. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5710. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5711. }
  5712. /**
  5713. * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  5714. *
  5715. * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  5716. */
  5717. protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  5718. {
  5719. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5720. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  5721. return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5722. return new \EmptyIterator();
  5723. }, 0));
  5724. }
  5725. /**
  5726. * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  5727. *
  5728. * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  5729. */
  5730. protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  5731. {
  5732. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  5733. return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5734. }
  5735. /**
  5736. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5737. *
  5738. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5739. */
  5740. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5741. {
  5742. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5743. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5744. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5745. }
  5746. /**
  5747. * Gets the private 'doctrine.orm.validator.unique' shared service.
  5748. *
  5749. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5750. */
  5751. protected function getDoctrine_Orm_Validator_UniqueService()
  5752. {
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5754. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  5755. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5756. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5757. }
  5758. /**
  5759. * Gets the private 'doctrine.query_dql_command' shared service.
  5760. *
  5761. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  5762. */
  5763. protected function getDoctrine_QueryDqlCommandService()
  5764. {
  5765. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5766. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5767. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5768. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  5769. $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5770. $instance->setName('doctrine:query:dql');
  5771. return $instance;
  5772. }
  5773. /**
  5774. * Gets the private 'doctrine.query_sql_command' shared service.
  5775. *
  5776. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5777. */
  5778. protected function getDoctrine_QuerySqlCommandService()
  5779. {
  5780. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5781. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5782. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5783. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  5784. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5785. $instance->setName('doctrine:query:sql');
  5786. return $instance;
  5787. }
  5788. /**
  5789. * Gets the private 'doctrine.schema_create_command' shared service.
  5790. *
  5791. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  5792. */
  5793. protected function getDoctrine_SchemaCreateCommandService()
  5794. {
  5795. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5796. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5797. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5798. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5799. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5800. $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5801. $instance->setName('doctrine:schema:create');
  5802. return $instance;
  5803. }
  5804. /**
  5805. * Gets the private 'doctrine.schema_drop_command' shared service.
  5806. *
  5807. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  5808. */
  5809. protected function getDoctrine_SchemaDropCommandService()
  5810. {
  5811. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5812. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5813. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5814. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5815. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  5816. $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5817. $instance->setName('doctrine:schema:drop');
  5818. return $instance;
  5819. }
  5820. /**
  5821. * Gets the private 'doctrine.schema_update_command' shared service.
  5822. *
  5823. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  5824. */
  5825. protected function getDoctrine_SchemaUpdateCommandService()
  5826. {
  5827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5828. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5829. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5830. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5831. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5832. $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5833. $instance->setName('doctrine:schema:update');
  5834. return $instance;
  5835. }
  5836. /**
  5837. * Gets the private 'doctrine.schema_validate_command' shared service.
  5838. *
  5839. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  5840. */
  5841. protected function getDoctrine_SchemaValidateCommandService()
  5842. {
  5843. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5844. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5845. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5846. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  5847. $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5848. $instance->setName('doctrine:schema:validate');
  5849. return $instance;
  5850. }
  5851. /**
  5852. * Gets the private 'doctrine.ulid_generator' shared service.
  5853. *
  5854. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5855. */
  5856. protected function getDoctrine_UlidGeneratorService()
  5857. {
  5858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5859. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5860. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5861. }
  5862. /**
  5863. * Gets the private 'doctrine.uuid_generator' shared service.
  5864. *
  5865. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5866. */
  5867. protected function getDoctrine_UuidGeneratorService()
  5868. {
  5869. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5870. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5871. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5872. }
  5873. /**
  5874. * Gets the private 'doctrine_migrations.current_command' shared service.
  5875. *
  5876. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5877. */
  5878. protected function getDoctrineMigrations_CurrentCommandService()
  5879. {
  5880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5881. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  5883. $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  5884. $instance->setName('doctrine:migrations:current');
  5885. $instance->setDescription('Outputs the current version');
  5886. return $instance;
  5887. }
  5888. /**
  5889. * Gets the private 'doctrine_migrations.diff_command' shared service.
  5890. *
  5891. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5892. */
  5893. protected function getDoctrineMigrations_DiffCommandService()
  5894. {
  5895. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5896. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5897. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  5898. $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  5899. $instance->setName('doctrine:migrations:diff');
  5900. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  5901. return $instance;
  5902. }
  5903. /**
  5904. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5905. *
  5906. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5907. */
  5908. protected function getDoctrineMigrations_DumpSchemaCommandService()
  5909. {
  5910. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5911. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5912. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  5913. $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  5914. $instance->setName('doctrine:migrations:dump-schema');
  5915. $instance->setDescription('Dump the schema for your database to a migration.');
  5916. return $instance;
  5917. }
  5918. /**
  5919. * Gets the private 'doctrine_migrations.execute_command' shared service.
  5920. *
  5921. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5922. */
  5923. protected function getDoctrineMigrations_ExecuteCommandService()
  5924. {
  5925. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5926. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5927. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  5928. $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  5929. $instance->setName('doctrine:migrations:execute');
  5930. $instance->setDescription('Execute one or more migration versions up or down manually.');
  5931. return $instance;
  5932. }
  5933. /**
  5934. * Gets the private 'doctrine_migrations.generate_command' shared service.
  5935. *
  5936. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5937. */
  5938. protected function getDoctrineMigrations_GenerateCommandService()
  5939. {
  5940. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5941. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5942. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  5943. $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  5944. $instance->setName('doctrine:migrations:generate');
  5945. $instance->setDescription('Generate a blank migration class.');
  5946. return $instance;
  5947. }
  5948. /**
  5949. * Gets the private 'doctrine_migrations.latest_command' shared service.
  5950. *
  5951. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5952. */
  5953. protected function getDoctrineMigrations_LatestCommandService()
  5954. {
  5955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5956. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5957. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  5958. $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  5959. $instance->setName('doctrine:migrations:latest');
  5960. $instance->setDescription('Outputs the latest version');
  5961. return $instance;
  5962. }
  5963. /**
  5964. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5965. *
  5966. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5967. */
  5968. protected function getDoctrineMigrations_MigrateCommandService()
  5969. {
  5970. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5971. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5972. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  5973. $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  5974. $instance->setName('doctrine:migrations:migrate');
  5975. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  5976. return $instance;
  5977. }
  5978. /**
  5979. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5980. *
  5981. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5982. */
  5983. protected function getDoctrineMigrations_RollupCommandService()
  5984. {
  5985. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5986. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5987. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  5988. $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  5989. $instance->setName('doctrine:migrations:rollup');
  5990. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  5991. return $instance;
  5992. }
  5993. /**
  5994. * Gets the private 'doctrine_migrations.status_command' shared service.
  5995. *
  5996. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5997. */
  5998. protected function getDoctrineMigrations_StatusCommandService()
  5999. {
  6000. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6001. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6002. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  6003. $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6004. $instance->setName('doctrine:migrations:status');
  6005. $instance->setDescription('View the status of a set of migrations.');
  6006. return $instance;
  6007. }
  6008. /**
  6009. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6010. *
  6011. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6012. */
  6013. protected function getDoctrineMigrations_SyncMetadataCommandService()
  6014. {
  6015. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6016. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6017. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  6018. $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6019. $instance->setName('doctrine:migrations:sync-metadata-storage');
  6020. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  6021. return $instance;
  6022. }
  6023. /**
  6024. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6025. *
  6026. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6027. */
  6028. protected function getDoctrineMigrations_UpToDateCommandService()
  6029. {
  6030. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6031. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6032. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  6033. $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6034. $instance->setName('doctrine:migrations:up-to-date');
  6035. $instance->setDescription('Tells you if your schema is up-to-date.');
  6036. return $instance;
  6037. }
  6038. /**
  6039. * Gets the private 'doctrine_migrations.version_command' shared service.
  6040. *
  6041. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6042. */
  6043. protected function getDoctrineMigrations_VersionCommandService()
  6044. {
  6045. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6046. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6047. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  6048. $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6049. $instance->setName('doctrine:migrations:version');
  6050. $instance->setDescription('Manually add and delete migration versions from the version table.');
  6051. return $instance;
  6052. }
  6053. /**
  6054. * Gets the private 'doctrine_migrations.versions_command' shared service.
  6055. *
  6056. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6057. */
  6058. protected function getDoctrineMigrations_VersionsCommandService()
  6059. {
  6060. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6061. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  6062. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  6063. $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6064. $instance->setName('doctrine:migrations:list');
  6065. $instance->setDescription('Display a list of all available migrations and their status.');
  6066. return $instance;
  6067. }
  6068. /**
  6069. * Gets the private 'error_handler.error_renderer.html' shared service.
  6070. *
  6071. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6072. */
  6073. protected function getErrorHandler_ErrorRenderer_HtmlService()
  6074. {
  6075. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6076. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6077. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6078. return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6079. }
  6080. /**
  6081. * Gets the private 'exception_listener' shared service.
  6082. *
  6083. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6084. */
  6085. protected function getExceptionListenerService()
  6086. {
  6087. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  6088. }
  6089. /**
  6090. * Gets the private 'form.choice_list_factory.cached' shared service.
  6091. *
  6092. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6093. */
  6094. protected function getForm_ChoiceListFactory_CachedService()
  6095. {
  6096. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6097. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6098. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6099. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6100. return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  6101. }
  6102. /**
  6103. * Gets the private 'form.registry' shared service.
  6104. *
  6105. * @return \Symfony\Component\Form\FormRegistry
  6106. */
  6107. protected function getForm_RegistryService()
  6108. {
  6109. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  6110. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  6111. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  6112. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6113. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6114. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6115. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6116. return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6117. 'App\\Form\\CandidatType' => ['privates', 'App\\Form\\CandidatType', 'getCandidatTypeService', false],
  6118. 'App\\Form\\CommuneType' => ['privates', 'App\\Form\\CommuneType', 'getCommuneTypeService', false],
  6119. 'App\\Form\\CommuniqueType' => ['privates', 'App\\Form\\CommuniqueType', 'getCommuniqueTypeService', false],
  6120. 'App\\Form\\CotisationType' => ['privates', 'App\\Form\\CotisationType', 'getCotisationTypeService', false],
  6121. 'App\\Form\\DemandeType' => ['privates', 'App\\Form\\DemandeType', 'getDemandeTypeService', false],
  6122. 'App\\Form\\DonType' => ['privates', 'App\\Form\\DonType', 'getDonTypeService', false],
  6123. 'App\\Form\\FederationProvinceType' => ['privates', 'App\\Form\\FederationProvinceType', 'getFederationProvinceTypeService', false],
  6124. 'App\\Form\\FederationType' => ['privates', 'App\\Form\\FederationType', 'getFederationTypeService', false],
  6125. 'App\\Form\\ForumCategorieType' => ['privates', 'App\\Form\\ForumCategorieType', 'getForumCategorieTypeService', false],
  6126. 'App\\Form\\ForumMessageType' => ['privates', 'App\\Form\\ForumMessageType', 'getForumMessageTypeService', false],
  6127. 'App\\Form\\ForumSujetType' => ['privates', 'App\\Form\\ForumSujetType', 'getForumSujetTypeService', false],
  6128. 'App\\Form\\MembreInscriptionType' => ['privates', 'App\\Form\\MembreInscriptionType', 'getMembreInscriptionTypeService', false],
  6129. 'App\\Form\\MembrePhotoType' => ['privates', 'App\\Form\\MembrePhotoType', 'getMembrePhotoTypeService', false],
  6130. 'App\\Form\\MembreType' => ['privates', 'App\\Form\\MembreType', 'getMembreTypeService', false],
  6131. 'App\\Form\\PersonneType' => ['privates', 'App\\Form\\PersonneType', 'getPersonneTypeService', false],
  6132. 'App\\Form\\ProvinceType' => ['privates', 'App\\Form\\ProvinceType', 'getProvinceTypeService', false],
  6133. 'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
  6134. 'App\\Form\\UserTypeAdmin' => ['privates', 'App\\Form\\UserTypeAdmin', 'getUserTypeAdminService', false],
  6135. 'App\\Form\\UserTypeF' => ['privates', 'App\\Form\\UserTypeF', 'getUserTypeFService', false],
  6136. 'App\\Form\\VilleType' => ['privates', 'App\\Form\\VilleType', 'getVilleTypeService', false],
  6137. 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', false],
  6138. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  6139. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  6140. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  6141. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  6142. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  6143. ], [
  6144. 'App\\Form\\CandidatType' => '?',
  6145. 'App\\Form\\CommuneType' => '?',
  6146. 'App\\Form\\CommuniqueType' => '?',
  6147. 'App\\Form\\CotisationType' => '?',
  6148. 'App\\Form\\DemandeType' => '?',
  6149. 'App\\Form\\DonType' => '?',
  6150. 'App\\Form\\FederationProvinceType' => '?',
  6151. 'App\\Form\\FederationType' => '?',
  6152. 'App\\Form\\ForumCategorieType' => '?',
  6153. 'App\\Form\\ForumMessageType' => '?',
  6154. 'App\\Form\\ForumSujetType' => '?',
  6155. 'App\\Form\\MembreInscriptionType' => '?',
  6156. 'App\\Form\\MembrePhotoType' => '?',
  6157. 'App\\Form\\MembreType' => '?',
  6158. 'App\\Form\\PersonneType' => '?',
  6159. 'App\\Form\\ProvinceType' => '?',
  6160. 'App\\Form\\UserType' => '?',
  6161. 'App\\Form\\UserTypeAdmin' => '?',
  6162. 'App\\Form\\UserTypeF' => '?',
  6163. 'App\\Form\\VilleType' => '?',
  6164. 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  6165. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6166. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6167. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6168. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6169. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6170. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6171. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6172. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6173. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6174. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6175. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6176. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6177. }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6178. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6179. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6180. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6181. }, 1)], new RewindableGenerator(function () {
  6182. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6183. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6184. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6185. }
  6186. /**
  6187. * Gets the private 'form.server_params' shared service.
  6188. *
  6189. * @return \Symfony\Component\Form\Util\ServerParams
  6190. */
  6191. protected function getForm_ServerParamsService()
  6192. {
  6193. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  6194. return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6195. }
  6196. /**
  6197. * Gets the private 'form.type.choice' shared service.
  6198. *
  6199. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6200. */
  6201. protected function getForm_Type_ChoiceService()
  6202. {
  6203. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6204. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6205. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6206. return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6207. }
  6208. /**
  6209. * Gets the private 'form.type.color' shared service.
  6210. *
  6211. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6212. */
  6213. protected function getForm_Type_ColorService()
  6214. {
  6215. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6216. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6217. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6218. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6219. }
  6220. /**
  6221. * Gets the private 'form.type.entity' shared service.
  6222. *
  6223. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6224. */
  6225. protected function getForm_Type_EntityService()
  6226. {
  6227. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6228. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6229. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6230. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6231. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6232. }
  6233. /**
  6234. * Gets the private 'form.type.form' shared service.
  6235. *
  6236. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6237. */
  6238. protected function getForm_Type_FormService()
  6239. {
  6240. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6241. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6242. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6243. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6244. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6245. }
  6246. /**
  6247. * Gets the private 'form.type_extension.csrf' shared service.
  6248. *
  6249. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6250. */
  6251. protected function getForm_TypeExtension_CsrfService()
  6252. {
  6253. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6254. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6255. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6256. return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6257. }
  6258. /**
  6259. * Gets the private 'form.type_extension.form.data_collector' shared service.
  6260. *
  6261. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6262. */
  6263. protected function getForm_TypeExtension_Form_DataCollectorService()
  6264. {
  6265. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6266. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6267. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6268. return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  6269. }
  6270. /**
  6271. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6272. *
  6273. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6274. */
  6275. protected function getForm_TypeExtension_Form_HttpFoundationService()
  6276. {
  6277. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6279. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6280. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6281. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6282. return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  6283. }
  6284. /**
  6285. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6286. *
  6287. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6288. */
  6289. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6290. {
  6291. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6292. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6293. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6294. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6295. }
  6296. /**
  6297. * Gets the private 'form.type_extension.form.validator' shared service.
  6298. *
  6299. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6300. */
  6301. protected function getForm_TypeExtension_Form_ValidatorService()
  6302. {
  6303. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6304. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6305. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6306. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6307. $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  6308. if (isset($this->privates['form.type_extension.form.validator'])) {
  6309. return $this->privates['form.type_extension.form.validator'];
  6310. }
  6311. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, $a, ($this->services['translator'] ?? $this->getTranslatorService()));
  6312. }
  6313. /**
  6314. * Gets the private 'form.type_extension.upload.validator' shared service.
  6315. *
  6316. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6317. */
  6318. protected function getForm_TypeExtension_Upload_ValidatorService()
  6319. {
  6320. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6321. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6322. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6323. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6324. }
  6325. /**
  6326. * Gets the private 'form.type_guesser.doctrine' shared service.
  6327. *
  6328. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6329. */
  6330. protected function getForm_TypeGuesser_DoctrineService()
  6331. {
  6332. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6333. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6334. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6335. }
  6336. /**
  6337. * Gets the private 'form.type_guesser.validator' shared service.
  6338. *
  6339. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6340. */
  6341. protected function getForm_TypeGuesser_ValidatorService()
  6342. {
  6343. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6344. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6345. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6346. }
  6347. /**
  6348. * Gets the private 'fos_ck_editor.command.installer' shared service.
  6349. *
  6350. * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  6351. */
  6352. protected function getFosCkEditor_Command_InstallerService()
  6353. {
  6354. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6355. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  6356. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  6357. $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  6358. $instance->setName('ckeditor:install');
  6359. return $instance;
  6360. }
  6361. /**
  6362. * Gets the private 'fos_ck_editor.form.type' shared service.
  6363. *
  6364. * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  6365. */
  6366. protected function getFosCkEditor_Form_TypeService()
  6367. {
  6368. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6369. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6370. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  6371. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  6372. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  6373. return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['enable' => true, 'async' => false, 'auto_inline' => true, 'inline' => false, 'autoload' => true, 'jquery' => false, 'require_js' => false, 'input_sync' => false, 'base_path' => 'bundles/fosckeditor/', 'js_path' => 'bundles/fosckeditor/ckeditor.js', 'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js', 'default_config' => NULL, 'configs' => [], 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  6374. }
  6375. /**
  6376. * Gets the private 'fragment.renderer.inline' shared service.
  6377. *
  6378. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6379. */
  6380. protected function getFragment_Renderer_InlineService()
  6381. {
  6382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6383. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6385. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6386. if (isset($this->privates['fragment.renderer.inline'])) {
  6387. return $this->privates['fragment.renderer.inline'];
  6388. }
  6389. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6390. if (isset($this->privates['fragment.renderer.inline'])) {
  6391. return $this->privates['fragment.renderer.inline'];
  6392. }
  6393. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  6394. $instance->setFragmentPath('/_fragment');
  6395. return $instance;
  6396. }
  6397. /**
  6398. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6399. *
  6400. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6401. */
  6402. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6403. {
  6404. 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())));
  6405. }
  6406. /**
  6407. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6408. *
  6409. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6410. */
  6411. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6412. {
  6413. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6414. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6415. return $this->privates['framework_extra_bundle.event.is_granted'];
  6416. }
  6417. 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);
  6418. }
  6419. /**
  6420. * Gets the private 'locale_aware_listener' shared service.
  6421. *
  6422. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6423. */
  6424. protected function getLocaleAwareListenerService()
  6425. {
  6426. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6427. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  6428. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6429. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6430. }
  6431. /**
  6432. * Gets the private 'locale_listener' shared service.
  6433. *
  6434. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6435. */
  6436. protected function getLocaleListenerService()
  6437. {
  6438. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  6439. }
  6440. /**
  6441. * Gets the private 'mailer.mailer' shared service.
  6442. *
  6443. * @return \Symfony\Component\Mailer\Mailer
  6444. */
  6445. protected function getMailer_MailerService()
  6446. {
  6447. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  6448. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  6449. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6450. if (isset($this->privates['mailer.mailer'])) {
  6451. return $this->privates['mailer.mailer'];
  6452. }
  6453. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a);
  6454. }
  6455. /**
  6456. * Gets the private 'mailer.transport_factory.native' shared service.
  6457. *
  6458. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  6459. */
  6460. protected function getMailer_TransportFactory_NativeService()
  6461. {
  6462. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6463. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6464. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6465. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6466. if (isset($this->privates['mailer.transport_factory.native'])) {
  6467. return $this->privates['mailer.transport_factory.native'];
  6468. }
  6469. return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6470. }
  6471. /**
  6472. * Gets the private 'mailer.transport_factory.null' shared service.
  6473. *
  6474. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6475. */
  6476. protected function getMailer_TransportFactory_NullService()
  6477. {
  6478. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6479. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6480. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6481. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6482. if (isset($this->privates['mailer.transport_factory.null'])) {
  6483. return $this->privates['mailer.transport_factory.null'];
  6484. }
  6485. return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6486. }
  6487. /**
  6488. * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  6489. *
  6490. * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  6491. */
  6492. protected function getMailer_TransportFactory_SendgridService()
  6493. {
  6494. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6495. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6496. include_once \dirname(__DIR__, 4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  6497. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6498. if (isset($this->privates['mailer.transport_factory.sendgrid'])) {
  6499. return $this->privates['mailer.transport_factory.sendgrid'];
  6500. }
  6501. return $this->privates['mailer.transport_factory.sendgrid'] = new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6502. }
  6503. /**
  6504. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  6505. *
  6506. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  6507. */
  6508. protected function getMailer_TransportFactory_SendmailService()
  6509. {
  6510. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6511. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6512. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6513. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6514. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  6515. return $this->privates['mailer.transport_factory.sendmail'];
  6516. }
  6517. return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6518. }
  6519. /**
  6520. * Gets the private 'mailer.transport_factory.smtp' shared service.
  6521. *
  6522. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6523. */
  6524. protected function getMailer_TransportFactory_SmtpService()
  6525. {
  6526. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6527. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6528. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  6529. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6530. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  6531. return $this->privates['mailer.transport_factory.smtp'];
  6532. }
  6533. return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6534. }
  6535. /**
  6536. * Gets the private 'mailer.transports' shared service.
  6537. *
  6538. * @return \Symfony\Component\Mailer\Transport\Transports
  6539. */
  6540. protected function getMailer_TransportsService()
  6541. {
  6542. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6543. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  6544. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  6545. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6546. yield 0 => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->getMailer_TransportFactory_SendgridService());
  6547. yield 1 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6548. yield 2 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6549. yield 3 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6550. yield 4 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6551. }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  6552. }
  6553. /**
  6554. * Gets the private 'maker.auto_command.make_auth' shared service.
  6555. *
  6556. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6557. */
  6558. protected function getMaker_AutoCommand_MakeAuthService()
  6559. {
  6560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6561. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6562. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6563. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6564. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6565. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6566. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6567. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6568. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6569. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6570. $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6571. $instance->setName('make:auth');
  6572. $instance->setDescription('Creates a Guard authenticator of different flavors');
  6573. return $instance;
  6574. }
  6575. /**
  6576. * Gets the private 'maker.auto_command.make_command' shared service.
  6577. *
  6578. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6579. */
  6580. protected function getMaker_AutoCommand_MakeCommandService()
  6581. {
  6582. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6583. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6584. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6585. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6586. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6587. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6588. $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6589. $instance->setName('make:command');
  6590. $instance->setDescription('Creates a new console command class');
  6591. return $instance;
  6592. }
  6593. /**
  6594. * Gets the private 'maker.auto_command.make_controller' shared service.
  6595. *
  6596. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6597. */
  6598. protected function getMaker_AutoCommand_MakeControllerService()
  6599. {
  6600. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6601. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6602. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6603. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6604. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6605. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6606. $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6607. $instance->setName('make:controller');
  6608. $instance->setDescription('Creates a new controller class');
  6609. return $instance;
  6610. }
  6611. /**
  6612. * Gets the private 'maker.auto_command.make_crud' shared service.
  6613. *
  6614. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6615. */
  6616. protected function getMaker_AutoCommand_MakeCrudService()
  6617. {
  6618. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6619. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6620. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6621. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6622. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6623. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6624. $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6625. $instance->setName('make:crud');
  6626. $instance->setDescription('Creates CRUD for Doctrine entity class');
  6627. return $instance;
  6628. }
  6629. /**
  6630. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6631. *
  6632. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6633. */
  6634. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6635. {
  6636. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6637. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6638. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6639. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6640. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6641. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6642. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6643. $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6644. $instance->setName('make:docker:database');
  6645. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6646. return $instance;
  6647. }
  6648. /**
  6649. * Gets the private 'maker.auto_command.make_entity' shared service.
  6650. *
  6651. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6652. */
  6653. protected function getMaker_AutoCommand_MakeEntityService()
  6654. {
  6655. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6656. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6657. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6658. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6659. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6660. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6661. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6662. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6663. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6664. $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6665. $instance->setName('make:entity');
  6666. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6667. return $instance;
  6668. }
  6669. /**
  6670. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6671. *
  6672. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6673. */
  6674. protected function getMaker_AutoCommand_MakeFixturesService()
  6675. {
  6676. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6677. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6678. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6679. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6680. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6681. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6682. $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6683. $instance->setName('make:fixtures');
  6684. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6685. return $instance;
  6686. }
  6687. /**
  6688. * Gets the private 'maker.auto_command.make_form' shared service.
  6689. *
  6690. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6691. */
  6692. protected function getMaker_AutoCommand_MakeFormService()
  6693. {
  6694. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6695. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6696. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6697. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6698. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6699. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6700. $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6701. $instance->setName('make:form');
  6702. $instance->setDescription('Creates a new form class');
  6703. return $instance;
  6704. }
  6705. /**
  6706. * Gets the private 'maker.auto_command.make_message' shared service.
  6707. *
  6708. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6709. */
  6710. protected function getMaker_AutoCommand_MakeMessageService()
  6711. {
  6712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6713. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6714. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6715. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6716. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6717. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6718. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6719. $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6720. $instance->setName('make:message');
  6721. $instance->setDescription('Creates a new message and handler');
  6722. return $instance;
  6723. }
  6724. /**
  6725. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6726. *
  6727. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6728. */
  6729. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6730. {
  6731. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6732. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6733. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6734. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6735. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6736. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6737. $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6738. $instance->setName('make:messenger-middleware');
  6739. $instance->setDescription('Creates a new messenger middleware');
  6740. return $instance;
  6741. }
  6742. /**
  6743. * Gets the private 'maker.auto_command.make_migration' shared service.
  6744. *
  6745. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6746. */
  6747. protected function getMaker_AutoCommand_MakeMigrationService()
  6748. {
  6749. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6750. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6751. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6752. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6753. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6754. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6755. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6756. $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6757. $instance->setName('make:migration');
  6758. $instance->setDescription('Creates a new migration based on database changes');
  6759. return $instance;
  6760. }
  6761. /**
  6762. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6763. *
  6764. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6765. */
  6766. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6767. {
  6768. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6772. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6773. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6774. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6775. $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6776. $instance->setName('make:registration-form');
  6777. $instance->setDescription('Creates a new registration form system');
  6778. return $instance;
  6779. }
  6780. /**
  6781. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6782. *
  6783. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6784. */
  6785. protected function getMaker_AutoCommand_MakeResetPasswordService()
  6786. {
  6787. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6788. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6789. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6790. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6791. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6792. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6793. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6794. $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6795. $instance->setName('make:reset-password');
  6796. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6797. return $instance;
  6798. }
  6799. /**
  6800. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  6801. *
  6802. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6803. */
  6804. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  6805. {
  6806. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6807. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6808. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6810. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  6811. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6812. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6813. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6814. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6815. $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6816. $instance->setName('make:security:form-login');
  6817. $instance->setDescription('Generate the code needed for the form_login authenticator');
  6818. return $instance;
  6819. }
  6820. /**
  6821. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6822. *
  6823. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6824. */
  6825. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6826. {
  6827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6828. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6829. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6830. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6831. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6832. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6833. $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6834. $instance->setName('make:serializer:encoder');
  6835. $instance->setDescription('Creates a new serializer encoder class');
  6836. return $instance;
  6837. }
  6838. /**
  6839. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6840. *
  6841. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6842. */
  6843. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6844. {
  6845. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6846. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6847. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6848. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6849. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6850. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6851. $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6852. $instance->setName('make:serializer:normalizer');
  6853. $instance->setDescription('Creates a new serializer normalizer class');
  6854. return $instance;
  6855. }
  6856. /**
  6857. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6858. *
  6859. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6860. */
  6861. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6862. {
  6863. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6864. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6865. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6866. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6867. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6868. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6869. $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6870. $instance->setName('make:stimulus-controller');
  6871. $instance->setDescription('Creates a new Stimulus controller');
  6872. return $instance;
  6873. }
  6874. /**
  6875. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6876. *
  6877. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6878. */
  6879. protected function getMaker_AutoCommand_MakeSubscriberService()
  6880. {
  6881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6882. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6883. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6884. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6885. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6886. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6887. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6888. $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6889. $instance->setName('make:subscriber');
  6890. $instance->setDescription('Creates a new event subscriber class');
  6891. return $instance;
  6892. }
  6893. /**
  6894. * Gets the private 'maker.auto_command.make_test' shared service.
  6895. *
  6896. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6897. */
  6898. protected function getMaker_AutoCommand_MakeTestService()
  6899. {
  6900. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6901. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6902. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6903. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6904. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6905. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6906. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6907. $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6908. $instance->setName('make:test');
  6909. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  6910. $instance->setDescription('Creates a new test class');
  6911. return $instance;
  6912. }
  6913. /**
  6914. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6915. *
  6916. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6917. */
  6918. protected function getMaker_AutoCommand_MakeTwigComponentService()
  6919. {
  6920. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6921. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6922. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6923. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6924. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  6925. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6926. $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6927. $instance->setName('make:twig-component');
  6928. $instance->setDescription('Creates a twig (or live) component');
  6929. return $instance;
  6930. }
  6931. /**
  6932. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6933. *
  6934. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6935. */
  6936. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6937. {
  6938. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6939. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6940. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6941. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6942. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6943. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6944. $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6945. $instance->setName('make:twig-extension');
  6946. $instance->setDescription('Creates a new Twig extension with its runtime class');
  6947. return $instance;
  6948. }
  6949. /**
  6950. * Gets the private 'maker.auto_command.make_user' shared service.
  6951. *
  6952. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6953. */
  6954. protected function getMaker_AutoCommand_MakeUserService()
  6955. {
  6956. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6957. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6958. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6959. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6960. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6961. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6962. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6963. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6964. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6965. $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6966. $instance->setName('make:user');
  6967. $instance->setDescription('Creates a new security user class');
  6968. return $instance;
  6969. }
  6970. /**
  6971. * Gets the private 'maker.auto_command.make_validator' shared service.
  6972. *
  6973. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6974. */
  6975. protected function getMaker_AutoCommand_MakeValidatorService()
  6976. {
  6977. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6978. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6979. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6980. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6981. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6982. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6983. $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  6984. $instance->setName('make:validator');
  6985. $instance->setDescription('Creates a new validator and constraint class');
  6986. return $instance;
  6987. }
  6988. /**
  6989. * Gets the private 'maker.auto_command.make_voter' shared service.
  6990. *
  6991. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6992. */
  6993. protected function getMaker_AutoCommand_MakeVoterService()
  6994. {
  6995. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6996. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6997. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6998. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6999. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7000. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  7001. $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  7002. $instance->setName('make:voter');
  7003. $instance->setDescription('Creates a new security voter class');
  7004. return $instance;
  7005. }
  7006. /**
  7007. * Gets the private 'maker.doctrine_helper' shared service.
  7008. *
  7009. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7010. */
  7011. protected function getMaker_DoctrineHelperService()
  7012. {
  7013. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7014. return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  7015. }
  7016. /**
  7017. * Gets the private 'maker.entity_class_generator' shared service.
  7018. *
  7019. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7020. */
  7021. protected function getMaker_EntityClassGeneratorService()
  7022. {
  7023. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7024. return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7025. }
  7026. /**
  7027. * Gets the private 'maker.file_link_formatter' shared service.
  7028. *
  7029. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  7030. */
  7031. protected function getMaker_FileLinkFormatterService()
  7032. {
  7033. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7034. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7035. }
  7036. /**
  7037. * Gets the private 'maker.file_manager' shared service.
  7038. *
  7039. * @return \Symfony\Bundle\MakerBundle\FileManager
  7040. */
  7041. protected function getMaker_FileManagerService()
  7042. {
  7043. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7044. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7045. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7046. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  7047. return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
  7048. }
  7049. /**
  7050. * Gets the private 'maker.generator' shared service.
  7051. *
  7052. * @return \Symfony\Bundle\MakerBundle\Generator
  7053. */
  7054. protected function getMaker_GeneratorService()
  7055. {
  7056. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7057. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7058. return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  7059. }
  7060. /**
  7061. * Gets the private 'maker.php_compat_util' shared service.
  7062. *
  7063. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7064. */
  7065. protected function getMaker_PhpCompatUtilService()
  7066. {
  7067. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7068. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7069. }
  7070. /**
  7071. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7072. *
  7073. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7074. */
  7075. protected function getMaker_Renderer_FormTypeRendererService()
  7076. {
  7077. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7078. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7079. }
  7080. /**
  7081. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7082. *
  7083. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7084. */
  7085. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7086. {
  7087. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7088. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7089. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7090. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7091. $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7092. yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7093. }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  7094. yield 0 => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  7095. }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  7096. yield 0 => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  7097. }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  7098. yield 0 => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  7099. }, 1)]));
  7100. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7101. return $instance;
  7102. }
  7103. /**
  7104. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7105. *
  7106. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7107. */
  7108. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7109. {
  7110. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7111. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7112. return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7113. }
  7114. /**
  7115. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7116. *
  7117. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7118. */
  7119. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7120. {
  7121. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7122. return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7123. }
  7124. /**
  7125. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  7126. *
  7127. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  7128. */
  7129. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  7130. {
  7131. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  7132. return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7133. }
  7134. /**
  7135. * Gets the private 'messenger.middleware.send_message' shared service.
  7136. *
  7137. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7138. */
  7139. protected function getMessenger_Middleware_SendMessageService()
  7140. {
  7141. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7142. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7143. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7144. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7145. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7146. if (isset($this->privates['messenger.middleware.send_message'])) {
  7147. return $this->privates['messenger.middleware.send_message'];
  7148. }
  7149. $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['messenger.retry_strategy_locator'] ?? ($this->privates['messenger.retry_strategy_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), $a);
  7150. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7151. return $instance;
  7152. }
  7153. /**
  7154. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7155. *
  7156. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7157. */
  7158. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7159. {
  7160. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7161. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7162. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  7163. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  7164. }
  7165. $b = ($this->privates['messenger.retry_strategy_locator'] ?? ($this->privates['messenger.retry_strategy_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  7166. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($b, $b, ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  7167. }
  7168. /**
  7169. * Gets the private 'mime_types' shared service.
  7170. *
  7171. * @return \Symfony\Component\Mime\MimeTypes
  7172. */
  7173. protected function getMimeTypesService()
  7174. {
  7175. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7176. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7177. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  7178. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7179. $instance->setDefault($instance);
  7180. return $instance;
  7181. }
  7182. /**
  7183. * Gets the private 'monolog.command.server_log' shared service.
  7184. *
  7185. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7186. */
  7187. protected function getMonolog_Command_ServerLogService()
  7188. {
  7189. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7190. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7191. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7192. $instance->setName('server:log');
  7193. $instance->setDescription('Start a log server that displays logs in real time');
  7194. return $instance;
  7195. }
  7196. /**
  7197. * Gets the private 'monolog.handler.console' shared service.
  7198. *
  7199. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7200. */
  7201. protected function getMonolog_Handler_ConsoleService()
  7202. {
  7203. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  7204. }
  7205. /**
  7206. * Gets the private 'monolog.handler.main' shared service.
  7207. *
  7208. * @return \Monolog\Handler\StreamHandler
  7209. */
  7210. protected function getMonolog_Handler_MainService()
  7211. {
  7212. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  7213. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7214. return $instance;
  7215. }
  7216. /**
  7217. * Gets the private 'monolog.logger' shared service.
  7218. *
  7219. * @return \Symfony\Bridge\Monolog\Logger
  7220. */
  7221. protected function getMonolog_LoggerService()
  7222. {
  7223. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7224. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7225. $instance->useMicrosecondTimestamps(true);
  7226. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7227. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7228. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7229. return $instance;
  7230. }
  7231. /**
  7232. * Gets the private 'monolog.logger.cache' shared service.
  7233. *
  7234. * @return \Symfony\Bridge\Monolog\Logger
  7235. */
  7236. protected function getMonolog_Logger_CacheService()
  7237. {
  7238. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7239. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7240. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7241. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7242. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7243. return $instance;
  7244. }
  7245. /**
  7246. * Gets the private 'monolog.logger.mailer' shared service.
  7247. *
  7248. * @return \Symfony\Bridge\Monolog\Logger
  7249. */
  7250. protected function getMonolog_Logger_MailerService()
  7251. {
  7252. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  7253. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7254. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7255. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7256. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7257. return $instance;
  7258. }
  7259. /**
  7260. * Gets the private 'monolog.logger.messenger' shared service.
  7261. *
  7262. * @return \Symfony\Bridge\Monolog\Logger
  7263. */
  7264. protected function getMonolog_Logger_MessengerService()
  7265. {
  7266. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  7267. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7268. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7269. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7270. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7271. return $instance;
  7272. }
  7273. /**
  7274. * Gets the private 'monolog.logger.request' shared service.
  7275. *
  7276. * @return \Symfony\Bridge\Monolog\Logger
  7277. */
  7278. protected function getMonolog_Logger_RequestService()
  7279. {
  7280. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7281. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7282. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7283. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7284. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7285. return $instance;
  7286. }
  7287. /**
  7288. * Gets the private 'monolog.logger.security' shared service.
  7289. *
  7290. * @return \Symfony\Bridge\Monolog\Logger
  7291. */
  7292. protected function getMonolog_Logger_SecurityService()
  7293. {
  7294. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7295. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7296. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7297. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7298. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7299. return $instance;
  7300. }
  7301. /**
  7302. * Gets the private 'monolog.logger.snappy' shared service.
  7303. *
  7304. * @return \Symfony\Bridge\Monolog\Logger
  7305. */
  7306. protected function getMonolog_Logger_SnappyService()
  7307. {
  7308. $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  7309. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7310. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7311. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7312. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7313. return $instance;
  7314. }
  7315. /**
  7316. * Gets the private 'notifier.transport_factory.null' shared service.
  7317. *
  7318. * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  7319. */
  7320. protected function getNotifier_TransportFactory_NullService()
  7321. {
  7322. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  7323. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  7324. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  7325. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7326. if (isset($this->privates['notifier.transport_factory.null'])) {
  7327. return $this->privates['notifier.transport_factory.null'];
  7328. }
  7329. return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  7330. }
  7331. /**
  7332. * Gets the private 'parameter_bag' shared service.
  7333. *
  7334. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7335. */
  7336. protected function getParameterBagService()
  7337. {
  7338. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7339. }
  7340. /**
  7341. * Gets the private 'profiler_listener' shared service.
  7342. *
  7343. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7344. */
  7345. protected function getProfilerListenerService()
  7346. {
  7347. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7348. if (isset($this->privates['profiler_listener'])) {
  7349. return $this->privates['profiler_listener'];
  7350. }
  7351. 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);
  7352. }
  7353. /**
  7354. * Gets the private 'property_accessor' shared service.
  7355. *
  7356. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7357. */
  7358. protected function getPropertyAccessorService()
  7359. {
  7360. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7361. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  7362. }
  7363. /**
  7364. * Gets the private 'property_info' shared service.
  7365. *
  7366. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7367. */
  7368. protected function getPropertyInfoService()
  7369. {
  7370. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7371. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7372. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7373. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7374. }, 3), new RewindableGenerator(function () {
  7375. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7376. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7377. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7378. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7379. }, 4), new RewindableGenerator(function () {
  7380. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7381. }, 1), new RewindableGenerator(function () {
  7382. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7383. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7384. }, 2), new RewindableGenerator(function () {
  7385. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7386. }, 1));
  7387. }
  7388. /**
  7389. * Gets the private 'property_info.serializer_extractor' shared service.
  7390. *
  7391. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7392. */
  7393. protected function getPropertyInfo_SerializerExtractorService()
  7394. {
  7395. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7396. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7397. }
  7398. /**
  7399. * Gets the private 'router.cache_warmer' shared service.
  7400. *
  7401. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7402. */
  7403. protected function getRouter_CacheWarmerService()
  7404. {
  7405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7406. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7407. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7408. 'router' => ['services', 'router', 'getRouterService', false],
  7409. ], [
  7410. 'router' => '?',
  7411. ]))->withContext('router.cache_warmer', $this));
  7412. }
  7413. /**
  7414. * Gets the private 'router.expression_language_provider' shared service.
  7415. *
  7416. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7417. */
  7418. protected function getRouter_ExpressionLanguageProviderService()
  7419. {
  7420. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7421. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  7422. ], [
  7423. 'env' => 'Closure',
  7424. ]));
  7425. }
  7426. /**
  7427. * Gets the private 'router.request_context' shared service.
  7428. *
  7429. * @return \Symfony\Component\Routing\RequestContext
  7430. */
  7431. protected function getRouter_RequestContextService()
  7432. {
  7433. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  7434. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7435. return $instance;
  7436. }
  7437. /**
  7438. * Gets the private 'router_listener' shared service.
  7439. *
  7440. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7441. */
  7442. protected function getRouterListenerService()
  7443. {
  7444. 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);
  7445. }
  7446. /**
  7447. * Gets the private 'secrets.vault' shared service.
  7448. *
  7449. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7450. */
  7451. protected function getSecrets_VaultService()
  7452. {
  7453. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7454. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7455. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7456. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  7457. return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  7458. }
  7459. /**
  7460. * Gets the private 'security.access_listener' shared service.
  7461. *
  7462. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7463. */
  7464. protected function getSecurity_AccessListenerService()
  7465. {
  7466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7467. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7468. if (isset($this->privates['security.access_listener'])) {
  7469. return $this->privates['security.access_listener'];
  7470. }
  7471. return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  7472. }
  7473. /**
  7474. * Gets the private 'security.access_map' shared service.
  7475. *
  7476. * @return \Symfony\Component\Security\Http\AccessMap
  7477. */
  7478. protected function getSecurity_AccessMapService()
  7479. {
  7480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  7482. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7483. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7484. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7485. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_ADMIN_INTFEDERAL', 2 => 'ROLE_ADMIN_FEDERAL'], NULL);
  7486. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [0 => 'ROLE_USER'], NULL);
  7487. return $instance;
  7488. }
  7489. /**
  7490. * Gets the private 'security.authentication_utils' shared service.
  7491. *
  7492. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7493. */
  7494. protected function getSecurity_AuthenticationUtilsService()
  7495. {
  7496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7497. return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7498. }
  7499. /**
  7500. * Gets the private 'security.channel_listener' shared service.
  7501. *
  7502. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7503. */
  7504. protected function getSecurity_ChannelListenerService()
  7505. {
  7506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7507. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7508. return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  7509. }
  7510. /**
  7511. * Gets the private 'security.command.debug_firewall' shared service.
  7512. *
  7513. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7514. */
  7515. protected function getSecurity_Command_DebugFirewallService()
  7516. {
  7517. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7518. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7519. $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), ['main' => [0 => ($this->privates['App\\Security\\AppCustomAuthenticator'] ?? $this->getAppCustomAuthenticatorService())]], true);
  7520. $instance->setName('debug:firewall');
  7521. $instance->setDescription('Display information about your security firewall(s)');
  7522. return $instance;
  7523. }
  7524. /**
  7525. * Gets the private 'security.command.user_password_encoder' shared service.
  7526. *
  7527. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7528. *
  7529. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7530. */
  7531. protected function getSecurity_Command_UserPasswordEncoderService()
  7532. {
  7533. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7534. $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  7535. $instance->setName('security:encode-password');
  7536. $instance->setDescription('Encode a password');
  7537. return $instance;
  7538. }
  7539. /**
  7540. * Gets the private 'security.command.user_password_hash' shared service.
  7541. *
  7542. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7543. */
  7544. protected function getSecurity_Command_UserPasswordHashService()
  7545. {
  7546. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7547. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7548. $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  7549. $instance->setName('security:hash-password');
  7550. $instance->setDescription('Hash a user password');
  7551. return $instance;
  7552. }
  7553. /**
  7554. * Gets the private 'security.context_listener.0' shared service.
  7555. *
  7556. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7557. */
  7558. protected function getSecurity_ContextListener_0Service()
  7559. {
  7560. 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 () {
  7561. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7562. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  7563. }
  7564. /**
  7565. * Gets the private 'security.csrf.token_storage' shared service.
  7566. *
  7567. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7568. */
  7569. protected function getSecurity_Csrf_TokenStorageService()
  7570. {
  7571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7574. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7575. }
  7576. /**
  7577. * Gets the private 'security.encoder_factory.generic' shared service.
  7578. *
  7579. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7580. *
  7581. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7582. */
  7583. protected function getSecurity_EncoderFactory_GenericService()
  7584. {
  7585. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7586. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  7587. }
  7588. /**
  7589. * Gets the private 'security.event_dispatcher.main' shared service.
  7590. *
  7591. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7592. */
  7593. protected function getSecurity_EventDispatcher_MainService()
  7594. {
  7595. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7596. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7597. return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  7598. }, 1 => 'checkPassport'], 2048);
  7599. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  7600. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  7601. }, 1 => 'onSuccessfulLogin'], 0);
  7602. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7603. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7604. }, 1 => 'onLogout'], 64);
  7605. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7606. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7607. }, 1 => 'onLogout'], 0);
  7608. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7609. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7610. }, 1 => 'preCheckCredentials'], 256);
  7611. $instance->addListener('security.authentication.success', [0 => function () {
  7612. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7613. }, 1 => 'postCheckCredentials'], 256);
  7614. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7615. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  7616. }, 1 => 'checkPassport'], 1024);
  7617. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7618. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  7619. }, 1 => 'checkPassport'], 0);
  7620. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  7621. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  7622. }, 1 => 'onLoginSuccess'], 0);
  7623. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7624. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  7625. }, 1 => 'checkPassport'], 512);
  7626. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7627. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7628. }, 1 => 'onLogout'], 0);
  7629. return $instance;
  7630. }
  7631. /**
  7632. * Gets the private 'security.firewall.map' shared service.
  7633. *
  7634. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7635. */
  7636. protected function getSecurity_Firewall_MapService()
  7637. {
  7638. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  7639. if (isset($this->privates['security.firewall.map'])) {
  7640. return $this->privates['security.firewall.map'];
  7641. }
  7642. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7643. 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)/')));
  7644. yield 'security.firewall.map.context.main' => NULL;
  7645. }, 2));
  7646. }
  7647. /**
  7648. * Gets the private 'security.firewall.map.context.dev' shared service.
  7649. *
  7650. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7651. */
  7652. protected function getSecurity_Firewall_Map_Context_DevService()
  7653. {
  7654. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7655. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7656. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7657. return new \EmptyIterator();
  7658. }, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
  7659. }
  7660. /**
  7661. * Gets the private 'security.firewall.map.context.main' shared service.
  7662. *
  7663. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7664. */
  7665. protected function getSecurity_Firewall_Map_Context_MainService()
  7666. {
  7667. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7668. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7669. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7670. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7671. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7672. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7673. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7674. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7675. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7676. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7677. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7678. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  7679. yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7680. }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($this->privates['App\\Security\\AppCustomAuthenticator'] ?? $this->getAppCustomAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppCustomAuthenticator', NULL, NULL, [0 => 'App\\Security\\AppCustomAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7681. }
  7682. /**
  7683. * Gets the private 'security.http_utils' shared service.
  7684. *
  7685. * @return \Symfony\Component\Security\Http\HttpUtils
  7686. */
  7687. protected function getSecurity_HttpUtilsService()
  7688. {
  7689. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  7690. $a = ($this->services['router'] ?? $this->getRouterService());
  7691. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  7692. }
  7693. /**
  7694. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  7695. *
  7696. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  7697. */
  7698. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  7699. {
  7700. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  7701. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7702. }
  7703. /**
  7704. * Gets the private 'security.listener.csrf_protection' shared service.
  7705. *
  7706. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  7707. */
  7708. protected function getSecurity_Listener_CsrfProtectionService()
  7709. {
  7710. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  7711. return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7712. }
  7713. /**
  7714. * Gets the private 'security.listener.main.user_provider' shared service.
  7715. *
  7716. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  7717. */
  7718. protected function getSecurity_Listener_Main_UserProviderService()
  7719. {
  7720. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  7721. return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  7722. }
  7723. /**
  7724. * Gets the private 'security.listener.password_migrating' shared service.
  7725. *
  7726. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  7727. */
  7728. protected function getSecurity_Listener_PasswordMigratingService()
  7729. {
  7730. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  7731. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7732. }
  7733. /**
  7734. * Gets the private 'security.listener.session.main' shared service.
  7735. *
  7736. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  7737. */
  7738. protected function getSecurity_Listener_Session_MainService()
  7739. {
  7740. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  7741. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7742. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7743. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7744. }
  7745. /**
  7746. * Gets the private 'security.listener.user_checker.main' shared service.
  7747. *
  7748. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  7749. */
  7750. protected function getSecurity_Listener_UserChecker_MainService()
  7751. {
  7752. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  7753. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7754. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7755. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \Symfony\Component\Security\Core\User\InMemoryUserChecker());
  7756. }
  7757. /**
  7758. * Gets the private 'security.listener.user_provider' shared service.
  7759. *
  7760. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  7761. */
  7762. protected function getSecurity_Listener_UserProviderService()
  7763. {
  7764. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  7765. return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  7766. }
  7767. /**
  7768. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7769. *
  7770. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7771. */
  7772. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7773. {
  7774. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7775. return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7776. }
  7777. /**
  7778. * Gets the private 'security.logout.listener.default.main' shared service.
  7779. *
  7780. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7781. */
  7782. protected function getSecurity_Logout_Listener_Default_MainService()
  7783. {
  7784. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7785. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_login');
  7786. }
  7787. /**
  7788. * Gets the private 'security.logout_url_generator' shared service.
  7789. *
  7790. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7791. */
  7792. protected function getSecurity_LogoutUrlGeneratorService()
  7793. {
  7794. $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()));
  7795. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  7796. return $instance;
  7797. }
  7798. /**
  7799. * Gets the private 'security.password_hasher_factory' shared service.
  7800. *
  7801. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7802. */
  7803. protected function getSecurity_PasswordHasherFactoryService()
  7804. {
  7805. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7806. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7807. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  7808. }
  7809. /**
  7810. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7811. *
  7812. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7813. */
  7814. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7815. {
  7816. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7817. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7818. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7819. return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'email', NULL);
  7820. }
  7821. /**
  7822. * Gets the private 'security.user_password_hasher' shared service.
  7823. *
  7824. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  7825. */
  7826. protected function getSecurity_UserPasswordHasherService()
  7827. {
  7828. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  7829. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  7830. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7831. }
  7832. /**
  7833. * Gets the private 'security.validator.user_password' shared service.
  7834. *
  7835. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7836. */
  7837. protected function getSecurity_Validator_UserPasswordService()
  7838. {
  7839. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7840. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7841. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7842. return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7843. }
  7844. /**
  7845. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7846. *
  7847. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7848. */
  7849. protected function getSensioFrameworkExtra_Controller_ListenerService()
  7850. {
  7851. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7852. }
  7853. /**
  7854. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7855. *
  7856. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7857. */
  7858. protected function getSensioFrameworkExtra_Converter_ListenerService()
  7859. {
  7860. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7861. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  7862. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  7863. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  7864. }
  7865. /**
  7866. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7867. *
  7868. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7869. */
  7870. protected function getSensioFrameworkExtra_Security_ListenerService()
  7871. {
  7872. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7873. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7874. return $this->privates['sensio_framework_extra.security.listener'];
  7875. }
  7876. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7877. }
  7878. /**
  7879. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7880. *
  7881. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7882. */
  7883. protected function getSensioFrameworkExtra_View_ListenerService()
  7884. {
  7885. $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))));
  7886. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7887. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7888. ], [
  7889. 'twig' => '?',
  7890. ]))->withContext('sensio_framework_extra.view.listener', $this));
  7891. return $instance;
  7892. }
  7893. /**
  7894. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7895. *
  7896. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7897. */
  7898. protected function getSerializer_Mapping_CacheWarmerService()
  7899. {
  7900. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7901. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7902. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7903. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7904. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7905. return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  7906. }
  7907. /**
  7908. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7909. *
  7910. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7911. */
  7912. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7913. {
  7914. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7915. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7916. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7917. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7918. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7919. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7920. return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  7921. }
  7922. /**
  7923. * Gets the private 'session.factory' shared service.
  7924. *
  7925. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7926. */
  7927. protected function getSession_FactoryService()
  7928. {
  7929. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7930. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7931. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7932. if (isset($this->privates['session.factory'])) {
  7933. return $this->privates['session.factory'];
  7934. }
  7935. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
  7936. }
  7937. /**
  7938. * Gets the private 'session.storage.factory.service' shared service.
  7939. *
  7940. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7941. *
  7942. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  7943. */
  7944. protected function getSession_Storage_Factory_ServiceService()
  7945. {
  7946. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  7947. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7948. }
  7949. /**
  7950. * Gets the private 'session.storage.metadata_bag' shared service.
  7951. *
  7952. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7953. *
  7954. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7955. */
  7956. protected function getSession_Storage_MetadataBagService()
  7957. {
  7958. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7959. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  7960. }
  7961. /**
  7962. * Gets the private 'session.storage.native' shared service.
  7963. *
  7964. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7965. *
  7966. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7967. */
  7968. protected function getSession_Storage_NativeService()
  7969. {
  7970. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7971. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7972. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  7973. return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  7974. }
  7975. /**
  7976. * Gets the private 'session_listener' shared service.
  7977. *
  7978. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7979. */
  7980. protected function getSessionListenerService()
  7981. {
  7982. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7983. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  7984. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  7985. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  7986. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  7987. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  7988. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  7989. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  7990. ], [
  7991. 'initialized_session' => '?',
  7992. 'logger' => '?',
  7993. 'request_stack' => '?',
  7994. 'session' => '?',
  7995. 'session_collector' => '?',
  7996. 'session_factory' => '?',
  7997. 'session_storage' => '?',
  7998. ]), true, $this->parameters['session.storage.options']);
  7999. }
  8000. /**
  8001. * Gets the private 'texter.transports' shared service.
  8002. *
  8003. * @return \Symfony\Component\Notifier\Transport\Transports
  8004. */
  8005. protected function getTexter_TransportsService()
  8006. {
  8007. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  8008. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport/Transports.php';
  8009. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/Transport.php';
  8010. return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  8011. yield 0 => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  8012. }, 1)))->fromStrings([]);
  8013. }
  8014. /**
  8015. * Gets the private 'translation.extractor' shared service.
  8016. *
  8017. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8018. */
  8019. protected function getTranslation_ExtractorService()
  8020. {
  8021. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8022. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8023. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8024. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8025. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8026. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8027. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8028. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8029. return $instance;
  8030. }
  8031. /**
  8032. * Gets the private 'translation.loader.csv' shared service.
  8033. *
  8034. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8035. */
  8036. protected function getTranslation_Loader_CsvService()
  8037. {
  8038. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8039. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8040. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8041. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8042. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8043. }
  8044. /**
  8045. * Gets the private 'translation.loader.dat' shared service.
  8046. *
  8047. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8048. */
  8049. protected function getTranslation_Loader_DatService()
  8050. {
  8051. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8052. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8053. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8054. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8055. }
  8056. /**
  8057. * Gets the private 'translation.loader.ini' shared service.
  8058. *
  8059. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8060. */
  8061. protected function getTranslation_Loader_IniService()
  8062. {
  8063. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8064. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8065. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8066. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8067. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8068. }
  8069. /**
  8070. * Gets the private 'translation.loader.json' shared service.
  8071. *
  8072. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8073. */
  8074. protected function getTranslation_Loader_JsonService()
  8075. {
  8076. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8077. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8078. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8079. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8080. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8081. }
  8082. /**
  8083. * Gets the private 'translation.loader.mo' shared service.
  8084. *
  8085. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8086. */
  8087. protected function getTranslation_Loader_MoService()
  8088. {
  8089. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8090. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8091. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8092. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8093. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8094. }
  8095. /**
  8096. * Gets the private 'translation.loader.php' shared service.
  8097. *
  8098. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8099. */
  8100. protected function getTranslation_Loader_PhpService()
  8101. {
  8102. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8103. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8104. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8105. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8106. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8107. }
  8108. /**
  8109. * Gets the private 'translation.loader.po' shared service.
  8110. *
  8111. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8112. */
  8113. protected function getTranslation_Loader_PoService()
  8114. {
  8115. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8116. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8117. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8118. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8119. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8120. }
  8121. /**
  8122. * Gets the private 'translation.loader.qt' shared service.
  8123. *
  8124. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8125. */
  8126. protected function getTranslation_Loader_QtService()
  8127. {
  8128. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8129. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8130. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8131. }
  8132. /**
  8133. * Gets the private 'translation.loader.res' shared service.
  8134. *
  8135. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8136. */
  8137. protected function getTranslation_Loader_ResService()
  8138. {
  8139. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8140. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8141. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8142. }
  8143. /**
  8144. * Gets the private 'translation.loader.xliff' shared service.
  8145. *
  8146. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8147. */
  8148. protected function getTranslation_Loader_XliffService()
  8149. {
  8150. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8151. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8152. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8153. }
  8154. /**
  8155. * Gets the private 'translation.loader.yml' shared service.
  8156. *
  8157. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8158. */
  8159. protected function getTranslation_Loader_YmlService()
  8160. {
  8161. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8162. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8163. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8164. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8165. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8166. }
  8167. /**
  8168. * Gets the private 'translation.provider_collection' shared service.
  8169. *
  8170. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  8171. */
  8172. protected function getTranslation_ProviderCollectionService()
  8173. {
  8174. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  8175. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  8176. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  8177. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  8178. }, 1), []))->fromConfig([]);
  8179. }
  8180. /**
  8181. * Gets the private 'translation.reader' shared service.
  8182. *
  8183. * @return \Symfony\Component\Translation\Reader\TranslationReader
  8184. */
  8185. protected function getTranslation_ReaderService()
  8186. {
  8187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8192. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8193. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8194. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8195. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8196. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8197. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8199. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8201. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8202. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8203. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8204. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8205. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8206. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8207. $instance->addLoader('yaml', $a);
  8208. $instance->addLoader('yml', $a);
  8209. $instance->addLoader('xlf', $b);
  8210. $instance->addLoader('xliff', $b);
  8211. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8212. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8213. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8214. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8215. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8216. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8217. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8218. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8219. return $instance;
  8220. }
  8221. /**
  8222. * Gets the private 'translation.warmer' shared service.
  8223. *
  8224. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8225. */
  8226. protected function getTranslation_WarmerService()
  8227. {
  8228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8229. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8230. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8231. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8232. ], [
  8233. 'translator' => '?',
  8234. ]))->withContext('translation.warmer', $this));
  8235. }
  8236. /**
  8237. * Gets the private 'translation.writer' shared service.
  8238. *
  8239. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  8240. */
  8241. protected function getTranslation_WriterService()
  8242. {
  8243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8245. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8246. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8247. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8248. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8249. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8250. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8251. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8252. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8253. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8254. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8255. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8256. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8257. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8258. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8259. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8260. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8261. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8262. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8263. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8264. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8265. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8266. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8267. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8268. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8269. return $instance;
  8270. }
  8271. /**
  8272. * Gets the private 'translator.default' shared service.
  8273. *
  8274. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8275. */
  8276. protected function getTranslator_DefaultService()
  8277. {
  8278. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8279. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  8280. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  8281. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  8282. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  8283. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  8284. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  8285. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  8286. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  8287. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  8288. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  8289. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  8290. ], [
  8291. 'translation.loader.csv' => '?',
  8292. 'translation.loader.dat' => '?',
  8293. 'translation.loader.ini' => '?',
  8294. 'translation.loader.json' => '?',
  8295. 'translation.loader.mo' => '?',
  8296. 'translation.loader.php' => '?',
  8297. 'translation.loader.po' => '?',
  8298. 'translation.loader.qt' => '?',
  8299. 'translation.loader.res' => '?',
  8300. 'translation.loader.xliff' => '?',
  8301. 'translation.loader.yml' => '?',
  8302. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], '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')], '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')], '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')], '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')], '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')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], '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')], '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')], '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')], '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')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], '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')], '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')], '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')], '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')]], '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).'/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-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 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/doctrine/doctrine-bundle/translations', 6 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 7 => 'vendor/symfony/security-bundle/translations', 8 => 'vendor/symfony/maker-bundle/src/translations', 9 => 'vendor/symfony/twig-bundle/translations', 10 => 'vendor/twig/extra-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 13 => 'vendor/sensio/framework-extra-bundle/src/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 17 => 'vendor/endroid/qr-code-bundle/src/translations']]], []);
  8303. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8304. $instance->setFallbackLocales([0 => 'en']);
  8305. return $instance;
  8306. }
  8307. /**
  8308. * Gets the private 'twig.command.debug' shared service.
  8309. *
  8310. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8311. */
  8312. protected function getTwig_Command_DebugService()
  8313. {
  8314. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8315. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8316. $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8317. $instance->setName('debug:twig');
  8318. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8319. return $instance;
  8320. }
  8321. /**
  8322. * Gets the private 'twig.command.lint' shared service.
  8323. *
  8324. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8325. */
  8326. protected function getTwig_Command_LintService()
  8327. {
  8328. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8329. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8330. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8331. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8332. $instance->setName('lint:twig');
  8333. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8334. return $instance;
  8335. }
  8336. /**
  8337. * Gets the private 'twig.form.engine' shared service.
  8338. *
  8339. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8340. */
  8341. protected function getTwig_Form_EngineService()
  8342. {
  8343. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8344. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8345. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8346. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8347. if (isset($this->privates['twig.form.engine'])) {
  8348. return $this->privates['twig.form.engine'];
  8349. }
  8350. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8351. }
  8352. /**
  8353. * Gets the private 'twig.form.renderer' shared service.
  8354. *
  8355. * @return \Symfony\Component\Form\FormRenderer
  8356. */
  8357. protected function getTwig_Form_RendererService()
  8358. {
  8359. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  8360. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  8361. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8362. if (isset($this->privates['twig.form.renderer'])) {
  8363. return $this->privates['twig.form.renderer'];
  8364. }
  8365. return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8366. }
  8367. /**
  8368. * Gets the private 'twig.mailer.message_listener' shared service.
  8369. *
  8370. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8371. */
  8372. protected function getTwig_Mailer_MessageListenerService()
  8373. {
  8374. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8375. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8376. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8377. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8378. if (isset($this->privates['twig.mailer.message_listener'])) {
  8379. return $this->privates['twig.mailer.message_listener'];
  8380. }
  8381. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8382. }
  8383. /**
  8384. * Gets the private 'twig.runtime.httpkernel' shared service.
  8385. *
  8386. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8387. */
  8388. protected function getTwig_Runtime_HttpkernelService()
  8389. {
  8390. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8391. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8392. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8393. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8394. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8395. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  8396. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8397. return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8398. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  8399. ], [
  8400. 'inline' => '?',
  8401. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8402. }
  8403. /**
  8404. * Gets the private 'twig.runtime.security_csrf' shared service.
  8405. *
  8406. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8407. */
  8408. protected function getTwig_Runtime_SecurityCsrfService()
  8409. {
  8410. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8411. return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  8412. }
  8413. /**
  8414. * Gets the private 'twig.runtime.serializer' shared service.
  8415. *
  8416. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8417. */
  8418. protected function getTwig_Runtime_SerializerService()
  8419. {
  8420. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8421. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8422. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8423. }
  8424. /**
  8425. * Gets the private 'twig.template_cache_warmer' shared service.
  8426. *
  8427. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8428. */
  8429. protected function getTwig_TemplateCacheWarmerService()
  8430. {
  8431. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8432. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8433. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8434. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8435. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8436. ], [
  8437. 'twig' => '?',
  8438. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
  8439. }
  8440. /**
  8441. * Gets the private 'validator.builder' shared service.
  8442. *
  8443. * @return \Symfony\Component\Validator\ValidatorBuilder
  8444. */
  8445. protected function getValidator_BuilderService()
  8446. {
  8447. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8448. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8449. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8450. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  8451. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8452. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  8453. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8454. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  8455. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  8456. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8457. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8458. ], [
  8459. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8460. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8461. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8462. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8463. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8464. 'doctrine.orm.validator.unique' => '?',
  8465. 'security.validator.user_password' => '?',
  8466. 'validator.expression' => '?',
  8467. ])));
  8468. if ($this->has('translator')) {
  8469. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8470. }
  8471. $instance->setTranslationDomain('validators');
  8472. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8473. $instance->enableAnnotationMapping(true);
  8474. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8475. $instance->addMethodMapping('loadValidatorMetadata');
  8476. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8477. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  8478. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8479. return $instance;
  8480. }
  8481. /**
  8482. * Gets the private 'validator.email' shared service.
  8483. *
  8484. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8485. */
  8486. protected function getValidator_EmailService()
  8487. {
  8488. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8489. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8490. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8491. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8492. }
  8493. /**
  8494. * Gets the private 'validator.expression' shared service.
  8495. *
  8496. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8497. */
  8498. protected function getValidator_ExpressionService()
  8499. {
  8500. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8501. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8502. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8503. return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  8504. }
  8505. /**
  8506. * Gets the private 'validator.mapping.cache_warmer' shared service.
  8507. *
  8508. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8509. */
  8510. protected function getValidator_Mapping_CacheWarmerService()
  8511. {
  8512. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8513. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8514. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8515. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8516. }
  8517. /**
  8518. * Gets the private 'validator.not_compromised_password' shared service.
  8519. *
  8520. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8521. */
  8522. protected function getValidator_NotCompromisedPasswordService()
  8523. {
  8524. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8525. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8526. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8527. return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
  8528. }
  8529. /**
  8530. * Gets the private 'var_dumper.command.server_dump' shared service.
  8531. *
  8532. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8533. */
  8534. protected function getVarDumper_Command_ServerDumpService()
  8535. {
  8536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8537. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8538. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8539. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8540. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8541. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8542. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8543. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8544. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8545. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8546. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8547. $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  8548. $instance->setName('server:dump');
  8549. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8550. return $instance;
  8551. }
  8552. /**
  8553. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8554. *
  8555. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8556. */
  8557. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8558. {
  8559. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  8560. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8561. return $instance;
  8562. }
  8563. /**
  8564. * Gets the private 'var_dumper.html_dumper' shared service.
  8565. *
  8566. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8567. */
  8568. protected function getVarDumper_HtmlDumperService()
  8569. {
  8570. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  8571. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8572. return $instance;
  8573. }
  8574. /**
  8575. * Gets the private 'var_dumper.server_connection' shared service.
  8576. *
  8577. * @return \Symfony\Component\VarDumper\Server\Connection
  8578. */
  8579. protected function getVarDumper_ServerConnectionService()
  8580. {
  8581. 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()]);
  8582. }
  8583. /**
  8584. * Gets the private 'web_profiler.csp.handler' shared service.
  8585. *
  8586. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8587. */
  8588. protected function getWebProfiler_Csp_HandlerService()
  8589. {
  8590. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8591. }
  8592. /**
  8593. * Gets the private 'web_profiler.debug_toolbar' shared service.
  8594. *
  8595. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8596. */
  8597. protected function getWebProfiler_DebugToolbarService()
  8598. {
  8599. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8600. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8601. return $this->privates['web_profiler.debug_toolbar'];
  8602. }
  8603. 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()));
  8604. }
  8605. /**
  8606. * Gets the public 'cache_clearer' alias.
  8607. *
  8608. * @return object The ".container.private.cache_clearer" service.
  8609. */
  8610. protected function getCacheClearerService()
  8611. {
  8612. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8613. return $this->get('.container.private.cache_clearer');
  8614. }
  8615. /**
  8616. * Gets the public 'filesystem' alias.
  8617. *
  8618. * @return object The ".container.private.filesystem" service.
  8619. */
  8620. protected function getFilesystemService()
  8621. {
  8622. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8623. return $this->get('.container.private.filesystem');
  8624. }
  8625. /**
  8626. * Gets the public 'serializer' alias.
  8627. *
  8628. * @return object The ".container.private.serializer" service.
  8629. */
  8630. protected function getSerializerService()
  8631. {
  8632. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8633. return $this->get('.container.private.serializer');
  8634. }
  8635. /**
  8636. * Gets the public 'security.csrf.token_manager' alias.
  8637. *
  8638. * @return object The ".container.private.security.csrf.token_manager" service.
  8639. */
  8640. protected function getSecurity_Csrf_TokenManagerService()
  8641. {
  8642. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8643. return $this->get('.container.private.security.csrf.token_manager');
  8644. }
  8645. /**
  8646. * Gets the public 'form.factory' alias.
  8647. *
  8648. * @return object The ".container.private.form.factory" service.
  8649. */
  8650. protected function getForm_FactoryService()
  8651. {
  8652. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8653. return $this->get('.container.private.form.factory');
  8654. }
  8655. /**
  8656. * Gets the public 'form.type.file' alias.
  8657. *
  8658. * @return object The ".container.private.form.type.file" service.
  8659. */
  8660. protected function getForm_Type_FileService()
  8661. {
  8662. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8663. return $this->get('.container.private.form.type.file');
  8664. }
  8665. /**
  8666. * Gets the public 'profiler' alias.
  8667. *
  8668. * @return object The ".container.private.profiler" service.
  8669. */
  8670. protected function getProfilerService()
  8671. {
  8672. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8673. return $this->get('.container.private.profiler');
  8674. }
  8675. /**
  8676. * Gets the public 'security.authorization_checker' alias.
  8677. *
  8678. * @return object The ".container.private.security.authorization_checker" service.
  8679. */
  8680. protected function getSecurity_AuthorizationCheckerService()
  8681. {
  8682. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8683. return $this->get('.container.private.security.authorization_checker');
  8684. }
  8685. /**
  8686. * Gets the public 'security.token_storage' alias.
  8687. *
  8688. * @return object The ".container.private.security.token_storage" service.
  8689. */
  8690. protected function getSecurity_TokenStorageService()
  8691. {
  8692. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8693. return $this->get('.container.private.security.token_storage');
  8694. }
  8695. /**
  8696. * Gets the public 'twig' alias.
  8697. *
  8698. * @return object The ".container.private.twig" service.
  8699. */
  8700. protected function getTwigService()
  8701. {
  8702. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8703. return $this->get('.container.private.twig');
  8704. }
  8705. /**
  8706. * Gets the public 'security.password_encoder' alias.
  8707. *
  8708. * @return object The ".container.private.security.password_encoder" service.
  8709. */
  8710. protected function getSecurity_PasswordEncoderService()
  8711. {
  8712. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8713. return $this->get('.container.private.security.password_encoder');
  8714. }
  8715. /**
  8716. * Gets the public 'session' alias.
  8717. *
  8718. * @return object The ".container.private.session" service.
  8719. */
  8720. protected function getSessionService()
  8721. {
  8722. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8723. return $this->get('.container.private.session');
  8724. }
  8725. /**
  8726. * Gets the public 'validator' alias.
  8727. *
  8728. * @return object The ".container.private.validator" service.
  8729. */
  8730. protected function getValidatorService()
  8731. {
  8732. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8733. return $this->get('.container.private.validator');
  8734. }
  8735. /**
  8736. * @return array|bool|float|int|string|\UnitEnum|null
  8737. */
  8738. public function getParameter(string $name)
  8739. {
  8740. if (isset($this->buildParameters[$name])) {
  8741. return $this->buildParameters[$name];
  8742. }
  8743. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  8744. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  8745. }
  8746. if (isset($this->loadedDynamicParameters[$name])) {
  8747. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8748. }
  8749. return $this->parameters[$name];
  8750. }
  8751. public function hasParameter(string $name): bool
  8752. {
  8753. if (isset($this->buildParameters[$name])) {
  8754. return true;
  8755. }
  8756. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  8757. }
  8758. public function setParameter(string $name, $value): void
  8759. {
  8760. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8761. }
  8762. public function getParameterBag(): ParameterBagInterface
  8763. {
  8764. if (null === $this->parameterBag) {
  8765. $parameters = $this->parameters;
  8766. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8767. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8768. }
  8769. foreach ($this->buildParameters as $name => $value) {
  8770. $parameters[$name] = $value;
  8771. }
  8772. $this->parameterBag = new FrozenParameterBag($parameters);
  8773. }
  8774. return $this->parameterBag;
  8775. }
  8776. private $loadedDynamicParameters = [
  8777. 'kernel.runtime_environment' => false,
  8778. 'kernel.build_dir' => false,
  8779. 'kernel.cache_dir' => false,
  8780. 'kernel.secret' => false,
  8781. 'debug.container.dump' => false,
  8782. 'serializer.mapping.cache.file' => false,
  8783. 'validator.mapping.cache.file' => false,
  8784. 'profiler.storage.dsn' => false,
  8785. 'doctrine.orm.proxy_dir' => false,
  8786. 'knp_snappy.image.binary' => false,
  8787. ];
  8788. private $dynamicParameters = [];
  8789. private function getDynamicParameter(string $name)
  8790. {
  8791. switch ($name) {
  8792. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8793. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  8794. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  8795. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  8796. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8797. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  8798. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  8799. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8800. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8801. case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  8802. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  8803. }
  8804. $this->loadedDynamicParameters[$name] = true;
  8805. return $this->dynamicParameters[$name] = $value;
  8806. }
  8807. protected function getDefaultParameters(): array
  8808. {
  8809. return [
  8810. 'kernel.project_dir' => \dirname(__DIR__, 4),
  8811. 'kernel.environment' => 'dev',
  8812. 'kernel.debug' => true,
  8813. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  8814. 'kernel.bundles' => [
  8815. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8816. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8817. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8818. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8819. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8820. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8821. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8822. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8823. 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  8824. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8825. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8826. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8827. 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  8828. 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  8829. ],
  8830. 'kernel.bundles_metadata' => [
  8831. 'FrameworkBundle' => [
  8832. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  8833. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8834. ],
  8835. 'DoctrineBundle' => [
  8836. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  8837. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8838. ],
  8839. 'DoctrineMigrationsBundle' => [
  8840. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8841. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8842. ],
  8843. 'SecurityBundle' => [
  8844. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  8845. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8846. ],
  8847. 'MakerBundle' => [
  8848. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  8849. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8850. ],
  8851. 'TwigBundle' => [
  8852. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  8853. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8854. ],
  8855. 'TwigExtraBundle' => [
  8856. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  8857. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8858. ],
  8859. 'WebProfilerBundle' => [
  8860. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  8861. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8862. ],
  8863. 'FOSCKEditorBundle' => [
  8864. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  8865. 'namespace' => 'FOS\\CKEditorBundle',
  8866. ],
  8867. 'SensioFrameworkExtraBundle' => [
  8868. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  8869. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8870. ],
  8871. 'DebugBundle' => [
  8872. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  8873. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8874. ],
  8875. 'MonologBundle' => [
  8876. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  8877. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8878. ],
  8879. 'KnpSnappyBundle' => [
  8880. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
  8881. 'namespace' => 'Knp\\Bundle\\SnappyBundle',
  8882. ],
  8883. 'EndroidQrCodeBundle' => [
  8884. 'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
  8885. 'namespace' => 'Endroid\\QrCodeBundle',
  8886. ],
  8887. ],
  8888. 'kernel.charset' => 'UTF-8',
  8889. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  8890. 'container.dumper.inline_class_loader' => true,
  8891. 'container.dumper.inline_factories' => true,
  8892. 'membre_photo_directory' => (\dirname(__DIR__, 4).'/public/uploads/membres/photos'),
  8893. 'event_dispatcher.event_aliases' => [
  8894. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8895. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8896. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8897. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8898. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8899. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8900. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8901. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8902. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8903. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8904. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8905. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8906. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8907. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8908. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8909. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8910. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8911. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8912. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8913. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8914. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8915. ],
  8916. 'fragment.renderer.hinclude.global_template' => NULL,
  8917. 'fragment.path' => '/_fragment',
  8918. 'kernel.http_method_override' => true,
  8919. 'kernel.trusted_hosts' => [
  8920. ],
  8921. 'kernel.default_locale' => 'en',
  8922. 'kernel.enabled_locales' => [
  8923. ],
  8924. 'kernel.error_controller' => 'error_controller',
  8925. 'debug.file_link_format' => NULL,
  8926. 'asset.request_context.base_path' => NULL,
  8927. 'asset.request_context.secure' => NULL,
  8928. 'translator.logging' => false,
  8929. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  8930. 'debug.error_handler.throw_at' => -1,
  8931. 'router.request_context.host' => 'localhost',
  8932. 'router.request_context.scheme' => 'http',
  8933. 'router.request_context.base_url' => '',
  8934. 'router.resource' => 'kernel::loadRoutes',
  8935. 'request_listener.http_port' => 80,
  8936. 'request_listener.https_port' => 443,
  8937. 'session.metadata.storage_key' => '_sf2_meta',
  8938. 'session.storage.options' => [
  8939. 'cache_limiter' => '0',
  8940. 'cookie_secure' => 'auto',
  8941. 'cookie_httponly' => true,
  8942. 'cookie_samesite' => 'lax',
  8943. 'gc_probability' => 1,
  8944. ],
  8945. 'session.save_path' => NULL,
  8946. 'session.metadata.update_threshold' => 0,
  8947. 'form.type_extension.csrf.enabled' => true,
  8948. 'form.type_extension.csrf.field_name' => '_token',
  8949. 'validator.translation_domain' => 'validators',
  8950. 'profiler_listener.only_exceptions' => false,
  8951. 'profiler_listener.only_main_requests' => false,
  8952. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8953. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8954. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8955. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8956. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8957. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8958. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8959. 'doctrine.entity_managers' => [
  8960. 'default' => 'doctrine.orm.default_entity_manager',
  8961. ],
  8962. 'doctrine.default_entity_manager' => 'default',
  8963. 'doctrine.dbal.connection_factory.types' => [
  8964. ],
  8965. 'doctrine.connections' => [
  8966. 'default' => 'doctrine.dbal.default_connection',
  8967. ],
  8968. 'doctrine.default_connection' => 'default',
  8969. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8970. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8971. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8972. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8973. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8974. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8975. 'doctrine.orm.cache.memcache_host' => 'localhost',
  8976. 'doctrine.orm.cache.memcache_port' => 11211,
  8977. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8978. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8979. 'doctrine.orm.cache.memcached_host' => 'localhost',
  8980. 'doctrine.orm.cache.memcached_port' => 11211,
  8981. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8982. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8983. 'doctrine.orm.cache.redis_host' => 'localhost',
  8984. 'doctrine.orm.cache.redis_port' => 6379,
  8985. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8986. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8987. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8988. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8989. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8990. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8991. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8992. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8993. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8994. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8995. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8996. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8997. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8998. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8999. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9000. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9001. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9002. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9003. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9004. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9005. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9006. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9007. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  9008. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9009. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9010. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9011. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9012. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9013. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9014. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9015. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9016. 'doctrine.orm.auto_generate_proxy_classes' => true,
  9017. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  9018. 'doctrine.orm.proxy_namespace' => 'Proxies',
  9019. 'doctrine.migrations.preferred_em' => NULL,
  9020. 'doctrine.migrations.preferred_connection' => NULL,
  9021. 'security.role_hierarchy.roles' => [
  9022. ],
  9023. 'security.access.denied_url' => NULL,
  9024. 'security.authentication.manager.erase_credentials' => true,
  9025. 'security.authentication.session_strategy.strategy' => 'migrate',
  9026. 'security.access.always_authenticate_before_granting' => false,
  9027. 'security.authentication.hide_user_not_found' => true,
  9028. 'security.firewalls' => [
  9029. 0 => 'dev',
  9030. 1 => 'main',
  9031. ],
  9032. 'twig.form.resources' => [
  9033. 0 => 'form_div_layout.html.twig',
  9034. 1 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  9035. ],
  9036. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  9037. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  9038. 'web_profiler.debug_toolbar.mode' => 2,
  9039. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9040. 'monolog.use_microseconds' => true,
  9041. 'monolog.swift_mailer.handlers' => [
  9042. ],
  9043. 'monolog.handlers_to_channels' => [
  9044. 'monolog.handler.console' => [
  9045. 'type' => 'exclusive',
  9046. 'elements' => [
  9047. 0 => 'event',
  9048. 1 => 'doctrine',
  9049. 2 => 'console',
  9050. ],
  9051. ],
  9052. 'monolog.handler.main' => [
  9053. 'type' => 'exclusive',
  9054. 'elements' => [
  9055. 0 => 'event',
  9056. ],
  9057. ],
  9058. ],
  9059. 'knp_snappy.pdf.binary' => '/usr/local/bin/wkhtmltopdf',
  9060. 'knp_snappy.pdf.options' => [
  9061. ],
  9062. 'knp_snappy.pdf.env' => [
  9063. ],
  9064. 'knp_snappy.image.options' => [
  9065. ],
  9066. 'knp_snappy.image.env' => [
  9067. ],
  9068. 'data_collector.templates' => [
  9069. 'data_collector.request' => [
  9070. 0 => 'request',
  9071. 1 => '@WebProfiler/Collector/request.html.twig',
  9072. ],
  9073. 'data_collector.time' => [
  9074. 0 => 'time',
  9075. 1 => '@WebProfiler/Collector/time.html.twig',
  9076. ],
  9077. 'data_collector.memory' => [
  9078. 0 => 'memory',
  9079. 1 => '@WebProfiler/Collector/memory.html.twig',
  9080. ],
  9081. 'data_collector.validator' => [
  9082. 0 => 'validator',
  9083. 1 => '@WebProfiler/Collector/validator.html.twig',
  9084. ],
  9085. 'data_collector.ajax' => [
  9086. 0 => 'ajax',
  9087. 1 => '@WebProfiler/Collector/ajax.html.twig',
  9088. ],
  9089. 'data_collector.form' => [
  9090. 0 => 'form',
  9091. 1 => '@WebProfiler/Collector/form.html.twig',
  9092. ],
  9093. 'data_collector.exception' => [
  9094. 0 => 'exception',
  9095. 1 => '@WebProfiler/Collector/exception.html.twig',
  9096. ],
  9097. 'data_collector.logger' => [
  9098. 0 => 'logger',
  9099. 1 => '@WebProfiler/Collector/logger.html.twig',
  9100. ],
  9101. 'data_collector.events' => [
  9102. 0 => 'events',
  9103. 1 => '@WebProfiler/Collector/events.html.twig',
  9104. ],
  9105. 'data_collector.router' => [
  9106. 0 => 'router',
  9107. 1 => '@WebProfiler/Collector/router.html.twig',
  9108. ],
  9109. 'data_collector.cache' => [
  9110. 0 => 'cache',
  9111. 1 => '@WebProfiler/Collector/cache.html.twig',
  9112. ],
  9113. 'data_collector.translation' => [
  9114. 0 => 'translation',
  9115. 1 => '@WebProfiler/Collector/translation.html.twig',
  9116. ],
  9117. 'data_collector.security' => [
  9118. 0 => 'security',
  9119. 1 => '@Security/Collector/security.html.twig',
  9120. ],
  9121. 'data_collector.twig' => [
  9122. 0 => 'twig',
  9123. 1 => '@WebProfiler/Collector/twig.html.twig',
  9124. ],
  9125. 'data_collector.http_client' => [
  9126. 0 => 'http_client',
  9127. 1 => '@WebProfiler/Collector/http_client.html.twig',
  9128. ],
  9129. 'data_collector.doctrine' => [
  9130. 0 => 'db',
  9131. 1 => '@Doctrine/Collector/db.html.twig',
  9132. ],
  9133. 'data_collector.dump' => [
  9134. 0 => 'dump',
  9135. 1 => '@Debug/Profiler/dump.html.twig',
  9136. ],
  9137. 'data_collector.messenger' => [
  9138. 0 => 'messenger',
  9139. 1 => '@WebProfiler/Collector/messenger.html.twig',
  9140. ],
  9141. 'mailer.data_collector' => [
  9142. 0 => 'mailer',
  9143. 1 => '@WebProfiler/Collector/mailer.html.twig',
  9144. ],
  9145. 'notifier.data_collector' => [
  9146. 0 => 'notifier',
  9147. 1 => '@WebProfiler/Collector/notifier.html.twig',
  9148. ],
  9149. 'data_collector.config' => [
  9150. 0 => 'config',
  9151. 1 => '@WebProfiler/Collector/config.html.twig',
  9152. ],
  9153. ],
  9154. 'console.command.ids' => [
  9155. ],
  9156. ];
  9157. }
  9158. protected function throw($message)
  9159. {
  9160. throw new RuntimeException($message);
  9161. }
  9162. }