var/cache/dev/ContainerVnGjbo1/App_KernelDevDebugContainer.php line 8877

Open in your IDE?
  1. <?php
  2. namespace ContainerVnGjbo1;
  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\\AdminController' => 'getAdminControllerService',
  47. 'App\\Controller\\AdminExpertController' => 'getAdminExpertControllerService',
  48. 'App\\Controller\\AdminInstitutionsController' => 'getAdminInstitutionsControllerService',
  49. 'App\\Controller\\AdminUserController' => 'getAdminUserControllerService',
  50. 'App\\Controller\\BilanController' => 'getBilanControllerService',
  51. 'App\\Controller\\HomeController' => 'getHomeControllerService',
  52. 'App\\Controller\\MailController' => 'getMailControllerService',
  53. 'App\\Controller\\MentoratController' => 'getMentoratControllerService',
  54. 'App\\Controller\\ProfilController' => 'getProfilControllerService',
  55. 'App\\Controller\\ProjetproController' => 'getProjetproControllerService',
  56. 'App\\Controller\\QuestionController' => 'getQuestionControllerService',
  57. 'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  58. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  59. 'App\\Controller\\SurveyController' => 'getSurveyControllerService',
  60. 'App\\Controller\\adminLinkController' => 'getAdminLinkControllerService',
  61. 'App\\Controller\\pdfController' => 'getPdfControllerService',
  62. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  63. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  64. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  65. 'cache.app' => 'getCache_AppService',
  66. 'cache.app_clearer' => 'getCache_AppClearerService',
  67. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  68. 'cache.system' => 'getCache_SystemService',
  69. 'cache.system_clearer' => 'getCache_SystemClearerService',
  70. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  71. 'cache_warmer' => 'getCacheWarmerService',
  72. 'console.command_loader' => 'getConsole_CommandLoaderService',
  73. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  74. 'data_collector.dump' => 'getDataCollector_DumpService',
  75. 'doctrine' => 'getDoctrineService',
  76. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  77. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  78. 'error_controller' => 'getErrorControllerService',
  79. 'event_dispatcher' => 'getEventDispatcherService',
  80. 'http_kernel' => 'getHttpKernelService',
  81. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  82. 'monolog.logger.mailer' => 'getMonolog_Logger_MailerService',
  83. 'request_stack' => 'getRequestStackService',
  84. 'router' => 'getRouterService',
  85. 'routing.loader' => 'getRouting_LoaderService',
  86. 'services_resetter' => 'getServicesResetterService',
  87. 'translator' => 'getTranslatorService',
  88. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  89. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  90. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  91. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  92. 'cache_clearer' => 'getCacheClearerService',
  93. 'filesystem' => 'getFilesystemService',
  94. 'serializer' => 'getSerializerService',
  95. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  96. 'form.factory' => 'getForm_FactoryService',
  97. 'form.type.file' => 'getForm_Type_FileService',
  98. 'profiler' => 'getProfilerService',
  99. 'twig' => 'getTwigService',
  100. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  101. 'security.token_storage' => 'getSecurity_TokenStorageService',
  102. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  103. 'session' => 'getSessionService',
  104. 'validator' => 'getValidatorService',
  105. ];
  106. $this->aliases = [
  107. 'database_connection' => 'doctrine.dbal.default_connection',
  108. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  109. ];
  110. $this->privates['service_container'] = function () {
  111. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  112. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  113. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  114. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  115. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  116. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  117. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  118. include_once \dirname(__DIR__, 4).'/src/Manager/QuestionManager.php';
  119. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  120. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  121. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  124. include_once \dirname(__DIR__, 4).'/src/Repository/QuestionRepository.php';
  125. include_once \dirname(__DIR__, 4).'/src/Repository/StepRepository.php';
  126. include_once \dirname(__DIR__, 4).'/src/Repository/UserAnswerRepository.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  429. include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  443. };
  444. }
  445. public function compile(): void
  446. {
  447. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  448. }
  449. public function isCompiled(): bool
  450. {
  451. return true;
  452. }
  453. public function getRemovedIds(): array
  454. {
  455. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  456. }
  457. /**
  458. * Gets the public '.container.private.cache_clearer' shared service.
  459. *
  460. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  461. */
  462. protected function get_Container_Private_CacheClearerService()
  463. {
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  466. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  467. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  468. }, 1));
  469. }
  470. /**
  471. * Gets the public '.container.private.filesystem' shared service.
  472. *
  473. * @return \Symfony\Component\Filesystem\Filesystem
  474. */
  475. protected function get_Container_Private_FilesystemService()
  476. {
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  478. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  479. }
  480. /**
  481. * Gets the public '.container.private.form.factory' shared service.
  482. *
  483. * @return \Symfony\Component\Form\FormFactory
  484. */
  485. protected function get_Container_Private_Form_FactoryService()
  486. {
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  489. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  490. }
  491. /**
  492. * Gets the public '.container.private.form.type.file' shared service.
  493. *
  494. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  495. */
  496. protected function get_Container_Private_Form_Type_FileService()
  497. {
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  501. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  502. }
  503. /**
  504. * Gets the public '.container.private.profiler' shared service.
  505. *
  506. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  507. */
  508. protected function get_Container_Private_ProfilerService()
  509. {
  510. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  511. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  512. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  513. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  514. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  515. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  516. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  517. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  518. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  519. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  520. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  521. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  522. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  523. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  524. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  525. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  526. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  527. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  528. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  529. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  530. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  531. $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
  532. $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  533. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  534. if ($this->has('kernel')) {
  535. $g->setKernel($b);
  536. }
  537. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  538. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  539. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  540. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  541. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  542. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  543. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  544. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  545. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  546. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  547. $instance->add($d);
  548. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  549. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  550. $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())));
  551. $instance->add($e);
  552. $instance->add($f);
  553. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  554. $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()))));
  555. $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()))));
  556. $instance->add($g);
  557. return $instance;
  558. }
  559. /**
  560. * Gets the public '.container.private.security.authorization_checker' shared service.
  561. *
  562. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  563. */
  564. protected function get_Container_Private_Security_AuthorizationCheckerService()
  565. {
  566. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  567. if (isset($this->services['.container.private.security.authorization_checker'])) {
  568. return $this->services['.container.private.security.authorization_checker'];
  569. }
  570. 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);
  571. }
  572. /**
  573. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  574. *
  575. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  576. */
  577. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  578. {
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  583. 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())));
  584. }
  585. /**
  586. * Gets the public '.container.private.security.password_encoder' shared service.
  587. *
  588. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  589. *
  590. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  591. */
  592. protected function get_Container_Private_Security_PasswordEncoderService()
  593. {
  594. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  595. 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()));
  596. }
  597. /**
  598. * Gets the public '.container.private.security.token_storage' shared service.
  599. *
  600. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  601. */
  602. protected function get_Container_Private_Security_TokenStorageService()
  603. {
  604. 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, [
  605. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  606. ], [
  607. 'request_stack' => '?',
  608. ]));
  609. }
  610. /**
  611. * Gets the public '.container.private.serializer' shared service.
  612. *
  613. * @return \Symfony\Component\Serializer\Serializer
  614. */
  615. protected function get_Container_Private_SerializerService()
  616. {
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  660. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  661. $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  662. $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  663. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  664. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  665. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 5 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL, [])), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => 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()]);
  666. }
  667. /**
  668. * Gets the public '.container.private.session' shared service.
  669. *
  670. * @return \Symfony\Component\HttpFoundation\Session\Session
  671. */
  672. protected function get_Container_Private_SessionService()
  673. {
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  676. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  677. if (isset($this->services['.container.private.session'])) {
  678. return $this->services['.container.private.session'];
  679. }
  680. return $this->services['.container.private.session'] = $a->createSession();
  681. }
  682. /**
  683. * Gets the public '.container.private.twig' shared service.
  684. *
  685. * @return \Twig\Environment
  686. */
  687. protected function get_Container_Private_TwigService()
  688. {
  689. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  690. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  691. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  692. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  696. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  697. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  698. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  699. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  700. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  701. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  702. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  703. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  704. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  705. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  706. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  707. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  708. $e = ($this->services['router'] ?? $this->getRouterService());
  709. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  710. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  711. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  712. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  713. $i = new \Symfony\Bridge\Twig\AppVariable();
  714. $i->setEnvironment('dev');
  715. $i->setDebug(true);
  716. if ($this->has('.container.private.security.token_storage')) {
  717. $i->setTokenStorage($g);
  718. }
  719. if ($this->has('request_stack')) {
  720. $i->setRequestStack($f);
  721. }
  722. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  723. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  724. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  725. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  726. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  727. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  728. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  729. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  730. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  732. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  734. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  735. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  736. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  737. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  738. $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($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  739. $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())));
  740. $instance->addExtension(new \App\Twig\AppExtension(($this->privates['App\\Manager\\QuestionManager'] ?? $this->getQuestionManagerService())));
  741. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  742. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  743. $instance->addGlobal('app', $i);
  744. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  745. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  746. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  747. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  748. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  749. ], [
  750. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  751. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  752. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  753. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  754. ])));
  755. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  756. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  757. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  758. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  759. return $instance;
  760. }
  761. /**
  762. * Gets the public '.container.private.validator' shared service.
  763. *
  764. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  765. */
  766. protected function get_Container_Private_ValidatorService()
  767. {
  768. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  769. }
  770. /**
  771. * Gets the public 'App\Controller\AdminController' shared autowired service.
  772. *
  773. * @return \App\Controller\AdminController
  774. */
  775. protected function getAdminControllerService()
  776. {
  777. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  778. include_once \dirname(__DIR__, 4).'/src/Controller/AdminController.php';
  779. $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  780. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminController', $this));
  781. return $instance;
  782. }
  783. /**
  784. * Gets the public 'App\Controller\AdminExpertController' shared autowired service.
  785. *
  786. * @return \App\Controller\AdminExpertController
  787. */
  788. protected function getAdminExpertControllerService()
  789. {
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  791. include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
  792. include_once \dirname(__DIR__, 4).'/src/Controller/AdminExpertController.php';
  793. $this->services['App\\Controller\\AdminExpertController'] = $instance = new \App\Controller\AdminExpertController();
  794. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminExpertController', $this));
  795. return $instance;
  796. }
  797. /**
  798. * Gets the public 'App\Controller\AdminInstitutionsController' shared autowired service.
  799. *
  800. * @return \App\Controller\AdminInstitutionsController
  801. */
  802. protected function getAdminInstitutionsControllerService()
  803. {
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805. include_once \dirname(__DIR__, 4).'/src/Controller/AdminInstitutionsController.php';
  806. $this->services['App\\Controller\\AdminInstitutionsController'] = $instance = new \App\Controller\AdminInstitutionsController();
  807. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminInstitutionsController', $this));
  808. return $instance;
  809. }
  810. /**
  811. * Gets the public 'App\Controller\AdminUserController' shared autowired service.
  812. *
  813. * @return \App\Controller\AdminUserController
  814. */
  815. protected function getAdminUserControllerService()
  816. {
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  818. include_once \dirname(__DIR__, 4).'/src/Controller/AdminUserController.php';
  819. $this->services['App\\Controller\\AdminUserController'] = $instance = new \App\Controller\AdminUserController();
  820. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminUserController', $this));
  821. return $instance;
  822. }
  823. /**
  824. * Gets the public 'App\Controller\BilanController' shared autowired service.
  825. *
  826. * @return \App\Controller\BilanController
  827. */
  828. protected function getBilanControllerService()
  829. {
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831. include_once \dirname(__DIR__, 4).'/src/Controller/BilanController.php';
  832. $this->services['App\\Controller\\BilanController'] = $instance = new \App\Controller\BilanController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\UserAnswerAddRepository'] ?? $this->getUserAnswerAddRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  833. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BilanController', $this));
  834. return $instance;
  835. }
  836. /**
  837. * Gets the public 'App\Controller\HomeController' shared autowired service.
  838. *
  839. * @return \App\Controller\HomeController
  840. */
  841. protected function getHomeControllerService()
  842. {
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  844. include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
  845. include_once \dirname(__DIR__, 4).'/src/Controller/HomeController.php';
  846. $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  847. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HomeController', $this));
  848. return $instance;
  849. }
  850. /**
  851. * Gets the public 'App\Controller\MailController' shared autowired service.
  852. *
  853. * @return \App\Controller\MailController
  854. */
  855. protected function getMailControllerService()
  856. {
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  858. include_once \dirname(__DIR__, 4).'/src/Controller/MailController.php';
  859. $this->services['App\\Controller\\MailController'] = $instance = new \App\Controller\MailController();
  860. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MailController', $this));
  861. return $instance;
  862. }
  863. /**
  864. * Gets the public 'App\Controller\MentoratController' shared autowired service.
  865. *
  866. * @return \App\Controller\MentoratController
  867. */
  868. protected function getMentoratControllerService()
  869. {
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  871. include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
  872. include_once \dirname(__DIR__, 4).'/src/Controller/MentoratController.php';
  873. $this->services['App\\Controller\\MentoratController'] = $instance = new \App\Controller\MentoratController();
  874. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MentoratController', $this));
  875. return $instance;
  876. }
  877. /**
  878. * Gets the public 'App\Controller\ProfilController' shared autowired service.
  879. *
  880. * @return \App\Controller\ProfilController
  881. */
  882. protected function getProfilControllerService()
  883. {
  884. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  885. include_once \dirname(__DIR__, 4).'/src/Controller/BaseController.php';
  886. include_once \dirname(__DIR__, 4).'/src/Controller/ProfilController.php';
  887. $this->services['App\\Controller\\ProfilController'] = $instance = new \App\Controller\ProfilController();
  888. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProfilController', $this));
  889. return $instance;
  890. }
  891. /**
  892. * Gets the public 'App\Controller\ProjetproController' shared autowired service.
  893. *
  894. * @return \App\Controller\ProjetproController
  895. */
  896. protected function getProjetproControllerService()
  897. {
  898. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899. include_once \dirname(__DIR__, 4).'/src/Controller/ProjetproController.php';
  900. $this->services['App\\Controller\\ProjetproController'] = $instance = new \App\Controller\ProjetproController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\UserAnswerAddRepository'] ?? $this->getUserAnswerAddRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  901. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProjetproController', $this));
  902. return $instance;
  903. }
  904. /**
  905. * Gets the public 'App\Controller\QuestionController' shared autowired service.
  906. *
  907. * @return \App\Controller\QuestionController
  908. */
  909. protected function getQuestionControllerService()
  910. {
  911. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  912. include_once \dirname(__DIR__, 4).'/src/Controller/QuestionController.php';
  913. $this->services['App\\Controller\\QuestionController'] = $instance = new \App\Controller\QuestionController();
  914. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\QuestionController', $this));
  915. return $instance;
  916. }
  917. /**
  918. * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  919. *
  920. * @return \App\Controller\RegistrationController
  921. */
  922. protected function getRegistrationControllerService()
  923. {
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  925. include_once \dirname(__DIR__, 4).'/src/Controller/RegistrationController.php';
  926. include_once \dirname(__DIR__, 4).'/src/Security/EmailVerifier.php';
  927. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  928. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  929. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  930. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  931. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  932. $this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(new \App\Security\EmailVerifier(new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($this->services['router'] ?? $this->getRouterService()), (new \SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory($this->getEnv('APP_SECRET'), 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator($this->getEnv('APP_SECRET')), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService()));
  933. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RegistrationController', $this));
  934. return $instance;
  935. }
  936. /**
  937. * Gets the public 'App\Controller\SecurityController' shared autowired service.
  938. *
  939. * @return \App\Controller\SecurityController
  940. */
  941. protected function getSecurityControllerService()
  942. {
  943. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  944. include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
  945. $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  946. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
  947. return $instance;
  948. }
  949. /**
  950. * Gets the public 'App\Controller\SurveyController' shared autowired service.
  951. *
  952. * @return \App\Controller\SurveyController
  953. */
  954. protected function getSurveyControllerService()
  955. {
  956. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  957. include_once \dirname(__DIR__, 4).'/src/Controller/SurveyController.php';
  958. $this->services['App\\Controller\\SurveyController'] = $instance = new \App\Controller\SurveyController();
  959. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SurveyController', $this));
  960. return $instance;
  961. }
  962. /**
  963. * Gets the public 'App\Controller\adminLinkController' shared autowired service.
  964. *
  965. * @return \App\Controller\adminLinkController
  966. */
  967. protected function getAdminLinkControllerService()
  968. {
  969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  970. include_once \dirname(__DIR__, 4).'/src/Controller/adminLinkController.php';
  971. $this->services['App\\Controller\\adminLinkController'] = $instance = new \App\Controller\adminLinkController();
  972. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\adminLinkController', $this));
  973. return $instance;
  974. }
  975. /**
  976. * Gets the public 'App\Controller\pdfController' shared autowired service.
  977. *
  978. * @return \App\Controller\pdfController
  979. */
  980. protected function getPdfControllerService()
  981. {
  982. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  983. include_once \dirname(__DIR__, 4).'/src/Controller/pdfController.php';
  984. $this->services['App\\Controller\\pdfController'] = $instance = new \App\Controller\pdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->privates['App\\Repository\\UserAnswerAddRepository'] ?? $this->getUserAnswerAddRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  985. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\pdfController', $this));
  986. return $instance;
  987. }
  988. /**
  989. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  990. *
  991. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  992. */
  993. protected function getProfilerControllerService()
  994. {
  995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  996. 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()));
  997. }
  998. /**
  999. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1000. *
  1001. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1002. */
  1003. protected function getRedirectControllerService()
  1004. {
  1005. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1006. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1007. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1008. }
  1009. /**
  1010. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1011. *
  1012. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1013. */
  1014. protected function getTemplateControllerService()
  1015. {
  1016. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1017. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1018. }
  1019. /**
  1020. * Gets the public 'cache.app' shared service.
  1021. *
  1022. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1023. */
  1024. protected function getCache_AppService()
  1025. {
  1026. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XUcH-P+d9c', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  1027. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1028. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1029. }
  1030. /**
  1031. * Gets the public 'cache.app_clearer' shared service.
  1032. *
  1033. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1034. */
  1035. protected function getCache_AppClearerService()
  1036. {
  1037. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1038. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1039. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1040. }
  1041. /**
  1042. * Gets the public 'cache.global_clearer' shared service.
  1043. *
  1044. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1045. */
  1046. protected function getCache_GlobalClearerService()
  1047. {
  1048. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1049. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1050. 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.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())]);
  1051. }
  1052. /**
  1053. * Gets the public 'cache.system' shared service.
  1054. *
  1055. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1056. */
  1057. protected function getCache_SystemService()
  1058. {
  1059. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oQcCq5H13b', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1060. }
  1061. /**
  1062. * Gets the public 'cache.system_clearer' shared service.
  1063. *
  1064. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1065. */
  1066. protected function getCache_SystemClearerService()
  1067. {
  1068. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1069. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1070. 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())]);
  1071. }
  1072. /**
  1073. * Gets the public 'cache.validator_expression_language' shared service.
  1074. *
  1075. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1076. */
  1077. protected function getCache_ValidatorExpressionLanguageService()
  1078. {
  1079. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IEZjOHRN3y', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1080. }
  1081. /**
  1082. * Gets the public 'cache_warmer' shared service.
  1083. *
  1084. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1085. */
  1086. protected function getCacheWarmerService()
  1087. {
  1088. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1089. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1090. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1091. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1092. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1093. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1094. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1095. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1096. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1097. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1098. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1099. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1100. }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1101. }
  1102. /**
  1103. * Gets the public 'console.command_loader' shared service.
  1104. *
  1105. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1106. */
  1107. protected function getConsole_CommandLoaderService()
  1108. {
  1109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1111. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1112. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  1113. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  1114. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  1115. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  1116. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  1117. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  1118. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  1119. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  1120. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  1121. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  1122. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  1123. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  1124. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  1125. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  1126. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  1127. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  1128. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  1129. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  1130. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  1131. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  1132. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  1133. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  1134. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  1135. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  1136. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  1137. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  1138. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  1139. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  1140. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  1141. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  1142. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  1143. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  1144. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  1145. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  1146. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  1147. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  1148. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  1149. 'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
  1150. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  1151. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  1152. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  1153. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  1154. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  1155. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  1156. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  1157. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  1158. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  1159. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  1160. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  1161. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  1162. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  1163. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  1164. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  1165. 'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
  1166. 'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
  1167. 'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
  1168. 'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
  1169. 'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
  1170. 'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
  1171. 'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
  1172. 'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
  1173. 'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
  1174. 'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
  1175. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  1176. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  1177. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  1178. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  1179. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  1180. 'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
  1181. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  1182. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  1183. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  1184. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  1185. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  1186. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  1187. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  1188. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  1189. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  1190. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  1191. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  1192. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  1193. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  1194. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  1195. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  1196. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  1197. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  1198. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  1199. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  1200. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  1201. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  1202. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  1203. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  1204. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  1205. ], [
  1206. 'console.command.about' => '?',
  1207. 'console.command.assets_install' => '?',
  1208. 'console.command.cache_clear' => '?',
  1209. 'console.command.cache_pool_clear' => '?',
  1210. 'console.command.cache_pool_prune' => '?',
  1211. 'console.command.cache_pool_delete' => '?',
  1212. 'console.command.cache_pool_list' => '?',
  1213. 'console.command.cache_warmup' => '?',
  1214. 'console.command.config_debug' => '?',
  1215. 'console.command.config_dump_reference' => '?',
  1216. 'console.command.container_debug' => '?',
  1217. 'console.command.container_lint' => '?',
  1218. 'console.command.debug_autowiring' => '?',
  1219. 'console.command.dotenv_debug' => '?',
  1220. 'console.command.event_dispatcher_debug' => '?',
  1221. 'console.command.router_debug' => '?',
  1222. 'console.command.router_match' => '?',
  1223. 'console.command.translation_debug' => '?',
  1224. 'console.command.translation_extract' => '?',
  1225. 'console.command.validator_debug' => '?',
  1226. 'console.command.translation_pull' => '?',
  1227. 'console.command.translation_push' => '?',
  1228. 'console.command.xliff_lint' => '?',
  1229. 'console.command.yaml_lint' => '?',
  1230. 'console.command.form_debug' => '?',
  1231. 'console.command.secrets_set' => '?',
  1232. 'console.command.secrets_remove' => '?',
  1233. 'console.command.secrets_generate_key' => '?',
  1234. 'console.command.secrets_list' => '?',
  1235. 'console.command.secrets_decrypt_to_local' => '?',
  1236. 'console.command.secrets_encrypt_from_local' => '?',
  1237. 'twig.command.debug' => '?',
  1238. 'twig.command.lint' => '?',
  1239. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1240. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1241. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1242. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1243. 'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1244. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1245. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1246. 'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1247. 'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1248. 'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1249. 'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1250. 'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1251. 'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1252. 'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1253. 'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1254. 'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1255. 'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1256. 'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1257. 'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1258. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1259. 'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1260. 'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1261. 'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1262. 'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1263. 'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1264. 'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1265. 'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1266. 'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1267. 'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1268. 'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1269. 'security.command.debug_firewall' => '?',
  1270. 'security.command.user_password_encoder' => '?',
  1271. 'security.command.user_password_hash' => '?',
  1272. 'var_dumper.command.server_dump' => '?',
  1273. 'monolog.command.server_log' => '?',
  1274. 'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1275. 'maker.auto_command.make_auth' => '?',
  1276. 'maker.auto_command.make_command' => '?',
  1277. 'maker.auto_command.make_twig_component' => '?',
  1278. 'maker.auto_command.make_controller' => '?',
  1279. 'maker.auto_command.make_crud' => '?',
  1280. 'maker.auto_command.make_docker_database' => '?',
  1281. 'maker.auto_command.make_entity' => '?',
  1282. 'maker.auto_command.make_fixtures' => '?',
  1283. 'maker.auto_command.make_form' => '?',
  1284. 'maker.auto_command.make_message' => '?',
  1285. 'maker.auto_command.make_messenger_middleware' => '?',
  1286. 'maker.auto_command.make_registration_form' => '?',
  1287. 'maker.auto_command.make_reset_password' => '?',
  1288. 'maker.auto_command.make_serializer_encoder' => '?',
  1289. 'maker.auto_command.make_serializer_normalizer' => '?',
  1290. 'maker.auto_command.make_subscriber' => '?',
  1291. 'maker.auto_command.make_twig_extension' => '?',
  1292. 'maker.auto_command.make_test' => '?',
  1293. 'maker.auto_command.make_validator' => '?',
  1294. 'maker.auto_command.make_voter' => '?',
  1295. 'maker.auto_command.make_user' => '?',
  1296. 'maker.auto_command.make_migration' => '?',
  1297. 'maker.auto_command.make_stimulus_controller' => '?',
  1298. 'maker.auto_command.make_security_form_login' => '?',
  1299. ]), ['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', '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', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', '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:database:import' => 'doctrine.database_import_command', '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: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', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', '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']);
  1300. }
  1301. /**
  1302. * Gets the public 'container.env_var_processors_locator' shared service.
  1303. *
  1304. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1305. */
  1306. protected function getContainer_EnvVarProcessorsLocatorService()
  1307. {
  1308. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1309. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1310. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1311. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1312. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1313. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1314. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1315. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1316. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1317. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1318. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1319. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1320. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1321. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1322. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1323. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1324. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1325. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1326. ], [
  1327. 'base64' => '?',
  1328. 'bool' => '?',
  1329. 'const' => '?',
  1330. 'csv' => '?',
  1331. 'default' => '?',
  1332. 'file' => '?',
  1333. 'float' => '?',
  1334. 'int' => '?',
  1335. 'json' => '?',
  1336. 'key' => '?',
  1337. 'not' => '?',
  1338. 'query_string' => '?',
  1339. 'require' => '?',
  1340. 'resolve' => '?',
  1341. 'string' => '?',
  1342. 'trim' => '?',
  1343. 'url' => '?',
  1344. ]);
  1345. }
  1346. /**
  1347. * Gets the public 'data_collector.dump' shared service.
  1348. *
  1349. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1350. */
  1351. protected function getDataCollector_DumpService()
  1352. {
  1353. 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()));
  1354. }
  1355. /**
  1356. * Gets the public 'doctrine' shared service.
  1357. *
  1358. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1359. */
  1360. protected function getDoctrineService()
  1361. {
  1362. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1363. }
  1364. /**
  1365. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1366. *
  1367. * @return \Doctrine\DBAL\Connection
  1368. */
  1369. protected function getDoctrine_Dbal_DefaultConnectionService()
  1370. {
  1371. $a = new \Doctrine\DBAL\Configuration();
  1372. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1373. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1374. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1375. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1376. $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1377. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4', 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1378. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  1379. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  1380. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  1381. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  1382. ], [
  1383. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1384. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1385. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1386. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1387. ]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1388. }
  1389. /**
  1390. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1391. *
  1392. * @return \Doctrine\ORM\EntityManager
  1393. */
  1394. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1395. {
  1396. $a = new \Doctrine\ORM\Configuration();
  1397. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1398. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1399. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1400. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1401. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1402. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1403. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1404. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  1405. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  1406. ], [
  1407. 'doctrine.ulid_generator' => '?',
  1408. 'doctrine.uuid_generator' => '?',
  1409. ])));
  1410. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1411. $a->setProxyNamespace('Proxies');
  1412. $a->setAutoGenerateProxyClasses(true);
  1413. $a->setSchemaIgnoreClasses([]);
  1414. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1415. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1416. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1417. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1418. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1419. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1420. 'App\\Repository\\AnswerRepository' => ['privates', 'App\\Repository\\AnswerRepository', 'getAnswerRepositoryService', false],
  1421. 'App\\Repository\\ApiTokenRepository' => ['privates', 'App\\Repository\\ApiTokenRepository', 'getApiTokenRepositoryService', false],
  1422. 'App\\Repository\\InstitutionRepository' => ['privates', 'App\\Repository\\InstitutionRepository', 'getInstitutionRepositoryService', false],
  1423. 'App\\Repository\\LinksRepository' => ['privates', 'App\\Repository\\LinksRepository', 'getLinksRepositoryService', false],
  1424. 'App\\Repository\\QuestionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  1425. 'App\\Repository\\StepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  1426. 'App\\Repository\\SurvetRepository' => ['privates', 'App\\Repository\\SurvetRepository', 'getSurvetRepositoryService', false],
  1427. 'App\\Repository\\SurveyRepository' => ['privates', 'App\\Repository\\SurveyRepository', 'getSurveyRepositoryService', false],
  1428. 'App\\Repository\\UserAnswerAddRepository' => ['privates', 'App\\Repository\\UserAnswerAddRepository', 'getUserAnswerAddRepositoryService', false],
  1429. 'App\\Repository\\UserAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  1430. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  1431. ], [
  1432. 'App\\Repository\\AnswerRepository' => '?',
  1433. 'App\\Repository\\ApiTokenRepository' => '?',
  1434. 'App\\Repository\\InstitutionRepository' => '?',
  1435. 'App\\Repository\\LinksRepository' => '?',
  1436. 'App\\Repository\\QuestionRepository' => '?',
  1437. 'App\\Repository\\StepRepository' => '?',
  1438. 'App\\Repository\\SurvetRepository' => '?',
  1439. 'App\\Repository\\SurveyRepository' => '?',
  1440. 'App\\Repository\\UserAnswerAddRepository' => '?',
  1441. 'App\\Repository\\UserAnswerRepository' => '?',
  1442. 'App\\Repository\\UserRepository' => '?',
  1443. ])));
  1444. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1445. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1446. return $instance;
  1447. }
  1448. /**
  1449. * Gets the public 'error_controller' shared service.
  1450. *
  1451. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1452. */
  1453. protected function getErrorControllerService()
  1454. {
  1455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1456. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1457. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1458. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1459. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1460. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1461. 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)));
  1462. }
  1463. /**
  1464. * Gets the public 'event_dispatcher' shared service.
  1465. *
  1466. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1467. */
  1468. protected function getEventDispatcherService()
  1469. {
  1470. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1471. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1472. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1473. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1474. $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())));
  1475. $instance->addListener('kernel.controller', [0 => function () {
  1476. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1477. }, 1 => 'onKernelController'], 0);
  1478. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1479. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  1480. }, 1 => 'checkPassport'], 1024);
  1481. $instance->addListener('kernel.response', [0 => function () {
  1482. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1483. }, 1 => 'onKernelResponse'], 0);
  1484. $instance->addListener('kernel.response', [0 => function () {
  1485. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1486. }, 1 => 'onKernelResponse'], 0);
  1487. $instance->addListener('kernel.response', [0 => function () {
  1488. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1489. }, 1 => 'onKernelResponse'], -1024);
  1490. $instance->addListener('kernel.request', [0 => function () {
  1491. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1492. }, 1 => 'setDefaultLocale'], 100);
  1493. $instance->addListener('kernel.request', [0 => function () {
  1494. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1495. }, 1 => 'onKernelRequest'], 16);
  1496. $instance->addListener('kernel.finish_request', [0 => function () {
  1497. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1498. }, 1 => 'onKernelFinishRequest'], 0);
  1499. $instance->addListener('kernel.request', [0 => function () {
  1500. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1501. }, 1 => 'onKernelRequest'], 256);
  1502. $instance->addListener('kernel.response', [0 => function () {
  1503. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1504. }, 1 => 'onResponse'], -255);
  1505. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1506. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1507. }, 1 => 'onControllerArguments'], 0);
  1508. $instance->addListener('kernel.exception', [0 => function () {
  1509. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1510. }, 1 => 'logKernelException'], 0);
  1511. $instance->addListener('kernel.exception', [0 => function () {
  1512. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1513. }, 1 => 'onKernelException'], -128);
  1514. $instance->addListener('kernel.response', [0 => function () {
  1515. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1516. }, 1 => 'removeCspHeader'], -128);
  1517. $instance->addListener('kernel.request', [0 => function () {
  1518. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1519. }, 1 => 'onKernelRequest'], 15);
  1520. $instance->addListener('kernel.finish_request', [0 => function () {
  1521. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1522. }, 1 => 'onKernelFinishRequest'], -15);
  1523. $instance->addListener('console.error', [0 => function () {
  1524. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1525. }, 1 => 'onConsoleError'], -128);
  1526. $instance->addListener('console.terminate', [0 => function () {
  1527. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1528. }, 1 => 'onConsoleTerminate'], -128);
  1529. $instance->addListener('console.error', [0 => function () {
  1530. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1531. }, 1 => 'onConsoleError'], 0);
  1532. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1533. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1534. }, 1 => 'onMessage'], -255);
  1535. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1536. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1537. }, 1 => 'onMessage'], -255);
  1538. $instance->addListener('kernel.request', [0 => function () {
  1539. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1540. }, 1 => 'configure'], 2048);
  1541. $instance->addListener('console.command', [0 => function () {
  1542. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1543. }, 1 => 'configure'], 2048);
  1544. $instance->addListener('kernel.request', [0 => function () {
  1545. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1546. }, 1 => 'onKernelRequest'], 32);
  1547. $instance->addListener('kernel.finish_request', [0 => function () {
  1548. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1549. }, 1 => 'onKernelFinishRequest'], 0);
  1550. $instance->addListener('kernel.exception', [0 => function () {
  1551. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1552. }, 1 => 'onKernelException'], -64);
  1553. $instance->addListener('kernel.response', [0 => function () {
  1554. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1555. }, 1 => 'onKernelResponse'], 0);
  1556. $instance->addListener('kernel.request', [0 => function () {
  1557. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1558. }, 1 => 'onKernelRequest'], 128);
  1559. $instance->addListener('kernel.response', [0 => function () {
  1560. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1561. }, 1 => 'onKernelResponse'], -1000);
  1562. $instance->addListener('kernel.finish_request', [0 => function () {
  1563. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1564. }, 1 => 'onFinishRequest'], 0);
  1565. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1566. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1567. }, 1 => 'onNotification'], -255);
  1568. $instance->addListener('kernel.response', [0 => function () {
  1569. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1570. }, 1 => 'onKernelResponse'], -100);
  1571. $instance->addListener('kernel.exception', [0 => function () {
  1572. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1573. }, 1 => 'onKernelException'], 0);
  1574. $instance->addListener('kernel.terminate', [0 => function () {
  1575. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1576. }, 1 => 'onKernelTerminate'], -1024);
  1577. $instance->addListener('kernel.controller', [0 => function () {
  1578. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1579. }, 1 => 'onKernelController'], 0);
  1580. $instance->addListener('kernel.response', [0 => function () {
  1581. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1582. }, 1 => 'onKernelResponse'], 0);
  1583. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1584. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1585. }, 1 => 'onMessage'], 0);
  1586. $instance->addListener('kernel.response', [0 => function () {
  1587. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1588. }, 1 => 'onKernelResponse'], 0);
  1589. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1590. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  1591. }, 1 => 'checkPassport'], 0);
  1592. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1593. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  1594. }, 1 => 'onLoginSuccess'], 0);
  1595. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1596. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1597. }, 1 => 'onVoterVote'], 0);
  1598. $instance->addListener('kernel.request', [0 => function () {
  1599. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1600. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1601. $instance->addListener('kernel.request', [0 => function () {
  1602. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1603. }, 1 => 'onKernelRequest'], 8);
  1604. $instance->addListener('kernel.finish_request', [0 => function () {
  1605. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1606. }, 1 => 'onKernelFinishRequest'], 0);
  1607. $instance->addListener('kernel.response', [0 => function () {
  1608. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1609. }, 1 => 'onKernelResponse'], -128);
  1610. $instance->addListener('console.command', [0 => function () {
  1611. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1612. }, 1 => 'onCommand'], 255);
  1613. $instance->addListener('console.terminate', [0 => function () {
  1614. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1615. }, 1 => 'onTerminate'], -255);
  1616. $instance->addListener('console.command', [0 => function () {
  1617. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1618. }, 1 => 'configure'], 1024);
  1619. $instance->addListener('console.error', [0 => function () {
  1620. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1621. }, 1 => 'onConsoleError'], 0);
  1622. $instance->addListener('console.terminate', [0 => function () {
  1623. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1624. }, 1 => 'onConsoleTerminate'], 0);
  1625. $instance->addListener('kernel.controller', [0 => function () {
  1626. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1627. }, 1 => 'onKernelController'], 0);
  1628. $instance->addListener('kernel.controller', [0 => function () {
  1629. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1630. }, 1 => 'onKernelController'], 0);
  1631. $instance->addListener('kernel.controller', [0 => function () {
  1632. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1633. }, 1 => 'onKernelController'], -128);
  1634. $instance->addListener('kernel.view', [0 => function () {
  1635. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1636. }, 1 => 'onKernelView'], 0);
  1637. $instance->addListener('kernel.controller', [0 => function () {
  1638. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1639. }, 1 => 'onKernelController'], 0);
  1640. $instance->addListener('kernel.response', [0 => function () {
  1641. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1642. }, 1 => 'onKernelResponse'], 0);
  1643. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1644. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1645. }, 1 => 'onKernelControllerArguments'], 0);
  1646. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1647. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1648. }, 1 => 'onKernelControllerArguments'], 0);
  1649. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1650. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  1651. }, 1 => 'checkPassport'], 512);
  1652. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1653. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1654. }, 1 => 'onLogout'], 0);
  1655. return $instance;
  1656. }
  1657. /**
  1658. * Gets the public 'http_kernel' shared service.
  1659. *
  1660. * @return \Symfony\Component\HttpKernel\HttpKernel
  1661. */
  1662. protected function getHttpKernelService()
  1663. {
  1664. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1665. if (isset($this->services['http_kernel'])) {
  1666. return $this->services['http_kernel'];
  1667. }
  1668. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1669. 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 () {
  1670. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1671. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1672. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1673. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1674. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1675. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1676. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1677. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1678. }, 8)), $b));
  1679. }
  1680. /**
  1681. * Gets the public 'monolog.logger.deprecation' shared service.
  1682. *
  1683. * @return \Symfony\Bridge\Monolog\Logger
  1684. */
  1685. protected function getMonolog_Logger_DeprecationService()
  1686. {
  1687. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1688. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1689. $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  1690. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1691. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1692. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1693. return $instance;
  1694. }
  1695. /**
  1696. * Gets the public 'monolog.logger.mailer' shared service.
  1697. *
  1698. * @return \Symfony\Bridge\Monolog\Logger
  1699. */
  1700. protected function getMonolog_Logger_MailerService()
  1701. {
  1702. $this->services['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  1703. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1704. $instance->pushHandler(($this->privates['monolog.handler.mailer'] ?? $this->getMonolog_Handler_MailerService()));
  1705. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1706. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1707. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1708. return $instance;
  1709. }
  1710. /**
  1711. * Gets the public 'request_stack' shared service.
  1712. *
  1713. * @return \Symfony\Component\HttpFoundation\RequestStack
  1714. */
  1715. protected function getRequestStackService()
  1716. {
  1717. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1718. }
  1719. /**
  1720. * Gets the public 'router' shared service.
  1721. *
  1722. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1723. */
  1724. protected function getRouterService()
  1725. {
  1726. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1727. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1728. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1729. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1730. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1731. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1732. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  1733. ], [
  1734. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1735. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
  1736. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1737. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1738. return $instance;
  1739. }
  1740. /**
  1741. * Gets the public 'routing.loader' shared service.
  1742. *
  1743. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1744. */
  1745. protected function getRouting_LoaderService()
  1746. {
  1747. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1748. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  1749. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1750. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1751. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1752. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1753. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  1754. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1755. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1756. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1757. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1758. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1759. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1760. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1761. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1762. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1763. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1764. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1765. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1766. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1767. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1768. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  1769. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  1770. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1771. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1772. $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)))));
  1773. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1774. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  1775. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  1776. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  1777. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  1778. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  1779. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1780. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  1781. ], [
  1782. 'kernel' => 'App\\Kernel',
  1783. ]), 'dev'));
  1784. $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  1785. $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  1786. $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  1787. $a->addLoader($c);
  1788. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  1789. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  1790. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1791. }
  1792. /**
  1793. * Gets the public 'services_resetter' shared service.
  1794. *
  1795. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1796. */
  1797. protected function getServicesResetterService()
  1798. {
  1799. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1800. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1801. if (isset($this->services['cache.app'])) {
  1802. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1803. }
  1804. if (isset($this->services['cache.system'])) {
  1805. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1806. }
  1807. if (isset($this->privates['cache.validator'])) {
  1808. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1809. }
  1810. if (isset($this->privates['cache.serializer'])) {
  1811. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1812. }
  1813. if (isset($this->privates['cache.annotations'])) {
  1814. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1815. }
  1816. if (isset($this->privates['cache.property_info'])) {
  1817. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1818. }
  1819. if (isset($this->privates['.debug.http_client'])) {
  1820. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1821. }
  1822. if (isset($this->privates['mailer.message_logger_listener'])) {
  1823. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1824. }
  1825. if (isset($this->privates['debug.stopwatch'])) {
  1826. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1827. }
  1828. if (isset($this->services['event_dispatcher'])) {
  1829. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1830. }
  1831. if (isset($this->privates['session_listener'])) {
  1832. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1833. }
  1834. if (isset($this->privates['form.choice_list_factory.cached'])) {
  1835. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1836. }
  1837. if (isset($this->services['cache.validator_expression_language'])) {
  1838. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1839. }
  1840. if (isset($this->services['.container.private.profiler'])) {
  1841. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1842. }
  1843. if (isset($this->services['.container.private.validator'])) {
  1844. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1845. }
  1846. if (isset($this->services['.container.private.twig'])) {
  1847. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1848. }
  1849. if (isset($this->privates['twig.form.engine'])) {
  1850. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1851. }
  1852. if (isset($this->services['doctrine'])) {
  1853. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1854. }
  1855. if (isset($this->privates['form.type.entity'])) {
  1856. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1857. }
  1858. if (isset($this->services['.container.private.security.token_storage'])) {
  1859. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1860. }
  1861. if (isset($this->privates['cache.security_expression_language'])) {
  1862. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1863. }
  1864. if (isset($this->privates['debug.security.firewall'])) {
  1865. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1866. }
  1867. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  1868. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  1869. }
  1870. if (isset($this->privates['monolog.handler.main'])) {
  1871. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1872. }
  1873. if (isset($this->privates['monolog.handler.console'])) {
  1874. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1875. }
  1876. if (isset($this->privates['monolog.handler.mailer'])) {
  1877. yield 'monolog.handler.mailer' => ($this->privates['monolog.handler.mailer'] ?? null);
  1878. }
  1879. if (isset($this->privates['monolog.handler.deprecation'])) {
  1880. yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  1881. }
  1882. if (isset($this->privates['.debug.http_client'])) {
  1883. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1884. }
  1885. }, function () {
  1886. 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['.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) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (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->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.mailer'])) + (int) (isset($this->privates['monolog.handler.deprecation'])) + (int) (isset($this->privates['.debug.http_client']));
  1887. }), ['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'], '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'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'doctrine' => [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'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'monolog.handler.mailer' => [0 => 'reset'], 'monolog.handler.deprecation' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  1888. }
  1889. /**
  1890. * Gets the public 'translator' shared service.
  1891. *
  1892. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1893. */
  1894. protected function getTranslatorService()
  1895. {
  1896. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1897. }
  1898. /**
  1899. * Gets the public 'var_dumper.cloner' shared service.
  1900. *
  1901. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1902. */
  1903. protected function getVarDumper_ClonerService()
  1904. {
  1905. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1906. $instance->setMaxItems(2500);
  1907. $instance->setMinDepth(1);
  1908. $instance->setMaxString(-1);
  1909. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1910. return $instance;
  1911. }
  1912. /**
  1913. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1914. *
  1915. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1916. */
  1917. protected function getWebProfiler_Controller_ExceptionPanelService()
  1918. {
  1919. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1920. 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()));
  1921. }
  1922. /**
  1923. * Gets the public 'web_profiler.controller.profiler' shared service.
  1924. *
  1925. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1926. */
  1927. protected function getWebProfiler_Controller_ProfilerService()
  1928. {
  1929. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1930. 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));
  1931. }
  1932. /**
  1933. * Gets the public 'web_profiler.controller.router' shared service.
  1934. *
  1935. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1936. */
  1937. protected function getWebProfiler_Controller_RouterService()
  1938. {
  1939. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1940. 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 () {
  1941. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1942. }, 1));
  1943. }
  1944. /**
  1945. * Gets the private '.console.command.about.lazy' shared service.
  1946. *
  1947. * @return \Symfony\Component\Console\Command\LazyCommand
  1948. */
  1949. protected function get_Console_Command_About_LazyService()
  1950. {
  1951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1952. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1953. 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 {
  1954. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1955. });
  1956. }
  1957. /**
  1958. * Gets the private '.console.command.assets_install.lazy' shared service.
  1959. *
  1960. * @return \Symfony\Component\Console\Command\LazyCommand
  1961. */
  1962. protected function get_Console_Command_AssetsInstall_LazyService()
  1963. {
  1964. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1965. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1966. 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 {
  1967. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1968. });
  1969. }
  1970. /**
  1971. * Gets the private '.console.command.cache_clear.lazy' shared service.
  1972. *
  1973. * @return \Symfony\Component\Console\Command\LazyCommand
  1974. */
  1975. protected function get_Console_Command_CacheClear_LazyService()
  1976. {
  1977. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1978. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1979. 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 {
  1980. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  1981. });
  1982. }
  1983. /**
  1984. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  1985. *
  1986. * @return \Symfony\Component\Console\Command\LazyCommand
  1987. */
  1988. protected function get_Console_Command_CachePoolClear_LazyService()
  1989. {
  1990. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1991. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1992. 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 {
  1993. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  1994. });
  1995. }
  1996. /**
  1997. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  1998. *
  1999. * @return \Symfony\Component\Console\Command\LazyCommand
  2000. */
  2001. protected function get_Console_Command_CachePoolDelete_LazyService()
  2002. {
  2003. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2004. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2005. 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 {
  2006. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2007. });
  2008. }
  2009. /**
  2010. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2011. *
  2012. * @return \Symfony\Component\Console\Command\LazyCommand
  2013. */
  2014. protected function get_Console_Command_CachePoolList_LazyService()
  2015. {
  2016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2017. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2018. 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 {
  2019. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2020. });
  2021. }
  2022. /**
  2023. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2024. *
  2025. * @return \Symfony\Component\Console\Command\LazyCommand
  2026. */
  2027. protected function get_Console_Command_CachePoolPrune_LazyService()
  2028. {
  2029. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2030. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2031. 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 {
  2032. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2033. });
  2034. }
  2035. /**
  2036. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2037. *
  2038. * @return \Symfony\Component\Console\Command\LazyCommand
  2039. */
  2040. protected function get_Console_Command_CacheWarmup_LazyService()
  2041. {
  2042. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2043. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2044. 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 {
  2045. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2046. });
  2047. }
  2048. /**
  2049. * Gets the private '.console.command.config_debug.lazy' shared service.
  2050. *
  2051. * @return \Symfony\Component\Console\Command\LazyCommand
  2052. */
  2053. protected function get_Console_Command_ConfigDebug_LazyService()
  2054. {
  2055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2056. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2057. 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 {
  2058. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2059. });
  2060. }
  2061. /**
  2062. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2063. *
  2064. * @return \Symfony\Component\Console\Command\LazyCommand
  2065. */
  2066. protected function get_Console_Command_ConfigDumpReference_LazyService()
  2067. {
  2068. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2069. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2070. 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 {
  2071. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2072. });
  2073. }
  2074. /**
  2075. * Gets the private '.console.command.container_debug.lazy' shared service.
  2076. *
  2077. * @return \Symfony\Component\Console\Command\LazyCommand
  2078. */
  2079. protected function get_Console_Command_ContainerDebug_LazyService()
  2080. {
  2081. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2082. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2083. 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 {
  2084. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2085. });
  2086. }
  2087. /**
  2088. * Gets the private '.console.command.container_lint.lazy' shared service.
  2089. *
  2090. * @return \Symfony\Component\Console\Command\LazyCommand
  2091. */
  2092. protected function get_Console_Command_ContainerLint_LazyService()
  2093. {
  2094. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2095. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2096. 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 {
  2097. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2098. });
  2099. }
  2100. /**
  2101. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2102. *
  2103. * @return \Symfony\Component\Console\Command\LazyCommand
  2104. */
  2105. protected function get_Console_Command_DebugAutowiring_LazyService()
  2106. {
  2107. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2108. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2109. 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 {
  2110. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2111. });
  2112. }
  2113. /**
  2114. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2115. *
  2116. * @return \Symfony\Component\Console\Command\LazyCommand
  2117. */
  2118. protected function get_Console_Command_DotenvDebug_LazyService()
  2119. {
  2120. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2121. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2122. 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 {
  2123. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2124. });
  2125. }
  2126. /**
  2127. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2128. *
  2129. * @return \Symfony\Component\Console\Command\LazyCommand
  2130. */
  2131. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2132. {
  2133. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2134. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2135. 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 {
  2136. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2137. });
  2138. }
  2139. /**
  2140. * Gets the private '.console.command.form_debug.lazy' shared service.
  2141. *
  2142. * @return \Symfony\Component\Console\Command\LazyCommand
  2143. */
  2144. protected function get_Console_Command_FormDebug_LazyService()
  2145. {
  2146. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2147. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2148. 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 {
  2149. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2150. });
  2151. }
  2152. /**
  2153. * Gets the private '.console.command.router_debug.lazy' shared service.
  2154. *
  2155. * @return \Symfony\Component\Console\Command\LazyCommand
  2156. */
  2157. protected function get_Console_Command_RouterDebug_LazyService()
  2158. {
  2159. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2160. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2161. 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 {
  2162. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2163. });
  2164. }
  2165. /**
  2166. * Gets the private '.console.command.router_match.lazy' shared service.
  2167. *
  2168. * @return \Symfony\Component\Console\Command\LazyCommand
  2169. */
  2170. protected function get_Console_Command_RouterMatch_LazyService()
  2171. {
  2172. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2173. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2174. 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 {
  2175. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2176. });
  2177. }
  2178. /**
  2179. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2180. *
  2181. * @return \Symfony\Component\Console\Command\LazyCommand
  2182. */
  2183. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2184. {
  2185. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2186. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2187. 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 {
  2188. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2189. });
  2190. }
  2191. /**
  2192. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2193. *
  2194. * @return \Symfony\Component\Console\Command\LazyCommand
  2195. */
  2196. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2197. {
  2198. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2199. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2200. 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 {
  2201. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2202. });
  2203. }
  2204. /**
  2205. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2206. *
  2207. * @return \Symfony\Component\Console\Command\LazyCommand
  2208. */
  2209. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2210. {
  2211. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2212. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2213. 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 {
  2214. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2215. });
  2216. }
  2217. /**
  2218. * Gets the private '.console.command.secrets_list.lazy' shared service.
  2219. *
  2220. * @return \Symfony\Component\Console\Command\LazyCommand
  2221. */
  2222. protected function get_Console_Command_SecretsList_LazyService()
  2223. {
  2224. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2225. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2226. 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 {
  2227. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2228. });
  2229. }
  2230. /**
  2231. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2232. *
  2233. * @return \Symfony\Component\Console\Command\LazyCommand
  2234. */
  2235. protected function get_Console_Command_SecretsRemove_LazyService()
  2236. {
  2237. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2238. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2239. 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 {
  2240. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2241. });
  2242. }
  2243. /**
  2244. * Gets the private '.console.command.secrets_set.lazy' shared service.
  2245. *
  2246. * @return \Symfony\Component\Console\Command\LazyCommand
  2247. */
  2248. protected function get_Console_Command_SecretsSet_LazyService()
  2249. {
  2250. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2251. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2252. 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 {
  2253. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2254. });
  2255. }
  2256. /**
  2257. * Gets the private '.console.command.translation_debug.lazy' shared service.
  2258. *
  2259. * @return \Symfony\Component\Console\Command\LazyCommand
  2260. */
  2261. protected function get_Console_Command_TranslationDebug_LazyService()
  2262. {
  2263. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2264. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2265. 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 {
  2266. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2267. });
  2268. }
  2269. /**
  2270. * Gets the private '.console.command.translation_extract.lazy' shared service.
  2271. *
  2272. * @return \Symfony\Component\Console\Command\LazyCommand
  2273. */
  2274. protected function get_Console_Command_TranslationExtract_LazyService()
  2275. {
  2276. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2277. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2278. 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 {
  2279. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2280. });
  2281. }
  2282. /**
  2283. * Gets the private '.console.command.translation_pull.lazy' shared service.
  2284. *
  2285. * @return \Symfony\Component\Console\Command\LazyCommand
  2286. */
  2287. protected function get_Console_Command_TranslationPull_LazyService()
  2288. {
  2289. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2290. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2291. 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 {
  2292. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2293. });
  2294. }
  2295. /**
  2296. * Gets the private '.console.command.translation_push.lazy' shared service.
  2297. *
  2298. * @return \Symfony\Component\Console\Command\LazyCommand
  2299. */
  2300. protected function get_Console_Command_TranslationPush_LazyService()
  2301. {
  2302. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2303. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2304. 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 {
  2305. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2306. });
  2307. }
  2308. /**
  2309. * Gets the private '.console.command.validator_debug.lazy' shared service.
  2310. *
  2311. * @return \Symfony\Component\Console\Command\LazyCommand
  2312. */
  2313. protected function get_Console_Command_ValidatorDebug_LazyService()
  2314. {
  2315. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2316. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2317. 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 {
  2318. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2319. });
  2320. }
  2321. /**
  2322. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2323. *
  2324. * @return \Symfony\Component\Console\Command\LazyCommand
  2325. */
  2326. protected function get_Console_Command_XliffLint_LazyService()
  2327. {
  2328. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2329. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2330. 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 {
  2331. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2332. });
  2333. }
  2334. /**
  2335. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2336. *
  2337. * @return \Symfony\Component\Console\Command\LazyCommand
  2338. */
  2339. protected function get_Console_Command_YamlLint_LazyService()
  2340. {
  2341. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2342. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2343. 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 {
  2344. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2345. });
  2346. }
  2347. /**
  2348. * Gets the private '.debug.http_client' shared service.
  2349. *
  2350. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2351. */
  2352. protected function get_Debug_HttpClientService()
  2353. {
  2354. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2355. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2356. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2357. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2358. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2359. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2360. $a->setLogger($b);
  2361. 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))));
  2362. }
  2363. /**
  2364. * Gets the private '.errored..service_locator.1cokjSO.App\Entity\User' shared service.
  2365. *
  2366. * @return \App\Entity\User
  2367. */
  2368. protected function getUserService()
  2369. {
  2370. $this->throw('Cannot autowire service ".service_locator.1cokjSO": it references class "App\\Entity\\User" but no such service exists.');
  2371. }
  2372. /**
  2373. * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  2374. *
  2375. * @return \App\Entity\User
  2376. */
  2377. protected function getUser2Service()
  2378. {
  2379. $this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
  2380. }
  2381. /**
  2382. * Gets the private '.errored..service_locator.7HM0kqr.App\Entity\User' shared service.
  2383. *
  2384. * @return \App\Entity\User
  2385. */
  2386. protected function getUser3Service()
  2387. {
  2388. $this->throw('Cannot autowire service ".service_locator.7HM0kqr": it references class "App\\Entity\\User" but no such service exists.');
  2389. }
  2390. /**
  2391. * Gets the private '.errored..service_locator.HK2H39i.App\Entity\User' shared service.
  2392. *
  2393. * @return \App\Entity\User
  2394. */
  2395. protected function getUser4Service()
  2396. {
  2397. $this->throw('Cannot autowire service ".service_locator.HK2H39i": it references class "App\\Entity\\User" but no such service exists.');
  2398. }
  2399. /**
  2400. * Gets the private '.errored..service_locator.LiTCtLB.App\Entity\User' shared service.
  2401. *
  2402. * @return \App\Entity\User
  2403. */
  2404. protected function getUser5Service()
  2405. {
  2406. $this->throw('Cannot autowire service ".service_locator.LiTCtLB": it references class "App\\Entity\\User" but no such service exists.');
  2407. }
  2408. /**
  2409. * Gets the private '.errored..service_locator.S49u2ei.App\Entity\Institution' shared service.
  2410. *
  2411. * @return \App\Entity\Institution
  2412. */
  2413. protected function getInstitutionService()
  2414. {
  2415. $this->throw('Cannot autowire service ".service_locator.S49u2ei": it references class "App\\Entity\\Institution" but no such service exists.');
  2416. }
  2417. /**
  2418. * Gets the private '.errored..service_locator.U5v_UTl.App\Entity\User' shared service.
  2419. *
  2420. * @return \App\Entity\User
  2421. */
  2422. protected function getUser6Service()
  2423. {
  2424. $this->throw('Cannot autowire service ".service_locator.U5v_UTl": it references class "App\\Entity\\User" but no such service exists.');
  2425. }
  2426. /**
  2427. * Gets the private '.errored..service_locator.V3qDJ71.App\Entity\User' shared service.
  2428. *
  2429. * @return \App\Entity\User
  2430. */
  2431. protected function getUser7Service()
  2432. {
  2433. $this->throw('Cannot autowire service ".service_locator.V3qDJ71": it references class "App\\Entity\\User" but no such service exists.');
  2434. }
  2435. /**
  2436. * Gets the private '.errored..service_locator.gAyAohi.App\Entity\User' shared service.
  2437. *
  2438. * @return \App\Entity\User
  2439. */
  2440. protected function getUser8Service()
  2441. {
  2442. $this->throw('Cannot autowire service ".service_locator.gAyAohi": it references class "App\\Entity\\User" but no such service exists.');
  2443. }
  2444. /**
  2445. * Gets the private '.errored..service_locator.lsl7VW3.App\Entity\Links' shared service.
  2446. *
  2447. * @return \App\Entity\Links
  2448. */
  2449. protected function getLinksService()
  2450. {
  2451. $this->throw('Cannot autowire service ".service_locator.lsl7VW3": it references class "App\\Entity\\Links" but no such service exists.');
  2452. }
  2453. /**
  2454. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2455. *
  2456. * @return \Symfony\Component\Config\Loader\LoaderInterface
  2457. */
  2458. protected function getLoaderInterfaceService()
  2459. {
  2460. $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".');
  2461. }
  2462. /**
  2463. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2464. *
  2465. * @return \Symfony\Component\Console\Command\LazyCommand
  2466. */
  2467. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2468. {
  2469. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2470. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2471. 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 {
  2472. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2473. });
  2474. }
  2475. /**
  2476. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2477. *
  2478. * @return \Symfony\Component\Console\Command\LazyCommand
  2479. */
  2480. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2481. {
  2482. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2483. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2484. 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 {
  2485. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2486. });
  2487. }
  2488. /**
  2489. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2490. *
  2491. * @return \Symfony\Component\Console\Command\LazyCommand
  2492. */
  2493. protected function get_Maker_AutoCommand_MakeController_LazyService()
  2494. {
  2495. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2496. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2497. 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 {
  2498. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2499. });
  2500. }
  2501. /**
  2502. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2503. *
  2504. * @return \Symfony\Component\Console\Command\LazyCommand
  2505. */
  2506. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2507. {
  2508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2509. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2510. 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 {
  2511. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2512. });
  2513. }
  2514. /**
  2515. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2516. *
  2517. * @return \Symfony\Component\Console\Command\LazyCommand
  2518. */
  2519. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2520. {
  2521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2523. 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 {
  2524. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2525. });
  2526. }
  2527. /**
  2528. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2529. *
  2530. * @return \Symfony\Component\Console\Command\LazyCommand
  2531. */
  2532. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2533. {
  2534. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2535. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2536. 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 {
  2537. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2538. });
  2539. }
  2540. /**
  2541. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2542. *
  2543. * @return \Symfony\Component\Console\Command\LazyCommand
  2544. */
  2545. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2546. {
  2547. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2549. 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 {
  2550. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2551. });
  2552. }
  2553. /**
  2554. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2555. *
  2556. * @return \Symfony\Component\Console\Command\LazyCommand
  2557. */
  2558. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2559. {
  2560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2562. 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 {
  2563. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2564. });
  2565. }
  2566. /**
  2567. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2568. *
  2569. * @return \Symfony\Component\Console\Command\LazyCommand
  2570. */
  2571. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2572. {
  2573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2574. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2575. 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 {
  2576. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2577. });
  2578. }
  2579. /**
  2580. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2581. *
  2582. * @return \Symfony\Component\Console\Command\LazyCommand
  2583. */
  2584. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2585. {
  2586. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2587. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2588. 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 {
  2589. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2590. });
  2591. }
  2592. /**
  2593. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2594. *
  2595. * @return \Symfony\Component\Console\Command\LazyCommand
  2596. */
  2597. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2598. {
  2599. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2600. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2601. 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 {
  2602. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2603. });
  2604. }
  2605. /**
  2606. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2607. *
  2608. * @return \Symfony\Component\Console\Command\LazyCommand
  2609. */
  2610. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2611. {
  2612. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2613. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2614. 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 {
  2615. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2616. });
  2617. }
  2618. /**
  2619. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2620. *
  2621. * @return \Symfony\Component\Console\Command\LazyCommand
  2622. */
  2623. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2624. {
  2625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2626. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2627. 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 {
  2628. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2629. });
  2630. }
  2631. /**
  2632. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2633. *
  2634. * @return \Symfony\Component\Console\Command\LazyCommand
  2635. */
  2636. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2637. {
  2638. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2639. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2640. 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 {
  2641. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2642. });
  2643. }
  2644. /**
  2645. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2646. *
  2647. * @return \Symfony\Component\Console\Command\LazyCommand
  2648. */
  2649. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2650. {
  2651. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2652. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2653. 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 {
  2654. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2655. });
  2656. }
  2657. /**
  2658. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2659. *
  2660. * @return \Symfony\Component\Console\Command\LazyCommand
  2661. */
  2662. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2663. {
  2664. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2665. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2666. 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 {
  2667. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2668. });
  2669. }
  2670. /**
  2671. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2672. *
  2673. * @return \Symfony\Component\Console\Command\LazyCommand
  2674. */
  2675. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2676. {
  2677. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2678. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2679. 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 {
  2680. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2681. });
  2682. }
  2683. /**
  2684. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2685. *
  2686. * @return \Symfony\Component\Console\Command\LazyCommand
  2687. */
  2688. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2689. {
  2690. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2692. 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 {
  2693. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2694. });
  2695. }
  2696. /**
  2697. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2698. *
  2699. * @return \Symfony\Component\Console\Command\LazyCommand
  2700. */
  2701. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2702. {
  2703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2704. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2705. 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 {
  2706. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2707. });
  2708. }
  2709. /**
  2710. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2711. *
  2712. * @return \Symfony\Component\Console\Command\LazyCommand
  2713. */
  2714. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2715. {
  2716. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2717. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2718. 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 {
  2719. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2720. });
  2721. }
  2722. /**
  2723. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2724. *
  2725. * @return \Symfony\Component\Console\Command\LazyCommand
  2726. */
  2727. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2728. {
  2729. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2730. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2731. 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 {
  2732. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2733. });
  2734. }
  2735. /**
  2736. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2737. *
  2738. * @return \Symfony\Component\Console\Command\LazyCommand
  2739. */
  2740. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2741. {
  2742. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2743. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2744. 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 {
  2745. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2746. });
  2747. }
  2748. /**
  2749. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2750. *
  2751. * @return \Symfony\Component\Console\Command\LazyCommand
  2752. */
  2753. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2754. {
  2755. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2756. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2757. 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 {
  2758. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2759. });
  2760. }
  2761. /**
  2762. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2763. *
  2764. * @return \Symfony\Component\Console\Command\LazyCommand
  2765. */
  2766. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2767. {
  2768. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2769. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2770. 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 {
  2771. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2772. });
  2773. }
  2774. /**
  2775. * Gets the private '.monolog.command.server_log.lazy' shared service.
  2776. *
  2777. * @return \Symfony\Component\Console\Command\LazyCommand
  2778. */
  2779. protected function get_Monolog_Command_ServerLog_LazyService()
  2780. {
  2781. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2782. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2783. 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 {
  2784. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2785. });
  2786. }
  2787. /**
  2788. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2789. *
  2790. * @return \Symfony\Component\Console\Command\LazyCommand
  2791. */
  2792. protected function get_Security_Command_DebugFirewall_LazyService()
  2793. {
  2794. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2795. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2796. 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 {
  2797. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2798. });
  2799. }
  2800. /**
  2801. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2802. *
  2803. * @return \Symfony\Component\Console\Command\LazyCommand
  2804. */
  2805. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2806. {
  2807. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2808. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2809. 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 {
  2810. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2811. });
  2812. }
  2813. /**
  2814. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2815. *
  2816. * @return \Symfony\Component\Console\Command\LazyCommand
  2817. */
  2818. protected function get_Security_Command_UserPasswordHash_LazyService()
  2819. {
  2820. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2821. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2822. 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 {
  2823. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2824. });
  2825. }
  2826. /**
  2827. * Gets the private '.service_locator.1cokjSO' shared service.
  2828. *
  2829. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2830. */
  2831. protected function get_ServiceLocator_1cokjSOService()
  2832. {
  2833. return $this->privates['.service_locator.1cokjSO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2834. 'authenticator' => ['privates', 'App\\Security\\LoginFormAuthenticator', 'getLoginFormAuthenticatorService', false],
  2835. 'guardHandler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
  2836. 'user' => ['privates', '.errored..service_locator.1cokjSO.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.1cokjSO": it references class "App\\Entity\\User" but no such service exists.'],
  2837. ], [
  2838. 'authenticator' => 'App\\Security\\LoginFormAuthenticator',
  2839. 'guardHandler' => '?',
  2840. 'user' => 'App\\Entity\\User',
  2841. ]);
  2842. }
  2843. /**
  2844. * Gets the private '.service_locator.4T4EJFR' shared service.
  2845. *
  2846. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2847. */
  2848. protected function get_ServiceLocator_4T4EJFRService()
  2849. {
  2850. return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2851. 'user' => ['privates', '.errored..service_locator.4T4EJFR.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
  2852. ], [
  2853. 'user' => 'App\\Entity\\User',
  2854. ]);
  2855. }
  2856. /**
  2857. * Gets the private '.service_locator.4j883fy' shared service.
  2858. *
  2859. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2860. */
  2861. protected function get_ServiceLocator_4j883fyService()
  2862. {
  2863. return $this->privates['.service_locator.4j883fy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2864. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  2865. 'questionHandler' => ['privates', 'App\\Handler\\QuestionHandler', 'getQuestionHandlerService', false],
  2866. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  2867. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  2868. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  2869. ], [
  2870. 'bilanManager' => 'App\\Manager\\BilanManager',
  2871. 'questionHandler' => 'App\\Handler\\QuestionHandler',
  2872. 'questionManager' => 'App\\Manager\\QuestionManager',
  2873. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  2874. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  2875. ]);
  2876. }
  2877. /**
  2878. * Gets the private '.service_locator.7HM0kqr' shared service.
  2879. *
  2880. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2881. */
  2882. protected function get_ServiceLocator_7HM0kqrService()
  2883. {
  2884. return $this->privates['.service_locator.7HM0kqr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2885. 'authenticator' => ['privates', 'App\\Security\\PwdFormAuthenticator', 'getPwdFormAuthenticatorService', false],
  2886. 'guardHandler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
  2887. 'user' => ['privates', '.errored..service_locator.7HM0kqr.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.7HM0kqr": it references class "App\\Entity\\User" but no such service exists.'],
  2888. ], [
  2889. 'authenticator' => 'App\\Security\\PwdFormAuthenticator',
  2890. 'guardHandler' => '?',
  2891. 'user' => 'App\\Entity\\User',
  2892. ]);
  2893. }
  2894. /**
  2895. * Gets the private '.service_locator.A7oa_TA' shared service.
  2896. *
  2897. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2898. */
  2899. protected function get_ServiceLocator_A7oaTAService()
  2900. {
  2901. return $this->privates['.service_locator.A7oa_TA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2902. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  2903. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  2904. 'linksRepository' => ['privates', 'App\\Repository\\LinksRepository', 'getLinksRepositoryService', false],
  2905. 'questionHandler' => ['privates', 'App\\Handler\\QuestionHandler', 'getQuestionHandlerService', false],
  2906. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  2907. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  2908. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  2909. ], [
  2910. 'bilanManager' => 'App\\Manager\\BilanManager',
  2911. 'em' => '?',
  2912. 'linksRepository' => 'App\\Repository\\LinksRepository',
  2913. 'questionHandler' => 'App\\Handler\\QuestionHandler',
  2914. 'questionManager' => 'App\\Manager\\QuestionManager',
  2915. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  2916. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  2917. ]);
  2918. }
  2919. /**
  2920. * Gets the private '.service_locator.CbUGO5u' shared service.
  2921. *
  2922. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2923. */
  2924. protected function get_ServiceLocator_CbUGO5uService()
  2925. {
  2926. return $this->privates['.service_locator.CbUGO5u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2927. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  2928. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  2929. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  2930. 'stepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  2931. ], [
  2932. 'UserRepository' => 'App\\Repository\\UserRepository',
  2933. 'em' => '?',
  2934. 'questionManager' => 'App\\Manager\\QuestionManager',
  2935. 'stepRepository' => 'App\\Repository\\StepRepository',
  2936. ]);
  2937. }
  2938. /**
  2939. * Gets the private '.service_locator.E4yxQnW' shared service.
  2940. *
  2941. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2942. */
  2943. protected function get_ServiceLocator_E4yxQnWService()
  2944. {
  2945. return $this->privates['.service_locator.E4yxQnW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2946. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  2947. ], [
  2948. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  2949. ]);
  2950. }
  2951. /**
  2952. * Gets the private '.service_locator.EUYm9xm' shared service.
  2953. *
  2954. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2955. */
  2956. protected function get_ServiceLocator_EUYm9xmService()
  2957. {
  2958. return $this->privates['.service_locator.EUYm9xm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2959. 'institutionRepository' => ['privates', 'App\\Repository\\InstitutionRepository', 'getInstitutionRepositoryService', false],
  2960. ], [
  2961. 'institutionRepository' => 'App\\Repository\\InstitutionRepository',
  2962. ]);
  2963. }
  2964. /**
  2965. * Gets the private '.service_locator.EvEZIcG' shared service.
  2966. *
  2967. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2968. */
  2969. protected function get_ServiceLocator_EvEZIcGService()
  2970. {
  2971. return $this->privates['.service_locator.EvEZIcG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2972. 'emailService' => ['privates', 'App\\Service\\EmailService', 'getEmailServiceService', false],
  2973. 'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  2974. ], [
  2975. 'emailService' => 'App\\Service\\EmailService',
  2976. 'passwordEncoder' => '?',
  2977. ]);
  2978. }
  2979. /**
  2980. * Gets the private '.service_locator.FjJCG8d' shared service.
  2981. *
  2982. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2983. */
  2984. protected function get_ServiceLocator_FjJCG8dService()
  2985. {
  2986. return $this->privates['.service_locator.FjJCG8d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2987. 'emailService' => ['privates', 'App\\Service\\EmailService', 'getEmailServiceService', false],
  2988. ], [
  2989. 'emailService' => 'App\\Service\\EmailService',
  2990. ]);
  2991. }
  2992. /**
  2993. * Gets the private '.service_locator.GCVhyOq' shared service.
  2994. *
  2995. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2996. */
  2997. protected function get_ServiceLocator_GCVhyOqService()
  2998. {
  2999. return $this->privates['.service_locator.GCVhyOq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3000. 'linksRepository' => ['privates', 'App\\Repository\\LinksRepository', 'getLinksRepositoryService', false],
  3001. ], [
  3002. 'linksRepository' => 'App\\Repository\\LinksRepository',
  3003. ]);
  3004. }
  3005. /**
  3006. * Gets the private '.service_locator.GiYU0h3' shared service.
  3007. *
  3008. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3009. */
  3010. protected function get_ServiceLocator_GiYU0h3Service()
  3011. {
  3012. return $this->privates['.service_locator.GiYU0h3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3013. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3014. 'institutionRepository' => ['privates', 'App\\Repository\\InstitutionRepository', 'getInstitutionRepositoryService', false],
  3015. ], [
  3016. 'UserRepository' => 'App\\Repository\\UserRepository',
  3017. 'institutionRepository' => 'App\\Repository\\InstitutionRepository',
  3018. ]);
  3019. }
  3020. /**
  3021. * Gets the private '.service_locator.HK2H39i' shared service.
  3022. *
  3023. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3024. */
  3025. protected function get_ServiceLocator_HK2H39iService()
  3026. {
  3027. return $this->privates['.service_locator.HK2H39i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3028. 'User' => ['privates', '.errored..service_locator.HK2H39i.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.HK2H39i": it references class "App\\Entity\\User" but no such service exists.'],
  3029. ], [
  3030. 'User' => 'App\\Entity\\User',
  3031. ]);
  3032. }
  3033. /**
  3034. * Gets the private '.service_locator.IJGcqa5' shared service.
  3035. *
  3036. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3037. */
  3038. protected function get_ServiceLocator_IJGcqa5Service()
  3039. {
  3040. return $this->privates['.service_locator.IJGcqa5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3041. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3042. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  3043. ], [
  3044. 'UserRepository' => 'App\\Repository\\UserRepository',
  3045. 'em' => '?',
  3046. ]);
  3047. }
  3048. /**
  3049. * Gets the private '.service_locator.KnTHdgu' shared service.
  3050. *
  3051. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3052. */
  3053. protected function get_ServiceLocator_KnTHdguService()
  3054. {
  3055. return $this->privates['.service_locator.KnTHdgu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3056. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  3057. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3058. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  3059. 'stepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  3060. 'userAnswerAddRepository' => ['privates', 'App\\Repository\\UserAnswerAddRepository', 'getUserAnswerAddRepositoryService', false],
  3061. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  3062. 'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3063. ], [
  3064. 'bilanManager' => 'App\\Manager\\BilanManager',
  3065. 'questionManager' => 'App\\Manager\\QuestionManager',
  3066. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  3067. 'stepRepository' => 'App\\Repository\\StepRepository',
  3068. 'userAnswerAddRepository' => 'App\\Repository\\UserAnswerAddRepository',
  3069. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  3070. 'userRepository' => 'App\\Repository\\UserRepository',
  3071. ]);
  3072. }
  3073. /**
  3074. * Gets the private '.service_locator.LiTCtLB' shared service.
  3075. *
  3076. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3077. */
  3078. protected function get_ServiceLocator_LiTCtLBService()
  3079. {
  3080. return $this->privates['.service_locator.LiTCtLB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3081. 'User' => ['privates', '.errored..service_locator.LiTCtLB.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.LiTCtLB": it references class "App\\Entity\\User" but no such service exists.'],
  3082. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3083. ], [
  3084. 'User' => 'App\\Entity\\User',
  3085. 'UserRepository' => 'App\\Repository\\UserRepository',
  3086. ]);
  3087. }
  3088. /**
  3089. * Gets the private '.service_locator.MXJ4rEA' shared service.
  3090. *
  3091. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3092. */
  3093. protected function get_ServiceLocator_MXJ4rEAService()
  3094. {
  3095. return $this->privates['.service_locator.MXJ4rEA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3096. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  3097. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3098. ], [
  3099. 'em' => '?',
  3100. 'questionManager' => 'App\\Manager\\QuestionManager',
  3101. ]);
  3102. }
  3103. /**
  3104. * Gets the private '.service_locator.Nhkyqt4' shared service.
  3105. *
  3106. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3107. */
  3108. protected function get_ServiceLocator_Nhkyqt4Service()
  3109. {
  3110. return $this->privates['.service_locator.Nhkyqt4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3111. 'users' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3112. ], [
  3113. 'users' => 'App\\Repository\\UserRepository',
  3114. ]);
  3115. }
  3116. /**
  3117. * Gets the private '.service_locator.Q1F27w5' shared service.
  3118. *
  3119. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3120. */
  3121. protected function get_ServiceLocator_Q1F27w5Service()
  3122. {
  3123. return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3124. 'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3125. ], [
  3126. 'userRepository' => 'App\\Repository\\UserRepository',
  3127. ]);
  3128. }
  3129. /**
  3130. * Gets the private '.service_locator.QymDRni' shared service.
  3131. *
  3132. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3133. */
  3134. protected function get_ServiceLocator_QymDRniService()
  3135. {
  3136. return $this->privates['.service_locator.QymDRni'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3137. 'institutionRepository' => ['privates', 'App\\Repository\\InstitutionRepository', 'getInstitutionRepositoryService', false],
  3138. 'users' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3139. ], [
  3140. 'institutionRepository' => 'App\\Repository\\InstitutionRepository',
  3141. 'users' => 'App\\Repository\\UserRepository',
  3142. ]);
  3143. }
  3144. /**
  3145. * Gets the private '.service_locator.RN7wMTM' shared service.
  3146. *
  3147. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3148. */
  3149. protected function get_ServiceLocator_RN7wMTMService()
  3150. {
  3151. return $this->privates['.service_locator.RN7wMTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3152. 'emailService' => ['privates', 'App\\Service\\EmailService', 'getEmailServiceService', false],
  3153. 'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  3154. 'users' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3155. ], [
  3156. 'emailService' => 'App\\Service\\EmailService',
  3157. 'passwordEncoder' => '?',
  3158. 'users' => 'App\\Repository\\UserRepository',
  3159. ]);
  3160. }
  3161. /**
  3162. * Gets the private '.service_locator.RNFDTlC' shared service.
  3163. *
  3164. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3165. */
  3166. protected function get_ServiceLocator_RNFDTlCService()
  3167. {
  3168. return $this->privates['.service_locator.RNFDTlC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3169. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  3170. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  3171. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3172. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  3173. 'stepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  3174. 'userAnswerAddRepository' => ['privates', 'App\\Repository\\UserAnswerAddRepository', 'getUserAnswerAddRepositoryService', false],
  3175. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  3176. 'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3177. ], [
  3178. 'bilanManager' => 'App\\Manager\\BilanManager',
  3179. 'em' => '?',
  3180. 'questionManager' => 'App\\Manager\\QuestionManager',
  3181. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  3182. 'stepRepository' => 'App\\Repository\\StepRepository',
  3183. 'userAnswerAddRepository' => 'App\\Repository\\UserAnswerAddRepository',
  3184. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  3185. 'userRepository' => 'App\\Repository\\UserRepository',
  3186. ]);
  3187. }
  3188. /**
  3189. * Gets the private '.service_locator.S49u2ei' shared service.
  3190. *
  3191. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3192. */
  3193. protected function get_ServiceLocator_S49u2eiService()
  3194. {
  3195. return $this->privates['.service_locator.S49u2ei'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3196. 'institution' => ['privates', '.errored..service_locator.S49u2ei.App\\Entity\\Institution', NULL, 'Cannot autowire service ".service_locator.S49u2ei": it references class "App\\Entity\\Institution" but no such service exists.'],
  3197. ], [
  3198. 'institution' => 'App\\Entity\\Institution',
  3199. ]);
  3200. }
  3201. /**
  3202. * Gets the private '.service_locator.U5v_UTl' shared service.
  3203. *
  3204. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3205. */
  3206. protected function get_ServiceLocator_U5vUTlService()
  3207. {
  3208. return $this->privates['.service_locator.U5v_UTl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3209. 'User' => ['privates', '.errored..service_locator.U5v_UTl.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.U5v_UTl": it references class "App\\Entity\\User" but no such service exists.'],
  3210. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3211. 'answerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  3212. 'userAnswerAddRepository' => ['privates', 'App\\Repository\\UserAnswerAddRepository', 'getUserAnswerAddRepositoryService', false],
  3213. ], [
  3214. 'User' => 'App\\Entity\\User',
  3215. 'UserRepository' => 'App\\Repository\\UserRepository',
  3216. 'answerRepository' => 'App\\Repository\\UserAnswerRepository',
  3217. 'userAnswerAddRepository' => 'App\\Repository\\UserAnswerAddRepository',
  3218. ]);
  3219. }
  3220. /**
  3221. * Gets the private '.service_locator.V3qDJ71' shared service.
  3222. *
  3223. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3224. */
  3225. protected function get_ServiceLocator_V3qDJ71Service()
  3226. {
  3227. return $this->privates['.service_locator.V3qDJ71'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3228. 'parent' => ['privates', '.errored..service_locator.V3qDJ71.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.V3qDJ71": it references class "App\\Entity\\User" but no such service exists.'],
  3229. ], [
  3230. 'parent' => 'App\\Entity\\User',
  3231. ]);
  3232. }
  3233. /**
  3234. * Gets the private '.service_locator.XsyfP82' shared service.
  3235. *
  3236. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3237. */
  3238. protected function get_ServiceLocator_XsyfP82Service()
  3239. {
  3240. return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3241. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  3242. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  3243. ], [
  3244. 'event_dispatcher' => '?',
  3245. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3246. ]);
  3247. }
  3248. /**
  3249. * Gets the private '.service_locator.ZFMtgkt' shared service.
  3250. *
  3251. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3252. */
  3253. protected function get_ServiceLocator_ZFMtgktService()
  3254. {
  3255. return $this->privates['.service_locator.ZFMtgkt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3256. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3257. ], [
  3258. 'questionManager' => 'App\\Manager\\QuestionManager',
  3259. ]);
  3260. }
  3261. /**
  3262. * Gets the private '.service_locator.gAyAohi' shared service.
  3263. *
  3264. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3265. */
  3266. protected function get_ServiceLocator_GAyAohiService()
  3267. {
  3268. return $this->privates['.service_locator.gAyAohi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3269. 'User' => ['privates', '.errored..service_locator.gAyAohi.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.gAyAohi": it references class "App\\Entity\\User" but no such service exists.'],
  3270. 'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  3271. ], [
  3272. 'User' => 'App\\Entity\\User',
  3273. 'passwordEncoder' => '?',
  3274. ]);
  3275. }
  3276. /**
  3277. * Gets the private '.service_locator.lsl7VW3' shared service.
  3278. *
  3279. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3280. */
  3281. protected function get_ServiceLocator_Lsl7VW3Service()
  3282. {
  3283. return $this->privates['.service_locator.lsl7VW3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3284. 'links' => ['privates', '.errored..service_locator.lsl7VW3.App\\Entity\\Links', NULL, 'Cannot autowire service ".service_locator.lsl7VW3": it references class "App\\Entity\\Links" but no such service exists.'],
  3285. ], [
  3286. 'links' => 'App\\Entity\\Links',
  3287. ]);
  3288. }
  3289. /**
  3290. * Gets the private '.service_locator.lwhU4dN' shared service.
  3291. *
  3292. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3293. */
  3294. protected function get_ServiceLocator_LwhU4dNService()
  3295. {
  3296. return $this->privates['.service_locator.lwhU4dN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3297. 'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3298. ], [
  3299. 'UserRepository' => 'App\\Repository\\UserRepository',
  3300. ]);
  3301. }
  3302. /**
  3303. * Gets the private '.service_locator.mx0UMmY' shared service.
  3304. *
  3305. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3306. */
  3307. protected function get_ServiceLocator_Mx0UMmYService()
  3308. {
  3309. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3310. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3311. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3312. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3313. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3314. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3315. 'router' => ['services', 'router', 'getRouterService', false],
  3316. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3317. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3318. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3319. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3320. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3321. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3322. ], [
  3323. 'doctrine' => '?',
  3324. 'form.factory' => '?',
  3325. 'http_kernel' => '?',
  3326. 'parameter_bag' => '?',
  3327. 'request_stack' => '?',
  3328. 'router' => '?',
  3329. 'security.authorization_checker' => '?',
  3330. 'security.csrf.token_manager' => '?',
  3331. 'security.token_storage' => '?',
  3332. 'serializer' => '?',
  3333. 'session' => '.session.deprecated',
  3334. 'twig' => '?',
  3335. ]);
  3336. }
  3337. /**
  3338. * Gets the private '.service_locator.trUietz' shared service.
  3339. *
  3340. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3341. */
  3342. protected function get_ServiceLocator_TrUietzService()
  3343. {
  3344. return $this->privates['.service_locator.trUietz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3345. 'bilanDataService' => ['privates', 'App\\Service\\BilanDataService', 'getBilanDataServiceService', false],
  3346. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  3347. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  3348. 'linksRepository' => ['privates', 'App\\Repository\\LinksRepository', 'getLinksRepositoryService', false],
  3349. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3350. 'stepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  3351. 'userAnswerAddRepository' => ['privates', 'App\\Repository\\UserAnswerAddRepository', 'getUserAnswerAddRepositoryService', false],
  3352. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  3353. 'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
  3354. ], [
  3355. 'bilanDataService' => 'App\\Service\\BilanDataService',
  3356. 'bilanManager' => 'App\\Manager\\BilanManager',
  3357. 'em' => '?',
  3358. 'linksRepository' => 'App\\Repository\\LinksRepository',
  3359. 'questionManager' => 'App\\Manager\\QuestionManager',
  3360. 'stepRepository' => 'App\\Repository\\StepRepository',
  3361. 'userAnswerAddRepository' => 'App\\Repository\\UserAnswerAddRepository',
  3362. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  3363. 'userRepository' => 'App\\Repository\\UserRepository',
  3364. ]);
  3365. }
  3366. /**
  3367. * Gets the private '.service_locator.u4_VtKr' shared service.
  3368. *
  3369. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3370. */
  3371. protected function get_ServiceLocator_U4VtKrService()
  3372. {
  3373. return $this->privates['.service_locator.u4_VtKr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3374. 'bilanManager' => ['privates', 'App\\Manager\\BilanManager', 'getBilanManagerService', false],
  3375. 'questionManager' => ['privates', 'App\\Manager\\QuestionManager', 'getQuestionManagerService', false],
  3376. 'questionRepository' => ['privates', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', false],
  3377. 'stepRepository' => ['privates', 'App\\Repository\\StepRepository', 'getStepRepositoryService', false],
  3378. 'userAnswerRepository' => ['privates', 'App\\Repository\\UserAnswerRepository', 'getUserAnswerRepositoryService', false],
  3379. ], [
  3380. 'bilanManager' => 'App\\Manager\\BilanManager',
  3381. 'questionManager' => 'App\\Manager\\QuestionManager',
  3382. 'questionRepository' => 'App\\Repository\\QuestionRepository',
  3383. 'stepRepository' => 'App\\Repository\\StepRepository',
  3384. 'userAnswerRepository' => 'App\\Repository\\UserAnswerRepository',
  3385. ]);
  3386. }
  3387. /**
  3388. * Gets the private '.service_locator.wrHwO9j' shared service.
  3389. *
  3390. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3391. */
  3392. protected function get_ServiceLocator_WrHwO9jService()
  3393. {
  3394. return $this->privates['.service_locator.wrHwO9j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3395. 'App\\Controller\\AdminController::findUserChoices' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3396. 'App\\Controller\\AdminController::findUserProfsAndConseillers' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3397. 'App\\Controller\\AdminController::findUserProfsAndConseillersIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3398. 'App\\Controller\\AdminController::findUserProfsAndMentors' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3399. 'App\\Controller\\AdminController::stats' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3400. 'App\\Controller\\AdminController::statsIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3401. 'App\\Controller\\AdminController::statsMentored' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3402. 'App\\Controller\\AdminController::statsNotStarted' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3403. 'App\\Controller\\AdminController::statsNotStartedIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3404. 'App\\Controller\\AdminController::statsNotStartedMentored' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3405. 'App\\Controller\\AdminController::statsx' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3406. 'App\\Controller\\AdminController::statsy' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3407. 'App\\Controller\\AdminExpertController::addInstituionExpert' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3408. 'App\\Controller\\AdminExpertController::deleteExpert' => ['privates', '.service_locator.U5v_UTl', 'get_ServiceLocator_U5vUTlService', false],
  3409. 'App\\Controller\\AdminExpertController::dissocier_institution' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3410. 'App\\Controller\\AdminExpertController::editExpert' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3411. 'App\\Controller\\AdminExpertController::expertListInstitution' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3412. 'App\\Controller\\AdminExpertController::expertsList' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3413. 'App\\Controller\\AdminExpertController::expertsListWithInstitution' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3414. 'App\\Controller\\AdminExpertController::gestionExperts' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3415. 'App\\Controller\\AdminExpertController::index' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3416. 'App\\Controller\\AdminExpertController::statsXpert' => ['privates', '.service_locator.QymDRni', 'get_ServiceLocator_QymDRniService', false],
  3417. 'App\\Controller\\AdminInstitutionsController::delete' => ['privates', '.service_locator.S49u2ei', 'get_ServiceLocator_S49u2eiService', false],
  3418. 'App\\Controller\\AdminInstitutionsController::edit' => ['privates', '.service_locator.S49u2ei', 'get_ServiceLocator_S49u2eiService', false],
  3419. 'App\\Controller\\AdminInstitutionsController::index' => ['privates', '.service_locator.EUYm9xm', 'get_ServiceLocator_EUYm9xmService', false],
  3420. 'App\\Controller\\AdminUserController::delete' => ['privates', '.service_locator.U5v_UTl', 'get_ServiceLocator_U5vUTlService', false],
  3421. 'App\\Controller\\AdminUserController::edit' => ['privates', '.service_locator.gAyAohi', 'get_ServiceLocator_GAyAohiService', false],
  3422. 'App\\Controller\\AdminUserController::index' => ['privates', '.service_locator.CbUGO5u', 'get_ServiceLocator_CbUGO5uService', false],
  3423. 'App\\Controller\\BilanController::bilan283Lycee' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3424. 'App\\Controller\\BilanController::bilan483Adulte' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3425. 'App\\Controller\\BilanController::bilan83College' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3426. 'App\\Controller\\BilanController::index' => ['privates', '.service_locator.trUietz', 'get_ServiceLocator_TrUietzService', false],
  3427. 'App\\Controller\\BilanController::recommence' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3428. 'App\\Controller\\BilanController::recommenceAdulte' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3429. 'App\\Controller\\BilanController::recommenceLycee' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3430. 'App\\Controller\\MailController::contactAction' => ['privates', '.service_locator.FjJCG8d', 'get_ServiceLocator_FjJCG8dService', false],
  3431. 'App\\Controller\\MentoratController::apairerEleveMentor' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3432. 'App\\Controller\\MentoratController::apairerMentorEleve' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3433. 'App\\Controller\\MentoratController::dissocierEleveMentor' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3434. 'App\\Controller\\MentoratController::edit' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3435. 'App\\Controller\\MentoratController::editByValideur' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3436. 'App\\Controller\\MentoratController::eleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3437. 'App\\Controller\\MentoratController::eleveListMentor' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3438. 'App\\Controller\\MentoratController::elevesAMentorerByValideur' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3439. 'App\\Controller\\MentoratController::elevesAMentorerByprof' => ['privates', '.service_locator.IJGcqa5', 'get_ServiceLocator_IJGcqa5Service', false],
  3440. 'App\\Controller\\MentoratController::elevesChangeStatutMentoratByValideur' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3441. 'App\\Controller\\MentoratController::listeElevesMentores' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3442. 'App\\Controller\\MentoratController::mentorListEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3443. 'App\\Controller\\MentoratController::mentorsList' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3444. 'App\\Controller\\MentoratController::mentorsListWithEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3445. 'App\\Controller\\MentoratController::mentorsListWithoutEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3446. 'App\\Controller\\ProfilController::college' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3447. 'App\\Controller\\ProfilController::conseiller' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3448. 'App\\Controller\\ProfilController::etape10' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3449. 'App\\Controller\\ProfilController::etape30' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3450. 'App\\Controller\\ProfilController::etape50' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3451. 'App\\Controller\\ProfilController::lycee' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3452. 'App\\Controller\\ProfilController::mentor' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3453. 'App\\Controller\\ProfilController::prof' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3454. 'App\\Controller\\ProfilController::reconversion' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3455. 'App\\Controller\\ProfilController::refuseParent' => ['privates', '.service_locator.V3qDJ71', 'get_ServiceLocator_V3qDJ71Service', false],
  3456. 'App\\Controller\\ProjetproController::accueil' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3457. 'App\\Controller\\ProjetproController::college' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3458. 'App\\Controller\\ProjetproController::lycee' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3459. 'App\\Controller\\QuestionController::index' => ['privates', '.service_locator.A7oa_TA', 'get_ServiceLocator_A7oaTAService', false],
  3460. 'App\\Controller\\QuestionController::modifQuestionsAd' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3461. 'App\\Controller\\QuestionController::modifQuestionsCo' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3462. 'App\\Controller\\QuestionController::modifQuestionsLy' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3463. 'App\\Controller\\QuestionController::userAnswerAdds' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3464. 'App\\Controller\\RegistrationController::register' => ['privates', '.service_locator.EvEZIcG', 'get_ServiceLocator_EvEZIcGService', false],
  3465. 'App\\Controller\\RegistrationController::registerExpert' => ['privates', '.service_locator.EvEZIcG', 'get_ServiceLocator_EvEZIcGService', false],
  3466. 'App\\Controller\\RegistrationController::registrationProcess' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
  3467. 'App\\Controller\\RegistrationController::verifMail' => ['privates', '.service_locator.1cokjSO', 'get_ServiceLocator_1cokjSOService', false],
  3468. 'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3469. 'App\\Controller\\SecurityController::oubliPass' => ['privates', '.service_locator.RN7wMTM', 'get_ServiceLocator_RN7wMTMService', false],
  3470. 'App\\Controller\\SecurityController::verifMailrecup' => ['privates', '.service_locator.7HM0kqr', 'get_ServiceLocator_7HM0kqrService', false],
  3471. 'App\\Controller\\SurveyController::fin' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3472. 'App\\Controller\\SurveyController::index' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3473. 'App\\Controller\\adminLinkController::edit' => ['privates', '.service_locator.lsl7VW3', 'get_ServiceLocator_Lsl7VW3Service', false],
  3474. 'App\\Controller\\adminLinkController::index' => ['privates', '.service_locator.GCVhyOq', 'get_ServiceLocator_GCVhyOqService', false],
  3475. 'App\\Controller\\pdfController::droits' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
  3476. 'App\\Controller\\pdfController::imprimer11' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3477. 'App\\Controller\\pdfController::imprimer14' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3478. 'App\\Controller\\pdfController::imprimer15' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3479. 'App\\Controller\\pdfController::imprimer26' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3480. 'App\\Controller\\pdfController::imprimer27' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3481. 'App\\Controller\\pdfController::imprimer28' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3482. 'App\\Controller\\pdfController::imprimer29' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3483. 'App\\Controller\\pdfController::imprimer31' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3484. 'App\\Controller\\pdfController::imprimer34' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3485. 'App\\Controller\\pdfController::imprimer35' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3486. 'App\\Controller\\pdfController::imprimer46' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3487. 'App\\Controller\\pdfController::imprimer47' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3488. 'App\\Controller\\pdfController::imprimer48' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3489. 'App\\Controller\\pdfController::imprimer49' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3490. 'App\\Controller\\pdfController::imprimer51' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3491. 'App\\Controller\\pdfController::imprimer54' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3492. 'App\\Controller\\pdfController::imprimer55' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3493. 'App\\Controller\\pdfController::imprimer6' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3494. 'App\\Controller\\pdfController::imprimer7' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3495. 'App\\Controller\\pdfController::imprimer8' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3496. 'App\\Controller\\pdfController::imprimer9' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3497. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3498. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3499. 'App\\Controller\\AdminController:findUserChoices' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3500. 'App\\Controller\\AdminController:findUserProfsAndConseillers' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3501. 'App\\Controller\\AdminController:findUserProfsAndConseillersIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3502. 'App\\Controller\\AdminController:findUserProfsAndMentors' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3503. 'App\\Controller\\AdminController:stats' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3504. 'App\\Controller\\AdminController:statsIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3505. 'App\\Controller\\AdminController:statsMentored' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3506. 'App\\Controller\\AdminController:statsNotStarted' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3507. 'App\\Controller\\AdminController:statsNotStartedIDF' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3508. 'App\\Controller\\AdminController:statsNotStartedMentored' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3509. 'App\\Controller\\AdminController:statsx' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3510. 'App\\Controller\\AdminController:statsy' => ['privates', '.service_locator.Nhkyqt4', 'get_ServiceLocator_Nhkyqt4Service', false],
  3511. 'App\\Controller\\AdminExpertController:addInstituionExpert' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3512. 'App\\Controller\\AdminExpertController:deleteExpert' => ['privates', '.service_locator.U5v_UTl', 'get_ServiceLocator_U5vUTlService', false],
  3513. 'App\\Controller\\AdminExpertController:dissocier_institution' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3514. 'App\\Controller\\AdminExpertController:editExpert' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3515. 'App\\Controller\\AdminExpertController:expertListInstitution' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3516. 'App\\Controller\\AdminExpertController:expertsList' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3517. 'App\\Controller\\AdminExpertController:expertsListWithInstitution' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3518. 'App\\Controller\\AdminExpertController:gestionExperts' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3519. 'App\\Controller\\AdminExpertController:index' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3520. 'App\\Controller\\AdminExpertController:statsXpert' => ['privates', '.service_locator.QymDRni', 'get_ServiceLocator_QymDRniService', false],
  3521. 'App\\Controller\\AdminInstitutionsController:delete' => ['privates', '.service_locator.S49u2ei', 'get_ServiceLocator_S49u2eiService', false],
  3522. 'App\\Controller\\AdminInstitutionsController:edit' => ['privates', '.service_locator.S49u2ei', 'get_ServiceLocator_S49u2eiService', false],
  3523. 'App\\Controller\\AdminInstitutionsController:index' => ['privates', '.service_locator.EUYm9xm', 'get_ServiceLocator_EUYm9xmService', false],
  3524. 'App\\Controller\\AdminUserController:delete' => ['privates', '.service_locator.U5v_UTl', 'get_ServiceLocator_U5vUTlService', false],
  3525. 'App\\Controller\\AdminUserController:edit' => ['privates', '.service_locator.gAyAohi', 'get_ServiceLocator_GAyAohiService', false],
  3526. 'App\\Controller\\AdminUserController:index' => ['privates', '.service_locator.CbUGO5u', 'get_ServiceLocator_CbUGO5uService', false],
  3527. 'App\\Controller\\BilanController:bilan283Lycee' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3528. 'App\\Controller\\BilanController:bilan483Adulte' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3529. 'App\\Controller\\BilanController:bilan83College' => ['privates', '.service_locator.u4_VtKr', 'get_ServiceLocator_U4VtKrService', false],
  3530. 'App\\Controller\\BilanController:index' => ['privates', '.service_locator.trUietz', 'get_ServiceLocator_TrUietzService', false],
  3531. 'App\\Controller\\BilanController:recommence' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3532. 'App\\Controller\\BilanController:recommenceAdulte' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3533. 'App\\Controller\\BilanController:recommenceLycee' => ['privates', '.service_locator.E4yxQnW', 'get_ServiceLocator_E4yxQnWService', false],
  3534. 'App\\Controller\\MailController:contactAction' => ['privates', '.service_locator.FjJCG8d', 'get_ServiceLocator_FjJCG8dService', false],
  3535. 'App\\Controller\\MentoratController:apairerEleveMentor' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3536. 'App\\Controller\\MentoratController:apairerMentorEleve' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3537. 'App\\Controller\\MentoratController:dissocierEleveMentor' => ['privates', '.service_locator.LiTCtLB', 'get_ServiceLocator_LiTCtLBService', false],
  3538. 'App\\Controller\\MentoratController:edit' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3539. 'App\\Controller\\MentoratController:editByValideur' => ['privates', '.service_locator.HK2H39i', 'get_ServiceLocator_HK2H39iService', false],
  3540. 'App\\Controller\\MentoratController:eleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3541. 'App\\Controller\\MentoratController:eleveListMentor' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3542. 'App\\Controller\\MentoratController:elevesAMentorerByValideur' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3543. 'App\\Controller\\MentoratController:elevesAMentorerByprof' => ['privates', '.service_locator.IJGcqa5', 'get_ServiceLocator_IJGcqa5Service', false],
  3544. 'App\\Controller\\MentoratController:elevesChangeStatutMentoratByValideur' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3545. 'App\\Controller\\MentoratController:listeElevesMentores' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3546. 'App\\Controller\\MentoratController:mentorListEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3547. 'App\\Controller\\MentoratController:mentorsList' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3548. 'App\\Controller\\MentoratController:mentorsListWithEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3549. 'App\\Controller\\MentoratController:mentorsListWithoutEleve' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3550. 'App\\Controller\\ProfilController:college' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3551. 'App\\Controller\\ProfilController:conseiller' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3552. 'App\\Controller\\ProfilController:etape10' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3553. 'App\\Controller\\ProfilController:etape30' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3554. 'App\\Controller\\ProfilController:etape50' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3555. 'App\\Controller\\ProfilController:lycee' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3556. 'App\\Controller\\ProfilController:mentor' => ['privates', '.service_locator.lwhU4dN', 'get_ServiceLocator_LwhU4dNService', false],
  3557. 'App\\Controller\\ProfilController:prof' => ['privates', '.service_locator.GiYU0h3', 'get_ServiceLocator_GiYU0h3Service', false],
  3558. 'App\\Controller\\ProfilController:reconversion' => ['privates', '.service_locator.MXJ4rEA', 'get_ServiceLocator_MXJ4rEAService', false],
  3559. 'App\\Controller\\ProfilController:refuseParent' => ['privates', '.service_locator.V3qDJ71', 'get_ServiceLocator_V3qDJ71Service', false],
  3560. 'App\\Controller\\ProjetproController:accueil' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3561. 'App\\Controller\\ProjetproController:college' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3562. 'App\\Controller\\ProjetproController:lycee' => ['privates', '.service_locator.RNFDTlC', 'get_ServiceLocator_RNFDTlCService', false],
  3563. 'App\\Controller\\QuestionController:index' => ['privates', '.service_locator.A7oa_TA', 'get_ServiceLocator_A7oaTAService', false],
  3564. 'App\\Controller\\QuestionController:modifQuestionsAd' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3565. 'App\\Controller\\QuestionController:modifQuestionsCo' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3566. 'App\\Controller\\QuestionController:modifQuestionsLy' => ['privates', '.service_locator.4j883fy', 'get_ServiceLocator_4j883fyService', false],
  3567. 'App\\Controller\\QuestionController:userAnswerAdds' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3568. 'App\\Controller\\RegistrationController:register' => ['privates', '.service_locator.EvEZIcG', 'get_ServiceLocator_EvEZIcGService', false],
  3569. 'App\\Controller\\RegistrationController:registerExpert' => ['privates', '.service_locator.EvEZIcG', 'get_ServiceLocator_EvEZIcGService', false],
  3570. 'App\\Controller\\RegistrationController:registrationProcess' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
  3571. 'App\\Controller\\RegistrationController:verifMail' => ['privates', '.service_locator.1cokjSO', 'get_ServiceLocator_1cokjSOService', false],
  3572. 'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3573. 'App\\Controller\\SecurityController:oubliPass' => ['privates', '.service_locator.RN7wMTM', 'get_ServiceLocator_RN7wMTMService', false],
  3574. 'App\\Controller\\SecurityController:verifMailrecup' => ['privates', '.service_locator.7HM0kqr', 'get_ServiceLocator_7HM0kqrService', false],
  3575. 'App\\Controller\\SurveyController:fin' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3576. 'App\\Controller\\SurveyController:index' => ['privates', '.service_locator.ZFMtgkt', 'get_ServiceLocator_ZFMtgktService', false],
  3577. 'App\\Controller\\adminLinkController:edit' => ['privates', '.service_locator.lsl7VW3', 'get_ServiceLocator_Lsl7VW3Service', false],
  3578. 'App\\Controller\\adminLinkController:index' => ['privates', '.service_locator.GCVhyOq', 'get_ServiceLocator_GCVhyOqService', false],
  3579. 'App\\Controller\\pdfController:droits' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
  3580. 'App\\Controller\\pdfController:imprimer11' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3581. 'App\\Controller\\pdfController:imprimer14' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3582. 'App\\Controller\\pdfController:imprimer15' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3583. 'App\\Controller\\pdfController:imprimer26' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3584. 'App\\Controller\\pdfController:imprimer27' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3585. 'App\\Controller\\pdfController:imprimer28' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3586. 'App\\Controller\\pdfController:imprimer29' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3587. 'App\\Controller\\pdfController:imprimer31' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3588. 'App\\Controller\\pdfController:imprimer34' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3589. 'App\\Controller\\pdfController:imprimer35' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3590. 'App\\Controller\\pdfController:imprimer46' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3591. 'App\\Controller\\pdfController:imprimer47' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3592. 'App\\Controller\\pdfController:imprimer48' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3593. 'App\\Controller\\pdfController:imprimer49' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3594. 'App\\Controller\\pdfController:imprimer51' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3595. 'App\\Controller\\pdfController:imprimer54' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3596. 'App\\Controller\\pdfController:imprimer55' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3597. 'App\\Controller\\pdfController:imprimer6' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3598. 'App\\Controller\\pdfController:imprimer7' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3599. 'App\\Controller\\pdfController:imprimer8' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3600. 'App\\Controller\\pdfController:imprimer9' => ['privates', '.service_locator.KnTHdgu', 'get_ServiceLocator_KnTHdguService', false],
  3601. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3602. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3603. ], [
  3604. 'App\\Controller\\AdminController::findUserChoices' => '?',
  3605. 'App\\Controller\\AdminController::findUserProfsAndConseillers' => '?',
  3606. 'App\\Controller\\AdminController::findUserProfsAndConseillersIDF' => '?',
  3607. 'App\\Controller\\AdminController::findUserProfsAndMentors' => '?',
  3608. 'App\\Controller\\AdminController::stats' => '?',
  3609. 'App\\Controller\\AdminController::statsIDF' => '?',
  3610. 'App\\Controller\\AdminController::statsMentored' => '?',
  3611. 'App\\Controller\\AdminController::statsNotStarted' => '?',
  3612. 'App\\Controller\\AdminController::statsNotStartedIDF' => '?',
  3613. 'App\\Controller\\AdminController::statsNotStartedMentored' => '?',
  3614. 'App\\Controller\\AdminController::statsx' => '?',
  3615. 'App\\Controller\\AdminController::statsy' => '?',
  3616. 'App\\Controller\\AdminExpertController::addInstituionExpert' => '?',
  3617. 'App\\Controller\\AdminExpertController::deleteExpert' => '?',
  3618. 'App\\Controller\\AdminExpertController::dissocier_institution' => '?',
  3619. 'App\\Controller\\AdminExpertController::editExpert' => '?',
  3620. 'App\\Controller\\AdminExpertController::expertListInstitution' => '?',
  3621. 'App\\Controller\\AdminExpertController::expertsList' => '?',
  3622. 'App\\Controller\\AdminExpertController::expertsListWithInstitution' => '?',
  3623. 'App\\Controller\\AdminExpertController::gestionExperts' => '?',
  3624. 'App\\Controller\\AdminExpertController::index' => '?',
  3625. 'App\\Controller\\AdminExpertController::statsXpert' => '?',
  3626. 'App\\Controller\\AdminInstitutionsController::delete' => '?',
  3627. 'App\\Controller\\AdminInstitutionsController::edit' => '?',
  3628. 'App\\Controller\\AdminInstitutionsController::index' => '?',
  3629. 'App\\Controller\\AdminUserController::delete' => '?',
  3630. 'App\\Controller\\AdminUserController::edit' => '?',
  3631. 'App\\Controller\\AdminUserController::index' => '?',
  3632. 'App\\Controller\\BilanController::bilan283Lycee' => '?',
  3633. 'App\\Controller\\BilanController::bilan483Adulte' => '?',
  3634. 'App\\Controller\\BilanController::bilan83College' => '?',
  3635. 'App\\Controller\\BilanController::index' => '?',
  3636. 'App\\Controller\\BilanController::recommence' => '?',
  3637. 'App\\Controller\\BilanController::recommenceAdulte' => '?',
  3638. 'App\\Controller\\BilanController::recommenceLycee' => '?',
  3639. 'App\\Controller\\MailController::contactAction' => '?',
  3640. 'App\\Controller\\MentoratController::apairerEleveMentor' => '?',
  3641. 'App\\Controller\\MentoratController::apairerMentorEleve' => '?',
  3642. 'App\\Controller\\MentoratController::dissocierEleveMentor' => '?',
  3643. 'App\\Controller\\MentoratController::edit' => '?',
  3644. 'App\\Controller\\MentoratController::editByValideur' => '?',
  3645. 'App\\Controller\\MentoratController::eleve' => '?',
  3646. 'App\\Controller\\MentoratController::eleveListMentor' => '?',
  3647. 'App\\Controller\\MentoratController::elevesAMentorerByValideur' => '?',
  3648. 'App\\Controller\\MentoratController::elevesAMentorerByprof' => '?',
  3649. 'App\\Controller\\MentoratController::elevesChangeStatutMentoratByValideur' => '?',
  3650. 'App\\Controller\\MentoratController::listeElevesMentores' => '?',
  3651. 'App\\Controller\\MentoratController::mentorListEleve' => '?',
  3652. 'App\\Controller\\MentoratController::mentorsList' => '?',
  3653. 'App\\Controller\\MentoratController::mentorsListWithEleve' => '?',
  3654. 'App\\Controller\\MentoratController::mentorsListWithoutEleve' => '?',
  3655. 'App\\Controller\\ProfilController::college' => '?',
  3656. 'App\\Controller\\ProfilController::conseiller' => '?',
  3657. 'App\\Controller\\ProfilController::etape10' => '?',
  3658. 'App\\Controller\\ProfilController::etape30' => '?',
  3659. 'App\\Controller\\ProfilController::etape50' => '?',
  3660. 'App\\Controller\\ProfilController::lycee' => '?',
  3661. 'App\\Controller\\ProfilController::mentor' => '?',
  3662. 'App\\Controller\\ProfilController::prof' => '?',
  3663. 'App\\Controller\\ProfilController::reconversion' => '?',
  3664. 'App\\Controller\\ProfilController::refuseParent' => '?',
  3665. 'App\\Controller\\ProjetproController::accueil' => '?',
  3666. 'App\\Controller\\ProjetproController::college' => '?',
  3667. 'App\\Controller\\ProjetproController::lycee' => '?',
  3668. 'App\\Controller\\QuestionController::index' => '?',
  3669. 'App\\Controller\\QuestionController::modifQuestionsAd' => '?',
  3670. 'App\\Controller\\QuestionController::modifQuestionsCo' => '?',
  3671. 'App\\Controller\\QuestionController::modifQuestionsLy' => '?',
  3672. 'App\\Controller\\QuestionController::userAnswerAdds' => '?',
  3673. 'App\\Controller\\RegistrationController::register' => '?',
  3674. 'App\\Controller\\RegistrationController::registerExpert' => '?',
  3675. 'App\\Controller\\RegistrationController::registrationProcess' => '?',
  3676. 'App\\Controller\\RegistrationController::verifMail' => '?',
  3677. 'App\\Controller\\SecurityController::login' => '?',
  3678. 'App\\Controller\\SecurityController::oubliPass' => '?',
  3679. 'App\\Controller\\SecurityController::verifMailrecup' => '?',
  3680. 'App\\Controller\\SurveyController::fin' => '?',
  3681. 'App\\Controller\\SurveyController::index' => '?',
  3682. 'App\\Controller\\adminLinkController::edit' => '?',
  3683. 'App\\Controller\\adminLinkController::index' => '?',
  3684. 'App\\Controller\\pdfController::droits' => '?',
  3685. 'App\\Controller\\pdfController::imprimer11' => '?',
  3686. 'App\\Controller\\pdfController::imprimer14' => '?',
  3687. 'App\\Controller\\pdfController::imprimer15' => '?',
  3688. 'App\\Controller\\pdfController::imprimer26' => '?',
  3689. 'App\\Controller\\pdfController::imprimer27' => '?',
  3690. 'App\\Controller\\pdfController::imprimer28' => '?',
  3691. 'App\\Controller\\pdfController::imprimer29' => '?',
  3692. 'App\\Controller\\pdfController::imprimer31' => '?',
  3693. 'App\\Controller\\pdfController::imprimer34' => '?',
  3694. 'App\\Controller\\pdfController::imprimer35' => '?',
  3695. 'App\\Controller\\pdfController::imprimer46' => '?',
  3696. 'App\\Controller\\pdfController::imprimer47' => '?',
  3697. 'App\\Controller\\pdfController::imprimer48' => '?',
  3698. 'App\\Controller\\pdfController::imprimer49' => '?',
  3699. 'App\\Controller\\pdfController::imprimer51' => '?',
  3700. 'App\\Controller\\pdfController::imprimer54' => '?',
  3701. 'App\\Controller\\pdfController::imprimer55' => '?',
  3702. 'App\\Controller\\pdfController::imprimer6' => '?',
  3703. 'App\\Controller\\pdfController::imprimer7' => '?',
  3704. 'App\\Controller\\pdfController::imprimer8' => '?',
  3705. 'App\\Controller\\pdfController::imprimer9' => '?',
  3706. 'kernel::loadRoutes' => '?',
  3707. 'kernel::registerContainerConfiguration' => '?',
  3708. 'App\\Controller\\AdminController:findUserChoices' => '?',
  3709. 'App\\Controller\\AdminController:findUserProfsAndConseillers' => '?',
  3710. 'App\\Controller\\AdminController:findUserProfsAndConseillersIDF' => '?',
  3711. 'App\\Controller\\AdminController:findUserProfsAndMentors' => '?',
  3712. 'App\\Controller\\AdminController:stats' => '?',
  3713. 'App\\Controller\\AdminController:statsIDF' => '?',
  3714. 'App\\Controller\\AdminController:statsMentored' => '?',
  3715. 'App\\Controller\\AdminController:statsNotStarted' => '?',
  3716. 'App\\Controller\\AdminController:statsNotStartedIDF' => '?',
  3717. 'App\\Controller\\AdminController:statsNotStartedMentored' => '?',
  3718. 'App\\Controller\\AdminController:statsx' => '?',
  3719. 'App\\Controller\\AdminController:statsy' => '?',
  3720. 'App\\Controller\\AdminExpertController:addInstituionExpert' => '?',
  3721. 'App\\Controller\\AdminExpertController:deleteExpert' => '?',
  3722. 'App\\Controller\\AdminExpertController:dissocier_institution' => '?',
  3723. 'App\\Controller\\AdminExpertController:editExpert' => '?',
  3724. 'App\\Controller\\AdminExpertController:expertListInstitution' => '?',
  3725. 'App\\Controller\\AdminExpertController:expertsList' => '?',
  3726. 'App\\Controller\\AdminExpertController:expertsListWithInstitution' => '?',
  3727. 'App\\Controller\\AdminExpertController:gestionExperts' => '?',
  3728. 'App\\Controller\\AdminExpertController:index' => '?',
  3729. 'App\\Controller\\AdminExpertController:statsXpert' => '?',
  3730. 'App\\Controller\\AdminInstitutionsController:delete' => '?',
  3731. 'App\\Controller\\AdminInstitutionsController:edit' => '?',
  3732. 'App\\Controller\\AdminInstitutionsController:index' => '?',
  3733. 'App\\Controller\\AdminUserController:delete' => '?',
  3734. 'App\\Controller\\AdminUserController:edit' => '?',
  3735. 'App\\Controller\\AdminUserController:index' => '?',
  3736. 'App\\Controller\\BilanController:bilan283Lycee' => '?',
  3737. 'App\\Controller\\BilanController:bilan483Adulte' => '?',
  3738. 'App\\Controller\\BilanController:bilan83College' => '?',
  3739. 'App\\Controller\\BilanController:index' => '?',
  3740. 'App\\Controller\\BilanController:recommence' => '?',
  3741. 'App\\Controller\\BilanController:recommenceAdulte' => '?',
  3742. 'App\\Controller\\BilanController:recommenceLycee' => '?',
  3743. 'App\\Controller\\MailController:contactAction' => '?',
  3744. 'App\\Controller\\MentoratController:apairerEleveMentor' => '?',
  3745. 'App\\Controller\\MentoratController:apairerMentorEleve' => '?',
  3746. 'App\\Controller\\MentoratController:dissocierEleveMentor' => '?',
  3747. 'App\\Controller\\MentoratController:edit' => '?',
  3748. 'App\\Controller\\MentoratController:editByValideur' => '?',
  3749. 'App\\Controller\\MentoratController:eleve' => '?',
  3750. 'App\\Controller\\MentoratController:eleveListMentor' => '?',
  3751. 'App\\Controller\\MentoratController:elevesAMentorerByValideur' => '?',
  3752. 'App\\Controller\\MentoratController:elevesAMentorerByprof' => '?',
  3753. 'App\\Controller\\MentoratController:elevesChangeStatutMentoratByValideur' => '?',
  3754. 'App\\Controller\\MentoratController:listeElevesMentores' => '?',
  3755. 'App\\Controller\\MentoratController:mentorListEleve' => '?',
  3756. 'App\\Controller\\MentoratController:mentorsList' => '?',
  3757. 'App\\Controller\\MentoratController:mentorsListWithEleve' => '?',
  3758. 'App\\Controller\\MentoratController:mentorsListWithoutEleve' => '?',
  3759. 'App\\Controller\\ProfilController:college' => '?',
  3760. 'App\\Controller\\ProfilController:conseiller' => '?',
  3761. 'App\\Controller\\ProfilController:etape10' => '?',
  3762. 'App\\Controller\\ProfilController:etape30' => '?',
  3763. 'App\\Controller\\ProfilController:etape50' => '?',
  3764. 'App\\Controller\\ProfilController:lycee' => '?',
  3765. 'App\\Controller\\ProfilController:mentor' => '?',
  3766. 'App\\Controller\\ProfilController:prof' => '?',
  3767. 'App\\Controller\\ProfilController:reconversion' => '?',
  3768. 'App\\Controller\\ProfilController:refuseParent' => '?',
  3769. 'App\\Controller\\ProjetproController:accueil' => '?',
  3770. 'App\\Controller\\ProjetproController:college' => '?',
  3771. 'App\\Controller\\ProjetproController:lycee' => '?',
  3772. 'App\\Controller\\QuestionController:index' => '?',
  3773. 'App\\Controller\\QuestionController:modifQuestionsAd' => '?',
  3774. 'App\\Controller\\QuestionController:modifQuestionsCo' => '?',
  3775. 'App\\Controller\\QuestionController:modifQuestionsLy' => '?',
  3776. 'App\\Controller\\QuestionController:userAnswerAdds' => '?',
  3777. 'App\\Controller\\RegistrationController:register' => '?',
  3778. 'App\\Controller\\RegistrationController:registerExpert' => '?',
  3779. 'App\\Controller\\RegistrationController:registrationProcess' => '?',
  3780. 'App\\Controller\\RegistrationController:verifMail' => '?',
  3781. 'App\\Controller\\SecurityController:login' => '?',
  3782. 'App\\Controller\\SecurityController:oubliPass' => '?',
  3783. 'App\\Controller\\SecurityController:verifMailrecup' => '?',
  3784. 'App\\Controller\\SurveyController:fin' => '?',
  3785. 'App\\Controller\\SurveyController:index' => '?',
  3786. 'App\\Controller\\adminLinkController:edit' => '?',
  3787. 'App\\Controller\\adminLinkController:index' => '?',
  3788. 'App\\Controller\\pdfController:droits' => '?',
  3789. 'App\\Controller\\pdfController:imprimer11' => '?',
  3790. 'App\\Controller\\pdfController:imprimer14' => '?',
  3791. 'App\\Controller\\pdfController:imprimer15' => '?',
  3792. 'App\\Controller\\pdfController:imprimer26' => '?',
  3793. 'App\\Controller\\pdfController:imprimer27' => '?',
  3794. 'App\\Controller\\pdfController:imprimer28' => '?',
  3795. 'App\\Controller\\pdfController:imprimer29' => '?',
  3796. 'App\\Controller\\pdfController:imprimer31' => '?',
  3797. 'App\\Controller\\pdfController:imprimer34' => '?',
  3798. 'App\\Controller\\pdfController:imprimer35' => '?',
  3799. 'App\\Controller\\pdfController:imprimer46' => '?',
  3800. 'App\\Controller\\pdfController:imprimer47' => '?',
  3801. 'App\\Controller\\pdfController:imprimer48' => '?',
  3802. 'App\\Controller\\pdfController:imprimer49' => '?',
  3803. 'App\\Controller\\pdfController:imprimer51' => '?',
  3804. 'App\\Controller\\pdfController:imprimer54' => '?',
  3805. 'App\\Controller\\pdfController:imprimer55' => '?',
  3806. 'App\\Controller\\pdfController:imprimer6' => '?',
  3807. 'App\\Controller\\pdfController:imprimer7' => '?',
  3808. 'App\\Controller\\pdfController:imprimer8' => '?',
  3809. 'App\\Controller\\pdfController:imprimer9' => '?',
  3810. 'kernel:loadRoutes' => '?',
  3811. 'kernel:registerContainerConfiguration' => '?',
  3812. ]);
  3813. }
  3814. /**
  3815. * Gets the private '.service_locator.xUrKPVU' shared service.
  3816. *
  3817. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3818. */
  3819. protected function get_ServiceLocator_XUrKPVUService()
  3820. {
  3821. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3822. '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".'],
  3823. ], [
  3824. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3825. ]);
  3826. }
  3827. /**
  3828. * Gets the private '.service_locator.zFcJjKU' shared service.
  3829. *
  3830. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3831. */
  3832. protected function get_ServiceLocator_ZFcJjKUService()
  3833. {
  3834. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3835. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  3836. ], [
  3837. 'authenticationUtils' => '?',
  3838. ]);
  3839. }
  3840. /**
  3841. * Gets the private '.service_locator.zJyh7qS' shared service.
  3842. *
  3843. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3844. */
  3845. protected function get_ServiceLocator_ZJyh7qSService()
  3846. {
  3847. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3848. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  3849. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  3850. ], [
  3851. 'security.firewall.map.context.dev' => '?',
  3852. 'security.firewall.map.context.main' => '?',
  3853. ]);
  3854. }
  3855. /**
  3856. * Gets the private '.session.deprecated' shared service.
  3857. *
  3858. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3859. */
  3860. protected function get_Session_DeprecatedService()
  3861. {
  3862. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3863. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3864. 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();
  3865. }
  3866. /**
  3867. * Gets the private '.twig.command.debug.lazy' shared service.
  3868. *
  3869. * @return \Symfony\Component\Console\Command\LazyCommand
  3870. */
  3871. protected function get_Twig_Command_Debug_LazyService()
  3872. {
  3873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3874. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3875. 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 {
  3876. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3877. });
  3878. }
  3879. /**
  3880. * Gets the private '.twig.command.lint.lazy' shared service.
  3881. *
  3882. * @return \Symfony\Component\Console\Command\LazyCommand
  3883. */
  3884. protected function get_Twig_Command_Lint_LazyService()
  3885. {
  3886. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3887. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3888. 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 {
  3889. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3890. });
  3891. }
  3892. /**
  3893. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3894. *
  3895. * @return \Symfony\Component\Console\Command\LazyCommand
  3896. */
  3897. protected function get_VarDumper_Command_ServerDump_LazyService()
  3898. {
  3899. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3900. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3901. 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 {
  3902. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3903. });
  3904. }
  3905. /**
  3906. * Gets the private 'App\Form\AdminUserModifType' shared autowired service.
  3907. *
  3908. * @return \App\Form\AdminUserModifType
  3909. */
  3910. protected function getAdminUserModifTypeService()
  3911. {
  3912. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3913. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3914. include_once \dirname(__DIR__, 4).'/src/Form/AdminUserModifType.php';
  3915. return $this->privates['App\\Form\\AdminUserModifType'] = new \App\Form\AdminUserModifType();
  3916. }
  3917. /**
  3918. * Gets the private 'App\Form\ApairerEleveType' shared autowired service.
  3919. *
  3920. * @return \App\Form\ApairerEleveType
  3921. */
  3922. protected function getApairerEleveTypeService()
  3923. {
  3924. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3925. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3926. include_once \dirname(__DIR__, 4).'/src/Form/ApairerEleveType.php';
  3927. return $this->privates['App\\Form\\ApairerEleveType'] = new \App\Form\ApairerEleveType();
  3928. }
  3929. /**
  3930. * Gets the private 'App\Form\CookieType' shared autowired service.
  3931. *
  3932. * @return \App\Form\CookieType
  3933. */
  3934. protected function getCookieTypeService()
  3935. {
  3936. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3937. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3938. include_once \dirname(__DIR__, 4).'/src/Form/CookieType.php';
  3939. return $this->privates['App\\Form\\CookieType'] = new \App\Form\CookieType();
  3940. }
  3941. /**
  3942. * Gets the private 'App\Form\FinSurveyType' shared autowired service.
  3943. *
  3944. * @return \App\Form\FinSurveyType
  3945. */
  3946. protected function getFinSurveyTypeService()
  3947. {
  3948. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3949. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3950. include_once \dirname(__DIR__, 4).'/src/Form/FinSurveyType.php';
  3951. return $this->privates['App\\Form\\FinSurveyType'] = new \App\Form\FinSurveyType();
  3952. }
  3953. /**
  3954. * Gets the private 'App\Form\InstitutionType' shared autowired service.
  3955. *
  3956. * @return \App\Form\InstitutionType
  3957. */
  3958. protected function getInstitutionTypeService()
  3959. {
  3960. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3961. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3962. include_once \dirname(__DIR__, 4).'/src/Form/InstitutionType.php';
  3963. return $this->privates['App\\Form\\InstitutionType'] = new \App\Form\InstitutionType();
  3964. }
  3965. /**
  3966. * Gets the private 'App\Form\LinksType' shared autowired service.
  3967. *
  3968. * @return \App\Form\LinksType
  3969. */
  3970. protected function getLinksTypeService()
  3971. {
  3972. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3973. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3974. include_once \dirname(__DIR__, 4).'/src/Form/LinksType.php';
  3975. return $this->privates['App\\Form\\LinksType'] = new \App\Form\LinksType();
  3976. }
  3977. /**
  3978. * Gets the private 'App\Form\MentorUserModifType' shared autowired service.
  3979. *
  3980. * @return \App\Form\MentorUserModifType
  3981. */
  3982. protected function getMentorUserModifTypeService()
  3983. {
  3984. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3985. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3986. include_once \dirname(__DIR__, 4).'/src/Form/MentorUserModifType.php';
  3987. return $this->privates['App\\Form\\MentorUserModifType'] = new \App\Form\MentorUserModifType();
  3988. }
  3989. /**
  3990. * Gets the private 'App\Form\MetierType' shared autowired service.
  3991. *
  3992. * @return \App\Form\MetierType
  3993. */
  3994. protected function getMetierTypeService()
  3995. {
  3996. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3997. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3998. include_once \dirname(__DIR__, 4).'/src/Form/MetierType.php';
  3999. return $this->privates['App\\Form\\MetierType'] = new \App\Form\MetierType();
  4000. }
  4001. /**
  4002. * Gets the private 'App\Form\ModifInstitutionExpertType' shared autowired service.
  4003. *
  4004. * @return \App\Form\ModifInstitutionExpertType
  4005. */
  4006. protected function getModifInstitutionExpertTypeService()
  4007. {
  4008. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4009. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4010. include_once \dirname(__DIR__, 4).'/src/Form/ModifInstitutionExpertType.php';
  4011. return $this->privates['App\\Form\\ModifInstitutionExpertType'] = new \App\Form\ModifInstitutionExpertType(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  4012. }
  4013. /**
  4014. * Gets the private 'App\Form\ModifInstitutionType' shared autowired service.
  4015. *
  4016. * @return \App\Form\ModifInstitutionType
  4017. */
  4018. protected function getModifInstitutionTypeService()
  4019. {
  4020. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4021. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4022. include_once \dirname(__DIR__, 4).'/src/Form/ModifInstitutionType.php';
  4023. return $this->privates['App\\Form\\ModifInstitutionType'] = new \App\Form\ModifInstitutionType();
  4024. }
  4025. /**
  4026. * Gets the private 'App\Form\ModifProfilLiensType' shared autowired service.
  4027. *
  4028. * @return \App\Form\ModifProfilLiensType
  4029. */
  4030. protected function getModifProfilLiensTypeService()
  4031. {
  4032. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4033. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4034. include_once \dirname(__DIR__, 4).'/src/Form/ModifProfilLiensType.php';
  4035. return $this->privates['App\\Form\\ModifProfilLiensType'] = new \App\Form\ModifProfilLiensType(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  4036. }
  4037. /**
  4038. * Gets the private 'App\Form\ModifProfilType' shared autowired service.
  4039. *
  4040. * @return \App\Form\ModifProfilType
  4041. */
  4042. protected function getModifProfilTypeService()
  4043. {
  4044. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4045. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4046. include_once \dirname(__DIR__, 4).'/src/Form/ModifProfilType.php';
  4047. return $this->privates['App\\Form\\ModifProfilType'] = new \App\Form\ModifProfilType(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  4048. }
  4049. /**
  4050. * Gets the private 'App\Form\QuestionType' shared autowired service.
  4051. *
  4052. * @return \App\Form\QuestionType
  4053. */
  4054. protected function getQuestionTypeService()
  4055. {
  4056. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4057. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4058. include_once \dirname(__DIR__, 4).'/src/Form/QuestionType.php';
  4059. return $this->privates['App\\Form\\QuestionType'] = new \App\Form\QuestionType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()));
  4060. }
  4061. /**
  4062. * Gets the private 'App\Form\RecupPwdFormType' shared autowired service.
  4063. *
  4064. * @return \App\Form\RecupPwdFormType
  4065. */
  4066. protected function getRecupPwdFormTypeService()
  4067. {
  4068. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4069. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4070. include_once \dirname(__DIR__, 4).'/src/Form/RecupPwdFormType.php';
  4071. return $this->privates['App\\Form\\RecupPwdFormType'] = new \App\Form\RecupPwdFormType(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4072. }
  4073. /**
  4074. * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  4075. *
  4076. * @return \App\Form\RegistrationFormType
  4077. */
  4078. protected function getRegistrationFormTypeService()
  4079. {
  4080. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4081. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4082. include_once \dirname(__DIR__, 4).'/src/Form/RegistrationFormType.php';
  4083. return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4084. }
  4085. /**
  4086. * Gets the private 'App\Form\RegistrationFormTypeExpert' shared autowired service.
  4087. *
  4088. * @return \App\Form\RegistrationFormTypeExpert
  4089. */
  4090. protected function getRegistrationFormTypeExpertService()
  4091. {
  4092. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4093. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4094. include_once \dirname(__DIR__, 4).'/src/Form/RegistrationFormTypeExpert.php';
  4095. return $this->privates['App\\Form\\RegistrationFormTypeExpert'] = new \App\Form\RegistrationFormTypeExpert(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4096. }
  4097. /**
  4098. * Gets the private 'App\Form\ResetPassType' shared autowired service.
  4099. *
  4100. * @return \App\Form\ResetPassType
  4101. */
  4102. protected function getResetPassTypeService()
  4103. {
  4104. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4105. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4106. include_once \dirname(__DIR__, 4).'/src/Form/ResetPassType.php';
  4107. return $this->privates['App\\Form\\ResetPassType'] = new \App\Form\ResetPassType();
  4108. }
  4109. /**
  4110. * Gets the private 'App\Form\SurveyType' shared autowired service.
  4111. *
  4112. * @return \App\Form\SurveyType
  4113. */
  4114. protected function getSurveyTypeService()
  4115. {
  4116. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4117. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4118. include_once \dirname(__DIR__, 4).'/src/Form/SurveyType.php';
  4119. return $this->privates['App\\Form\\SurveyType'] = new \App\Form\SurveyType();
  4120. }
  4121. /**
  4122. * Gets the private 'App\Form\contactMailType' shared autowired service.
  4123. *
  4124. * @return \App\Form\contactMailType
  4125. */
  4126. protected function getContactMailTypeService()
  4127. {
  4128. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4129. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4130. include_once \dirname(__DIR__, 4).'/src/Form/contactMailType.php';
  4131. return $this->privates['App\\Form\\contactMailType'] = new \App\Form\contactMailType();
  4132. }
  4133. /**
  4134. * Gets the private 'App\Form\modifQuestionType' shared autowired service.
  4135. *
  4136. * @return \App\Form\modifQuestionType
  4137. */
  4138. protected function getModifQuestionTypeService()
  4139. {
  4140. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  4141. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  4142. include_once \dirname(__DIR__, 4).'/src/Form/modifQuestionType.php';
  4143. return $this->privates['App\\Form\\modifQuestionType'] = new \App\Form\modifQuestionType(($this->privates['App\\Repository\\UserAnswerAddRepository'] ?? $this->getUserAnswerAddRepositoryService()), ($this->privates['App\\Repository\\AnswerRepository'] ?? $this->getAnswerRepositoryService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4144. }
  4145. /**
  4146. * Gets the private 'App\Handler\QuestionHandler' shared autowired service.
  4147. *
  4148. * @return \App\Handler\QuestionHandler
  4149. */
  4150. protected function getQuestionHandlerService()
  4151. {
  4152. include_once \dirname(__DIR__, 4).'/src/Handler/QuestionHandler.php';
  4153. $a = ($this->privates['App\\Service\\EmailService'] ?? $this->getEmailServiceService());
  4154. if (isset($this->privates['App\\Handler\\QuestionHandler'])) {
  4155. return $this->privates['App\\Handler\\QuestionHandler'];
  4156. }
  4157. return $this->privates['App\\Handler\\QuestionHandler'] = new \App\Handler\QuestionHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Manager\\QuestionManager'] ?? $this->getQuestionManagerService()), ($this->privates['App\\Repository\\AnswerRepository'] ?? $this->getAnswerRepositoryService()));
  4158. }
  4159. /**
  4160. * Gets the private 'App\Manager\BilanManager' shared autowired service.
  4161. *
  4162. * @return \App\Manager\BilanManager
  4163. */
  4164. protected function getBilanManagerService()
  4165. {
  4166. include_once \dirname(__DIR__, 4).'/src/Manager/BilanManager.php';
  4167. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  4168. if (isset($this->privates['App\\Manager\\BilanManager'])) {
  4169. return $this->privates['App\\Manager\\BilanManager'];
  4170. }
  4171. return $this->privates['App\\Manager\\BilanManager'] = new \App\Manager\BilanManager(($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), $a, ($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()));
  4172. }
  4173. /**
  4174. * Gets the private 'App\Manager\QuestionManager' shared autowired service.
  4175. *
  4176. * @return \App\Manager\QuestionManager
  4177. */
  4178. protected function getQuestionManagerService()
  4179. {
  4180. return $this->privates['App\\Manager\\QuestionManager'] = new \App\Manager\QuestionManager(($this->privates['App\\Repository\\StepRepository'] ?? $this->getStepRepositoryService()), ($this->privates['App\\Repository\\QuestionRepository'] ?? $this->getQuestionRepositoryService()), ($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4181. }
  4182. /**
  4183. * Gets the private 'App\Repository\AnswerRepository' shared autowired service.
  4184. *
  4185. * @return \App\Repository\AnswerRepository
  4186. */
  4187. protected function getAnswerRepositoryService()
  4188. {
  4189. include_once \dirname(__DIR__, 4).'/src/Repository/AnswerRepository.php';
  4190. return $this->privates['App\\Repository\\AnswerRepository'] = new \App\Repository\AnswerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4191. }
  4192. /**
  4193. * Gets the private 'App\Repository\ApiTokenRepository' shared autowired service.
  4194. *
  4195. * @return \App\Repository\ApiTokenRepository
  4196. */
  4197. protected function getApiTokenRepositoryService()
  4198. {
  4199. include_once \dirname(__DIR__, 4).'/src/Repository/ApiTokenRepository.php';
  4200. return $this->privates['App\\Repository\\ApiTokenRepository'] = new \App\Repository\ApiTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4201. }
  4202. /**
  4203. * Gets the private 'App\Repository\InstitutionRepository' shared autowired service.
  4204. *
  4205. * @return \App\Repository\InstitutionRepository
  4206. */
  4207. protected function getInstitutionRepositoryService()
  4208. {
  4209. include_once \dirname(__DIR__, 4).'/src/Repository/InstitutionRepository.php';
  4210. return $this->privates['App\\Repository\\InstitutionRepository'] = new \App\Repository\InstitutionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4211. }
  4212. /**
  4213. * Gets the private 'App\Repository\LinksRepository' shared autowired service.
  4214. *
  4215. * @return \App\Repository\LinksRepository
  4216. */
  4217. protected function getLinksRepositoryService()
  4218. {
  4219. include_once \dirname(__DIR__, 4).'/src/Repository/LinksRepository.php';
  4220. return $this->privates['App\\Repository\\LinksRepository'] = new \App\Repository\LinksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4221. }
  4222. /**
  4223. * Gets the private 'App\Repository\QuestionRepository' shared autowired service.
  4224. *
  4225. * @return \App\Repository\QuestionRepository
  4226. */
  4227. protected function getQuestionRepositoryService()
  4228. {
  4229. return $this->privates['App\\Repository\\QuestionRepository'] = new \App\Repository\QuestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4230. }
  4231. /**
  4232. * Gets the private 'App\Repository\StepRepository' shared autowired service.
  4233. *
  4234. * @return \App\Repository\StepRepository
  4235. */
  4236. protected function getStepRepositoryService()
  4237. {
  4238. return $this->privates['App\\Repository\\StepRepository'] = new \App\Repository\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4239. }
  4240. /**
  4241. * Gets the private 'App\Repository\SurvetRepository' shared autowired service.
  4242. *
  4243. * @return \App\Repository\SurvetRepository
  4244. */
  4245. protected function getSurvetRepositoryService()
  4246. {
  4247. include_once \dirname(__DIR__, 4).'/src/Repository/SurvetRepository.php';
  4248. return $this->privates['App\\Repository\\SurvetRepository'] = new \App\Repository\SurvetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4249. }
  4250. /**
  4251. * Gets the private 'App\Repository\SurveyRepository' shared autowired service.
  4252. *
  4253. * @return \App\Repository\SurveyRepository
  4254. */
  4255. protected function getSurveyRepositoryService()
  4256. {
  4257. include_once \dirname(__DIR__, 4).'/src/Repository/SurveyRepository.php';
  4258. return $this->privates['App\\Repository\\SurveyRepository'] = new \App\Repository\SurveyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4259. }
  4260. /**
  4261. * Gets the private 'App\Repository\UserAnswerAddRepository' shared autowired service.
  4262. *
  4263. * @return \App\Repository\UserAnswerAddRepository
  4264. */
  4265. protected function getUserAnswerAddRepositoryService()
  4266. {
  4267. include_once \dirname(__DIR__, 4).'/src/Repository/UserAnswerAddRepository.php';
  4268. return $this->privates['App\\Repository\\UserAnswerAddRepository'] = new \App\Repository\UserAnswerAddRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4269. }
  4270. /**
  4271. * Gets the private 'App\Repository\UserAnswerRepository' shared autowired service.
  4272. *
  4273. * @return \App\Repository\UserAnswerRepository
  4274. */
  4275. protected function getUserAnswerRepositoryService()
  4276. {
  4277. return $this->privates['App\\Repository\\UserAnswerRepository'] = new \App\Repository\UserAnswerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4278. }
  4279. /**
  4280. * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4281. *
  4282. * @return \App\Repository\UserRepository
  4283. */
  4284. protected function getUserRepositoryService()
  4285. {
  4286. include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
  4287. return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4288. }
  4289. /**
  4290. * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  4291. *
  4292. * @return \App\Security\LoginFormAuthenticator
  4293. */
  4294. protected function getLoginFormAuthenticatorService()
  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/LoginFormAuthenticator.php';
  4303. return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  4304. }
  4305. /**
  4306. * Gets the private 'App\Security\PwdFormAuthenticator' shared autowired service.
  4307. *
  4308. * @return \App\Security\PwdFormAuthenticator
  4309. */
  4310. protected function getPwdFormAuthenticatorService()
  4311. {
  4312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4314. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4315. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  4316. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  4317. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4318. include_once \dirname(__DIR__, 4).'/src/Security/PwdFormAuthenticator.php';
  4319. return $this->privates['App\\Security\\PwdFormAuthenticator'] = new \App\Security\PwdFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  4320. }
  4321. /**
  4322. * Gets the private 'App\Service\BilanDataService' shared autowired service.
  4323. *
  4324. * @return \App\Service\BilanDataService
  4325. */
  4326. protected function getBilanDataServiceService()
  4327. {
  4328. include_once \dirname(__DIR__, 4).'/src/Service/BilanDataService.php';
  4329. return $this->privates['App\\Service\\BilanDataService'] = new \App\Service\BilanDataService(($this->privates['App\\Repository\\UserAnswerRepository'] ?? $this->getUserAnswerRepositoryService()), ($this->privates['App\\Repository\\UserAnswerAddRepository'] ?? $this->getUserAnswerAddRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4330. }
  4331. /**
  4332. * Gets the private 'App\Service\EmailService' shared autowired service.
  4333. *
  4334. * @return \App\Service\EmailService
  4335. */
  4336. protected function getEmailServiceService()
  4337. {
  4338. include_once \dirname(__DIR__, 4).'/src/Service/EmailService.php';
  4339. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  4340. if (isset($this->privates['App\\Service\\EmailService'])) {
  4341. return $this->privates['App\\Service\\EmailService'];
  4342. }
  4343. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4344. if (isset($this->privates['App\\Service\\EmailService'])) {
  4345. return $this->privates['App\\Service\\EmailService'];
  4346. }
  4347. return $this->privates['App\\Service\\EmailService'] = new \App\Service\EmailService('Projets Métiers', $this->getEnv('ADMIN_EMAIL'), $this->getEnv('APP_ENV'), $a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->services['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  4348. }
  4349. /**
  4350. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4351. *
  4352. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4353. */
  4354. protected function getManagerRegistryAwareConnectionProviderService()
  4355. {
  4356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4358. 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'));
  4359. }
  4360. /**
  4361. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4362. *
  4363. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4364. */
  4365. protected function getRunSqlCommandService()
  4366. {
  4367. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4368. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4369. $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()));
  4370. $instance->setName('dbal:run-sql');
  4371. return $instance;
  4372. }
  4373. /**
  4374. * Gets the private 'annotations.cache_adapter' shared service.
  4375. *
  4376. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4377. */
  4378. protected function getAnnotations_CacheAdapterService()
  4379. {
  4380. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4381. }
  4382. /**
  4383. * Gets the private 'annotations.cache_warmer' shared service.
  4384. *
  4385. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4386. */
  4387. protected function getAnnotations_CacheWarmerService()
  4388. {
  4389. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4390. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4391. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4392. 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);
  4393. }
  4394. /**
  4395. * Gets the private 'annotations.cached_reader' shared service.
  4396. *
  4397. * @return \Doctrine\Common\Annotations\PsrCachedReader
  4398. */
  4399. protected function getAnnotations_CachedReaderService()
  4400. {
  4401. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4402. }
  4403. /**
  4404. * Gets the private 'annotations.reader' shared service.
  4405. *
  4406. * @return \Doctrine\Common\Annotations\AnnotationReader
  4407. */
  4408. protected function getAnnotations_ReaderService()
  4409. {
  4410. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4411. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4412. $a->registerUniqueLoader('class_exists');
  4413. $instance->addGlobalIgnoredName('required', $a);
  4414. return $instance;
  4415. }
  4416. /**
  4417. * Gets the private 'assets.packages' shared service.
  4418. *
  4419. * @return \Symfony\Component\Asset\Packages
  4420. */
  4421. protected function getAssets_PackagesService()
  4422. {
  4423. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4424. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  4425. return new \EmptyIterator();
  4426. }, 0));
  4427. }
  4428. /**
  4429. * Gets the private 'cache.annotations' shared service.
  4430. *
  4431. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4432. */
  4433. protected function getCache_AnnotationsService()
  4434. {
  4435. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hS96MfpMCa', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4436. }
  4437. /**
  4438. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4439. *
  4440. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4441. */
  4442. protected function getCache_Doctrine_Orm_Default_QueryService()
  4443. {
  4444. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4445. }
  4446. /**
  4447. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4448. *
  4449. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4450. */
  4451. protected function getCache_Doctrine_Orm_Default_ResultService()
  4452. {
  4453. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  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('01vChvD01n', 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('lO+gORfzsB', 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('HuR7RSyl1C', 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('6XBLd1UsXv', 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.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => '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.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => '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.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => '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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  4628. yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4629. yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4630. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4631. }, 10));
  4632. $instance->setName('cache:pool:prune');
  4633. $instance->setDescription('Prune cache pools');
  4634. return $instance;
  4635. }
  4636. /**
  4637. * Gets the private 'console.command.cache_warmup' shared service.
  4638. *
  4639. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4640. */
  4641. protected function getConsole_Command_CacheWarmupService()
  4642. {
  4643. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4644. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4645. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4646. $instance->setName('cache:warmup');
  4647. $instance->setDescription('Warm up an empty cache');
  4648. return $instance;
  4649. }
  4650. /**
  4651. * Gets the private 'console.command.config_debug' shared service.
  4652. *
  4653. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4654. */
  4655. protected function getConsole_Command_ConfigDebugService()
  4656. {
  4657. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4658. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4659. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4660. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4661. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4662. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4663. $instance->setName('debug:config');
  4664. $instance->setDescription('Dump the current configuration for an extension');
  4665. return $instance;
  4666. }
  4667. /**
  4668. * Gets the private 'console.command.config_dump_reference' shared service.
  4669. *
  4670. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4671. */
  4672. protected function getConsole_Command_ConfigDumpReferenceService()
  4673. {
  4674. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4675. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4676. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4677. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4678. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4679. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4680. $instance->setName('config:dump-reference');
  4681. $instance->setDescription('Dump the default configuration for an extension');
  4682. return $instance;
  4683. }
  4684. /**
  4685. * Gets the private 'console.command.container_debug' shared service.
  4686. *
  4687. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4688. */
  4689. protected function getConsole_Command_ContainerDebugService()
  4690. {
  4691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4692. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4693. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4694. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4695. $instance->setName('debug:container');
  4696. $instance->setDescription('Display current services for an application');
  4697. return $instance;
  4698. }
  4699. /**
  4700. * Gets the private 'console.command.container_lint' shared service.
  4701. *
  4702. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4703. */
  4704. protected function getConsole_Command_ContainerLintService()
  4705. {
  4706. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4707. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4708. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4709. $instance->setName('lint:container');
  4710. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  4711. return $instance;
  4712. }
  4713. /**
  4714. * Gets the private 'console.command.debug_autowiring' shared service.
  4715. *
  4716. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4717. */
  4718. protected function getConsole_Command_DebugAutowiringService()
  4719. {
  4720. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4721. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4722. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4723. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4724. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4725. $instance->setName('debug:autowiring');
  4726. $instance->setDescription('List classes/interfaces you can use for autowiring');
  4727. return $instance;
  4728. }
  4729. /**
  4730. * Gets the private 'console.command.dotenv_debug' shared service.
  4731. *
  4732. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  4733. */
  4734. protected function getConsole_Command_DotenvDebugService()
  4735. {
  4736. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4737. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  4738. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  4739. $instance->setName('debug:dotenv');
  4740. $instance->setDescription('Lists all dotenv files with variables and values');
  4741. return $instance;
  4742. }
  4743. /**
  4744. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4745. *
  4746. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4747. */
  4748. protected function getConsole_Command_EventDispatcherDebugService()
  4749. {
  4750. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4751. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4752. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  4753. $instance->setName('debug:event-dispatcher');
  4754. $instance->setDescription('Display configured listeners for an application');
  4755. return $instance;
  4756. }
  4757. /**
  4758. * Gets the private 'console.command.form_debug' shared service.
  4759. *
  4760. * @return \Symfony\Component\Form\Command\DebugCommand
  4761. */
  4762. protected function getConsole_Command_FormDebugService()
  4763. {
  4764. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4765. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  4766. $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'], [0 => 'App\\Form\\AdminUserModifType', 1 => 'App\\Form\\ApairerEleveType', 2 => 'App\\Form\\CookieType', 3 => 'App\\Form\\FinSurveyType', 4 => 'App\\Form\\InstitutionType', 5 => 'App\\Form\\LinksType', 6 => 'App\\Form\\MentorUserModifType', 7 => 'App\\Form\\MetierType', 8 => 'App\\Form\\ModifInstitutionExpertType', 9 => 'App\\Form\\ModifInstitutionType', 10 => 'App\\Form\\ModifProfilLiensType', 11 => 'App\\Form\\ModifProfilType', 12 => 'App\\Form\\QuestionType', 13 => 'App\\Form\\RecupPwdFormType', 14 => 'App\\Form\\RegistrationFormType', 15 => 'App\\Form\\RegistrationFormTypeExpert', 16 => 'App\\Form\\ResetPassType', 17 => 'App\\Form\\SurveyType', 18 => 'App\\Form\\contactMailType', 19 => 'App\\Form\\modifQuestionType', 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'], [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()));
  4767. $instance->setName('debug:form');
  4768. $instance->setDescription('Display form type information');
  4769. return $instance;
  4770. }
  4771. /**
  4772. * Gets the private 'console.command.router_debug' shared service.
  4773. *
  4774. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4775. */
  4776. protected function getConsole_Command_RouterDebugService()
  4777. {
  4778. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4779. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  4780. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4781. $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()));
  4782. $instance->setName('debug:router');
  4783. $instance->setDescription('Display current routes for an application');
  4784. return $instance;
  4785. }
  4786. /**
  4787. * Gets the private 'console.command.router_match' shared service.
  4788. *
  4789. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4790. */
  4791. protected function getConsole_Command_RouterMatchService()
  4792. {
  4793. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4794. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4795. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  4796. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4797. }, 1));
  4798. $instance->setName('router:match');
  4799. $instance->setDescription('Help debug routes by simulating a path info match');
  4800. return $instance;
  4801. }
  4802. /**
  4803. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4804. *
  4805. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4806. */
  4807. protected function getConsole_Command_SecretsDecryptToLocalService()
  4808. {
  4809. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4810. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4811. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4812. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4813. $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')))));
  4814. $instance->setName('secrets:decrypt-to-local');
  4815. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  4816. return $instance;
  4817. }
  4818. /**
  4819. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4820. *
  4821. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4822. */
  4823. protected function getConsole_Command_SecretsEncryptFromLocalService()
  4824. {
  4825. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4826. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4827. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4828. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4829. $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')))));
  4830. $instance->setName('secrets:encrypt-from-local');
  4831. $instance->setDescription('Encrypt all local secrets to the vault');
  4832. return $instance;
  4833. }
  4834. /**
  4835. * Gets the private 'console.command.secrets_generate_key' shared service.
  4836. *
  4837. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4838. */
  4839. protected function getConsole_Command_SecretsGenerateKeyService()
  4840. {
  4841. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4842. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4843. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4844. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4845. $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')))));
  4846. $instance->setName('secrets:generate-keys');
  4847. $instance->setDescription('Generate new encryption keys');
  4848. return $instance;
  4849. }
  4850. /**
  4851. * Gets the private 'console.command.secrets_list' shared service.
  4852. *
  4853. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4854. */
  4855. protected function getConsole_Command_SecretsListService()
  4856. {
  4857. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4858. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4859. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4860. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4861. $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')))));
  4862. $instance->setName('secrets:list');
  4863. $instance->setDescription('List all secrets');
  4864. return $instance;
  4865. }
  4866. /**
  4867. * Gets the private 'console.command.secrets_remove' shared service.
  4868. *
  4869. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4870. */
  4871. protected function getConsole_Command_SecretsRemoveService()
  4872. {
  4873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4875. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4876. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4877. $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')))));
  4878. $instance->setName('secrets:remove');
  4879. $instance->setDescription('Remove a secret from the vault');
  4880. return $instance;
  4881. }
  4882. /**
  4883. * Gets the private 'console.command.secrets_set' shared service.
  4884. *
  4885. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4886. */
  4887. protected function getConsole_Command_SecretsSetService()
  4888. {
  4889. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4890. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4891. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4892. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4893. $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')))));
  4894. $instance->setName('secrets:set');
  4895. $instance->setDescription('Set a secret in the vault');
  4896. return $instance;
  4897. }
  4898. /**
  4899. * Gets the private 'console.command.translation_debug' shared service.
  4900. *
  4901. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4902. */
  4903. protected function getConsole_Command_TranslationDebugService()
  4904. {
  4905. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4907. $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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/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).'/src/Service/EmailService.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4908. $instance->setName('debug:translation');
  4909. $instance->setDescription('Display translation messages information');
  4910. return $instance;
  4911. }
  4912. /**
  4913. * Gets the private 'console.command.translation_extract' shared service.
  4914. *
  4915. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4916. */
  4917. protected function getConsole_Command_TranslationExtractService()
  4918. {
  4919. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4920. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4921. $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()), 'fr', (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/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).'/src/Service/EmailService.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4922. $instance->setName('translation:extract');
  4923. $instance->setAliases([0 => 'translation:update']);
  4924. $instance->setDescription('Extract missing translations keys from code to translation files.');
  4925. return $instance;
  4926. }
  4927. /**
  4928. * Gets the private 'console.command.translation_pull' shared service.
  4929. *
  4930. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4931. */
  4932. protected function getConsole_Command_TranslationPullService()
  4933. {
  4934. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4935. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4936. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4937. $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()), 'fr', [], []);
  4938. $instance->setName('translation:pull');
  4939. $instance->setDescription('Pull translations from a given provider.');
  4940. return $instance;
  4941. }
  4942. /**
  4943. * Gets the private 'console.command.translation_push' shared service.
  4944. *
  4945. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4946. */
  4947. protected function getConsole_Command_TranslationPushService()
  4948. {
  4949. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4950. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4951. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4952. $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()), [], []);
  4953. $instance->setName('translation:push');
  4954. $instance->setDescription('Push translations to a given provider.');
  4955. return $instance;
  4956. }
  4957. /**
  4958. * Gets the private 'console.command.validator_debug' shared service.
  4959. *
  4960. * @return \Symfony\Component\Validator\Command\DebugCommand
  4961. */
  4962. protected function getConsole_Command_ValidatorDebugService()
  4963. {
  4964. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4965. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4966. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4967. $instance->setName('debug:validator');
  4968. $instance->setDescription('Display validation constraints for classes');
  4969. return $instance;
  4970. }
  4971. /**
  4972. * Gets the private 'console.command.xliff_lint' shared service.
  4973. *
  4974. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4975. */
  4976. protected function getConsole_Command_XliffLintService()
  4977. {
  4978. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4979. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4980. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4981. $instance->setName('lint:xliff');
  4982. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4983. return $instance;
  4984. }
  4985. /**
  4986. * Gets the private 'console.command.yaml_lint' shared service.
  4987. *
  4988. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4989. */
  4990. protected function getConsole_Command_YamlLintService()
  4991. {
  4992. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4993. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4994. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4995. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4996. $instance->setName('lint:yaml');
  4997. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4998. return $instance;
  4999. }
  5000. /**
  5001. * Gets the private 'console.error_listener' shared service.
  5002. *
  5003. * @return \Symfony\Component\Console\EventListener\ErrorListener
  5004. */
  5005. protected function getConsole_ErrorListenerService()
  5006. {
  5007. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5008. $a = new \Symfony\Bridge\Monolog\Logger('console');
  5009. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5010. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5011. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5012. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5013. }
  5014. /**
  5015. * Gets the private 'container.env_var_processor' shared service.
  5016. *
  5017. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5018. */
  5019. protected function getContainer_EnvVarProcessorService()
  5020. {
  5021. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5022. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5023. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5024. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  5025. }, 1));
  5026. }
  5027. /**
  5028. * Gets the private 'container.getenv' shared service.
  5029. *
  5030. * @return \Closure
  5031. */
  5032. protected function getContainer_GetenvService()
  5033. {
  5034. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  5035. }
  5036. /**
  5037. * Gets the private 'data_collector.form' shared service.
  5038. *
  5039. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5040. */
  5041. protected function getDataCollector_FormService()
  5042. {
  5043. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5044. }
  5045. /**
  5046. * Gets the private 'data_collector.request' shared service.
  5047. *
  5048. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5049. */
  5050. protected function getDataCollector_RequestService()
  5051. {
  5052. 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())));
  5053. }
  5054. /**
  5055. * Gets the private 'data_collector.request.session_collector' shared service.
  5056. *
  5057. * @return \Closure
  5058. */
  5059. protected function getDataCollector_Request_SessionCollectorService()
  5060. {
  5061. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  5062. }
  5063. /**
  5064. * Gets the private 'debug.argument_resolver.default' shared service.
  5065. *
  5066. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5067. */
  5068. protected function getDebug_ArgumentResolver_DefaultService()
  5069. {
  5070. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5071. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5072. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5073. 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))));
  5074. }
  5075. /**
  5076. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5077. *
  5078. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5079. */
  5080. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5081. {
  5082. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5083. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5084. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5085. $a = ($this->privates['.service_locator.wrHwO9j'] ?? $this->get_ServiceLocator_WrHwO9jService());
  5086. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  5087. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  5088. }
  5089. 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))));
  5090. }
  5091. /**
  5092. * Gets the private 'debug.argument_resolver.request' shared service.
  5093. *
  5094. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5095. */
  5096. protected function getDebug_ArgumentResolver_RequestService()
  5097. {
  5098. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5099. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5100. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5101. 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))));
  5102. }
  5103. /**
  5104. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5105. *
  5106. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5107. */
  5108. protected function getDebug_ArgumentResolver_RequestAttributeService()
  5109. {
  5110. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5111. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5112. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5113. 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))));
  5114. }
  5115. /**
  5116. * Gets the private 'debug.argument_resolver.service' shared service.
  5117. *
  5118. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5119. */
  5120. protected function getDebug_ArgumentResolver_ServiceService()
  5121. {
  5122. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5123. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5124. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5125. $a = ($this->privates['.service_locator.wrHwO9j'] ?? $this->get_ServiceLocator_WrHwO9jService());
  5126. if (isset($this->privates['debug.argument_resolver.service'])) {
  5127. return $this->privates['debug.argument_resolver.service'];
  5128. }
  5129. 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))));
  5130. }
  5131. /**
  5132. * Gets the private 'debug.argument_resolver.session' shared service.
  5133. *
  5134. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5135. */
  5136. protected function getDebug_ArgumentResolver_SessionService()
  5137. {
  5138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5141. 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))));
  5142. }
  5143. /**
  5144. * Gets the private 'debug.argument_resolver.variadic' shared service.
  5145. *
  5146. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5147. */
  5148. protected function getDebug_ArgumentResolver_VariadicService()
  5149. {
  5150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5153. 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))));
  5154. }
  5155. /**
  5156. * Gets the private 'debug.debug_handlers_listener' shared service.
  5157. *
  5158. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5159. */
  5160. protected function getDebug_DebugHandlersListenerService()
  5161. {
  5162. $a = new \Symfony\Bridge\Monolog\Logger('php');
  5163. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5164. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5165. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5166. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5167. 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()));
  5168. }
  5169. /**
  5170. * Gets the private 'debug.dump_listener' shared service.
  5171. *
  5172. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5173. */
  5174. protected function getDebug_DumpListenerService()
  5175. {
  5176. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5177. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5178. 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()));
  5179. }
  5180. /**
  5181. * Gets the private 'debug.file_link_formatter' shared service.
  5182. *
  5183. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5184. */
  5185. protected function getDebug_FileLinkFormatterService()
  5186. {
  5187. 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 () {
  5188. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5189. });
  5190. }
  5191. /**
  5192. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5193. *
  5194. * @return \string
  5195. */
  5196. protected function getDebug_FileLinkFormatter_UrlFormatService()
  5197. {
  5198. 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');
  5199. }
  5200. /**
  5201. * Gets the private 'debug.log_processor' shared service.
  5202. *
  5203. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5204. */
  5205. protected function getDebug_LogProcessorService()
  5206. {
  5207. 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())));
  5208. }
  5209. /**
  5210. * Gets the private 'debug.security.access.decision_manager' shared service.
  5211. *
  5212. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5213. */
  5214. protected function getDebug_Security_Access_DecisionManagerService()
  5215. {
  5216. 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 () {
  5217. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5218. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5219. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5220. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  5221. }
  5222. /**
  5223. * Gets the private 'debug.security.firewall' shared service.
  5224. *
  5225. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5226. */
  5227. protected function getDebug_Security_FirewallService()
  5228. {
  5229. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  5230. if (isset($this->privates['debug.security.firewall'])) {
  5231. return $this->privates['debug.security.firewall'];
  5232. }
  5233. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5234. if (isset($this->privates['debug.security.firewall'])) {
  5235. return $this->privates['debug.security.firewall'];
  5236. }
  5237. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  5238. }
  5239. /**
  5240. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  5241. *
  5242. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  5243. */
  5244. protected function getDebug_Security_Firewall_Authenticator_MainService()
  5245. {
  5246. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  5247. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  5248. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  5249. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  5250. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  5251. 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\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService())], ($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, [])));
  5252. }
  5253. /**
  5254. * Gets the private 'debug.security.user_value_resolver' shared service.
  5255. *
  5256. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5257. */
  5258. protected function getDebug_Security_UserValueResolverService()
  5259. {
  5260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5262. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5263. 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))));
  5264. }
  5265. /**
  5266. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5267. *
  5268. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5269. */
  5270. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5271. {
  5272. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5273. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5274. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5275. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5276. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5277. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  5278. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  5279. }
  5280. 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);
  5281. }
  5282. /**
  5283. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5284. *
  5285. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5286. */
  5287. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5288. {
  5289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5291. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5292. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5293. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5294. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5295. return $this->privates['debug.security.voter.security.access.expression_voter'];
  5296. }
  5297. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5298. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  5299. return $this->privates['debug.security.voter.security.access.expression_voter'];
  5300. }
  5301. 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->getSecurity_RoleHierarchyService())), $b);
  5302. }
  5303. /**
  5304. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5305. *
  5306. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5307. */
  5308. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5309. {
  5310. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5311. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  5312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5314. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5315. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5316. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  5317. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  5318. }
  5319. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  5320. }
  5321. /**
  5322. * Gets the private 'debug.security.voter.vote_listener' shared service.
  5323. *
  5324. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5325. */
  5326. protected function getDebug_Security_Voter_VoteListenerService()
  5327. {
  5328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5329. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  5330. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  5331. return $this->privates['debug.security.voter.vote_listener'];
  5332. }
  5333. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  5334. }
  5335. /**
  5336. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5337. *
  5338. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5339. */
  5340. protected function getDoctrine_CacheClearMetadataCommandService()
  5341. {
  5342. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5345. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5346. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5347. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5348. $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5349. $instance->setName('doctrine:cache:clear-metadata');
  5350. return $instance;
  5351. }
  5352. /**
  5353. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5354. *
  5355. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5356. */
  5357. protected function getDoctrine_CacheClearQueryCacheCommandService()
  5358. {
  5359. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  5363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5365. $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5366. $instance->setName('doctrine:cache:clear-query');
  5367. return $instance;
  5368. }
  5369. /**
  5370. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5371. *
  5372. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5373. */
  5374. protected function getDoctrine_CacheClearResultCommandService()
  5375. {
  5376. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5377. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5378. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5379. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  5380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5382. $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5383. $instance->setName('doctrine:cache:clear-result');
  5384. return $instance;
  5385. }
  5386. /**
  5387. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5388. *
  5389. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5390. */
  5391. protected function getDoctrine_CacheCollectionRegionCommandService()
  5392. {
  5393. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5394. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5395. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5396. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5397. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5398. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5399. $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5400. $instance->setName('doctrine:cache:clear-collection-region');
  5401. return $instance;
  5402. }
  5403. /**
  5404. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5405. *
  5406. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5407. */
  5408. protected function getDoctrine_ClearEntityRegionCommandService()
  5409. {
  5410. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5411. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5412. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5413. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5414. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5415. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5416. $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5417. $instance->setName('doctrine:cache:clear-entity-region');
  5418. return $instance;
  5419. }
  5420. /**
  5421. * Gets the private 'doctrine.clear_query_region_command' shared service.
  5422. *
  5423. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5424. */
  5425. protected function getDoctrine_ClearQueryRegionCommandService()
  5426. {
  5427. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5428. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5429. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5431. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5433. $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5434. $instance->setName('doctrine:cache:clear-query-region');
  5435. return $instance;
  5436. }
  5437. /**
  5438. * Gets the private 'doctrine.database_create_command' shared service.
  5439. *
  5440. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5441. */
  5442. protected function getDoctrine_DatabaseCreateCommandService()
  5443. {
  5444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5447. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5448. $instance->setName('doctrine:database:create');
  5449. return $instance;
  5450. }
  5451. /**
  5452. * Gets the private 'doctrine.database_drop_command' shared service.
  5453. *
  5454. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5455. */
  5456. protected function getDoctrine_DatabaseDropCommandService()
  5457. {
  5458. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5461. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5462. $instance->setName('doctrine:database:drop');
  5463. return $instance;
  5464. }
  5465. /**
  5466. * Gets the private 'doctrine.database_import_command' shared service.
  5467. *
  5468. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5469. */
  5470. protected function getDoctrine_DatabaseImportCommandService()
  5471. {
  5472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5473. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5474. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5475. $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5476. $instance->setName('doctrine:database:import');
  5477. return $instance;
  5478. }
  5479. /**
  5480. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5481. *
  5482. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5483. */
  5484. protected function getDoctrine_EnsureProductionSettingsCommandService()
  5485. {
  5486. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5487. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5488. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5489. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5490. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5491. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5492. $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5493. $instance->setName('doctrine:ensure-production-settings');
  5494. return $instance;
  5495. }
  5496. /**
  5497. * Gets the private 'doctrine.fixtures_load_command' shared service.
  5498. *
  5499. * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  5500. */
  5501. protected function getDoctrine_FixturesLoadCommandService()
  5502. {
  5503. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5504. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5505. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  5506. include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  5507. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  5508. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  5509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  5510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  5511. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  5512. $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  5513. $a->addFixtures([]);
  5514. $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  5515. $instance->setName('doctrine:fixtures:load');
  5516. return $instance;
  5517. }
  5518. /**
  5519. * Gets the private 'doctrine.mapping_convert_command' shared service.
  5520. *
  5521. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5522. */
  5523. protected function getDoctrine_MappingConvertCommandService()
  5524. {
  5525. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5526. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5527. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5528. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  5529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5531. $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5532. $instance->setName('doctrine:mapping:convert');
  5533. return $instance;
  5534. }
  5535. /**
  5536. * Gets the private 'doctrine.mapping_import_command' shared service.
  5537. *
  5538. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5539. */
  5540. protected function getDoctrine_MappingImportCommandService()
  5541. {
  5542. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5543. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5545. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5546. $instance->setName('doctrine:mapping:import');
  5547. return $instance;
  5548. }
  5549. /**
  5550. * Gets the private 'doctrine.mapping_info_command' shared service.
  5551. *
  5552. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5553. */
  5554. protected function getDoctrine_MappingInfoCommandService()
  5555. {
  5556. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  5560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5562. $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5563. $instance->setName('doctrine:mapping:info');
  5564. return $instance;
  5565. }
  5566. /**
  5567. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5568. *
  5569. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5570. */
  5571. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5572. {
  5573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  5574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5575. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5576. }
  5577. /**
  5578. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5579. *
  5580. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5581. */
  5582. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5583. {
  5584. 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')]);
  5585. }
  5586. /**
  5587. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5588. *
  5589. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5590. */
  5591. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5592. {
  5593. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5594. 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()));
  5595. }
  5596. /**
  5597. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5598. *
  5599. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5600. */
  5601. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5602. {
  5603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  5604. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5605. }
  5606. /**
  5607. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  5608. *
  5609. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  5610. */
  5611. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  5612. {
  5613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5614. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  5615. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  5616. }
  5617. /**
  5618. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  5619. *
  5620. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  5621. */
  5622. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  5623. {
  5624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5625. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  5626. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  5627. return new \EmptyIterator();
  5628. }, 0));
  5629. }
  5630. /**
  5631. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  5632. *
  5633. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  5634. */
  5635. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  5636. {
  5637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5638. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  5639. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  5640. }
  5641. /**
  5642. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5643. *
  5644. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5645. */
  5646. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5647. {
  5648. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5649. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5650. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5651. }
  5652. /**
  5653. * Gets the private 'doctrine.orm.validator.unique' shared service.
  5654. *
  5655. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5656. */
  5657. protected function getDoctrine_Orm_Validator_UniqueService()
  5658. {
  5659. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5660. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  5661. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5662. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5663. }
  5664. /**
  5665. * Gets the private 'doctrine.query_dql_command' shared service.
  5666. *
  5667. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5668. */
  5669. protected function getDoctrine_QueryDqlCommandService()
  5670. {
  5671. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5672. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5673. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5674. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  5675. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5676. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5677. $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5678. $instance->setName('doctrine:query:dql');
  5679. return $instance;
  5680. }
  5681. /**
  5682. * Gets the private 'doctrine.query_sql_command' shared service.
  5683. *
  5684. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5685. */
  5686. protected function getDoctrine_QuerySqlCommandService()
  5687. {
  5688. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5689. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5690. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5691. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5692. $instance->setName('doctrine:query:sql');
  5693. return $instance;
  5694. }
  5695. /**
  5696. * Gets the private 'doctrine.schema_create_command' shared service.
  5697. *
  5698. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5699. */
  5700. protected function getDoctrine_SchemaCreateCommandService()
  5701. {
  5702. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5703. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5704. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5705. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5706. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5707. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5708. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5709. $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5710. $instance->setName('doctrine:schema:create');
  5711. return $instance;
  5712. }
  5713. /**
  5714. * Gets the private 'doctrine.schema_drop_command' shared service.
  5715. *
  5716. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5717. */
  5718. protected function getDoctrine_SchemaDropCommandService()
  5719. {
  5720. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5721. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5722. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5723. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5724. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  5725. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5726. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5727. $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5728. $instance->setName('doctrine:schema:drop');
  5729. return $instance;
  5730. }
  5731. /**
  5732. * Gets the private 'doctrine.schema_update_command' shared service.
  5733. *
  5734. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5735. */
  5736. protected function getDoctrine_SchemaUpdateCommandService()
  5737. {
  5738. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5739. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5740. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5741. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5742. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5743. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5744. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5745. $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5746. $instance->setName('doctrine:schema:update');
  5747. return $instance;
  5748. }
  5749. /**
  5750. * Gets the private 'doctrine.schema_validate_command' shared service.
  5751. *
  5752. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5753. */
  5754. protected function getDoctrine_SchemaValidateCommandService()
  5755. {
  5756. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5757. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5758. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  5759. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  5760. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5761. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5762. $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  5763. $instance->setName('doctrine:schema:validate');
  5764. return $instance;
  5765. }
  5766. /**
  5767. * Gets the private 'doctrine.ulid_generator' shared service.
  5768. *
  5769. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  5770. */
  5771. protected function getDoctrine_UlidGeneratorService()
  5772. {
  5773. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5774. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  5775. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  5776. }
  5777. /**
  5778. * Gets the private 'doctrine.uuid_generator' shared service.
  5779. *
  5780. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  5781. */
  5782. protected function getDoctrine_UuidGeneratorService()
  5783. {
  5784. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  5785. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  5786. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  5787. }
  5788. /**
  5789. * Gets the private 'doctrine_migrations.diff_command' shared service.
  5790. *
  5791. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  5792. */
  5793. protected function getDoctrineMigrations_DiffCommandService()
  5794. {
  5795. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5796. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5797. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5798. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  5799. $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  5800. $instance->setName('doctrine:migrations:diff');
  5801. return $instance;
  5802. }
  5803. /**
  5804. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5805. *
  5806. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  5807. */
  5808. protected function getDoctrineMigrations_DumpSchemaCommandService()
  5809. {
  5810. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5811. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5812. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5813. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  5814. $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  5815. $instance->setName('doctrine:migrations:dump-schema');
  5816. return $instance;
  5817. }
  5818. /**
  5819. * Gets the private 'doctrine_migrations.execute_command' shared service.
  5820. *
  5821. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  5822. */
  5823. protected function getDoctrineMigrations_ExecuteCommandService()
  5824. {
  5825. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5826. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5827. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5828. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  5829. $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  5830. $instance->setName('doctrine:migrations:execute');
  5831. return $instance;
  5832. }
  5833. /**
  5834. * Gets the private 'doctrine_migrations.generate_command' shared service.
  5835. *
  5836. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  5837. */
  5838. protected function getDoctrineMigrations_GenerateCommandService()
  5839. {
  5840. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5841. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5842. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5843. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  5844. $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  5845. $instance->setName('doctrine:migrations:generate');
  5846. return $instance;
  5847. }
  5848. /**
  5849. * Gets the private 'doctrine_migrations.latest_command' shared service.
  5850. *
  5851. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  5852. */
  5853. protected function getDoctrineMigrations_LatestCommandService()
  5854. {
  5855. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5856. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5859. $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5860. $instance->setName('doctrine:migrations:latest');
  5861. return $instance;
  5862. }
  5863. /**
  5864. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5865. *
  5866. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5867. */
  5868. protected function getDoctrineMigrations_MigrateCommandService()
  5869. {
  5870. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5871. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5872. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5874. $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5875. $instance->setName('doctrine:migrations:migrate');
  5876. return $instance;
  5877. }
  5878. /**
  5879. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5880. *
  5881. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5882. */
  5883. protected function getDoctrineMigrations_RollupCommandService()
  5884. {
  5885. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5889. $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5890. $instance->setName('doctrine:migrations:rollup');
  5891. return $instance;
  5892. }
  5893. /**
  5894. * Gets the private 'doctrine_migrations.status_command' shared service.
  5895. *
  5896. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5897. */
  5898. protected function getDoctrineMigrations_StatusCommandService()
  5899. {
  5900. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5901. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5904. $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5905. $instance->setName('doctrine:migrations:status');
  5906. return $instance;
  5907. }
  5908. /**
  5909. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5910. *
  5911. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5912. */
  5913. protected function getDoctrineMigrations_UpToDateCommandService()
  5914. {
  5915. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5916. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5917. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5918. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5919. $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5920. $instance->setName('doctrine:migrations:up-to-date');
  5921. return $instance;
  5922. }
  5923. /**
  5924. * Gets the private 'doctrine_migrations.version_command' shared service.
  5925. *
  5926. * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5927. */
  5928. protected function getDoctrineMigrations_VersionCommandService()
  5929. {
  5930. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5931. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5932. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5933. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5934. $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5935. $instance->setName('doctrine:migrations:version');
  5936. return $instance;
  5937. }
  5938. /**
  5939. * Gets the private 'error_handler.error_renderer.html' shared service.
  5940. *
  5941. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5942. */
  5943. protected function getErrorHandler_ErrorRenderer_HtmlService()
  5944. {
  5945. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5946. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5947. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5948. 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()));
  5949. }
  5950. /**
  5951. * Gets the private 'exception_listener' shared service.
  5952. *
  5953. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5954. */
  5955. protected function getExceptionListenerService()
  5956. {
  5957. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5958. }
  5959. /**
  5960. * Gets the private 'form.choice_list_factory.cached' shared service.
  5961. *
  5962. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5963. */
  5964. protected function getForm_ChoiceListFactory_CachedService()
  5965. {
  5966. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5967. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5968. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5969. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5970. 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())));
  5971. }
  5972. /**
  5973. * Gets the private 'form.registry' shared service.
  5974. *
  5975. * @return \Symfony\Component\Form\FormRegistry
  5976. */
  5977. protected function getForm_RegistryService()
  5978. {
  5979. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  5980. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  5981. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  5982. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5983. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5984. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5985. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5986. 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, [
  5987. 'App\\Form\\AdminUserModifType' => ['privates', 'App\\Form\\AdminUserModifType', 'getAdminUserModifTypeService', false],
  5988. 'App\\Form\\ApairerEleveType' => ['privates', 'App\\Form\\ApairerEleveType', 'getApairerEleveTypeService', false],
  5989. 'App\\Form\\CookieType' => ['privates', 'App\\Form\\CookieType', 'getCookieTypeService', false],
  5990. 'App\\Form\\FinSurveyType' => ['privates', 'App\\Form\\FinSurveyType', 'getFinSurveyTypeService', false],
  5991. 'App\\Form\\InstitutionType' => ['privates', 'App\\Form\\InstitutionType', 'getInstitutionTypeService', false],
  5992. 'App\\Form\\LinksType' => ['privates', 'App\\Form\\LinksType', 'getLinksTypeService', false],
  5993. 'App\\Form\\MentorUserModifType' => ['privates', 'App\\Form\\MentorUserModifType', 'getMentorUserModifTypeService', false],
  5994. 'App\\Form\\MetierType' => ['privates', 'App\\Form\\MetierType', 'getMetierTypeService', false],
  5995. 'App\\Form\\ModifInstitutionExpertType' => ['privates', 'App\\Form\\ModifInstitutionExpertType', 'getModifInstitutionExpertTypeService', false],
  5996. 'App\\Form\\ModifInstitutionType' => ['privates', 'App\\Form\\ModifInstitutionType', 'getModifInstitutionTypeService', false],
  5997. 'App\\Form\\ModifProfilLiensType' => ['privates', 'App\\Form\\ModifProfilLiensType', 'getModifProfilLiensTypeService', false],
  5998. 'App\\Form\\ModifProfilType' => ['privates', 'App\\Form\\ModifProfilType', 'getModifProfilTypeService', false],
  5999. 'App\\Form\\QuestionType' => ['privates', 'App\\Form\\QuestionType', 'getQuestionTypeService', false],
  6000. 'App\\Form\\RecupPwdFormType' => ['privates', 'App\\Form\\RecupPwdFormType', 'getRecupPwdFormTypeService', false],
  6001. 'App\\Form\\RegistrationFormType' => ['privates', 'App\\Form\\RegistrationFormType', 'getRegistrationFormTypeService', false],
  6002. 'App\\Form\\RegistrationFormTypeExpert' => ['privates', 'App\\Form\\RegistrationFormTypeExpert', 'getRegistrationFormTypeExpertService', false],
  6003. 'App\\Form\\ResetPassType' => ['privates', 'App\\Form\\ResetPassType', 'getResetPassTypeService', false],
  6004. 'App\\Form\\SurveyType' => ['privates', 'App\\Form\\SurveyType', 'getSurveyTypeService', false],
  6005. 'App\\Form\\contactMailType' => ['privates', 'App\\Form\\contactMailType', 'getContactMailTypeService', false],
  6006. 'App\\Form\\modifQuestionType' => ['privates', 'App\\Form\\modifQuestionType', 'getModifQuestionTypeService', false],
  6007. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  6008. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  6009. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  6010. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  6011. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  6012. ], [
  6013. 'App\\Form\\AdminUserModifType' => '?',
  6014. 'App\\Form\\ApairerEleveType' => '?',
  6015. 'App\\Form\\CookieType' => '?',
  6016. 'App\\Form\\FinSurveyType' => '?',
  6017. 'App\\Form\\InstitutionType' => '?',
  6018. 'App\\Form\\LinksType' => '?',
  6019. 'App\\Form\\MentorUserModifType' => '?',
  6020. 'App\\Form\\MetierType' => '?',
  6021. 'App\\Form\\ModifInstitutionExpertType' => '?',
  6022. 'App\\Form\\ModifInstitutionType' => '?',
  6023. 'App\\Form\\ModifProfilLiensType' => '?',
  6024. 'App\\Form\\ModifProfilType' => '?',
  6025. 'App\\Form\\QuestionType' => '?',
  6026. 'App\\Form\\RecupPwdFormType' => '?',
  6027. 'App\\Form\\RegistrationFormType' => '?',
  6028. 'App\\Form\\RegistrationFormTypeExpert' => '?',
  6029. 'App\\Form\\ResetPassType' => '?',
  6030. 'App\\Form\\SurveyType' => '?',
  6031. 'App\\Form\\contactMailType' => '?',
  6032. 'App\\Form\\modifQuestionType' => '?',
  6033. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6034. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6035. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  6036. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6037. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6038. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6039. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6040. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6041. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6042. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6043. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6044. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6045. }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6046. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6047. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6048. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6049. }, 1)], new RewindableGenerator(function () {
  6050. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6051. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6052. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6053. }
  6054. /**
  6055. * Gets the private 'form.server_params' shared service.
  6056. *
  6057. * @return \Symfony\Component\Form\Util\ServerParams
  6058. */
  6059. protected function getForm_ServerParamsService()
  6060. {
  6061. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  6062. 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())));
  6063. }
  6064. /**
  6065. * Gets the private 'form.type.choice' shared service.
  6066. *
  6067. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6068. */
  6069. protected function getForm_Type_ChoiceService()
  6070. {
  6071. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6072. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6073. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6074. 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()));
  6075. }
  6076. /**
  6077. * Gets the private 'form.type.color' shared service.
  6078. *
  6079. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  6080. */
  6081. protected function getForm_Type_ColorService()
  6082. {
  6083. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6084. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6085. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  6086. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  6087. }
  6088. /**
  6089. * Gets the private 'form.type.entity' shared service.
  6090. *
  6091. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6092. */
  6093. protected function getForm_Type_EntityService()
  6094. {
  6095. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6096. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6097. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6098. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6099. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6100. }
  6101. /**
  6102. * Gets the private 'form.type.form' shared service.
  6103. *
  6104. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6105. */
  6106. protected function getForm_Type_FormService()
  6107. {
  6108. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6109. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6110. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6111. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6112. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6113. }
  6114. /**
  6115. * Gets the private 'form.type_extension.csrf' shared service.
  6116. *
  6117. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6118. */
  6119. protected function getForm_TypeExtension_CsrfService()
  6120. {
  6121. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6122. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6123. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6124. 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()));
  6125. }
  6126. /**
  6127. * Gets the private 'form.type_extension.form.data_collector' shared service.
  6128. *
  6129. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6130. */
  6131. protected function getForm_TypeExtension_Form_DataCollectorService()
  6132. {
  6133. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6134. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6135. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6136. 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()));
  6137. }
  6138. /**
  6139. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6140. *
  6141. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6142. */
  6143. protected function getForm_TypeExtension_Form_HttpFoundationService()
  6144. {
  6145. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6146. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6147. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6148. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6149. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6150. 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())));
  6151. }
  6152. /**
  6153. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6154. *
  6155. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6156. */
  6157. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6158. {
  6159. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6160. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6161. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6162. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6163. }
  6164. /**
  6165. * Gets the private 'form.type_extension.form.validator' shared service.
  6166. *
  6167. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6168. */
  6169. protected function getForm_TypeExtension_Form_ValidatorService()
  6170. {
  6171. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6172. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6173. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6174. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6175. 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, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6176. }
  6177. /**
  6178. * Gets the private 'form.type_extension.upload.validator' shared service.
  6179. *
  6180. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6181. */
  6182. protected function getForm_TypeExtension_Upload_ValidatorService()
  6183. {
  6184. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6187. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6188. }
  6189. /**
  6190. * Gets the private 'form.type_guesser.doctrine' shared service.
  6191. *
  6192. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6193. */
  6194. protected function getForm_TypeGuesser_DoctrineService()
  6195. {
  6196. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6197. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6198. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6199. }
  6200. /**
  6201. * Gets the private 'form.type_guesser.validator' shared service.
  6202. *
  6203. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6204. */
  6205. protected function getForm_TypeGuesser_ValidatorService()
  6206. {
  6207. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6208. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6209. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6210. }
  6211. /**
  6212. * Gets the private 'fragment.renderer.inline' shared service.
  6213. *
  6214. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6215. */
  6216. protected function getFragment_Renderer_InlineService()
  6217. {
  6218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6221. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  6222. if (isset($this->privates['fragment.renderer.inline'])) {
  6223. return $this->privates['fragment.renderer.inline'];
  6224. }
  6225. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6226. if (isset($this->privates['fragment.renderer.inline'])) {
  6227. return $this->privates['fragment.renderer.inline'];
  6228. }
  6229. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  6230. $instance->setFragmentPath('/_fragment');
  6231. return $instance;
  6232. }
  6233. /**
  6234. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6235. *
  6236. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6237. */
  6238. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6239. {
  6240. 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())));
  6241. }
  6242. /**
  6243. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6244. *
  6245. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6246. */
  6247. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6248. {
  6249. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6250. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  6251. return $this->privates['framework_extra_bundle.event.is_granted'];
  6252. }
  6253. 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);
  6254. }
  6255. /**
  6256. * Gets the private 'locale_aware_listener' shared service.
  6257. *
  6258. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6259. */
  6260. protected function getLocaleAwareListenerService()
  6261. {
  6262. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6263. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  6264. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6265. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6266. }
  6267. /**
  6268. * Gets the private 'locale_listener' shared service.
  6269. *
  6270. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6271. */
  6272. protected function getLocaleListenerService()
  6273. {
  6274. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  6275. }
  6276. /**
  6277. * Gets the private 'mailer.mailer' shared service.
  6278. *
  6279. * @return \Symfony\Component\Mailer\Mailer
  6280. */
  6281. protected function getMailer_MailerService()
  6282. {
  6283. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  6284. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  6285. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6286. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  6287. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  6288. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6289. if (isset($this->privates['mailer.mailer'])) {
  6290. return $this->privates['mailer.mailer'];
  6291. }
  6292. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6293. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6294. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6295. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6296. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6297. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  6298. }
  6299. /**
  6300. * Gets the private 'mailer.transport_factory.native' shared service.
  6301. *
  6302. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  6303. */
  6304. protected function getMailer_TransportFactory_NativeService()
  6305. {
  6306. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6307. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6308. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  6309. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6310. if (isset($this->privates['mailer.transport_factory.native'])) {
  6311. return $this->privates['mailer.transport_factory.native'];
  6312. }
  6313. return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6314. }
  6315. /**
  6316. * Gets the private 'mailer.transport_factory.null' shared service.
  6317. *
  6318. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  6319. */
  6320. protected function getMailer_TransportFactory_NullService()
  6321. {
  6322. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6323. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6324. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  6325. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6326. if (isset($this->privates['mailer.transport_factory.null'])) {
  6327. return $this->privates['mailer.transport_factory.null'];
  6328. }
  6329. return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6330. }
  6331. /**
  6332. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  6333. *
  6334. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  6335. */
  6336. protected function getMailer_TransportFactory_SendmailService()
  6337. {
  6338. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6339. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6340. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  6341. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6342. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  6343. return $this->privates['mailer.transport_factory.sendmail'];
  6344. }
  6345. return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6346. }
  6347. /**
  6348. * Gets the private 'mailer.transport_factory.smtp' shared service.
  6349. *
  6350. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  6351. */
  6352. protected function getMailer_TransportFactory_SmtpService()
  6353. {
  6354. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  6355. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  6356. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  6357. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6358. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  6359. return $this->privates['mailer.transport_factory.smtp'];
  6360. }
  6361. 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->services['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  6362. }
  6363. /**
  6364. * Gets the private 'maker.auto_command.make_auth' shared service.
  6365. *
  6366. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6367. */
  6368. protected function getMaker_AutoCommand_MakeAuthService()
  6369. {
  6370. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6371. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6372. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6373. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6374. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6375. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6376. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6377. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6378. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6379. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6380. $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')))));
  6381. $instance->setName('make:auth');
  6382. $instance->setDescription('Creates a Guard authenticator of different flavors');
  6383. return $instance;
  6384. }
  6385. /**
  6386. * Gets the private 'maker.auto_command.make_command' shared service.
  6387. *
  6388. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6389. */
  6390. protected function getMaker_AutoCommand_MakeCommandService()
  6391. {
  6392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6393. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6394. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6395. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6396. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6397. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6398. $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')))));
  6399. $instance->setName('make:command');
  6400. $instance->setDescription('Creates a new console command class');
  6401. return $instance;
  6402. }
  6403. /**
  6404. * Gets the private 'maker.auto_command.make_controller' shared service.
  6405. *
  6406. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6407. */
  6408. protected function getMaker_AutoCommand_MakeControllerService()
  6409. {
  6410. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6411. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6412. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6413. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6414. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6415. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6416. $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')))));
  6417. $instance->setName('make:controller');
  6418. $instance->setDescription('Creates a new controller class');
  6419. return $instance;
  6420. }
  6421. /**
  6422. * Gets the private 'maker.auto_command.make_crud' shared service.
  6423. *
  6424. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6425. */
  6426. protected function getMaker_AutoCommand_MakeCrudService()
  6427. {
  6428. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6429. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6430. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6431. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6432. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6433. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6434. $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')))));
  6435. $instance->setName('make:crud');
  6436. $instance->setDescription('Creates CRUD for Doctrine entity class');
  6437. return $instance;
  6438. }
  6439. /**
  6440. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6441. *
  6442. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6443. */
  6444. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6445. {
  6446. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6447. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6448. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6449. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6450. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6451. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6452. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6453. $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')))));
  6454. $instance->setName('make:docker:database');
  6455. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6456. return $instance;
  6457. }
  6458. /**
  6459. * Gets the private 'maker.auto_command.make_entity' shared service.
  6460. *
  6461. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6462. */
  6463. protected function getMaker_AutoCommand_MakeEntityService()
  6464. {
  6465. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6466. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6467. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6468. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6469. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6470. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6471. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6472. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6473. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6474. $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')))));
  6475. $instance->setName('make:entity');
  6476. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6477. return $instance;
  6478. }
  6479. /**
  6480. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6481. *
  6482. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6483. */
  6484. protected function getMaker_AutoCommand_MakeFixturesService()
  6485. {
  6486. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6487. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6488. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6489. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6490. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6491. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6492. $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')))));
  6493. $instance->setName('make:fixtures');
  6494. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6495. return $instance;
  6496. }
  6497. /**
  6498. * Gets the private 'maker.auto_command.make_form' shared service.
  6499. *
  6500. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6501. */
  6502. protected function getMaker_AutoCommand_MakeFormService()
  6503. {
  6504. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6505. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6506. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6507. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6508. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6509. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6510. $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')))));
  6511. $instance->setName('make:form');
  6512. $instance->setDescription('Creates a new form class');
  6513. return $instance;
  6514. }
  6515. /**
  6516. * Gets the private 'maker.auto_command.make_message' shared service.
  6517. *
  6518. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6519. */
  6520. protected function getMaker_AutoCommand_MakeMessageService()
  6521. {
  6522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6523. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6524. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6525. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6526. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6527. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6528. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6529. $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')))));
  6530. $instance->setName('make:message');
  6531. $instance->setDescription('Creates a new message and handler');
  6532. return $instance;
  6533. }
  6534. /**
  6535. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6536. *
  6537. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6538. */
  6539. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6540. {
  6541. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6542. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6543. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6544. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6545. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6546. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6547. $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')))));
  6548. $instance->setName('make:messenger-middleware');
  6549. $instance->setDescription('Creates a new messenger middleware');
  6550. return $instance;
  6551. }
  6552. /**
  6553. * Gets the private 'maker.auto_command.make_migration' shared service.
  6554. *
  6555. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6556. */
  6557. protected function getMaker_AutoCommand_MakeMigrationService()
  6558. {
  6559. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6560. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6561. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6562. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6563. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6564. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6565. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6566. $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')))));
  6567. $instance->setName('make:migration');
  6568. $instance->setDescription('Creates a new migration based on database changes');
  6569. return $instance;
  6570. }
  6571. /**
  6572. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6573. *
  6574. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6575. */
  6576. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6577. {
  6578. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6579. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6580. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6581. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6582. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6583. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6584. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6585. $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')))));
  6586. $instance->setName('make:registration-form');
  6587. $instance->setDescription('Creates a new registration form system');
  6588. return $instance;
  6589. }
  6590. /**
  6591. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6592. *
  6593. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6594. */
  6595. protected function getMaker_AutoCommand_MakeResetPasswordService()
  6596. {
  6597. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6598. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6599. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6600. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6601. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6602. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6603. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6604. $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')))));
  6605. $instance->setName('make:reset-password');
  6606. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6607. return $instance;
  6608. }
  6609. /**
  6610. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  6611. *
  6612. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6613. */
  6614. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  6615. {
  6616. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6617. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6618. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6619. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6620. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  6621. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6622. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6623. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6624. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6625. $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')))));
  6626. $instance->setName('make:security:form-login');
  6627. $instance->setDescription('Generate the code needed for the form_login authenticator');
  6628. return $instance;
  6629. }
  6630. /**
  6631. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6632. *
  6633. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6634. */
  6635. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6636. {
  6637. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6638. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6639. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6640. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6641. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6642. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6643. $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')))));
  6644. $instance->setName('make:serializer:encoder');
  6645. $instance->setDescription('Creates a new serializer encoder class');
  6646. return $instance;
  6647. }
  6648. /**
  6649. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6650. *
  6651. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6652. */
  6653. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  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/Maker/MakeSerializerNormalizer.php';
  6660. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6661. $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')))));
  6662. $instance->setName('make:serializer:normalizer');
  6663. $instance->setDescription('Creates a new serializer normalizer class');
  6664. return $instance;
  6665. }
  6666. /**
  6667. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  6668. *
  6669. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6670. */
  6671. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  6672. {
  6673. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6674. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6675. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6676. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6677. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  6678. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6679. $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')))));
  6680. $instance->setName('make:stimulus-controller');
  6681. $instance->setDescription('Creates a new Stimulus controller');
  6682. return $instance;
  6683. }
  6684. /**
  6685. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6686. *
  6687. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6688. */
  6689. protected function getMaker_AutoCommand_MakeSubscriberService()
  6690. {
  6691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6692. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6693. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6694. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6695. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6696. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6697. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6698. $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')))));
  6699. $instance->setName('make:subscriber');
  6700. $instance->setDescription('Creates a new event subscriber class');
  6701. return $instance;
  6702. }
  6703. /**
  6704. * Gets the private 'maker.auto_command.make_test' shared service.
  6705. *
  6706. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6707. */
  6708. protected function getMaker_AutoCommand_MakeTestService()
  6709. {
  6710. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6711. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6712. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6713. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6714. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6715. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6716. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6717. $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')))));
  6718. $instance->setName('make:test');
  6719. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  6720. $instance->setDescription('Creates a new test class');
  6721. return $instance;
  6722. }
  6723. /**
  6724. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  6725. *
  6726. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6727. */
  6728. protected function getMaker_AutoCommand_MakeTwigComponentService()
  6729. {
  6730. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6731. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6732. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6733. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6734. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  6735. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6736. $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')))));
  6737. $instance->setName('make:twig-component');
  6738. $instance->setDescription('Creates a twig (or live) component');
  6739. return $instance;
  6740. }
  6741. /**
  6742. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6743. *
  6744. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6745. */
  6746. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6747. {
  6748. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6749. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6750. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6751. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6752. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6753. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6754. $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')))));
  6755. $instance->setName('make:twig-extension');
  6756. $instance->setDescription('Creates a new Twig extension with its runtime class');
  6757. return $instance;
  6758. }
  6759. /**
  6760. * Gets the private 'maker.auto_command.make_user' shared service.
  6761. *
  6762. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6763. */
  6764. protected function getMaker_AutoCommand_MakeUserService()
  6765. {
  6766. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6767. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6768. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6772. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.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_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')))));
  6776. $instance->setName('make:user');
  6777. $instance->setDescription('Creates a new security user class');
  6778. return $instance;
  6779. }
  6780. /**
  6781. * Gets the private 'maker.auto_command.make_validator' shared service.
  6782. *
  6783. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6784. */
  6785. protected function getMaker_AutoCommand_MakeValidatorService()
  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/MakeValidator.php';
  6792. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6793. $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')))));
  6794. $instance->setName('make:validator');
  6795. $instance->setDescription('Creates a new validator and constraint class');
  6796. return $instance;
  6797. }
  6798. /**
  6799. * Gets the private 'maker.auto_command.make_voter' shared service.
  6800. *
  6801. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6802. */
  6803. protected function getMaker_AutoCommand_MakeVoterService()
  6804. {
  6805. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6806. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6807. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6808. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6810. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  6811. $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')))));
  6812. $instance->setName('make:voter');
  6813. $instance->setDescription('Creates a new security voter class');
  6814. return $instance;
  6815. }
  6816. /**
  6817. * Gets the private 'maker.doctrine_helper' shared service.
  6818. *
  6819. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6820. */
  6821. protected function getMaker_DoctrineHelperService()
  6822. {
  6823. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6824. 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())]]]);
  6825. }
  6826. /**
  6827. * Gets the private 'maker.entity_class_generator' shared service.
  6828. *
  6829. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6830. */
  6831. protected function getMaker_EntityClassGeneratorService()
  6832. {
  6833. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6834. 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()));
  6835. }
  6836. /**
  6837. * Gets the private 'maker.file_link_formatter' shared service.
  6838. *
  6839. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  6840. */
  6841. protected function getMaker_FileLinkFormatterService()
  6842. {
  6843. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6844. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6845. }
  6846. /**
  6847. * Gets the private 'maker.file_manager' shared service.
  6848. *
  6849. * @return \Symfony\Bundle\MakerBundle\FileManager
  6850. */
  6851. protected function getMaker_FileManagerService()
  6852. {
  6853. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6854. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6855. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6856. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  6857. 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'));
  6858. }
  6859. /**
  6860. * Gets the private 'maker.generator' shared service.
  6861. *
  6862. * @return \Symfony\Bundle\MakerBundle\Generator
  6863. */
  6864. protected function getMaker_GeneratorService()
  6865. {
  6866. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6867. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6868. 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());
  6869. }
  6870. /**
  6871. * Gets the private 'maker.php_compat_util' shared service.
  6872. *
  6873. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6874. */
  6875. protected function getMaker_PhpCompatUtilService()
  6876. {
  6877. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6878. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6879. }
  6880. /**
  6881. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6882. *
  6883. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6884. */
  6885. protected function getMaker_Renderer_FormTypeRendererService()
  6886. {
  6887. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6888. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6889. }
  6890. /**
  6891. * Gets the private 'mime_types' shared service.
  6892. *
  6893. * @return \Symfony\Component\Mime\MimeTypes
  6894. */
  6895. protected function getMimeTypesService()
  6896. {
  6897. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6898. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6899. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  6900. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6901. $instance->setDefault($instance);
  6902. return $instance;
  6903. }
  6904. /**
  6905. * Gets the private 'monolog.command.server_log' shared service.
  6906. *
  6907. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6908. */
  6909. protected function getMonolog_Command_ServerLogService()
  6910. {
  6911. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6912. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6913. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6914. $instance->setName('server:log');
  6915. $instance->setDescription('Start a log server that displays logs in real time');
  6916. return $instance;
  6917. }
  6918. /**
  6919. * Gets the private 'monolog.handler.console' shared service.
  6920. *
  6921. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6922. */
  6923. protected function getMonolog_Handler_ConsoleService()
  6924. {
  6925. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  6926. }
  6927. /**
  6928. * Gets the private 'monolog.handler.deprecation' shared service.
  6929. *
  6930. * @return \Monolog\Handler\StreamHandler
  6931. */
  6932. protected function getMonolog_Handler_DeprecationService()
  6933. {
  6934. $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.deprecations.log'), 'DEBUG', true, NULL, false);
  6935. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6936. return $instance;
  6937. }
  6938. /**
  6939. * Gets the private 'monolog.handler.mailer' shared service.
  6940. *
  6941. * @return \Monolog\Handler\StreamHandler
  6942. */
  6943. protected function getMonolog_Handler_MailerService()
  6944. {
  6945. $this->privates['monolog.handler.mailer'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/mailer.dev.log'), 'error', true, NULL, false);
  6946. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6947. return $instance;
  6948. }
  6949. /**
  6950. * Gets the private 'monolog.handler.main' shared service.
  6951. *
  6952. * @return \Monolog\Handler\StreamHandler
  6953. */
  6954. protected function getMonolog_Handler_MainService()
  6955. {
  6956. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  6957. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  6958. return $instance;
  6959. }
  6960. /**
  6961. * Gets the private 'monolog.logger' shared service.
  6962. *
  6963. * @return \Symfony\Bridge\Monolog\Logger
  6964. */
  6965. protected function getMonolog_LoggerService()
  6966. {
  6967. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6968. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6969. $instance->useMicrosecondTimestamps(true);
  6970. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6971. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6972. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6973. return $instance;
  6974. }
  6975. /**
  6976. * Gets the private 'monolog.logger.cache' shared service.
  6977. *
  6978. * @return \Symfony\Bridge\Monolog\Logger
  6979. */
  6980. protected function getMonolog_Logger_CacheService()
  6981. {
  6982. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6983. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6984. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6985. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6986. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6987. return $instance;
  6988. }
  6989. /**
  6990. * Gets the private 'monolog.logger.request' shared service.
  6991. *
  6992. * @return \Symfony\Bridge\Monolog\Logger
  6993. */
  6994. protected function getMonolog_Logger_RequestService()
  6995. {
  6996. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6997. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6998. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6999. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7000. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7001. return $instance;
  7002. }
  7003. /**
  7004. * Gets the private 'monolog.logger.security' shared service.
  7005. *
  7006. * @return \Symfony\Bridge\Monolog\Logger
  7007. */
  7008. protected function getMonolog_Logger_SecurityService()
  7009. {
  7010. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7011. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7012. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7013. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7014. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7015. return $instance;
  7016. }
  7017. /**
  7018. * Gets the private 'parameter_bag' shared service.
  7019. *
  7020. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7021. */
  7022. protected function getParameterBagService()
  7023. {
  7024. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7025. }
  7026. /**
  7027. * Gets the private 'profiler_listener' shared service.
  7028. *
  7029. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7030. */
  7031. protected function getProfilerListenerService()
  7032. {
  7033. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  7034. if (isset($this->privates['profiler_listener'])) {
  7035. return $this->privates['profiler_listener'];
  7036. }
  7037. 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);
  7038. }
  7039. /**
  7040. * Gets the private 'property_accessor' shared service.
  7041. *
  7042. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7043. */
  7044. protected function getPropertyAccessorService()
  7045. {
  7046. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7047. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7048. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  7049. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  7050. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  7051. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  7052. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7053. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  7054. }
  7055. /**
  7056. * Gets the private 'property_info' shared service.
  7057. *
  7058. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7059. */
  7060. protected function getPropertyInfoService()
  7061. {
  7062. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7063. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7064. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7065. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7066. }, 3), new RewindableGenerator(function () {
  7067. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7068. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  7069. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7070. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7071. }, 4), new RewindableGenerator(function () {
  7072. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7073. }, 1), new RewindableGenerator(function () {
  7074. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7075. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7076. }, 2), new RewindableGenerator(function () {
  7077. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7078. }, 1));
  7079. }
  7080. /**
  7081. * Gets the private 'property_info.serializer_extractor' shared service.
  7082. *
  7083. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7084. */
  7085. protected function getPropertyInfo_SerializerExtractorService()
  7086. {
  7087. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7088. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7089. }
  7090. /**
  7091. * Gets the private 'router.cache_warmer' shared service.
  7092. *
  7093. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7094. */
  7095. protected function getRouter_CacheWarmerService()
  7096. {
  7097. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7098. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7099. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7100. 'router' => ['services', 'router', 'getRouterService', false],
  7101. ], [
  7102. 'router' => '?',
  7103. ]))->withContext('router.cache_warmer', $this));
  7104. }
  7105. /**
  7106. * Gets the private 'router.expression_language_provider' shared service.
  7107. *
  7108. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7109. */
  7110. protected function getRouter_ExpressionLanguageProviderService()
  7111. {
  7112. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7113. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  7114. ], [
  7115. 'env' => 'Closure',
  7116. ]));
  7117. }
  7118. /**
  7119. * Gets the private 'router.request_context' shared service.
  7120. *
  7121. * @return \Symfony\Component\Routing\RequestContext
  7122. */
  7123. protected function getRouter_RequestContextService()
  7124. {
  7125. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  7126. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7127. return $instance;
  7128. }
  7129. /**
  7130. * Gets the private 'router_listener' shared service.
  7131. *
  7132. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7133. */
  7134. protected function getRouterListenerService()
  7135. {
  7136. 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);
  7137. }
  7138. /**
  7139. * Gets the private 'secrets.vault' shared service.
  7140. *
  7141. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7142. */
  7143. protected function getSecrets_VaultService()
  7144. {
  7145. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7146. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7147. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7148. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  7149. 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'));
  7150. }
  7151. /**
  7152. * Gets the private 'security.access_listener' shared service.
  7153. *
  7154. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7155. */
  7156. protected function getSecurity_AccessListenerService()
  7157. {
  7158. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7159. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7160. if (isset($this->privates['security.access_listener'])) {
  7161. return $this->privates['security.access_listener'];
  7162. }
  7163. 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);
  7164. }
  7165. /**
  7166. * Gets the private 'security.access_map' shared service.
  7167. *
  7168. * @return \Symfony\Component\Security\Http\AccessMap
  7169. */
  7170. protected function getSecurity_AccessMapService()
  7171. {
  7172. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7173. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  7174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7176. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7177. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7178. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [0 => 'ROLE_ADMIN'], NULL);
  7179. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/questions'), [0 => 'ROLE_ADULTE', 1 => 'ROLE_COLLEGE', 2 => 'ROLE_LYCEE'], NULL);
  7180. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/professeur'), [0 => 'ROLE_PROF', 1 => 'ROLE_MENTOR', 2 => 'ROLE_VALIDEUR'], NULL);
  7181. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/conseiller'), [0 => 'ROLE_CONSEILLER'], NULL);
  7182. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mentor'), [0 => 'ROLE_MENTOR'], NULL);
  7183. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mentorer'), [0 => 'ROLE_VALIDEUR'], NULL);
  7184. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/college'), [0 => 'ROLE_COLLEGE'], NULL);
  7185. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/lycee'), [0 => 'ROLE_LYCEE'], NULL);
  7186. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reconversion'), [0 => 'ROLE_ADULTE'], NULL);
  7187. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/parent'), [0 => 'ROLE_PARENT'], NULL);
  7188. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile'), [0 => 'ROLE_USER'], NULL);
  7189. return $instance;
  7190. }
  7191. /**
  7192. * Gets the private 'security.authentication.guard_handler' shared service.
  7193. *
  7194. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7195. *
  7196. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7197. */
  7198. protected function getSecurity_Authentication_GuardHandlerService()
  7199. {
  7200. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7201. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7202. if (isset($this->privates['security.authentication.guard_handler'])) {
  7203. return $this->privates['security.authentication.guard_handler'];
  7204. }
  7205. $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  7206. $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  7207. return $instance;
  7208. }
  7209. /**
  7210. * Gets the private 'security.authentication.session_strategy' shared service.
  7211. *
  7212. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  7213. */
  7214. protected function getSecurity_Authentication_SessionStrategyService()
  7215. {
  7216. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7217. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7218. return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  7219. }
  7220. /**
  7221. * Gets the private 'security.authentication_utils' shared service.
  7222. *
  7223. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  7224. */
  7225. protected function getSecurity_AuthenticationUtilsService()
  7226. {
  7227. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  7228. 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())));
  7229. }
  7230. /**
  7231. * Gets the private 'security.channel_listener' shared service.
  7232. *
  7233. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7234. */
  7235. protected function getSecurity_ChannelListenerService()
  7236. {
  7237. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7238. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7239. 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());
  7240. }
  7241. /**
  7242. * Gets the private 'security.command.debug_firewall' shared service.
  7243. *
  7244. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  7245. */
  7246. protected function getSecurity_Command_DebugFirewallService()
  7247. {
  7248. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7249. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  7250. $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\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService())]], true);
  7251. $instance->setName('debug:firewall');
  7252. $instance->setDescription('Display information about your security firewall(s)');
  7253. return $instance;
  7254. }
  7255. /**
  7256. * Gets the private 'security.command.user_password_encoder' shared service.
  7257. *
  7258. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7259. *
  7260. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  7261. */
  7262. protected function getSecurity_Command_UserPasswordEncoderService()
  7263. {
  7264. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  7265. $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 => 'App\\Entity\\User']);
  7266. $instance->setName('security:encode-password');
  7267. $instance->setDescription('Encode a password');
  7268. return $instance;
  7269. }
  7270. /**
  7271. * Gets the private 'security.command.user_password_hash' shared service.
  7272. *
  7273. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  7274. */
  7275. protected function getSecurity_Command_UserPasswordHashService()
  7276. {
  7277. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7278. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  7279. $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\User']);
  7280. $instance->setName('security:hash-password');
  7281. $instance->setDescription('Hash a user password');
  7282. return $instance;
  7283. }
  7284. /**
  7285. * Gets the private 'security.context_listener.0' shared service.
  7286. *
  7287. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7288. */
  7289. protected function getSecurity_ContextListener_0Service()
  7290. {
  7291. 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 () {
  7292. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7293. }, 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']);
  7294. }
  7295. /**
  7296. * Gets the private 'security.csrf.token_storage' shared service.
  7297. *
  7298. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7299. */
  7300. protected function getSecurity_Csrf_TokenStorageService()
  7301. {
  7302. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7303. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7304. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7305. 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())));
  7306. }
  7307. /**
  7308. * Gets the private 'security.encoder_factory.generic' shared service.
  7309. *
  7310. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7311. *
  7312. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  7313. */
  7314. protected function getSecurity_EncoderFactory_GenericService()
  7315. {
  7316. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  7317. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
  7318. }
  7319. /**
  7320. * Gets the private 'security.event_dispatcher.main' shared service.
  7321. *
  7322. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  7323. */
  7324. protected function getSecurity_EventDispatcher_MainService()
  7325. {
  7326. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  7327. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  7328. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  7329. }, 1 => 'onSuccessfulLogin'], 0);
  7330. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7331. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  7332. }, 1 => 'onLogout'], 64);
  7333. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7334. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  7335. }, 1 => 'onLogout'], 0);
  7336. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7337. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7338. }, 1 => 'preCheckCredentials'], 256);
  7339. $instance->addListener('security.authentication.success', [0 => function () {
  7340. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  7341. }, 1 => 'postCheckCredentials'], 256);
  7342. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7343. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  7344. }, 1 => 'checkPassport'], 1024);
  7345. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7346. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  7347. }, 1 => 'checkPassport'], 0);
  7348. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  7349. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  7350. }, 1 => 'onLoginSuccess'], 0);
  7351. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  7352. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  7353. }, 1 => 'checkPassport'], 512);
  7354. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  7355. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7356. }, 1 => 'onLogout'], 0);
  7357. return $instance;
  7358. }
  7359. /**
  7360. * Gets the private 'security.firewall.map' shared service.
  7361. *
  7362. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7363. */
  7364. protected function getSecurity_Firewall_MapService()
  7365. {
  7366. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  7367. if (isset($this->privates['security.firewall.map'])) {
  7368. return $this->privates['security.firewall.map'];
  7369. }
  7370. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  7371. 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)/')));
  7372. yield 'security.firewall.map.context.main' => NULL;
  7373. }, 2));
  7374. }
  7375. /**
  7376. * Gets the private 'security.firewall.map.context.dev' shared service.
  7377. *
  7378. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7379. */
  7380. protected function getSecurity_Firewall_Map_Context_DevService()
  7381. {
  7382. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7383. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7384. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7385. return new \EmptyIterator();
  7386. }, 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));
  7387. }
  7388. /**
  7389. * Gets the private 'security.firewall.map.context.main' shared service.
  7390. *
  7391. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7392. */
  7393. protected function getSecurity_Firewall_Map_Context_MainService()
  7394. {
  7395. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7396. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7397. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7398. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7399. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7400. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7401. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  7402. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7403. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7404. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7405. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7406. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  7407. yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7408. }, 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\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), 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', 'App\\Security\\UserChecker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'App\\Security\\LoginFormAuthenticator'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7409. }
  7410. /**
  7411. * Gets the private 'security.helper' shared service.
  7412. *
  7413. * @return \Symfony\Component\Security\Core\Security
  7414. */
  7415. protected function getSecurity_HelperService()
  7416. {
  7417. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  7418. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7419. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  7420. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  7421. ], [
  7422. 'security.authorization_checker' => '?',
  7423. 'security.token_storage' => '?',
  7424. ]));
  7425. }
  7426. /**
  7427. * Gets the private 'security.http_utils' shared service.
  7428. *
  7429. * @return \Symfony\Component\Security\Http\HttpUtils
  7430. */
  7431. protected function getSecurity_HttpUtilsService()
  7432. {
  7433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  7434. $a = ($this->services['router'] ?? $this->getRouterService());
  7435. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  7436. }
  7437. /**
  7438. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  7439. *
  7440. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  7441. */
  7442. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  7443. {
  7444. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  7445. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7446. }
  7447. /**
  7448. * Gets the private 'security.listener.csrf_protection' shared service.
  7449. *
  7450. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  7451. */
  7452. protected function getSecurity_Listener_CsrfProtectionService()
  7453. {
  7454. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  7455. 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()));
  7456. }
  7457. /**
  7458. * Gets the private 'security.listener.password_migrating' shared service.
  7459. *
  7460. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  7461. */
  7462. protected function getSecurity_Listener_PasswordMigratingService()
  7463. {
  7464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  7465. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  7466. }
  7467. /**
  7468. * Gets the private 'security.listener.session.main' shared service.
  7469. *
  7470. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  7471. */
  7472. protected function getSecurity_Listener_Session_MainService()
  7473. {
  7474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  7475. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  7476. }
  7477. /**
  7478. * Gets the private 'security.listener.user_checker.main' shared service.
  7479. *
  7480. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  7481. */
  7482. protected function getSecurity_Listener_UserChecker_MainService()
  7483. {
  7484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  7485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7486. include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
  7487. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(new \App\Security\UserChecker());
  7488. }
  7489. /**
  7490. * Gets the private 'security.listener.user_provider' shared service.
  7491. *
  7492. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  7493. */
  7494. protected function getSecurity_Listener_UserProviderService()
  7495. {
  7496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  7497. 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()));
  7498. }
  7499. /**
  7500. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  7501. *
  7502. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  7503. */
  7504. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  7505. {
  7506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  7507. 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()));
  7508. }
  7509. /**
  7510. * Gets the private 'security.logout.listener.default.main' shared service.
  7511. *
  7512. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  7513. */
  7514. protected function getSecurity_Logout_Listener_Default_MainService()
  7515. {
  7516. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  7517. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  7518. }
  7519. /**
  7520. * Gets the private 'security.logout_url_generator' shared service.
  7521. *
  7522. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7523. */
  7524. protected function getSecurity_LogoutUrlGeneratorService()
  7525. {
  7526. $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()));
  7527. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  7528. return $instance;
  7529. }
  7530. /**
  7531. * Gets the private 'security.password_hasher_factory' shared service.
  7532. *
  7533. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  7534. */
  7535. protected function getSecurity_PasswordHasherFactoryService()
  7536. {
  7537. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  7538. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  7539. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
  7540. }
  7541. /**
  7542. * Gets the private 'security.role_hierarchy' shared service.
  7543. *
  7544. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7545. */
  7546. protected function getSecurity_RoleHierarchyService()
  7547. {
  7548. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7549. }
  7550. /**
  7551. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7552. *
  7553. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7554. */
  7555. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7556. {
  7557. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7558. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7559. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7560. 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);
  7561. }
  7562. /**
  7563. * Gets the private 'security.validator.user_password' shared service.
  7564. *
  7565. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7566. */
  7567. protected function getSecurity_Validator_UserPasswordService()
  7568. {
  7569. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7570. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7572. 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()));
  7573. }
  7574. /**
  7575. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7576. *
  7577. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7578. */
  7579. protected function getSensioFrameworkExtra_Controller_ListenerService()
  7580. {
  7581. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7582. }
  7583. /**
  7584. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7585. *
  7586. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7587. */
  7588. protected function getSensioFrameworkExtra_Converter_ListenerService()
  7589. {
  7590. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7591. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  7592. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  7593. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  7594. }
  7595. /**
  7596. * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  7597. *
  7598. * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  7599. *
  7600. * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  7601. */
  7602. protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  7603. {
  7604. trigger_deprecation('sensio/framework-extra-bundle', '5.2', 'The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  7605. return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7606. }
  7607. /**
  7608. * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  7609. *
  7610. * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  7611. *
  7612. * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  7613. */
  7614. protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  7615. {
  7616. trigger_deprecation('sensio/framework-extra-bundle', '5.2', 'The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  7617. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  7618. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  7619. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7620. return new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  7621. }
  7622. /**
  7623. * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  7624. *
  7625. * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  7626. *
  7627. * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  7628. */
  7629. protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  7630. {
  7631. trigger_deprecation('sensio/framework-extra-bundle', '5.2', 'The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  7632. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  7633. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  7634. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7635. return new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  7636. }
  7637. /**
  7638. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7639. *
  7640. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7641. */
  7642. protected function getSensioFrameworkExtra_Security_ListenerService()
  7643. {
  7644. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7645. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  7646. return $this->privates['sensio_framework_extra.security.listener'];
  7647. }
  7648. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7649. }
  7650. /**
  7651. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7652. *
  7653. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7654. */
  7655. protected function getSensioFrameworkExtra_View_ListenerService()
  7656. {
  7657. $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))));
  7658. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7659. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7660. ], [
  7661. 'twig' => '?',
  7662. ]))->withContext('sensio_framework_extra.view.listener', $this));
  7663. return $instance;
  7664. }
  7665. /**
  7666. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7667. *
  7668. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7669. */
  7670. protected function getSerializer_Mapping_CacheWarmerService()
  7671. {
  7672. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7673. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7674. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7675. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7676. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7677. 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'));
  7678. }
  7679. /**
  7680. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7681. *
  7682. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7683. */
  7684. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7685. {
  7686. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7687. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7688. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7689. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7690. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7691. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7692. 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()))]));
  7693. }
  7694. /**
  7695. * Gets the private 'session.factory' shared service.
  7696. *
  7697. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  7698. */
  7699. protected function getSession_FactoryService()
  7700. {
  7701. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  7702. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  7703. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7704. if (isset($this->privates['session.factory'])) {
  7705. return $this->privates['session.factory'];
  7706. }
  7707. 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']);
  7708. }
  7709. /**
  7710. * Gets the private 'session.storage.factory.service' shared service.
  7711. *
  7712. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7713. *
  7714. * @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.
  7715. */
  7716. protected function getSession_Storage_Factory_ServiceService()
  7717. {
  7718. 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.');
  7719. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7720. }
  7721. /**
  7722. * Gets the private 'session.storage.metadata_bag' shared service.
  7723. *
  7724. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7725. *
  7726. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7727. */
  7728. protected function getSession_Storage_MetadataBagService()
  7729. {
  7730. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7731. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  7732. }
  7733. /**
  7734. * Gets the private 'session.storage.native' shared service.
  7735. *
  7736. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7737. *
  7738. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7739. */
  7740. protected function getSession_Storage_NativeService()
  7741. {
  7742. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7743. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7744. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  7745. 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());
  7746. }
  7747. /**
  7748. * Gets the private 'session_listener' shared service.
  7749. *
  7750. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7751. */
  7752. protected function getSessionListenerService()
  7753. {
  7754. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7755. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  7756. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  7757. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  7758. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  7759. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  7760. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  7761. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  7762. ], [
  7763. 'initialized_session' => '?',
  7764. 'logger' => '?',
  7765. 'request_stack' => '?',
  7766. 'session' => '?',
  7767. 'session_collector' => '?',
  7768. 'session_factory' => '?',
  7769. 'session_storage' => '?',
  7770. ]), true, $this->parameters['session.storage.options']);
  7771. }
  7772. /**
  7773. * Gets the private 'translation.extractor' shared service.
  7774. *
  7775. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7776. */
  7777. protected function getTranslation_ExtractorService()
  7778. {
  7779. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7780. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7781. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7782. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7783. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7784. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7785. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7786. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7787. return $instance;
  7788. }
  7789. /**
  7790. * Gets the private 'translation.loader.csv' shared service.
  7791. *
  7792. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7793. */
  7794. protected function getTranslation_Loader_CsvService()
  7795. {
  7796. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7797. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7798. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7799. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7800. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7801. }
  7802. /**
  7803. * Gets the private 'translation.loader.dat' shared service.
  7804. *
  7805. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7806. */
  7807. protected function getTranslation_Loader_DatService()
  7808. {
  7809. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7810. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7811. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7812. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7813. }
  7814. /**
  7815. * Gets the private 'translation.loader.ini' shared service.
  7816. *
  7817. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7818. */
  7819. protected function getTranslation_Loader_IniService()
  7820. {
  7821. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7822. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7823. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7824. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7825. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7826. }
  7827. /**
  7828. * Gets the private 'translation.loader.json' shared service.
  7829. *
  7830. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7831. */
  7832. protected function getTranslation_Loader_JsonService()
  7833. {
  7834. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7835. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7836. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7837. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7838. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7839. }
  7840. /**
  7841. * Gets the private 'translation.loader.mo' shared service.
  7842. *
  7843. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7844. */
  7845. protected function getTranslation_Loader_MoService()
  7846. {
  7847. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7848. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7849. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7850. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7851. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7852. }
  7853. /**
  7854. * Gets the private 'translation.loader.php' shared service.
  7855. *
  7856. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7857. */
  7858. protected function getTranslation_Loader_PhpService()
  7859. {
  7860. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7861. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7862. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7863. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7864. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7865. }
  7866. /**
  7867. * Gets the private 'translation.loader.po' shared service.
  7868. *
  7869. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7870. */
  7871. protected function getTranslation_Loader_PoService()
  7872. {
  7873. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7874. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7875. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7876. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7877. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7878. }
  7879. /**
  7880. * Gets the private 'translation.loader.qt' shared service.
  7881. *
  7882. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7883. */
  7884. protected function getTranslation_Loader_QtService()
  7885. {
  7886. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7887. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7888. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7889. }
  7890. /**
  7891. * Gets the private 'translation.loader.res' shared service.
  7892. *
  7893. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7894. */
  7895. protected function getTranslation_Loader_ResService()
  7896. {
  7897. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7898. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7899. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7900. }
  7901. /**
  7902. * Gets the private 'translation.loader.xliff' shared service.
  7903. *
  7904. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7905. */
  7906. protected function getTranslation_Loader_XliffService()
  7907. {
  7908. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7909. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7910. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7911. }
  7912. /**
  7913. * Gets the private 'translation.loader.yml' shared service.
  7914. *
  7915. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7916. */
  7917. protected function getTranslation_Loader_YmlService()
  7918. {
  7919. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7920. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7921. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7922. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7923. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7924. }
  7925. /**
  7926. * Gets the private 'translation.provider_collection' shared service.
  7927. *
  7928. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7929. */
  7930. protected function getTranslation_ProviderCollectionService()
  7931. {
  7932. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7933. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7934. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7935. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7936. }, 1), []))->fromConfig([]);
  7937. }
  7938. /**
  7939. * Gets the private 'translation.reader' shared service.
  7940. *
  7941. * @return \Symfony\Component\Translation\Reader\TranslationReader
  7942. */
  7943. protected function getTranslation_ReaderService()
  7944. {
  7945. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7946. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7947. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7948. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7949. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7950. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7951. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7952. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7953. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7954. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7955. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7956. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7957. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7958. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7959. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7960. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7961. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7962. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7963. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7964. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7965. $instance->addLoader('yaml', $a);
  7966. $instance->addLoader('yml', $a);
  7967. $instance->addLoader('xlf', $b);
  7968. $instance->addLoader('xliff', $b);
  7969. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7970. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7971. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7972. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7973. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7974. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7975. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7976. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7977. return $instance;
  7978. }
  7979. /**
  7980. * Gets the private 'translation.warmer' shared service.
  7981. *
  7982. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7983. */
  7984. protected function getTranslation_WarmerService()
  7985. {
  7986. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7987. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7988. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7989. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7990. ], [
  7991. 'translator' => '?',
  7992. ]))->withContext('translation.warmer', $this));
  7993. }
  7994. /**
  7995. * Gets the private 'translation.writer' shared service.
  7996. *
  7997. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7998. */
  7999. protected function getTranslation_WriterService()
  8000. {
  8001. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8002. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8003. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8004. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8005. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8006. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8007. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8008. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8009. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8010. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8011. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8012. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8013. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8014. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8015. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8016. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8017. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8018. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8019. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8020. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8021. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8022. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8023. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8024. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8025. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8026. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8027. return $instance;
  8028. }
  8029. /**
  8030. * Gets the private 'translator.default' shared service.
  8031. *
  8032. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8033. */
  8034. protected function getTranslator_DefaultService()
  8035. {
  8036. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8037. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  8038. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  8039. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  8040. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  8041. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  8042. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  8043. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  8044. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  8045. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  8046. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  8047. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  8048. ], [
  8049. 'translation.loader.csv' => '?',
  8050. 'translation.loader.dat' => '?',
  8051. 'translation.loader.ini' => '?',
  8052. 'translation.loader.json' => '?',
  8053. 'translation.loader.mo' => '?',
  8054. 'translation.loader.php' => '?',
  8055. 'translation.loader.po' => '?',
  8056. 'translation.loader.qt' => '?',
  8057. 'translation.loader.res' => '?',
  8058. 'translation.loader.xliff' => '?',
  8059. 'translation.loader.yml' => '?',
  8060. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 4 => 'translations', 5 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/symfony/twig-bundle/translations', 7 => 'vendor/twig/extra-bundle/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 10 => 'vendor/symfony/security-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 16 => 'vendor/sensio/framework-extra-bundle/src/translations']]], []);
  8061. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8062. $instance->setFallbackLocales([0 => 'fr']);
  8063. return $instance;
  8064. }
  8065. /**
  8066. * Gets the private 'twig.command.debug' shared service.
  8067. *
  8068. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8069. */
  8070. protected function getTwig_Command_DebugService()
  8071. {
  8072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8073. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8074. $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()));
  8075. $instance->setName('debug:twig');
  8076. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  8077. return $instance;
  8078. }
  8079. /**
  8080. * Gets the private 'twig.command.lint' shared service.
  8081. *
  8082. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8083. */
  8084. protected function getTwig_Command_LintService()
  8085. {
  8086. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8087. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8088. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8089. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8090. $instance->setName('lint:twig');
  8091. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  8092. return $instance;
  8093. }
  8094. /**
  8095. * Gets the private 'twig.form.engine' shared service.
  8096. *
  8097. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  8098. */
  8099. protected function getTwig_Form_EngineService()
  8100. {
  8101. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8102. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8103. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8104. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8105. if (isset($this->privates['twig.form.engine'])) {
  8106. return $this->privates['twig.form.engine'];
  8107. }
  8108. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  8109. }
  8110. /**
  8111. * Gets the private 'twig.form.renderer' shared service.
  8112. *
  8113. * @return \Symfony\Component\Form\FormRenderer
  8114. */
  8115. protected function getTwig_Form_RendererService()
  8116. {
  8117. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  8118. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  8119. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  8120. if (isset($this->privates['twig.form.renderer'])) {
  8121. return $this->privates['twig.form.renderer'];
  8122. }
  8123. 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()));
  8124. }
  8125. /**
  8126. * Gets the private 'twig.mailer.message_listener' shared service.
  8127. *
  8128. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8129. */
  8130. protected function getTwig_Mailer_MessageListenerService()
  8131. {
  8132. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8133. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8134. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8135. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8136. if (isset($this->privates['twig.mailer.message_listener'])) {
  8137. return $this->privates['twig.mailer.message_listener'];
  8138. }
  8139. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  8140. }
  8141. /**
  8142. * Gets the private 'twig.runtime.httpkernel' shared service.
  8143. *
  8144. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8145. */
  8146. protected function getTwig_Runtime_HttpkernelService()
  8147. {
  8148. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  8152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  8153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  8154. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8155. 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, [
  8156. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  8157. ], [
  8158. 'inline' => '?',
  8159. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  8160. }
  8161. /**
  8162. * Gets the private 'twig.runtime.security_csrf' shared service.
  8163. *
  8164. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8165. */
  8166. protected function getTwig_Runtime_SecurityCsrfService()
  8167. {
  8168. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8169. 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()));
  8170. }
  8171. /**
  8172. * Gets the private 'twig.runtime.serializer' shared service.
  8173. *
  8174. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  8175. */
  8176. protected function getTwig_Runtime_SerializerService()
  8177. {
  8178. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8179. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  8180. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  8181. }
  8182. /**
  8183. * Gets the private 'twig.template_cache_warmer' shared service.
  8184. *
  8185. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8186. */
  8187. protected function getTwig_TemplateCacheWarmerService()
  8188. {
  8189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8190. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8191. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8192. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8193. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8194. ], [
  8195. 'twig' => '?',
  8196. ]))->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')));
  8197. }
  8198. /**
  8199. * Gets the private 'validator.builder' shared service.
  8200. *
  8201. * @return \Symfony\Component\Validator\ValidatorBuilder
  8202. */
  8203. protected function getValidator_BuilderService()
  8204. {
  8205. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8206. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8207. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8208. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  8209. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8210. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  8211. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8212. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  8213. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  8214. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  8215. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  8216. ], [
  8217. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8218. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8219. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8220. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8221. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8222. 'doctrine.orm.validator.unique' => '?',
  8223. 'security.validator.user_password' => '?',
  8224. 'validator.expression' => '?',
  8225. ])));
  8226. if ($this->has('translator')) {
  8227. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8228. }
  8229. $instance->setTranslationDomain('validators');
  8230. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8231. $instance->enableAnnotationMapping(true);
  8232. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8233. $instance->addMethodMapping('loadValidatorMetadata');
  8234. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8235. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  8236. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8237. return $instance;
  8238. }
  8239. /**
  8240. * Gets the private 'validator.email' shared service.
  8241. *
  8242. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8243. */
  8244. protected function getValidator_EmailService()
  8245. {
  8246. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8247. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8248. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8249. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8250. }
  8251. /**
  8252. * Gets the private 'validator.expression' shared service.
  8253. *
  8254. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8255. */
  8256. protected function getValidator_ExpressionService()
  8257. {
  8258. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8259. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8260. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8261. 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())));
  8262. }
  8263. /**
  8264. * Gets the private 'validator.mapping.cache_warmer' shared service.
  8265. *
  8266. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8267. */
  8268. protected function getValidator_Mapping_CacheWarmerService()
  8269. {
  8270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8271. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8272. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8273. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8274. }
  8275. /**
  8276. * Gets the private 'validator.not_compromised_password' shared service.
  8277. *
  8278. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8279. */
  8280. protected function getValidator_NotCompromisedPasswordService()
  8281. {
  8282. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8283. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  8284. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8285. 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);
  8286. }
  8287. /**
  8288. * Gets the private 'var_dumper.command.server_dump' shared service.
  8289. *
  8290. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8291. */
  8292. protected function getVarDumper_Command_ServerDumpService()
  8293. {
  8294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8295. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8296. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8297. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8298. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8299. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8300. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8301. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8302. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8303. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8304. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8305. $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()))]);
  8306. $instance->setName('server:dump');
  8307. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  8308. return $instance;
  8309. }
  8310. /**
  8311. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8312. *
  8313. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8314. */
  8315. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8316. {
  8317. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  8318. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8319. return $instance;
  8320. }
  8321. /**
  8322. * Gets the private 'var_dumper.html_dumper' shared service.
  8323. *
  8324. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8325. */
  8326. protected function getVarDumper_HtmlDumperService()
  8327. {
  8328. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  8329. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8330. return $instance;
  8331. }
  8332. /**
  8333. * Gets the private 'var_dumper.server_connection' shared service.
  8334. *
  8335. * @return \Symfony\Component\VarDumper\Server\Connection
  8336. */
  8337. protected function getVarDumper_ServerConnectionService()
  8338. {
  8339. 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()]);
  8340. }
  8341. /**
  8342. * Gets the private 'web_profiler.csp.handler' shared service.
  8343. *
  8344. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8345. */
  8346. protected function getWebProfiler_Csp_HandlerService()
  8347. {
  8348. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8349. }
  8350. /**
  8351. * Gets the private 'web_profiler.debug_toolbar' shared service.
  8352. *
  8353. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8354. */
  8355. protected function getWebProfiler_DebugToolbarService()
  8356. {
  8357. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8358. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  8359. return $this->privates['web_profiler.debug_toolbar'];
  8360. }
  8361. 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()));
  8362. }
  8363. /**
  8364. * Gets the public 'cache_clearer' alias.
  8365. *
  8366. * @return object The ".container.private.cache_clearer" service.
  8367. */
  8368. protected function getCacheClearerService()
  8369. {
  8370. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  8371. return $this->get('.container.private.cache_clearer');
  8372. }
  8373. /**
  8374. * Gets the public 'filesystem' alias.
  8375. *
  8376. * @return object The ".container.private.filesystem" service.
  8377. */
  8378. protected function getFilesystemService()
  8379. {
  8380. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  8381. return $this->get('.container.private.filesystem');
  8382. }
  8383. /**
  8384. * Gets the public 'serializer' alias.
  8385. *
  8386. * @return object The ".container.private.serializer" service.
  8387. */
  8388. protected function getSerializerService()
  8389. {
  8390. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  8391. return $this->get('.container.private.serializer');
  8392. }
  8393. /**
  8394. * Gets the public 'security.csrf.token_manager' alias.
  8395. *
  8396. * @return object The ".container.private.security.csrf.token_manager" service.
  8397. */
  8398. protected function getSecurity_Csrf_TokenManagerService()
  8399. {
  8400. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  8401. return $this->get('.container.private.security.csrf.token_manager');
  8402. }
  8403. /**
  8404. * Gets the public 'form.factory' alias.
  8405. *
  8406. * @return object The ".container.private.form.factory" service.
  8407. */
  8408. protected function getForm_FactoryService()
  8409. {
  8410. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  8411. return $this->get('.container.private.form.factory');
  8412. }
  8413. /**
  8414. * Gets the public 'form.type.file' alias.
  8415. *
  8416. * @return object The ".container.private.form.type.file" service.
  8417. */
  8418. protected function getForm_Type_FileService()
  8419. {
  8420. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  8421. return $this->get('.container.private.form.type.file');
  8422. }
  8423. /**
  8424. * Gets the public 'profiler' alias.
  8425. *
  8426. * @return object The ".container.private.profiler" service.
  8427. */
  8428. protected function getProfilerService()
  8429. {
  8430. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  8431. return $this->get('.container.private.profiler');
  8432. }
  8433. /**
  8434. * Gets the public 'twig' alias.
  8435. *
  8436. * @return object The ".container.private.twig" service.
  8437. */
  8438. protected function getTwigService()
  8439. {
  8440. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  8441. return $this->get('.container.private.twig');
  8442. }
  8443. /**
  8444. * Gets the public 'security.authorization_checker' alias.
  8445. *
  8446. * @return object The ".container.private.security.authorization_checker" service.
  8447. */
  8448. protected function getSecurity_AuthorizationCheckerService()
  8449. {
  8450. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  8451. return $this->get('.container.private.security.authorization_checker');
  8452. }
  8453. /**
  8454. * Gets the public 'security.token_storage' alias.
  8455. *
  8456. * @return object The ".container.private.security.token_storage" service.
  8457. */
  8458. protected function getSecurity_TokenStorageService()
  8459. {
  8460. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  8461. return $this->get('.container.private.security.token_storage');
  8462. }
  8463. /**
  8464. * Gets the public 'security.password_encoder' alias.
  8465. *
  8466. * @return object The ".container.private.security.password_encoder" service.
  8467. */
  8468. protected function getSecurity_PasswordEncoderService()
  8469. {
  8470. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  8471. return $this->get('.container.private.security.password_encoder');
  8472. }
  8473. /**
  8474. * Gets the public 'session' alias.
  8475. *
  8476. * @return object The ".container.private.session" service.
  8477. */
  8478. protected function getSessionService()
  8479. {
  8480. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  8481. return $this->get('.container.private.session');
  8482. }
  8483. /**
  8484. * Gets the public 'validator' alias.
  8485. *
  8486. * @return object The ".container.private.validator" service.
  8487. */
  8488. protected function getValidatorService()
  8489. {
  8490. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  8491. return $this->get('.container.private.validator');
  8492. }
  8493. /**
  8494. * @return array|bool|float|int|string|\UnitEnum|null
  8495. */
  8496. public function getParameter(string $name)
  8497. {
  8498. if (isset($this->buildParameters[$name])) {
  8499. return $this->buildParameters[$name];
  8500. }
  8501. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  8502. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  8503. }
  8504. if (isset($this->loadedDynamicParameters[$name])) {
  8505. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8506. }
  8507. return $this->parameters[$name];
  8508. }
  8509. public function hasParameter(string $name): bool
  8510. {
  8511. if (isset($this->buildParameters[$name])) {
  8512. return true;
  8513. }
  8514. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  8515. }
  8516. public function setParameter(string $name, $value): void
  8517. {
  8518. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8519. }
  8520. public function getParameterBag(): ParameterBagInterface
  8521. {
  8522. if (null === $this->parameterBag) {
  8523. $parameters = $this->parameters;
  8524. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8525. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8526. }
  8527. foreach ($this->buildParameters as $name => $value) {
  8528. $parameters[$name] = $value;
  8529. }
  8530. $this->parameterBag = new FrozenParameterBag($parameters);
  8531. }
  8532. return $this->parameterBag;
  8533. }
  8534. private $loadedDynamicParameters = [
  8535. 'kernel.runtime_environment' => false,
  8536. 'kernel.build_dir' => false,
  8537. 'kernel.cache_dir' => false,
  8538. 'ADMIN_EMAIL' => false,
  8539. 'APP_ENV' => false,
  8540. 'kernel.secret' => false,
  8541. 'debug.container.dump' => false,
  8542. 'serializer.mapping.cache.file' => false,
  8543. 'validator.mapping.cache.file' => false,
  8544. 'profiler.storage.dsn' => false,
  8545. 'doctrine.orm.proxy_dir' => false,
  8546. ];
  8547. private $dynamicParameters = [];
  8548. private function getDynamicParameter(string $name)
  8549. {
  8550. switch ($name) {
  8551. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  8552. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  8553. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  8554. case 'ADMIN_EMAIL': $value = $this->getEnv('ADMIN_EMAIL'); break;
  8555. case 'APP_ENV': $value = $this->getEnv('APP_ENV'); break;
  8556. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  8557. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8558. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  8559. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  8560. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8561. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8562. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  8563. }
  8564. $this->loadedDynamicParameters[$name] = true;
  8565. return $this->dynamicParameters[$name] = $value;
  8566. }
  8567. protected function getDefaultParameters(): array
  8568. {
  8569. return [
  8570. 'kernel.project_dir' => \dirname(__DIR__, 4),
  8571. 'kernel.environment' => 'dev',
  8572. 'kernel.debug' => true,
  8573. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  8574. 'kernel.bundles' => [
  8575. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8576. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8577. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8578. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8579. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8580. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8581. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8582. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8583. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8584. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8585. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8586. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  8587. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8588. ],
  8589. 'kernel.bundles_metadata' => [
  8590. 'FrameworkBundle' => [
  8591. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  8592. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8593. ],
  8594. 'TwigBundle' => [
  8595. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  8596. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8597. ],
  8598. 'TwigExtraBundle' => [
  8599. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  8600. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8601. ],
  8602. 'DoctrineBundle' => [
  8603. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  8604. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8605. ],
  8606. 'DoctrineMigrationsBundle' => [
  8607. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8608. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8609. ],
  8610. 'SecurityBundle' => [
  8611. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  8612. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8613. ],
  8614. 'WebProfilerBundle' => [
  8615. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  8616. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8617. ],
  8618. 'MonologBundle' => [
  8619. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  8620. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8621. ],
  8622. 'DebugBundle' => [
  8623. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  8624. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8625. ],
  8626. 'MakerBundle' => [
  8627. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  8628. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8629. ],
  8630. 'DoctrineFixturesBundle' => [
  8631. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8632. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8633. ],
  8634. 'SymfonyCastsVerifyEmailBundle' => [
  8635. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  8636. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  8637. ],
  8638. 'SensioFrameworkExtraBundle' => [
  8639. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  8640. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8641. ],
  8642. ],
  8643. 'kernel.charset' => 'UTF-8',
  8644. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  8645. 'container.dumper.inline_class_loader' => true,
  8646. 'container.dumper.inline_factories' => true,
  8647. 'PROJECT_NAME' => 'Projets Métiers',
  8648. 'event_dispatcher.event_aliases' => [
  8649. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8650. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8651. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8652. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8653. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8654. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8655. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8656. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8657. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8658. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8659. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8660. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8661. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8662. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8663. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8664. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8665. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8666. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8667. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8668. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8669. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8670. ],
  8671. 'fragment.renderer.hinclude.global_template' => NULL,
  8672. 'fragment.path' => '/_fragment',
  8673. 'kernel.http_method_override' => true,
  8674. 'kernel.trusted_hosts' => [
  8675. ],
  8676. 'kernel.default_locale' => 'fr',
  8677. 'kernel.enabled_locales' => [
  8678. ],
  8679. 'kernel.error_controller' => 'error_controller',
  8680. 'debug.file_link_format' => NULL,
  8681. 'asset.request_context.base_path' => NULL,
  8682. 'asset.request_context.secure' => NULL,
  8683. 'translator.logging' => false,
  8684. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  8685. 'debug.error_handler.throw_at' => -1,
  8686. 'router.request_context.host' => 'localhost',
  8687. 'router.request_context.scheme' => 'http',
  8688. 'router.request_context.base_url' => '',
  8689. 'router.resource' => 'kernel::loadRoutes',
  8690. 'request_listener.http_port' => 80,
  8691. 'request_listener.https_port' => 443,
  8692. 'session.metadata.storage_key' => '_sf2_meta',
  8693. 'session.storage.options' => [
  8694. 'cache_limiter' => '0',
  8695. 'cookie_secure' => 'auto',
  8696. 'cookie_httponly' => true,
  8697. 'cookie_samesite' => 'lax',
  8698. 'gc_probability' => 1,
  8699. ],
  8700. 'session.save_path' => NULL,
  8701. 'session.metadata.update_threshold' => 0,
  8702. 'form.type_extension.csrf.enabled' => true,
  8703. 'form.type_extension.csrf.field_name' => '_token',
  8704. 'validator.translation_domain' => 'validators',
  8705. 'profiler_listener.only_exceptions' => false,
  8706. 'profiler_listener.only_main_requests' => false,
  8707. 'twig.form.resources' => [
  8708. 0 => 'form_div_layout.html.twig',
  8709. 1 => 'bootstrap_4_layout.html.twig',
  8710. ],
  8711. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  8712. 'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8713. 'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8714. 'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8715. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8716. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8717. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8718. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8719. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8720. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8721. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8722. 'doctrine.entity_managers' => [
  8723. 'default' => 'doctrine.orm.default_entity_manager',
  8724. ],
  8725. 'doctrine.default_entity_manager' => 'default',
  8726. 'doctrine.dbal.connection_factory.types' => [
  8727. ],
  8728. 'doctrine.connections' => [
  8729. 'default' => 'doctrine.dbal.default_connection',
  8730. ],
  8731. 'doctrine.default_connection' => 'default',
  8732. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8733. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8734. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8735. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8736. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8737. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8738. 'doctrine.orm.cache.memcache_host' => 'localhost',
  8739. 'doctrine.orm.cache.memcache_port' => 11211,
  8740. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8741. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8742. 'doctrine.orm.cache.memcached_host' => 'localhost',
  8743. 'doctrine.orm.cache.memcached_port' => 11211,
  8744. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8745. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8746. 'doctrine.orm.cache.redis_host' => 'localhost',
  8747. 'doctrine.orm.cache.redis_port' => 6379,
  8748. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8749. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8750. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8751. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8752. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8753. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8754. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8755. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8756. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8757. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8758. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8759. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8760. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8761. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8762. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8763. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8764. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8765. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8766. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8767. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8768. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8769. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8770. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8771. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8772. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8773. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8774. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8775. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8776. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8777. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8778. 'doctrine.orm.auto_generate_proxy_classes' => true,
  8779. 'doctrine.orm.proxy_namespace' => 'Proxies',
  8780. 'doctrine_migrations.namespace' => 'DoctrineMigrations',
  8781. 'doctrine_migrations.name' => 'Application Migrations',
  8782. 'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
  8783. 'doctrine_migrations.table_name' => 'migration_versions',
  8784. 'doctrine_migrations.column_name' => 'version',
  8785. 'doctrine_migrations.column_length' => 14,
  8786. 'doctrine_migrations.executed_at_column_name' => 'executed_at',
  8787. 'doctrine_migrations.all_or_nothing' => false,
  8788. 'doctrine_migrations.custom_template' => NULL,
  8789. 'doctrine_migrations.organize_migrations' => false,
  8790. 'security.role_hierarchy.roles' => [
  8791. 'ROLE_ADMIN' => [
  8792. 0 => 'ROLE_PROF',
  8793. 1 => 'ROLE_COLLEGE',
  8794. 2 => 'ROLE_LYCEE',
  8795. 3 => 'ROLE_ADULTE',
  8796. 4 => 'ROLE_PARENT',
  8797. 5 => 'ROLE_CONSEILLER',
  8798. 6 => 'ROLE_MENTOR',
  8799. 7 => 'ROLE_VALIDEUR',
  8800. ],
  8801. 'ROLE_MENTOR' => [
  8802. 0 => 'ROLE_PROF',
  8803. ],
  8804. 'ROLE_VALIDEUR' => [
  8805. 0 => 'ROLE_MENTOR',
  8806. ],
  8807. ],
  8808. 'security.access.denied_url' => NULL,
  8809. 'security.authentication.manager.erase_credentials' => true,
  8810. 'security.authentication.session_strategy.strategy' => 'migrate',
  8811. 'security.access.always_authenticate_before_granting' => false,
  8812. 'security.authentication.hide_user_not_found' => true,
  8813. 'security.firewalls' => [
  8814. 0 => 'dev',
  8815. 1 => 'main',
  8816. ],
  8817. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  8818. 'web_profiler.debug_toolbar.mode' => 2,
  8819. 'monolog.use_microseconds' => true,
  8820. 'monolog.swift_mailer.handlers' => [
  8821. ],
  8822. 'monolog.handlers_to_channels' => [
  8823. 'monolog.handler.deprecation' => [
  8824. 'type' => 'inclusive',
  8825. 'elements' => [
  8826. 0 => 'deprecation',
  8827. ],
  8828. ],
  8829. 'monolog.handler.mailer' => [
  8830. 'type' => 'inclusive',
  8831. 'elements' => [
  8832. 0 => 'mailer',
  8833. ],
  8834. ],
  8835. 'monolog.handler.console' => [
  8836. 'type' => 'exclusive',
  8837. 'elements' => [
  8838. 0 => 'event',
  8839. 1 => 'doctrine',
  8840. 2 => 'console',
  8841. ],
  8842. ],
  8843. 'monolog.handler.main' => [
  8844. 'type' => 'exclusive',
  8845. 'elements' => [
  8846. 0 => 'event',
  8847. ],
  8848. ],
  8849. ],
  8850. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8851. 'data_collector.templates' => [
  8852. 'data_collector.request' => [
  8853. 0 => 'request',
  8854. 1 => '@WebProfiler/Collector/request.html.twig',
  8855. ],
  8856. 'data_collector.time' => [
  8857. 0 => 'time',
  8858. 1 => '@WebProfiler/Collector/time.html.twig',
  8859. ],
  8860. 'data_collector.memory' => [
  8861. 0 => 'memory',
  8862. 1 => '@WebProfiler/Collector/memory.html.twig',
  8863. ],
  8864. 'data_collector.validator' => [
  8865. 0 => 'validator',
  8866. 1 => '@WebProfiler/Collector/validator.html.twig',
  8867. ],
  8868. 'data_collector.ajax' => [
  8869. 0 => 'ajax',
  8870. 1 => '@WebProfiler/Collector/ajax.html.twig',
  8871. ],
  8872. 'data_collector.form' => [
  8873. 0 => 'form',
  8874. 1 => '@WebProfiler/Collector/form.html.twig',
  8875. ],
  8876. 'data_collector.exception' => [
  8877. 0 => 'exception',
  8878. 1 => '@WebProfiler/Collector/exception.html.twig',
  8879. ],
  8880. 'data_collector.logger' => [
  8881. 0 => 'logger',
  8882. 1 => '@WebProfiler/Collector/logger.html.twig',
  8883. ],
  8884. 'data_collector.events' => [
  8885. 0 => 'events',
  8886. 1 => '@WebProfiler/Collector/events.html.twig',
  8887. ],
  8888. 'data_collector.router' => [
  8889. 0 => 'router',
  8890. 1 => '@WebProfiler/Collector/router.html.twig',
  8891. ],
  8892. 'data_collector.cache' => [
  8893. 0 => 'cache',
  8894. 1 => '@WebProfiler/Collector/cache.html.twig',
  8895. ],
  8896. 'data_collector.translation' => [
  8897. 0 => 'translation',
  8898. 1 => '@WebProfiler/Collector/translation.html.twig',
  8899. ],
  8900. 'data_collector.security' => [
  8901. 0 => 'security',
  8902. 1 => '@Security/Collector/security.html.twig',
  8903. ],
  8904. 'data_collector.twig' => [
  8905. 0 => 'twig',
  8906. 1 => '@WebProfiler/Collector/twig.html.twig',
  8907. ],
  8908. 'data_collector.http_client' => [
  8909. 0 => 'http_client',
  8910. 1 => '@WebProfiler/Collector/http_client.html.twig',
  8911. ],
  8912. 'data_collector.doctrine' => [
  8913. 0 => 'db',
  8914. 1 => '@Doctrine/Collector/db.html.twig',
  8915. ],
  8916. 'data_collector.dump' => [
  8917. 0 => 'dump',
  8918. 1 => '@Debug/Profiler/dump.html.twig',
  8919. ],
  8920. 'mailer.data_collector' => [
  8921. 0 => 'mailer',
  8922. 1 => '@WebProfiler/Collector/mailer.html.twig',
  8923. ],
  8924. 'notifier.data_collector' => [
  8925. 0 => 'notifier',
  8926. 1 => '@WebProfiler/Collector/notifier.html.twig',
  8927. ],
  8928. 'data_collector.config' => [
  8929. 0 => 'config',
  8930. 1 => '@WebProfiler/Collector/config.html.twig',
  8931. ],
  8932. ],
  8933. 'console.command.ids' => [
  8934. ],
  8935. ];
  8936. }
  8937. protected function throw($message)
  8938. {
  8939. throw new RuntimeException($message);
  8940. }
  8941. }