var/cache/dev/Container1uhTdcV/App_KernelDevDebugContainer.php line 593

Open in your IDE?
  1. <?php
  2. namespace Container1uhTdcV;
  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\\Api\\CityController' => 'getCityControllerService',
  47. 'App\\Controller\\Api\\CountryController' => 'getCountryControllerService',
  48. 'App\\Controller\\Api\\OnlyOfficeController' => 'getOnlyOfficeControllerService',
  49. 'App\\Controller\\Api\\StateController' => 'getStateControllerService',
  50. 'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  51. 'App\\Controller\\EstadisticasUsoDiscoController' => 'getEstadisticasUsoDiscoControllerService',
  52. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  53. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  54. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  55. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  56. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  57. 'cache.app' => 'getCache_AppService',
  58. 'cache.app_clearer' => 'getCache_AppClearerService',
  59. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  60. 'cache.system' => 'getCache_SystemService',
  61. 'cache.system_clearer' => 'getCache_SystemClearerService',
  62. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  63. 'cache_warmer' => 'getCacheWarmerService',
  64. 'console.command_loader' => 'getConsole_CommandLoaderService',
  65. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  66. 'data_collector.dump' => 'getDataCollector_DumpService',
  67. 'doctrine' => 'getDoctrineService',
  68. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  69. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  70. 'error_controller' => 'getErrorControllerService',
  71. 'event_dispatcher' => 'getEventDispatcherService',
  72. 'http_kernel' => 'getHttpKernelService',
  73. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  74. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  75. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  76. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  77. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  78. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  79. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  80. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  81. 'request_stack' => 'getRequestStackService',
  82. 'router' => 'getRouterService',
  83. 'routing.loader' => 'getRouting_LoaderService',
  84. 'services_resetter' => 'getServicesResetterService',
  85. 'translator' => 'getTranslatorService',
  86. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  87. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  88. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  89. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  90. 'cache_clearer' => 'getCacheClearerService',
  91. 'filesystem' => 'getFilesystemService',
  92. 'serializer' => 'getSerializerService',
  93. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  94. 'form.factory' => 'getForm_FactoryService',
  95. 'form.type.file' => 'getForm_Type_FileService',
  96. 'profiler' => 'getProfilerService',
  97. 'twig' => 'getTwigService',
  98. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  99. 'security.token_storage' => 'getSecurity_TokenStorageService',
  100. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  101. 'session' => 'getSessionService',
  102. 'validator' => 'getValidatorService',
  103. ];
  104. $this->aliases = [
  105. 'database_connection' => 'doctrine.dbal.default_connection',
  106. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  107. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  108. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  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/EventListener/ApiTokenListener.php';
  119. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  120. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  121. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/RequestSubscriber.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  124. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  125. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  126. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  128. include_once \dirname(__DIR__, 4).'/src/Repository/ClienteRepository.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.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/DumpExtension.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.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/http-foundation/Session/SessionInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  445. include_once __DIR__.'/proxy-classes.php';
  446. };
  447. }
  448. public function compile(): void
  449. {
  450. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  451. }
  452. public function isCompiled(): bool
  453. {
  454. return true;
  455. }
  456. public function getRemovedIds(): array
  457. {
  458. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  459. }
  460. protected function createProxy($class, \Closure $factory)
  461. {
  462. return $factory();
  463. }
  464. /**
  465. * Gets the public '.container.private.cache_clearer' shared service.
  466. *
  467. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  468. */
  469. protected function get_Container_Private_CacheClearerService()
  470. {
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  473. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  474. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  475. }, 1));
  476. }
  477. /**
  478. * Gets the public '.container.private.filesystem' shared service.
  479. *
  480. * @return \Symfony\Component\Filesystem\Filesystem
  481. */
  482. protected function get_Container_Private_FilesystemService()
  483. {
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  485. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  486. }
  487. /**
  488. * Gets the public '.container.private.form.factory' shared service.
  489. *
  490. * @return \Symfony\Component\Form\FormFactory
  491. */
  492. protected function get_Container_Private_Form_FactoryService()
  493. {
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  496. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  497. }
  498. /**
  499. * Gets the public '.container.private.form.type.file' shared service.
  500. *
  501. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  502. */
  503. protected function get_Container_Private_Form_Type_FileService()
  504. {
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  508. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  509. }
  510. /**
  511. * Gets the public '.container.private.profiler' shared service.
  512. *
  513. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  514. */
  515. protected function get_Container_Private_ProfilerService()
  516. {
  517. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  518. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  519. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  520. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  521. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  522. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  523. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  524. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  525. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  526. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  527. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  528. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  529. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  530. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  531. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  532. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  533. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  534. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  535. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  536. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  537. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  538. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  539. if ($this->has('kernel')) {
  540. $f->setKernel($b);
  541. }
  542. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  543. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  544. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  545. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  546. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  547. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  548. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  549. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  550. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  551. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  552. $instance->add($d);
  553. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  554. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  555. $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())));
  556. $instance->add($e);
  557. $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  558. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  559. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  560. $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()))));
  561. $instance->add($f);
  562. return $instance;
  563. }
  564. /**
  565. * Gets the public '.container.private.security.authorization_checker' shared service.
  566. *
  567. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  568. */
  569. protected function get_Container_Private_Security_AuthorizationCheckerService()
  570. {
  571. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  572. if (isset($this->services['.container.private.security.authorization_checker'])) {
  573. return $this->services['.container.private.security.authorization_checker'];
  574. }
  575. 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);
  576. }
  577. /**
  578. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  579. *
  580. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  581. */
  582. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  583. {
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  588. 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())));
  589. }
  590. /**
  591. * Gets the public '.container.private.security.password_encoder' shared service.
  592. *
  593. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  594. *
  595. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  596. */
  597. protected function get_Container_Private_Security_PasswordEncoderService()
  598. {
  599. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  600. 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()));
  601. }
  602. /**
  603. * Gets the public '.container.private.security.token_storage' shared service.
  604. *
  605. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  606. */
  607. protected function get_Container_Private_Security_TokenStorageService()
  608. {
  609. 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, [
  610. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  611. ], [
  612. 'request_stack' => '?',
  613. ]));
  614. }
  615. /**
  616. * Gets the public '.container.private.serializer' shared service.
  617. *
  618. * @return \Symfony\Component\Serializer\Serializer
  619. */
  620. protected function get_Container_Private_SerializerService()
  621. {
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  636. include_once \dirname(__DIR__, 4).'/src/Serializer/CityNormalizer.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  663. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  664. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  665. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  666. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  667. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  668. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \App\Serializer\CityNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c, $b, $d, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c, $b, $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()]);
  669. }
  670. /**
  671. * Gets the public '.container.private.session' shared service.
  672. *
  673. * @return \Symfony\Component\HttpFoundation\Session\Session
  674. */
  675. protected function get_Container_Private_SessionService()
  676. {
  677. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  678. if (isset($this->services['.container.private.session'])) {
  679. return $this->services['.container.private.session'];
  680. }
  681. return $this->services['.container.private.session'] = $a->createSession();
  682. }
  683. /**
  684. * Gets the public '.container.private.twig' shared service.
  685. *
  686. * @return \Twig\Environment
  687. */
  688. protected function get_Container_Private_TwigService()
  689. {
  690. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  691. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  692. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  693. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  694. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  696. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  697. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  698. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  699. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  700. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  701. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  702. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  703. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  704. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  705. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  706. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  707. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  708. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  709. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  710. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  711. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  712. $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  713. $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  714. return new \EmptyIterator();
  715. }, 0)));
  716. $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  717. $h = ($this->services['router'] ?? $this->getRouterService());
  718. $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  719. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  720. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
  721. $k = new \Symfony\Bridge\Twig\AppVariable();
  722. $k->setEnvironment('dev');
  723. $k->setDebug(true);
  724. if ($this->has('.container.private.security.token_storage')) {
  725. $k->setTokenStorage($i);
  726. }
  727. if ($this->has('request_stack')) {
  728. $k->setRequestStack($d);
  729. }
  730. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  731. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  732. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  733. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  734. $instance->addExtension($f);
  735. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
  736. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  737. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  738. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  739. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  740. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  741. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $h)));
  742. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  743. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  744. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  745. $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())));
  746. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  747. $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  748. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  749. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  750. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  751. $instance->addGlobal('app', $k);
  752. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  753. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  754. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  755. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  756. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  757. ], [
  758. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  759. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  760. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  761. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  762. ])));
  763. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  764. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  765. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  766. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  767. return $instance;
  768. }
  769. /**
  770. * Gets the public '.container.private.validator' shared service.
  771. *
  772. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  773. */
  774. protected function get_Container_Private_ValidatorService()
  775. {
  776. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  777. }
  778. /**
  779. * Gets the public 'App\Controller\Api\CityController' shared autowired service.
  780. *
  781. * @return \App\Controller\Api\CityController
  782. */
  783. protected function getCityControllerService()
  784. {
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  786. include_once \dirname(__DIR__, 4).'/src/Controller/Api/CityController.php';
  787. $this->services['App\\Controller\\Api\\CityController'] = $instance = new \App\Controller\Api\CityController();
  788. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\CityController', $this));
  789. return $instance;
  790. }
  791. /**
  792. * Gets the public 'App\Controller\Api\CountryController' shared autowired service.
  793. *
  794. * @return \App\Controller\Api\CountryController
  795. */
  796. protected function getCountryControllerService()
  797. {
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  799. include_once \dirname(__DIR__, 4).'/src/Controller/Api/CountryController.php';
  800. $this->services['App\\Controller\\Api\\CountryController'] = $instance = new \App\Controller\Api\CountryController();
  801. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\CountryController', $this));
  802. return $instance;
  803. }
  804. /**
  805. * Gets the public 'App\Controller\Api\OnlyOfficeController' shared autowired service.
  806. *
  807. * @return \App\Controller\Api\OnlyOfficeController
  808. */
  809. protected function getOnlyOfficeControllerService()
  810. {
  811. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812. include_once \dirname(__DIR__, 4).'/src/Controller/Api/OnlyOfficeController.php';
  813. include_once \dirname(__DIR__, 4).'/src/Service/OnlyOfficeDocBuilderService.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/ArrayTrait.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/JsonTrait.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/ClientTrait.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-storage/src/StorageClient.php';
  818. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  819. $this->services['App\\Controller\\Api\\OnlyOfficeController'] = $instance = new \App\Controller\Api\OnlyOfficeController(new \App\Service\OnlyOfficeDocBuilderService($this->getEnv('ONLYOFFICE_DOCUMENT_SERVER_URL'), $this->getEnv('ONLYOFFICE_JWT_SECRET'), $a, new \Google\Cloud\Storage\StorageClient(['projectId' => $this->getEnv('GOOGLE_CLOUD_PROJECT_ID'), 'keyFilePath' => (\dirname(__DIR__, 4).'/'.$this->getEnv('string:GOOGLE_CLOUD_KEY_FILE'))]), $this->getEnv('GOOGLE_CLOUD_BUCKET_NAME')), $a);
  820. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\OnlyOfficeController', $this));
  821. return $instance;
  822. }
  823. /**
  824. * Gets the public 'App\Controller\Api\StateController' shared autowired service.
  825. *
  826. * @return \App\Controller\Api\StateController
  827. */
  828. protected function getStateControllerService()
  829. {
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831. include_once \dirname(__DIR__, 4).'/src/Controller/Api/StateController.php';
  832. $this->services['App\\Controller\\Api\\StateController'] = $instance = new \App\Controller\Api\StateController();
  833. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\StateController', $this));
  834. return $instance;
  835. }
  836. /**
  837. * Gets the public 'App\Controller\DashboardController' shared autowired service.
  838. *
  839. * @return \App\Controller\DashboardController
  840. */
  841. protected function getDashboardControllerService()
  842. {
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  844. include_once \dirname(__DIR__, 4).'/src/Controller/DashboardController.php';
  845. $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  846. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController', $this));
  847. return $instance;
  848. }
  849. /**
  850. * Gets the public 'App\Controller\EstadisticasUsoDiscoController' shared autowired service.
  851. *
  852. * @return \App\Controller\EstadisticasUsoDiscoController
  853. */
  854. protected function getEstadisticasUsoDiscoControllerService()
  855. {
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  857. include_once \dirname(__DIR__, 4).'/src/Controller/EstadisticasUsoDiscoController.php';
  858. $this->services['App\\Controller\\EstadisticasUsoDiscoController'] = $instance = new \App\Controller\EstadisticasUsoDiscoController();
  859. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EstadisticasUsoDiscoController', $this));
  860. return $instance;
  861. }
  862. /**
  863. * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  864. *
  865. * @return \App\Controller\ResetPasswordController
  866. */
  867. protected function getResetPasswordControllerService()
  868. {
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  871. include_once \dirname(__DIR__, 4).'/src/Controller/ResetPasswordController.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  878. $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['symfonycasts.reset_password.fake_request_repository'] ?? ($this->privates['symfonycasts.reset_password.fake_request_repository'] = new \SymfonyCasts\Bundle\ResetPassword\Persistence\Fake\FakeResetPasswordInternalRepository())), 3600, 3600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  879. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController', $this));
  880. return $instance;
  881. }
  882. /**
  883. * Gets the public 'App\Controller\SecurityController' shared autowired service.
  884. *
  885. * @return \App\Controller\SecurityController
  886. */
  887. protected function getSecurityControllerService()
  888. {
  889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  890. include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
  891. $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  892. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
  893. return $instance;
  894. }
  895. /**
  896. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  897. *
  898. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  899. */
  900. protected function getProfilerControllerService()
  901. {
  902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  903. 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()));
  904. }
  905. /**
  906. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  907. *
  908. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  909. */
  910. protected function getRedirectControllerService()
  911. {
  912. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  913. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  914. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  915. }
  916. /**
  917. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  918. *
  919. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  920. */
  921. protected function getTemplateControllerService()
  922. {
  923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  924. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  925. }
  926. /**
  927. * Gets the public 'cache.app' shared service.
  928. *
  929. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  930. */
  931. protected function getCache_AppService()
  932. {
  933. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  934. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  935. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  936. }
  937. /**
  938. * Gets the public 'cache.app_clearer' shared service.
  939. *
  940. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  941. */
  942. protected function getCache_AppClearerService()
  943. {
  944. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  945. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  946. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  947. }
  948. /**
  949. * Gets the public 'cache.global_clearer' shared service.
  950. *
  951. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  952. */
  953. protected function getCache_GlobalClearerService()
  954. {
  955. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  956. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  957. 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())]);
  958. }
  959. /**
  960. * Gets the public 'cache.system' shared service.
  961. *
  962. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  963. */
  964. protected function getCache_SystemService()
  965. {
  966. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  967. }
  968. /**
  969. * Gets the public 'cache.system_clearer' shared service.
  970. *
  971. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  972. */
  973. protected function getCache_SystemClearerService()
  974. {
  975. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  976. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  977. 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())]);
  978. }
  979. /**
  980. * Gets the public 'cache.validator_expression_language' shared service.
  981. *
  982. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  983. */
  984. protected function getCache_ValidatorExpressionLanguageService()
  985. {
  986. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  987. }
  988. /**
  989. * Gets the public 'cache_warmer' shared service.
  990. *
  991. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  992. */
  993. protected function getCacheWarmerService()
  994. {
  995. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  996. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  997. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  998. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  999. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1000. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1001. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1002. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1003. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1004. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1005. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1006. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1007. }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1008. }
  1009. /**
  1010. * Gets the public 'console.command_loader' shared service.
  1011. *
  1012. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1013. */
  1014. protected function getConsole_CommandLoaderService()
  1015. {
  1016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1017. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1018. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1019. 'App\\Command\\GestionVigiaCommand' => ['privates', 'App\\Command\\GestionVigiaCommand', 'getGestionVigiaCommandService', false],
  1020. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  1021. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  1022. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  1023. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  1024. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  1025. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  1026. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  1027. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  1028. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  1029. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  1030. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  1031. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  1032. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  1033. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  1034. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  1035. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  1036. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  1037. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  1038. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  1039. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  1040. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  1041. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  1042. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  1043. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  1044. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  1045. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  1046. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  1047. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  1048. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  1049. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  1050. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  1051. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  1052. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  1053. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  1054. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  1055. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  1056. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  1057. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  1058. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  1059. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  1060. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  1061. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  1062. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  1063. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  1064. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  1065. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  1066. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  1067. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  1068. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  1069. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  1070. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  1071. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  1072. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  1073. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  1074. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  1075. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  1076. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  1077. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  1078. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  1079. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  1080. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  1081. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  1082. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  1083. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  1084. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  1085. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  1086. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  1087. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  1088. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  1089. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  1090. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  1091. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  1092. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  1093. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  1094. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  1095. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  1096. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  1097. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  1098. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  1099. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  1100. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  1101. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  1102. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  1103. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  1104. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  1105. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  1106. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  1107. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  1108. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  1109. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  1110. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  1111. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  1112. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  1113. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  1114. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  1115. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  1116. ], [
  1117. 'App\\Command\\GestionVigiaCommand' => 'App\\Command\\GestionVigiaCommand',
  1118. 'console.command.about' => '?',
  1119. 'console.command.assets_install' => '?',
  1120. 'console.command.cache_clear' => '?',
  1121. 'console.command.cache_pool_clear' => '?',
  1122. 'console.command.cache_pool_prune' => '?',
  1123. 'console.command.cache_pool_delete' => '?',
  1124. 'console.command.cache_pool_list' => '?',
  1125. 'console.command.cache_warmup' => '?',
  1126. 'console.command.config_debug' => '?',
  1127. 'console.command.config_dump_reference' => '?',
  1128. 'console.command.container_debug' => '?',
  1129. 'console.command.container_lint' => '?',
  1130. 'console.command.debug_autowiring' => '?',
  1131. 'console.command.dotenv_debug' => '?',
  1132. 'console.command.event_dispatcher_debug' => '?',
  1133. 'console.command.router_debug' => '?',
  1134. 'console.command.router_match' => '?',
  1135. 'console.command.translation_debug' => '?',
  1136. 'console.command.translation_extract' => '?',
  1137. 'console.command.validator_debug' => '?',
  1138. 'console.command.translation_pull' => '?',
  1139. 'console.command.translation_push' => '?',
  1140. 'console.command.xliff_lint' => '?',
  1141. 'console.command.yaml_lint' => '?',
  1142. 'console.command.form_debug' => '?',
  1143. 'console.command.secrets_set' => '?',
  1144. 'console.command.secrets_remove' => '?',
  1145. 'console.command.secrets_generate_key' => '?',
  1146. 'console.command.secrets_list' => '?',
  1147. 'console.command.secrets_decrypt_to_local' => '?',
  1148. 'console.command.secrets_encrypt_from_local' => '?',
  1149. 'twig.command.debug' => '?',
  1150. 'twig.command.lint' => '?',
  1151. 'var_dumper.command.server_dump' => '?',
  1152. 'monolog.command.server_log' => '?',
  1153. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1154. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1155. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1156. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1157. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1158. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1159. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1160. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1161. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1162. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1163. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1164. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1165. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1166. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1167. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1168. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1169. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1170. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1171. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1172. 'doctrine_migrations.diff_command' => '?',
  1173. 'doctrine_migrations.sync_metadata_command' => '?',
  1174. 'doctrine_migrations.versions_command' => '?',
  1175. 'doctrine_migrations.current_command' => '?',
  1176. 'doctrine_migrations.dump_schema_command' => '?',
  1177. 'doctrine_migrations.execute_command' => '?',
  1178. 'doctrine_migrations.generate_command' => '?',
  1179. 'doctrine_migrations.latest_command' => '?',
  1180. 'doctrine_migrations.migrate_command' => '?',
  1181. 'doctrine_migrations.rollup_command' => '?',
  1182. 'doctrine_migrations.status_command' => '?',
  1183. 'doctrine_migrations.up_to_date_command' => '?',
  1184. 'doctrine_migrations.version_command' => '?',
  1185. 'security.command.debug_firewall' => '?',
  1186. 'security.command.user_password_encoder' => '?',
  1187. 'security.command.user_password_hash' => '?',
  1188. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1189. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1190. 'maker.auto_command.make_auth' => '?',
  1191. 'maker.auto_command.make_command' => '?',
  1192. 'maker.auto_command.make_twig_component' => '?',
  1193. 'maker.auto_command.make_controller' => '?',
  1194. 'maker.auto_command.make_crud' => '?',
  1195. 'maker.auto_command.make_docker_database' => '?',
  1196. 'maker.auto_command.make_entity' => '?',
  1197. 'maker.auto_command.make_fixtures' => '?',
  1198. 'maker.auto_command.make_form' => '?',
  1199. 'maker.auto_command.make_message' => '?',
  1200. 'maker.auto_command.make_messenger_middleware' => '?',
  1201. 'maker.auto_command.make_registration_form' => '?',
  1202. 'maker.auto_command.make_reset_password' => '?',
  1203. 'maker.auto_command.make_serializer_encoder' => '?',
  1204. 'maker.auto_command.make_serializer_normalizer' => '?',
  1205. 'maker.auto_command.make_subscriber' => '?',
  1206. 'maker.auto_command.make_twig_extension' => '?',
  1207. 'maker.auto_command.make_test' => '?',
  1208. 'maker.auto_command.make_validator' => '?',
  1209. 'maker.auto_command.make_voter' => '?',
  1210. 'maker.auto_command.make_user' => '?',
  1211. 'maker.auto_command.make_migration' => '?',
  1212. 'maker.auto_command.make_stimulus_controller' => '?',
  1213. 'maker.auto_command.make_security_form_login' => '?',
  1214. ]), ['app:gestion-vigia' => 'App\\Command\\GestionVigiaCommand', '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', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', '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']);
  1215. }
  1216. /**
  1217. * Gets the public 'container.env_var_processors_locator' shared service.
  1218. *
  1219. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1220. */
  1221. protected function getContainer_EnvVarProcessorsLocatorService()
  1222. {
  1223. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1224. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1225. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1226. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1227. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1228. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1229. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1230. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1231. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1232. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1233. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1234. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1235. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1236. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1237. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1238. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1239. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1240. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1241. ], [
  1242. 'base64' => '?',
  1243. 'bool' => '?',
  1244. 'const' => '?',
  1245. 'csv' => '?',
  1246. 'default' => '?',
  1247. 'file' => '?',
  1248. 'float' => '?',
  1249. 'int' => '?',
  1250. 'json' => '?',
  1251. 'key' => '?',
  1252. 'not' => '?',
  1253. 'query_string' => '?',
  1254. 'require' => '?',
  1255. 'resolve' => '?',
  1256. 'string' => '?',
  1257. 'trim' => '?',
  1258. 'url' => '?',
  1259. ]);
  1260. }
  1261. /**
  1262. * Gets the public 'data_collector.dump' shared service.
  1263. *
  1264. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1265. */
  1266. protected function getDataCollector_DumpService()
  1267. {
  1268. 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()));
  1269. }
  1270. /**
  1271. * Gets the public 'doctrine' shared service.
  1272. *
  1273. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1274. */
  1275. protected function getDoctrineService()
  1276. {
  1277. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1278. }
  1279. /**
  1280. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1281. *
  1282. * @return \Doctrine\DBAL\Connection
  1283. */
  1284. protected function getDoctrine_Dbal_DefaultConnectionService()
  1285. {
  1286. $a = new \Doctrine\DBAL\Configuration();
  1287. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1288. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1289. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1290. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1291. $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1292. $c->setConnectionName('default');
  1293. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1294. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1295. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  1296. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'unix_socket' => $this->getEnv('INSTANCE_CONNECTION_NAME'), 'host' => $this->getEnv('DB_HOST'), 'port' => $this->getEnv('DB_PORT'), 'dbname' => $this->getEnv('DB_NAME'), 'user' => $this->getEnv('DB_USER'), 'password' => $this->getEnv('DB_PASS'), 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1297. }
  1298. /**
  1299. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1300. *
  1301. * @return \Doctrine\ORM\EntityManager
  1302. */
  1303. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1304. {
  1305. if ($lazyLoad) {
  1306. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1307. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1308. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1309. $proxy->setProxyInitializer(null);
  1310. return true;
  1311. });
  1312. });
  1313. }
  1314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1333. $a = new \Doctrine\ORM\Configuration();
  1334. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1335. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1336. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1337. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1338. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1339. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1340. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1341. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  1342. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  1343. ], [
  1344. 'doctrine.ulid_generator' => '?',
  1345. 'doctrine.uuid_generator' => '?',
  1346. ])));
  1347. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1348. $a->setProxyNamespace('Proxies');
  1349. $a->setAutoGenerateProxyClasses(true);
  1350. $a->setSchemaIgnoreClasses([]);
  1351. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1352. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1353. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1354. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1355. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1356. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1357. $a->setLazyGhostObjectEnabled(false);
  1358. $a->setIdentityGenerationPreferences([]);
  1359. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1360. 'App\\Repository\\AcuerdoNivelServicioRepository' => ['privates', 'App\\Repository\\AcuerdoNivelServicioRepository', 'getAcuerdoNivelServicioRepositoryService', false],
  1361. 'App\\Repository\\CityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  1362. 'App\\Repository\\ClienteRepository' => ['privates', 'App\\Repository\\ClienteRepository', 'getClienteRepositoryService', false],
  1363. 'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  1364. 'App\\Repository\\FestivoRepository' => ['privates', 'App\\Repository\\FestivoRepository', 'getFestivoRepositoryService', false],
  1365. 'App\\Repository\\ListaItemRepository' => ['privates', 'App\\Repository\\ListaItemRepository', 'getListaItemRepositoryService', false],
  1366. 'App\\Repository\\ListaRepository' => ['privates', 'App\\Repository\\ListaRepository', 'getListaRepositoryService', false],
  1367. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
  1368. 'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  1369. 'App\\Repository\\TicketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
  1370. 'App\\Repository\\TiempoRepository' => ['privates', 'App\\Repository\\TiempoRepository', 'getTiempoRepositoryService', false],
  1371. 'App\\Repository\\UsuarioRepository' => ['privates', 'App\\Repository\\UsuarioRepository', 'getUsuarioRepositoryService', false],
  1372. ], [
  1373. 'App\\Repository\\AcuerdoNivelServicioRepository' => '?',
  1374. 'App\\Repository\\CityRepository' => '?',
  1375. 'App\\Repository\\ClienteRepository' => '?',
  1376. 'App\\Repository\\CountryRepository' => '?',
  1377. 'App\\Repository\\FestivoRepository' => '?',
  1378. 'App\\Repository\\ListaItemRepository' => '?',
  1379. 'App\\Repository\\ListaRepository' => '?',
  1380. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1381. 'App\\Repository\\StateRepository' => '?',
  1382. 'App\\Repository\\TicketRepository' => '?',
  1383. 'App\\Repository\\TiempoRepository' => '?',
  1384. 'App\\Repository\\UsuarioRepository' => '?',
  1385. ])));
  1386. $a->addCustomStringFunction('JSON_CONTAINS', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
  1387. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1388. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1389. return $instance;
  1390. }
  1391. /**
  1392. * Gets the public 'error_controller' shared service.
  1393. *
  1394. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1395. */
  1396. protected function getErrorControllerService()
  1397. {
  1398. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1399. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1400. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1401. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1402. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1403. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1404. 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)));
  1405. }
  1406. /**
  1407. * Gets the public 'event_dispatcher' shared service.
  1408. *
  1409. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1410. */
  1411. protected function getEventDispatcherService()
  1412. {
  1413. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1414. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1415. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1416. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1417. $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())));
  1418. $instance->addListener('kernel.request', [0 => function () {
  1419. return ($this->privates['App\\EventListener\\ApiTokenListener'] ?? $this->getApiTokenListenerService());
  1420. }, 1 => 'onKernelRequest'], 10);
  1421. $instance->addListener('kernel.controller', [0 => function () {
  1422. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1423. }, 1 => 'onKernelController'], 0);
  1424. $instance->addListener('console.command', [0 => function () {
  1425. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1426. }, 1 => 'onConsoleCommand'], 0);
  1427. $instance->addListener('kernel.request', [0 => function () {
  1428. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1429. }, 1 => 'onKernelRequest'], 250);
  1430. $instance->addListener('kernel.response', [0 => function () {
  1431. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1432. }, 1 => 'onKernelResponse'], 0);
  1433. $instance->addListener('kernel.response', [0 => function () {
  1434. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1435. }, 1 => 'onResponse'], -10);
  1436. $instance->addListener('kernel.request', [0 => function () {
  1437. return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  1438. }, 1 => 'onKernelRequest'], 0);
  1439. $instance->addListener('kernel.response', [0 => function () {
  1440. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1441. }, 1 => 'onKernelResponse'], 0);
  1442. $instance->addListener('kernel.response', [0 => function () {
  1443. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1444. }, 1 => 'onKernelResponse'], -1024);
  1445. $instance->addListener('kernel.request', [0 => function () {
  1446. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1447. }, 1 => 'setDefaultLocale'], 100);
  1448. $instance->addListener('kernel.request', [0 => function () {
  1449. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1450. }, 1 => 'onKernelRequest'], 16);
  1451. $instance->addListener('kernel.finish_request', [0 => function () {
  1452. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1453. }, 1 => 'onKernelFinishRequest'], 0);
  1454. $instance->addListener('kernel.request', [0 => function () {
  1455. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1456. }, 1 => 'onKernelRequest'], 256);
  1457. $instance->addListener('kernel.response', [0 => function () {
  1458. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1459. }, 1 => 'onResponse'], -255);
  1460. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1461. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1462. }, 1 => 'onControllerArguments'], 0);
  1463. $instance->addListener('kernel.exception', [0 => function () {
  1464. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1465. }, 1 => 'logKernelException'], 0);
  1466. $instance->addListener('kernel.exception', [0 => function () {
  1467. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1468. }, 1 => 'onKernelException'], -128);
  1469. $instance->addListener('kernel.response', [0 => function () {
  1470. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1471. }, 1 => 'removeCspHeader'], -128);
  1472. $instance->addListener('kernel.request', [0 => function () {
  1473. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1474. }, 1 => 'onKernelRequest'], 15);
  1475. $instance->addListener('kernel.finish_request', [0 => function () {
  1476. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1477. }, 1 => 'onKernelFinishRequest'], -15);
  1478. $instance->addListener('console.error', [0 => function () {
  1479. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1480. }, 1 => 'onConsoleError'], -128);
  1481. $instance->addListener('console.terminate', [0 => function () {
  1482. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1483. }, 1 => 'onConsoleTerminate'], -128);
  1484. $instance->addListener('console.error', [0 => function () {
  1485. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1486. }, 1 => 'onConsoleError'], 0);
  1487. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1488. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1489. }, 1 => 'onMessage'], -255);
  1490. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1491. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1492. }, 1 => 'onMessage'], -255);
  1493. $instance->addListener('kernel.request', [0 => function () {
  1494. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1495. }, 1 => 'configure'], 2048);
  1496. $instance->addListener('console.command', [0 => function () {
  1497. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1498. }, 1 => 'configure'], 2048);
  1499. $instance->addListener('kernel.request', [0 => function () {
  1500. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1501. }, 1 => 'onKernelRequest'], 32);
  1502. $instance->addListener('kernel.finish_request', [0 => function () {
  1503. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1504. }, 1 => 'onKernelFinishRequest'], 0);
  1505. $instance->addListener('kernel.exception', [0 => function () {
  1506. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1507. }, 1 => 'onKernelException'], -64);
  1508. $instance->addListener('kernel.response', [0 => function () {
  1509. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1510. }, 1 => 'onKernelResponse'], 0);
  1511. $instance->addListener('kernel.request', [0 => function () {
  1512. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1513. }, 1 => 'onKernelRequest'], 128);
  1514. $instance->addListener('kernel.response', [0 => function () {
  1515. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1516. }, 1 => 'onKernelResponse'], -1000);
  1517. $instance->addListener('kernel.finish_request', [0 => function () {
  1518. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1519. }, 1 => 'onFinishRequest'], 0);
  1520. $instance->addListener('kernel.response', [0 => function () {
  1521. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1522. }, 1 => 'onKernelResponse'], -100);
  1523. $instance->addListener('kernel.exception', [0 => function () {
  1524. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1525. }, 1 => 'onKernelException'], 0);
  1526. $instance->addListener('kernel.terminate', [0 => function () {
  1527. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1528. }, 1 => 'onKernelTerminate'], -1024);
  1529. $instance->addListener('kernel.controller', [0 => function () {
  1530. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1531. }, 1 => 'onKernelController'], 0);
  1532. $instance->addListener('kernel.response', [0 => function () {
  1533. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1534. }, 1 => 'onKernelResponse'], 0);
  1535. $instance->addListener('kernel.controller', [0 => function () {
  1536. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1537. }, 1 => 'onKernelController'], 0);
  1538. $instance->addListener('kernel.controller', [0 => function () {
  1539. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1540. }, 1 => 'onKernelController'], 0);
  1541. $instance->addListener('kernel.controller', [0 => function () {
  1542. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1543. }, 1 => 'onKernelController'], -128);
  1544. $instance->addListener('kernel.view', [0 => function () {
  1545. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1546. }, 1 => 'onKernelView'], 0);
  1547. $instance->addListener('kernel.controller', [0 => function () {
  1548. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1549. }, 1 => 'onKernelController'], 0);
  1550. $instance->addListener('kernel.response', [0 => function () {
  1551. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1552. }, 1 => 'onKernelResponse'], 0);
  1553. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1554. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1555. }, 1 => 'onKernelControllerArguments'], 0);
  1556. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1557. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1558. }, 1 => 'onKernelControllerArguments'], 0);
  1559. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1560. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1561. }, 1 => 'onMessage'], 0);
  1562. $instance->addListener('kernel.response', [0 => function () {
  1563. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1564. }, 1 => 'onKernelResponse'], -128);
  1565. $instance->addListener('console.command', [0 => function () {
  1566. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1567. }, 1 => 'onCommand'], 255);
  1568. $instance->addListener('console.terminate', [0 => function () {
  1569. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1570. }, 1 => 'onTerminate'], -255);
  1571. $instance->addListener('console.command', [0 => function () {
  1572. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1573. }, 1 => 'configure'], 1024);
  1574. $instance->addListener('console.error', [0 => function () {
  1575. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1576. }, 1 => 'onConsoleError'], 0);
  1577. $instance->addListener('console.terminate', [0 => function () {
  1578. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1579. }, 1 => 'onConsoleTerminate'], 0);
  1580. $instance->addListener('kernel.response', [0 => function () {
  1581. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1582. }, 1 => 'onKernelResponse'], 0);
  1583. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1584. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1585. }, 1 => 'onVoterVote'], 0);
  1586. $instance->addListener('kernel.request', [0 => function () {
  1587. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1588. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1589. $instance->addListener('kernel.request', [0 => function () {
  1590. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1591. }, 1 => 'onKernelRequest'], 8);
  1592. $instance->addListener('kernel.finish_request', [0 => function () {
  1593. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1594. }, 1 => 'onKernelFinishRequest'], 0);
  1595. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1596. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1597. }, 1 => 'onLogout'], 0);
  1598. return $instance;
  1599. }
  1600. /**
  1601. * Gets the public 'http_kernel' shared service.
  1602. *
  1603. * @return \Symfony\Component\HttpKernel\HttpKernel
  1604. */
  1605. protected function getHttpKernelService()
  1606. {
  1607. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1608. if (isset($this->services['http_kernel'])) {
  1609. return $this->services['http_kernel'];
  1610. }
  1611. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1612. 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 () {
  1613. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1614. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1615. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1616. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1617. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1618. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1619. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1620. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1621. }, 8)), $b));
  1622. }
  1623. /**
  1624. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  1625. *
  1626. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  1627. */
  1628. protected function getNelmioApiDoc_Command_DumpService()
  1629. {
  1630. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1631. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  1632. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1633. $instance->setName('nelmio:apidoc:dump');
  1634. return $instance;
  1635. }
  1636. /**
  1637. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  1638. *
  1639. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1640. */
  1641. protected function getNelmioApiDoc_Controller_RedoclyService()
  1642. {
  1643. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1644. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  1645. }
  1646. /**
  1647. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  1648. *
  1649. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1650. */
  1651. protected function getNelmioApiDoc_Controller_StoplightService()
  1652. {
  1653. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1654. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  1655. }
  1656. /**
  1657. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  1658. *
  1659. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  1660. */
  1661. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  1662. {
  1663. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  1664. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1665. }
  1666. /**
  1667. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  1668. *
  1669. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1670. */
  1671. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  1672. {
  1673. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1674. return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  1675. }
  1676. /**
  1677. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  1678. *
  1679. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  1680. */
  1681. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  1682. {
  1683. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  1684. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1685. }
  1686. /**
  1687. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  1688. *
  1689. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  1690. */
  1691. protected function getNelmioApiDoc_Generator_DefaultService()
  1692. {
  1693. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  1694. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  1695. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  1696. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  1697. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  1698. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  1699. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  1700. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  1701. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  1702. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  1703. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  1704. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  1705. }, 5), new RewindableGenerator(function () {
  1706. yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  1707. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  1708. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  1709. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  1710. }, 4), NULL, 'openapi_doc.default', $a);
  1711. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  1712. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1713. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1714. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1715. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1716. $instance->setAlternativeNames([]);
  1717. $instance->setMediaTypes([0 => 'json']);
  1718. $instance->setLogger($b);
  1719. $instance->setOpenApiVersion(NULL);
  1720. return $instance;
  1721. }
  1722. /**
  1723. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  1724. *
  1725. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  1726. */
  1727. protected function getNelmioApiDoc_RenderDocsService()
  1728. {
  1729. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  1730. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  1731. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  1732. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  1733. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  1734. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1735. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  1736. ], [
  1737. 'default' => '?',
  1738. ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn', 'swagger_ui_config' => [], 'redocly_config' => [], 'stoplight_config' => []]));
  1739. }
  1740. /**
  1741. * Gets the public 'request_stack' shared service.
  1742. *
  1743. * @return \Symfony\Component\HttpFoundation\RequestStack
  1744. */
  1745. protected function getRequestStackService()
  1746. {
  1747. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1748. }
  1749. /**
  1750. * Gets the public 'router' shared service.
  1751. *
  1752. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1753. */
  1754. protected function getRouterService()
  1755. {
  1756. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1757. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1758. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1759. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1760. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1761. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1762. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  1763. ], [
  1764. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1765. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
  1766. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1767. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1768. return $instance;
  1769. }
  1770. /**
  1771. * Gets the public 'routing.loader' shared service.
  1772. *
  1773. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1774. */
  1775. protected function getRouting_LoaderService()
  1776. {
  1777. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1778. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  1779. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1780. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1781. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1782. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1783. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  1784. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1785. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1786. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1787. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1788. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  1789. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  1790. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1791. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1792. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1793. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1794. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1795. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1796. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1798. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1799. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1800. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1801. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1802. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  1803. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1804. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  1805. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  1806. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  1807. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  1808. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  1809. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1810. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  1811. ], [
  1812. 'kernel' => 'App\\Kernel',
  1813. ]), 'dev'));
  1814. $a->addLoader($c);
  1815. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  1816. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  1817. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1818. }
  1819. /**
  1820. * Gets the public 'services_resetter' shared service.
  1821. *
  1822. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1823. */
  1824. protected function getServicesResetterService()
  1825. {
  1826. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1827. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1828. if (isset($this->services['cache.app'])) {
  1829. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1830. }
  1831. if (isset($this->services['cache.system'])) {
  1832. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1833. }
  1834. if (isset($this->privates['cache.validator'])) {
  1835. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1836. }
  1837. if (isset($this->privates['cache.serializer'])) {
  1838. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1839. }
  1840. if (isset($this->privates['cache.annotations'])) {
  1841. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1842. }
  1843. if (isset($this->privates['cache.property_info'])) {
  1844. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1845. }
  1846. if (isset($this->privates['.debug.http_client'])) {
  1847. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1848. }
  1849. if (isset($this->privates['mailer.message_logger_listener'])) {
  1850. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1851. }
  1852. if (isset($this->privates['debug.stopwatch'])) {
  1853. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1854. }
  1855. if (isset($this->services['event_dispatcher'])) {
  1856. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1857. }
  1858. if (isset($this->privates['session_listener'])) {
  1859. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1860. }
  1861. if (isset($this->privates['form.choice_list_factory.cached'])) {
  1862. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1863. }
  1864. if (isset($this->services['cache.validator_expression_language'])) {
  1865. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1866. }
  1867. if (isset($this->services['.container.private.profiler'])) {
  1868. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1869. }
  1870. if (isset($this->services['.container.private.validator'])) {
  1871. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1872. }
  1873. if (isset($this->services['.container.private.twig'])) {
  1874. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1875. }
  1876. if (isset($this->privates['twig.form.engine'])) {
  1877. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1878. }
  1879. if (isset($this->privates['monolog.handler.main'])) {
  1880. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1881. }
  1882. if (isset($this->privates['monolog.handler.console'])) {
  1883. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1884. }
  1885. if (isset($this->services['doctrine'])) {
  1886. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1887. }
  1888. if (isset($this->privates['doctrine.debug_data_holder'])) {
  1889. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1890. }
  1891. if (isset($this->privates['form.type.entity'])) {
  1892. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1893. }
  1894. if (isset($this->services['.container.private.security.token_storage'])) {
  1895. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1896. }
  1897. if (isset($this->privates['cache.security_expression_language'])) {
  1898. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1899. }
  1900. if (isset($this->privates['debug.security.firewall'])) {
  1901. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1902. }
  1903. if (isset($this->privates['.debug.http_client'])) {
  1904. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1905. }
  1906. }, function () {
  1907. 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->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['.debug.http_client']));
  1908. }), ['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'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  1909. }
  1910. /**
  1911. * Gets the public 'translator' shared service.
  1912. *
  1913. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1914. */
  1915. protected function getTranslatorService()
  1916. {
  1917. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1918. }
  1919. /**
  1920. * Gets the public 'var_dumper.cloner' shared service.
  1921. *
  1922. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1923. */
  1924. protected function getVarDumper_ClonerService()
  1925. {
  1926. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1927. $instance->setMaxItems(2500);
  1928. $instance->setMinDepth(1);
  1929. $instance->setMaxString(-1);
  1930. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1931. return $instance;
  1932. }
  1933. /**
  1934. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1935. *
  1936. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1937. */
  1938. protected function getWebProfiler_Controller_ExceptionPanelService()
  1939. {
  1940. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1941. 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()));
  1942. }
  1943. /**
  1944. * Gets the public 'web_profiler.controller.profiler' shared service.
  1945. *
  1946. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1947. */
  1948. protected function getWebProfiler_Controller_ProfilerService()
  1949. {
  1950. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1951. 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));
  1952. }
  1953. /**
  1954. * Gets the public 'web_profiler.controller.router' shared service.
  1955. *
  1956. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1957. */
  1958. protected function getWebProfiler_Controller_RouterService()
  1959. {
  1960. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1961. 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 () {
  1962. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1963. }, 1));
  1964. }
  1965. /**
  1966. * Gets the private '.console.command.about.lazy' shared service.
  1967. *
  1968. * @return \Symfony\Component\Console\Command\LazyCommand
  1969. */
  1970. protected function get_Console_Command_About_LazyService()
  1971. {
  1972. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1973. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1974. 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 {
  1975. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1976. });
  1977. }
  1978. /**
  1979. * Gets the private '.console.command.assets_install.lazy' shared service.
  1980. *
  1981. * @return \Symfony\Component\Console\Command\LazyCommand
  1982. */
  1983. protected function get_Console_Command_AssetsInstall_LazyService()
  1984. {
  1985. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1986. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1987. 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 {
  1988. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1989. });
  1990. }
  1991. /**
  1992. * Gets the private '.console.command.cache_clear.lazy' shared service.
  1993. *
  1994. * @return \Symfony\Component\Console\Command\LazyCommand
  1995. */
  1996. protected function get_Console_Command_CacheClear_LazyService()
  1997. {
  1998. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1999. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2000. 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 {
  2001. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2002. });
  2003. }
  2004. /**
  2005. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2006. *
  2007. * @return \Symfony\Component\Console\Command\LazyCommand
  2008. */
  2009. protected function get_Console_Command_CachePoolClear_LazyService()
  2010. {
  2011. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2012. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2013. 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 {
  2014. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2015. });
  2016. }
  2017. /**
  2018. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2019. *
  2020. * @return \Symfony\Component\Console\Command\LazyCommand
  2021. */
  2022. protected function get_Console_Command_CachePoolDelete_LazyService()
  2023. {
  2024. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2025. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2026. 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 {
  2027. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2028. });
  2029. }
  2030. /**
  2031. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2032. *
  2033. * @return \Symfony\Component\Console\Command\LazyCommand
  2034. */
  2035. protected function get_Console_Command_CachePoolList_LazyService()
  2036. {
  2037. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2038. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2039. 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 {
  2040. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2041. });
  2042. }
  2043. /**
  2044. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2045. *
  2046. * @return \Symfony\Component\Console\Command\LazyCommand
  2047. */
  2048. protected function get_Console_Command_CachePoolPrune_LazyService()
  2049. {
  2050. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2051. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2052. 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 {
  2053. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2054. });
  2055. }
  2056. /**
  2057. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2058. *
  2059. * @return \Symfony\Component\Console\Command\LazyCommand
  2060. */
  2061. protected function get_Console_Command_CacheWarmup_LazyService()
  2062. {
  2063. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2064. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2065. 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 {
  2066. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2067. });
  2068. }
  2069. /**
  2070. * Gets the private '.console.command.config_debug.lazy' shared service.
  2071. *
  2072. * @return \Symfony\Component\Console\Command\LazyCommand
  2073. */
  2074. protected function get_Console_Command_ConfigDebug_LazyService()
  2075. {
  2076. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2077. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2078. 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 {
  2079. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2080. });
  2081. }
  2082. /**
  2083. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2084. *
  2085. * @return \Symfony\Component\Console\Command\LazyCommand
  2086. */
  2087. protected function get_Console_Command_ConfigDumpReference_LazyService()
  2088. {
  2089. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2090. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2091. 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 {
  2092. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2093. });
  2094. }
  2095. /**
  2096. * Gets the private '.console.command.container_debug.lazy' shared service.
  2097. *
  2098. * @return \Symfony\Component\Console\Command\LazyCommand
  2099. */
  2100. protected function get_Console_Command_ContainerDebug_LazyService()
  2101. {
  2102. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2103. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2104. 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 {
  2105. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2106. });
  2107. }
  2108. /**
  2109. * Gets the private '.console.command.container_lint.lazy' shared service.
  2110. *
  2111. * @return \Symfony\Component\Console\Command\LazyCommand
  2112. */
  2113. protected function get_Console_Command_ContainerLint_LazyService()
  2114. {
  2115. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2116. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2117. 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 {
  2118. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2119. });
  2120. }
  2121. /**
  2122. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2123. *
  2124. * @return \Symfony\Component\Console\Command\LazyCommand
  2125. */
  2126. protected function get_Console_Command_DebugAutowiring_LazyService()
  2127. {
  2128. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2129. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2130. 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 {
  2131. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2132. });
  2133. }
  2134. /**
  2135. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2136. *
  2137. * @return \Symfony\Component\Console\Command\LazyCommand
  2138. */
  2139. protected function get_Console_Command_DotenvDebug_LazyService()
  2140. {
  2141. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2142. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2143. 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 {
  2144. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2145. });
  2146. }
  2147. /**
  2148. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2149. *
  2150. * @return \Symfony\Component\Console\Command\LazyCommand
  2151. */
  2152. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2153. {
  2154. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2155. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2156. 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 {
  2157. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2158. });
  2159. }
  2160. /**
  2161. * Gets the private '.console.command.form_debug.lazy' shared service.
  2162. *
  2163. * @return \Symfony\Component\Console\Command\LazyCommand
  2164. */
  2165. protected function get_Console_Command_FormDebug_LazyService()
  2166. {
  2167. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2168. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2169. 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 {
  2170. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2171. });
  2172. }
  2173. /**
  2174. * Gets the private '.console.command.router_debug.lazy' shared service.
  2175. *
  2176. * @return \Symfony\Component\Console\Command\LazyCommand
  2177. */
  2178. protected function get_Console_Command_RouterDebug_LazyService()
  2179. {
  2180. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2181. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2182. 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 {
  2183. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2184. });
  2185. }
  2186. /**
  2187. * Gets the private '.console.command.router_match.lazy' shared service.
  2188. *
  2189. * @return \Symfony\Component\Console\Command\LazyCommand
  2190. */
  2191. protected function get_Console_Command_RouterMatch_LazyService()
  2192. {
  2193. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2194. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2195. 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 {
  2196. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2197. });
  2198. }
  2199. /**
  2200. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2201. *
  2202. * @return \Symfony\Component\Console\Command\LazyCommand
  2203. */
  2204. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2205. {
  2206. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2207. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2208. 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 {
  2209. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2210. });
  2211. }
  2212. /**
  2213. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2214. *
  2215. * @return \Symfony\Component\Console\Command\LazyCommand
  2216. */
  2217. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2218. {
  2219. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2220. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2221. 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 {
  2222. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2223. });
  2224. }
  2225. /**
  2226. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2227. *
  2228. * @return \Symfony\Component\Console\Command\LazyCommand
  2229. */
  2230. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2231. {
  2232. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2233. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2234. 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 {
  2235. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2236. });
  2237. }
  2238. /**
  2239. * Gets the private '.console.command.secrets_list.lazy' shared service.
  2240. *
  2241. * @return \Symfony\Component\Console\Command\LazyCommand
  2242. */
  2243. protected function get_Console_Command_SecretsList_LazyService()
  2244. {
  2245. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2246. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2247. 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 {
  2248. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2249. });
  2250. }
  2251. /**
  2252. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2253. *
  2254. * @return \Symfony\Component\Console\Command\LazyCommand
  2255. */
  2256. protected function get_Console_Command_SecretsRemove_LazyService()
  2257. {
  2258. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2259. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2260. 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 {
  2261. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2262. });
  2263. }
  2264. /**
  2265. * Gets the private '.console.command.secrets_set.lazy' shared service.
  2266. *
  2267. * @return \Symfony\Component\Console\Command\LazyCommand
  2268. */
  2269. protected function get_Console_Command_SecretsSet_LazyService()
  2270. {
  2271. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2272. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2273. 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 {
  2274. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2275. });
  2276. }
  2277. /**
  2278. * Gets the private '.console.command.translation_debug.lazy' shared service.
  2279. *
  2280. * @return \Symfony\Component\Console\Command\LazyCommand
  2281. */
  2282. protected function get_Console_Command_TranslationDebug_LazyService()
  2283. {
  2284. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2285. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2286. 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 {
  2287. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2288. });
  2289. }
  2290. /**
  2291. * Gets the private '.console.command.translation_extract.lazy' shared service.
  2292. *
  2293. * @return \Symfony\Component\Console\Command\LazyCommand
  2294. */
  2295. protected function get_Console_Command_TranslationExtract_LazyService()
  2296. {
  2297. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2298. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2299. 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 {
  2300. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2301. });
  2302. }
  2303. /**
  2304. * Gets the private '.console.command.translation_pull.lazy' shared service.
  2305. *
  2306. * @return \Symfony\Component\Console\Command\LazyCommand
  2307. */
  2308. protected function get_Console_Command_TranslationPull_LazyService()
  2309. {
  2310. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2311. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2312. 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 {
  2313. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2314. });
  2315. }
  2316. /**
  2317. * Gets the private '.console.command.translation_push.lazy' shared service.
  2318. *
  2319. * @return \Symfony\Component\Console\Command\LazyCommand
  2320. */
  2321. protected function get_Console_Command_TranslationPush_LazyService()
  2322. {
  2323. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2324. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2325. 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 {
  2326. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2327. });
  2328. }
  2329. /**
  2330. * Gets the private '.console.command.validator_debug.lazy' shared service.
  2331. *
  2332. * @return \Symfony\Component\Console\Command\LazyCommand
  2333. */
  2334. protected function get_Console_Command_ValidatorDebug_LazyService()
  2335. {
  2336. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2337. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2338. 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 {
  2339. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2340. });
  2341. }
  2342. /**
  2343. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2344. *
  2345. * @return \Symfony\Component\Console\Command\LazyCommand
  2346. */
  2347. protected function get_Console_Command_XliffLint_LazyService()
  2348. {
  2349. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2350. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2351. 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 {
  2352. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2353. });
  2354. }
  2355. /**
  2356. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2357. *
  2358. * @return \Symfony\Component\Console\Command\LazyCommand
  2359. */
  2360. protected function get_Console_Command_YamlLint_LazyService()
  2361. {
  2362. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2363. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2364. 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 {
  2365. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2366. });
  2367. }
  2368. /**
  2369. * Gets the private '.debug.http_client' shared service.
  2370. *
  2371. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2372. */
  2373. protected function get_Debug_HttpClientService()
  2374. {
  2375. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2376. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2377. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2378. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2379. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2380. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2381. $a->setLogger($b);
  2382. 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))));
  2383. }
  2384. /**
  2385. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2386. *
  2387. * @return \Symfony\Component\Console\Command\LazyCommand
  2388. */
  2389. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2390. {
  2391. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2393. return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  2394. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2395. });
  2396. }
  2397. /**
  2398. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2399. *
  2400. * @return \Symfony\Component\Console\Command\LazyCommand
  2401. */
  2402. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2403. {
  2404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2405. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2406. return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  2407. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2408. });
  2409. }
  2410. /**
  2411. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2412. *
  2413. * @return \Symfony\Component\Console\Command\LazyCommand
  2414. */
  2415. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2416. {
  2417. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2419. return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  2420. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2421. });
  2422. }
  2423. /**
  2424. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2425. *
  2426. * @return \Symfony\Component\Console\Command\LazyCommand
  2427. */
  2428. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2429. {
  2430. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2431. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2432. return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  2433. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2434. });
  2435. }
  2436. /**
  2437. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2438. *
  2439. * @return \Symfony\Component\Console\Command\LazyCommand
  2440. */
  2441. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2442. {
  2443. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2445. return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  2446. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2447. });
  2448. }
  2449. /**
  2450. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2451. *
  2452. * @return \Symfony\Component\Console\Command\LazyCommand
  2453. */
  2454. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2455. {
  2456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2458. return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  2459. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2460. });
  2461. }
  2462. /**
  2463. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2464. *
  2465. * @return \Symfony\Component\Console\Command\LazyCommand
  2466. */
  2467. protected function get_DoctrineMigrations_MigrateCommand_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['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  2472. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2473. });
  2474. }
  2475. /**
  2476. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2477. *
  2478. * @return \Symfony\Component\Console\Command\LazyCommand
  2479. */
  2480. protected function get_DoctrineMigrations_RollupCommand_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['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  2485. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2486. });
  2487. }
  2488. /**
  2489. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2490. *
  2491. * @return \Symfony\Component\Console\Command\LazyCommand
  2492. */
  2493. protected function get_DoctrineMigrations_StatusCommand_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['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  2498. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2499. });
  2500. }
  2501. /**
  2502. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2503. *
  2504. * @return \Symfony\Component\Console\Command\LazyCommand
  2505. */
  2506. protected function get_DoctrineMigrations_SyncMetadataCommand_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['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  2511. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2512. });
  2513. }
  2514. /**
  2515. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2516. *
  2517. * @return \Symfony\Component\Console\Command\LazyCommand
  2518. */
  2519. protected function get_DoctrineMigrations_UpToDateCommand_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['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  2524. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2525. });
  2526. }
  2527. /**
  2528. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2529. *
  2530. * @return \Symfony\Component\Console\Command\LazyCommand
  2531. */
  2532. protected function get_DoctrineMigrations_VersionCommand_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['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  2537. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2538. });
  2539. }
  2540. /**
  2541. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2542. *
  2543. * @return \Symfony\Component\Console\Command\LazyCommand
  2544. */
  2545. protected function get_DoctrineMigrations_VersionsCommand_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['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  2550. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2551. });
  2552. }
  2553. /**
  2554. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2555. *
  2556. * @return \Symfony\Component\Config\Loader\LoaderInterface
  2557. */
  2558. protected function getLoaderInterfaceService()
  2559. {
  2560. $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".');
  2561. }
  2562. /**
  2563. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2564. *
  2565. * @return \Symfony\Component\Console\Command\LazyCommand
  2566. */
  2567. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2568. {
  2569. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2571. return $this->privates['.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 {
  2572. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2573. });
  2574. }
  2575. /**
  2576. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2577. *
  2578. * @return \Symfony\Component\Console\Command\LazyCommand
  2579. */
  2580. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2581. {
  2582. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2583. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2584. return $this->privates['.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 {
  2585. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2586. });
  2587. }
  2588. /**
  2589. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2590. *
  2591. * @return \Symfony\Component\Console\Command\LazyCommand
  2592. */
  2593. protected function get_Maker_AutoCommand_MakeController_LazyService()
  2594. {
  2595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2597. return $this->privates['.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 {
  2598. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2599. });
  2600. }
  2601. /**
  2602. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2603. *
  2604. * @return \Symfony\Component\Console\Command\LazyCommand
  2605. */
  2606. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2607. {
  2608. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2609. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2610. return $this->privates['.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 {
  2611. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2612. });
  2613. }
  2614. /**
  2615. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2616. *
  2617. * @return \Symfony\Component\Console\Command\LazyCommand
  2618. */
  2619. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2620. {
  2621. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2622. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2623. 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 {
  2624. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2625. });
  2626. }
  2627. /**
  2628. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2629. *
  2630. * @return \Symfony\Component\Console\Command\LazyCommand
  2631. */
  2632. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2633. {
  2634. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2635. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2636. 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 {
  2637. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2638. });
  2639. }
  2640. /**
  2641. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2642. *
  2643. * @return \Symfony\Component\Console\Command\LazyCommand
  2644. */
  2645. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2646. {
  2647. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2648. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2649. 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 {
  2650. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2651. });
  2652. }
  2653. /**
  2654. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2655. *
  2656. * @return \Symfony\Component\Console\Command\LazyCommand
  2657. */
  2658. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2659. {
  2660. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2661. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2662. 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 {
  2663. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2664. });
  2665. }
  2666. /**
  2667. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2668. *
  2669. * @return \Symfony\Component\Console\Command\LazyCommand
  2670. */
  2671. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2672. {
  2673. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2674. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2675. 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 {
  2676. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2677. });
  2678. }
  2679. /**
  2680. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2681. *
  2682. * @return \Symfony\Component\Console\Command\LazyCommand
  2683. */
  2684. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2685. {
  2686. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2687. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2688. 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 {
  2689. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2690. });
  2691. }
  2692. /**
  2693. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2694. *
  2695. * @return \Symfony\Component\Console\Command\LazyCommand
  2696. */
  2697. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2698. {
  2699. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2700. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2701. 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 {
  2702. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2703. });
  2704. }
  2705. /**
  2706. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2707. *
  2708. * @return \Symfony\Component\Console\Command\LazyCommand
  2709. */
  2710. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2711. {
  2712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2713. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2714. 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 {
  2715. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2716. });
  2717. }
  2718. /**
  2719. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2720. *
  2721. * @return \Symfony\Component\Console\Command\LazyCommand
  2722. */
  2723. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2724. {
  2725. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2726. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2727. 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 {
  2728. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2729. });
  2730. }
  2731. /**
  2732. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2733. *
  2734. * @return \Symfony\Component\Console\Command\LazyCommand
  2735. */
  2736. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2737. {
  2738. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2739. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2740. 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 {
  2741. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2742. });
  2743. }
  2744. /**
  2745. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2746. *
  2747. * @return \Symfony\Component\Console\Command\LazyCommand
  2748. */
  2749. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2750. {
  2751. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2752. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2753. 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 {
  2754. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2755. });
  2756. }
  2757. /**
  2758. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2759. *
  2760. * @return \Symfony\Component\Console\Command\LazyCommand
  2761. */
  2762. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2763. {
  2764. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2765. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2766. 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 {
  2767. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2768. });
  2769. }
  2770. /**
  2771. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2772. *
  2773. * @return \Symfony\Component\Console\Command\LazyCommand
  2774. */
  2775. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2776. {
  2777. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2778. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2779. 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 {
  2780. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2781. });
  2782. }
  2783. /**
  2784. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2785. *
  2786. * @return \Symfony\Component\Console\Command\LazyCommand
  2787. */
  2788. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2789. {
  2790. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2791. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2792. 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 {
  2793. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2794. });
  2795. }
  2796. /**
  2797. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2798. *
  2799. * @return \Symfony\Component\Console\Command\LazyCommand
  2800. */
  2801. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2802. {
  2803. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2804. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2805. 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 {
  2806. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2807. });
  2808. }
  2809. /**
  2810. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2811. *
  2812. * @return \Symfony\Component\Console\Command\LazyCommand
  2813. */
  2814. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2815. {
  2816. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2817. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2818. 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 {
  2819. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2820. });
  2821. }
  2822. /**
  2823. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2824. *
  2825. * @return \Symfony\Component\Console\Command\LazyCommand
  2826. */
  2827. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2828. {
  2829. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2830. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2831. 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 {
  2832. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2833. });
  2834. }
  2835. /**
  2836. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2837. *
  2838. * @return \Symfony\Component\Console\Command\LazyCommand
  2839. */
  2840. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2841. {
  2842. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2843. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2844. 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 {
  2845. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2846. });
  2847. }
  2848. /**
  2849. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2850. *
  2851. * @return \Symfony\Component\Console\Command\LazyCommand
  2852. */
  2853. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2854. {
  2855. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2856. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2857. 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 {
  2858. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2859. });
  2860. }
  2861. /**
  2862. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2863. *
  2864. * @return \Symfony\Component\Console\Command\LazyCommand
  2865. */
  2866. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2867. {
  2868. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2869. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2870. 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 {
  2871. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2872. });
  2873. }
  2874. /**
  2875. * Gets the private '.monolog.command.server_log.lazy' shared service.
  2876. *
  2877. * @return \Symfony\Component\Console\Command\LazyCommand
  2878. */
  2879. protected function get_Monolog_Command_ServerLog_LazyService()
  2880. {
  2881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2882. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2883. 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 {
  2884. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2885. });
  2886. }
  2887. /**
  2888. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2889. *
  2890. * @return \Symfony\Component\Console\Command\LazyCommand
  2891. */
  2892. protected function get_Security_Command_DebugFirewall_LazyService()
  2893. {
  2894. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2895. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2896. 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 {
  2897. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2898. });
  2899. }
  2900. /**
  2901. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2902. *
  2903. * @return \Symfony\Component\Console\Command\LazyCommand
  2904. */
  2905. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2906. {
  2907. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2908. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2909. 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 {
  2910. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2911. });
  2912. }
  2913. /**
  2914. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2915. *
  2916. * @return \Symfony\Component\Console\Command\LazyCommand
  2917. */
  2918. protected function get_Security_Command_UserPasswordHash_LazyService()
  2919. {
  2920. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2921. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2922. 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 {
  2923. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2924. });
  2925. }
  2926. /**
  2927. * Gets the private '.service_locator.4tgeRLM' shared service.
  2928. *
  2929. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2930. */
  2931. protected function get_ServiceLocator_4tgeRLMService()
  2932. {
  2933. return $this->privates['.service_locator.4tgeRLM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2934. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  2935. 'userPasswordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  2936. ], [
  2937. 'translator' => '?',
  2938. 'userPasswordEncoder' => '?',
  2939. ]);
  2940. }
  2941. /**
  2942. * Gets the private '.service_locator.AnhG.Eb' shared service.
  2943. *
  2944. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2945. */
  2946. protected function get_ServiceLocator_AnhG_EbService()
  2947. {
  2948. return $this->privates['.service_locator.AnhG.Eb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2949. 'cityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  2950. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  2951. ], [
  2952. 'cityRepository' => 'App\\Repository\\CityRepository',
  2953. 'repo' => 'App\\Repository\\StateRepository',
  2954. ]);
  2955. }
  2956. /**
  2957. * Gets the private '.service_locator.Dj1wdzF' shared service.
  2958. *
  2959. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2960. */
  2961. protected function get_ServiceLocator_Dj1wdzFService()
  2962. {
  2963. return $this->privates['.service_locator.Dj1wdzF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2964. 'App\\Controller\\Api\\CityController::byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2965. 'App\\Controller\\Api\\CityController::byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2966. 'App\\Controller\\Api\\CityController::byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2967. 'App\\Controller\\Api\\CountryController::byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2968. 'App\\Controller\\Api\\CountryController::byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2969. 'App\\Controller\\Api\\CountryController::byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2970. 'App\\Controller\\Api\\CountryController::byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2971. 'App\\Controller\\Api\\CountryController::list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2972. 'App\\Controller\\Api\\CountryController::states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  2973. 'App\\Controller\\Api\\StateController::byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2974. 'App\\Controller\\Api\\StateController::byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2975. 'App\\Controller\\Api\\StateController::byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2976. 'App\\Controller\\Api\\StateController::states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  2977. 'App\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  2978. 'App\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  2979. 'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  2980. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  2981. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  2982. 'App\\Controller\\Api\\CityController:byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2983. 'App\\Controller\\Api\\CityController:byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2984. 'App\\Controller\\Api\\CityController:byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2985. 'App\\Controller\\Api\\CountryController:byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2986. 'App\\Controller\\Api\\CountryController:byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2987. 'App\\Controller\\Api\\CountryController:byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2988. 'App\\Controller\\Api\\CountryController:byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2989. 'App\\Controller\\Api\\CountryController:list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2990. 'App\\Controller\\Api\\CountryController:states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  2991. 'App\\Controller\\Api\\StateController:byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2992. 'App\\Controller\\Api\\StateController:byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2993. 'App\\Controller\\Api\\StateController:byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2994. 'App\\Controller\\Api\\StateController:states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  2995. 'App\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  2996. 'App\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  2997. 'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  2998. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  2999. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3000. ], [
  3001. 'App\\Controller\\Api\\CityController::byId' => '?',
  3002. 'App\\Controller\\Api\\CityController::byIdentifier' => '?',
  3003. 'App\\Controller\\Api\\CityController::byName' => '?',
  3004. 'App\\Controller\\Api\\CountryController::byId' => '?',
  3005. 'App\\Controller\\Api\\CountryController::byIso' => '?',
  3006. 'App\\Controller\\Api\\CountryController::byName' => '?',
  3007. 'App\\Controller\\Api\\CountryController::byWiki' => '?',
  3008. 'App\\Controller\\Api\\CountryController::list' => '?',
  3009. 'App\\Controller\\Api\\CountryController::states' => '?',
  3010. 'App\\Controller\\Api\\StateController::byId' => '?',
  3011. 'App\\Controller\\Api\\StateController::byName' => '?',
  3012. 'App\\Controller\\Api\\StateController::byWiki' => '?',
  3013. 'App\\Controller\\Api\\StateController::states' => '?',
  3014. 'App\\Controller\\ResetPasswordController::request' => '?',
  3015. 'App\\Controller\\ResetPasswordController::reset' => '?',
  3016. 'App\\Controller\\SecurityController::login' => '?',
  3017. 'kernel::loadRoutes' => '?',
  3018. 'kernel::registerContainerConfiguration' => '?',
  3019. 'App\\Controller\\Api\\CityController:byId' => '?',
  3020. 'App\\Controller\\Api\\CityController:byIdentifier' => '?',
  3021. 'App\\Controller\\Api\\CityController:byName' => '?',
  3022. 'App\\Controller\\Api\\CountryController:byId' => '?',
  3023. 'App\\Controller\\Api\\CountryController:byIso' => '?',
  3024. 'App\\Controller\\Api\\CountryController:byName' => '?',
  3025. 'App\\Controller\\Api\\CountryController:byWiki' => '?',
  3026. 'App\\Controller\\Api\\CountryController:list' => '?',
  3027. 'App\\Controller\\Api\\CountryController:states' => '?',
  3028. 'App\\Controller\\Api\\StateController:byId' => '?',
  3029. 'App\\Controller\\Api\\StateController:byName' => '?',
  3030. 'App\\Controller\\Api\\StateController:byWiki' => '?',
  3031. 'App\\Controller\\Api\\StateController:states' => '?',
  3032. 'App\\Controller\\ResetPasswordController:request' => '?',
  3033. 'App\\Controller\\ResetPasswordController:reset' => '?',
  3034. 'App\\Controller\\SecurityController:login' => '?',
  3035. 'kernel:loadRoutes' => '?',
  3036. 'kernel:registerContainerConfiguration' => '?',
  3037. ]);
  3038. }
  3039. /**
  3040. * Gets the private '.service_locator.F48QN8y' shared service.
  3041. *
  3042. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3043. */
  3044. protected function get_ServiceLocator_F48QN8yService()
  3045. {
  3046. return $this->privates['.service_locator.F48QN8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3047. 'repo' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  3048. ], [
  3049. 'repo' => 'App\\Repository\\CityRepository',
  3050. ]);
  3051. }
  3052. /**
  3053. * Gets the private '.service_locator.M3t8.e_' shared service.
  3054. *
  3055. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3056. */
  3057. protected function get_ServiceLocator_M3t8_EService()
  3058. {
  3059. return $this->privates['.service_locator.M3t8.e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3060. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3061. ], [
  3062. 'repo' => 'App\\Repository\\StateRepository',
  3063. ]);
  3064. }
  3065. /**
  3066. * Gets the private '.service_locator.XI1oBAb' shared service.
  3067. *
  3068. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3069. */
  3070. protected function get_ServiceLocator_XI1oBAbService()
  3071. {
  3072. return $this->privates['.service_locator.XI1oBAb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3073. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3074. ], [
  3075. 'repo' => 'App\\Repository\\CountryRepository',
  3076. ]);
  3077. }
  3078. /**
  3079. * Gets the private '.service_locator.XsyfP82' shared service.
  3080. *
  3081. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3082. */
  3083. protected function get_ServiceLocator_XsyfP82Service()
  3084. {
  3085. return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3086. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  3087. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  3088. ], [
  3089. 'event_dispatcher' => '?',
  3090. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3091. ]);
  3092. }
  3093. /**
  3094. * Gets the private '.service_locator.mx0UMmY' shared service.
  3095. *
  3096. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3097. */
  3098. protected function get_ServiceLocator_Mx0UMmYService()
  3099. {
  3100. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3101. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3102. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3103. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3104. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3105. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3106. 'router' => ['services', 'router', 'getRouterService', false],
  3107. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3108. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3109. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3110. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3111. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3112. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3113. ], [
  3114. 'doctrine' => '?',
  3115. 'form.factory' => '?',
  3116. 'http_kernel' => '?',
  3117. 'parameter_bag' => '?',
  3118. 'request_stack' => '?',
  3119. 'router' => '?',
  3120. 'security.authorization_checker' => '?',
  3121. 'security.csrf.token_manager' => '?',
  3122. 'security.token_storage' => '?',
  3123. 'serializer' => '?',
  3124. 'session' => '.session.deprecated',
  3125. 'twig' => '?',
  3126. ]);
  3127. }
  3128. /**
  3129. * Gets the private '.service_locator.pXhSQsU' shared service.
  3130. *
  3131. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3132. */
  3133. protected function get_ServiceLocator_PXhSQsUService()
  3134. {
  3135. return $this->privates['.service_locator.pXhSQsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3136. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  3137. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  3138. ], [
  3139. 'mailer' => '?',
  3140. 'translator' => '?',
  3141. ]);
  3142. }
  3143. /**
  3144. * Gets the private '.service_locator.ulX0IEb' shared service.
  3145. *
  3146. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3147. */
  3148. protected function get_ServiceLocator_UlX0IEbService()
  3149. {
  3150. return $this->privates['.service_locator.ulX0IEb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3151. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3152. 'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3153. ], [
  3154. 'repo' => 'App\\Repository\\CountryRepository',
  3155. 'stateRepository' => 'App\\Repository\\StateRepository',
  3156. ]);
  3157. }
  3158. /**
  3159. * Gets the private '.service_locator.xUrKPVU' shared service.
  3160. *
  3161. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3162. */
  3163. protected function get_ServiceLocator_XUrKPVUService()
  3164. {
  3165. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3166. '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".'],
  3167. ], [
  3168. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3169. ]);
  3170. }
  3171. /**
  3172. * Gets the private '.service_locator.zFcJjKU' shared service.
  3173. *
  3174. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3175. */
  3176. protected function get_ServiceLocator_ZFcJjKUService()
  3177. {
  3178. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3179. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  3180. ], [
  3181. 'authenticationUtils' => '?',
  3182. ]);
  3183. }
  3184. /**
  3185. * Gets the private '.service_locator.zJyh7qS' shared service.
  3186. *
  3187. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3188. */
  3189. protected function get_ServiceLocator_ZJyh7qSService()
  3190. {
  3191. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3192. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  3193. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  3194. ], [
  3195. 'security.firewall.map.context.dev' => '?',
  3196. 'security.firewall.map.context.main' => '?',
  3197. ]);
  3198. }
  3199. /**
  3200. * Gets the private '.session.deprecated' shared service.
  3201. *
  3202. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3203. */
  3204. protected function get_Session_DeprecatedService()
  3205. {
  3206. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3207. 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();
  3208. }
  3209. /**
  3210. * Gets the private '.twig.command.debug.lazy' shared service.
  3211. *
  3212. * @return \Symfony\Component\Console\Command\LazyCommand
  3213. */
  3214. protected function get_Twig_Command_Debug_LazyService()
  3215. {
  3216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3217. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3218. 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 {
  3219. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3220. });
  3221. }
  3222. /**
  3223. * Gets the private '.twig.command.lint.lazy' shared service.
  3224. *
  3225. * @return \Symfony\Component\Console\Command\LazyCommand
  3226. */
  3227. protected function get_Twig_Command_Lint_LazyService()
  3228. {
  3229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3230. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3231. 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 {
  3232. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3233. });
  3234. }
  3235. /**
  3236. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3237. *
  3238. * @return \Symfony\Component\Console\Command\LazyCommand
  3239. */
  3240. protected function get_VarDumper_Command_ServerDump_LazyService()
  3241. {
  3242. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3243. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3244. 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 {
  3245. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3246. });
  3247. }
  3248. /**
  3249. * Gets the private 'App\Command\GestionVigiaCommand' shared autowired service.
  3250. *
  3251. * @return \App\Command\GestionVigiaCommand
  3252. */
  3253. protected function getGestionVigiaCommandService()
  3254. {
  3255. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3256. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3257. include_once \dirname(__DIR__, 4).'/src/Command/GestionVigiaCommand.php';
  3258. $this->privates['App\\Command\\GestionVigiaCommand'] = $instance = new \App\Command\GestionVigiaCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3259. $instance->setName('app:gestion-vigia');
  3260. return $instance;
  3261. }
  3262. /**
  3263. * Gets the private 'App\EventListener\ApiTokenListener' shared autowired service.
  3264. *
  3265. * @return \App\EventListener\ApiTokenListener
  3266. */
  3267. protected function getApiTokenListenerService()
  3268. {
  3269. return $this->privates['App\\EventListener\\ApiTokenListener'] = new \App\EventListener\ApiTokenListener(($this->privates['App\\Repository\\ClienteRepository'] ?? $this->getClienteRepositoryService()));
  3270. }
  3271. /**
  3272. * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  3273. *
  3274. * @return \App\EventSubscriber\RequestSubscriber
  3275. */
  3276. protected function getRequestSubscriberService()
  3277. {
  3278. return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3279. }
  3280. /**
  3281. * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3282. *
  3283. * @return \App\Form\ChangePasswordFormType
  3284. */
  3285. protected function getChangePasswordFormTypeService()
  3286. {
  3287. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3288. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3289. include_once \dirname(__DIR__, 4).'/src/Form/ChangePasswordFormType.php';
  3290. return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3291. }
  3292. /**
  3293. * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3294. *
  3295. * @return \App\Form\ResetPasswordRequestFormType
  3296. */
  3297. protected function getResetPasswordRequestFormTypeService()
  3298. {
  3299. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3300. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3301. include_once \dirname(__DIR__, 4).'/src/Form/ResetPasswordRequestFormType.php';
  3302. return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3303. }
  3304. /**
  3305. * Gets the private 'App\Repository\AcuerdoNivelServicioRepository' shared autowired service.
  3306. *
  3307. * @return \App\Repository\AcuerdoNivelServicioRepository
  3308. */
  3309. protected function getAcuerdoNivelServicioRepositoryService()
  3310. {
  3311. include_once \dirname(__DIR__, 4).'/src/Repository/AcuerdoNivelServicioRepository.php';
  3312. return $this->privates['App\\Repository\\AcuerdoNivelServicioRepository'] = new \App\Repository\AcuerdoNivelServicioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3313. }
  3314. /**
  3315. * Gets the private 'App\Repository\CityRepository' shared autowired service.
  3316. *
  3317. * @return \App\Repository\CityRepository
  3318. */
  3319. protected function getCityRepositoryService()
  3320. {
  3321. include_once \dirname(__DIR__, 4).'/src/Repository/CityRepository.php';
  3322. return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3323. }
  3324. /**
  3325. * Gets the private 'App\Repository\ClienteRepository' shared autowired service.
  3326. *
  3327. * @return \App\Repository\ClienteRepository
  3328. */
  3329. protected function getClienteRepositoryService()
  3330. {
  3331. return $this->privates['App\\Repository\\ClienteRepository'] = new \App\Repository\ClienteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3332. }
  3333. /**
  3334. * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  3335. *
  3336. * @return \App\Repository\CountryRepository
  3337. */
  3338. protected function getCountryRepositoryService()
  3339. {
  3340. include_once \dirname(__DIR__, 4).'/src/Repository/CountryRepository.php';
  3341. return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3342. }
  3343. /**
  3344. * Gets the private 'App\Repository\FestivoRepository' shared autowired service.
  3345. *
  3346. * @return \App\Repository\FestivoRepository
  3347. */
  3348. protected function getFestivoRepositoryService()
  3349. {
  3350. include_once \dirname(__DIR__, 4).'/src/Repository/FestivoRepository.php';
  3351. return $this->privates['App\\Repository\\FestivoRepository'] = new \App\Repository\FestivoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3352. }
  3353. /**
  3354. * Gets the private 'App\Repository\ListaItemRepository' shared autowired service.
  3355. *
  3356. * @return \App\Repository\ListaItemRepository
  3357. */
  3358. protected function getListaItemRepositoryService()
  3359. {
  3360. include_once \dirname(__DIR__, 4).'/src/Repository/ListaItemRepository.php';
  3361. return $this->privates['App\\Repository\\ListaItemRepository'] = new \App\Repository\ListaItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3362. }
  3363. /**
  3364. * Gets the private 'App\Repository\ListaRepository' shared autowired service.
  3365. *
  3366. * @return \App\Repository\ListaRepository
  3367. */
  3368. protected function getListaRepositoryService()
  3369. {
  3370. include_once \dirname(__DIR__, 4).'/src/Repository/ListaRepository.php';
  3371. return $this->privates['App\\Repository\\ListaRepository'] = new \App\Repository\ListaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3372. }
  3373. /**
  3374. * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3375. *
  3376. * @return \App\Repository\ResetPasswordRequestRepository
  3377. */
  3378. protected function getResetPasswordRequestRepositoryService()
  3379. {
  3380. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3381. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3382. include_once \dirname(__DIR__, 4).'/src/Repository/ResetPasswordRequestRepository.php';
  3383. return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3384. }
  3385. /**
  3386. * Gets the private 'App\Repository\StateRepository' shared autowired service.
  3387. *
  3388. * @return \App\Repository\StateRepository
  3389. */
  3390. protected function getStateRepositoryService()
  3391. {
  3392. include_once \dirname(__DIR__, 4).'/src/Repository/StateRepository.php';
  3393. return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3394. }
  3395. /**
  3396. * Gets the private 'App\Repository\TicketRepository' shared autowired service.
  3397. *
  3398. * @return \App\Repository\TicketRepository
  3399. */
  3400. protected function getTicketRepositoryService()
  3401. {
  3402. include_once \dirname(__DIR__, 4).'/src/Repository/TicketRepository.php';
  3403. return $this->privates['App\\Repository\\TicketRepository'] = new \App\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3404. }
  3405. /**
  3406. * Gets the private 'App\Repository\TiempoRepository' shared autowired service.
  3407. *
  3408. * @return \App\Repository\TiempoRepository
  3409. */
  3410. protected function getTiempoRepositoryService()
  3411. {
  3412. include_once \dirname(__DIR__, 4).'/src/Repository/TiempoRepository.php';
  3413. return $this->privates['App\\Repository\\TiempoRepository'] = new \App\Repository\TiempoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3414. }
  3415. /**
  3416. * Gets the private 'App\Repository\UsuarioRepository' shared autowired service.
  3417. *
  3418. * @return \App\Repository\UsuarioRepository
  3419. */
  3420. protected function getUsuarioRepositoryService()
  3421. {
  3422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3423. include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';
  3424. return $this->privates['App\\Repository\\UsuarioRepository'] = new \App\Repository\UsuarioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3425. }
  3426. /**
  3427. * Gets the private 'App\Security\LoginAuthenticator' shared autowired service.
  3428. *
  3429. * @return \App\Security\LoginAuthenticator
  3430. */
  3431. protected function getLoginAuthenticatorService()
  3432. {
  3433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3434. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3436. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3438. include_once \dirname(__DIR__, 4).'/src/Security/LoginAuthenticator.php';
  3439. return $this->privates['App\\Security\\LoginAuthenticator'] = new \App\Security\LoginAuthenticator(($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()));
  3440. }
  3441. /**
  3442. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3443. *
  3444. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3445. */
  3446. protected function getManagerRegistryAwareConnectionProviderService()
  3447. {
  3448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3450. 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'));
  3451. }
  3452. /**
  3453. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3454. *
  3455. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3456. */
  3457. protected function getRunSqlCommandService()
  3458. {
  3459. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  3461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3462. $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()));
  3463. $instance->setName('dbal:run-sql');
  3464. return $instance;
  3465. }
  3466. /**
  3467. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  3468. *
  3469. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  3470. */
  3471. protected function getResetPasswordRemoveExpiredCommandService()
  3472. {
  3473. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3474. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  3475. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  3476. $instance->setName('reset-password:remove-expired');
  3477. return $instance;
  3478. }
  3479. /**
  3480. * Gets the private 'annotations.cache_adapter' shared service.
  3481. *
  3482. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3483. */
  3484. protected function getAnnotations_CacheAdapterService()
  3485. {
  3486. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3487. }
  3488. /**
  3489. * Gets the private 'annotations.cache_warmer' shared service.
  3490. *
  3491. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3492. */
  3493. protected function getAnnotations_CacheWarmerService()
  3494. {
  3495. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3496. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3497. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3498. 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);
  3499. }
  3500. /**
  3501. * Gets the private 'annotations.cached_reader' shared service.
  3502. *
  3503. * @return \Doctrine\Common\Annotations\PsrCachedReader
  3504. */
  3505. protected function getAnnotations_CachedReaderService()
  3506. {
  3507. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3508. }
  3509. /**
  3510. * Gets the private 'annotations.reader' shared service.
  3511. *
  3512. * @return \Doctrine\Common\Annotations\AnnotationReader
  3513. */
  3514. protected function getAnnotations_ReaderService()
  3515. {
  3516. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3517. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3518. $a->registerUniqueLoader('class_exists');
  3519. $instance->addGlobalIgnoredName('required', $a);
  3520. return $instance;
  3521. }
  3522. /**
  3523. * Gets the private 'cache.annotations' shared service.
  3524. *
  3525. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3526. */
  3527. protected function getCache_AnnotationsService()
  3528. {
  3529. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3530. }
  3531. /**
  3532. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3533. *
  3534. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3535. */
  3536. protected function getCache_Doctrine_Orm_Default_QueryService()
  3537. {
  3538. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3539. }
  3540. /**
  3541. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3542. *
  3543. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3544. */
  3545. protected function getCache_Doctrine_Orm_Default_ResultService()
  3546. {
  3547. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3548. }
  3549. /**
  3550. * Gets the private 'cache.property_info' shared service.
  3551. *
  3552. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3553. */
  3554. protected function getCache_PropertyInfoService()
  3555. {
  3556. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3557. }
  3558. /**
  3559. * Gets the private 'cache.security_expression_language' shared service.
  3560. *
  3561. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3562. */
  3563. protected function getCache_SecurityExpressionLanguageService()
  3564. {
  3565. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3566. }
  3567. /**
  3568. * Gets the private 'cache.serializer' shared service.
  3569. *
  3570. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3571. */
  3572. protected function getCache_SerializerService()
  3573. {
  3574. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3575. }
  3576. /**
  3577. * Gets the private 'cache.validator' shared service.
  3578. *
  3579. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3580. */
  3581. protected function getCache_ValidatorService()
  3582. {
  3583. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3584. }
  3585. /**
  3586. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3587. *
  3588. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3589. */
  3590. protected function getCachePoolClearer_CacheWarmerService()
  3591. {
  3592. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3593. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3594. 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']);
  3595. }
  3596. /**
  3597. * Gets the private 'config_builder.warmer' shared service.
  3598. *
  3599. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3600. */
  3601. protected function getConfigBuilder_WarmerService()
  3602. {
  3603. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3604. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3605. 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()));
  3606. }
  3607. /**
  3608. * Gets the private 'config_cache_factory' shared service.
  3609. *
  3610. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3611. */
  3612. protected function getConfigCacheFactoryService()
  3613. {
  3614. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3615. 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)));
  3616. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3617. }, 2));
  3618. }
  3619. /**
  3620. * Gets the private 'console.command.about' shared service.
  3621. *
  3622. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3623. */
  3624. protected function getConsole_Command_AboutService()
  3625. {
  3626. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3627. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3628. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3629. $instance->setName('about');
  3630. $instance->setDescription('Display information about the current project');
  3631. return $instance;
  3632. }
  3633. /**
  3634. * Gets the private 'console.command.assets_install' shared service.
  3635. *
  3636. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3637. */
  3638. protected function getConsole_Command_AssetsInstallService()
  3639. {
  3640. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3641. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3642. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3643. $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));
  3644. $instance->setName('assets:install');
  3645. $instance->setDescription('Install bundle\'s web assets under a public directory');
  3646. return $instance;
  3647. }
  3648. /**
  3649. * Gets the private 'console.command.cache_clear' shared service.
  3650. *
  3651. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3652. */
  3653. protected function getConsole_Command_CacheClearService()
  3654. {
  3655. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3656. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3657. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3658. $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())));
  3659. $instance->setName('cache:clear');
  3660. $instance->setDescription('Clear the cache');
  3661. return $instance;
  3662. }
  3663. /**
  3664. * Gets the private 'console.command.cache_pool_clear' shared service.
  3665. *
  3666. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3667. */
  3668. protected function getConsole_Command_CachePoolClearService()
  3669. {
  3670. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3671. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3672. $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']);
  3673. $instance->setName('cache:pool:clear');
  3674. $instance->setDescription('Clear cache pools');
  3675. return $instance;
  3676. }
  3677. /**
  3678. * Gets the private 'console.command.cache_pool_delete' shared service.
  3679. *
  3680. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3681. */
  3682. protected function getConsole_Command_CachePoolDeleteService()
  3683. {
  3684. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3685. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3686. $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']);
  3687. $instance->setName('cache:pool:delete');
  3688. $instance->setDescription('Delete an item from a cache pool');
  3689. return $instance;
  3690. }
  3691. /**
  3692. * Gets the private 'console.command.cache_pool_list' shared service.
  3693. *
  3694. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3695. */
  3696. protected function getConsole_Command_CachePoolListService()
  3697. {
  3698. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3699. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3700. $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']);
  3701. $instance->setName('cache:pool:list');
  3702. $instance->setDescription('List available cache pools');
  3703. return $instance;
  3704. }
  3705. /**
  3706. * Gets the private 'console.command.cache_pool_prune' shared service.
  3707. *
  3708. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3709. */
  3710. protected function getConsole_Command_CachePoolPruneService()
  3711. {
  3712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3713. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3714. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3715. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3716. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3717. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3718. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3719. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3720. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3721. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3722. yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3723. yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3724. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3725. }, 10));
  3726. $instance->setName('cache:pool:prune');
  3727. $instance->setDescription('Prune cache pools');
  3728. return $instance;
  3729. }
  3730. /**
  3731. * Gets the private 'console.command.cache_warmup' shared service.
  3732. *
  3733. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3734. */
  3735. protected function getConsole_Command_CacheWarmupService()
  3736. {
  3737. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3738. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3739. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3740. $instance->setName('cache:warmup');
  3741. $instance->setDescription('Warm up an empty cache');
  3742. return $instance;
  3743. }
  3744. /**
  3745. * Gets the private 'console.command.config_debug' shared service.
  3746. *
  3747. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3748. */
  3749. protected function getConsole_Command_ConfigDebugService()
  3750. {
  3751. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3752. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3753. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3754. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3755. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3756. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3757. $instance->setName('debug:config');
  3758. $instance->setDescription('Dump the current configuration for an extension');
  3759. return $instance;
  3760. }
  3761. /**
  3762. * Gets the private 'console.command.config_dump_reference' shared service.
  3763. *
  3764. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3765. */
  3766. protected function getConsole_Command_ConfigDumpReferenceService()
  3767. {
  3768. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3769. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3770. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3771. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3772. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3773. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3774. $instance->setName('config:dump-reference');
  3775. $instance->setDescription('Dump the default configuration for an extension');
  3776. return $instance;
  3777. }
  3778. /**
  3779. * Gets the private 'console.command.container_debug' shared service.
  3780. *
  3781. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3782. */
  3783. protected function getConsole_Command_ContainerDebugService()
  3784. {
  3785. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3786. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3787. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3788. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3789. $instance->setName('debug:container');
  3790. $instance->setDescription('Display current services for an application');
  3791. return $instance;
  3792. }
  3793. /**
  3794. * Gets the private 'console.command.container_lint' shared service.
  3795. *
  3796. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3797. */
  3798. protected function getConsole_Command_ContainerLintService()
  3799. {
  3800. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3801. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3802. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3803. $instance->setName('lint:container');
  3804. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3805. return $instance;
  3806. }
  3807. /**
  3808. * Gets the private 'console.command.debug_autowiring' shared service.
  3809. *
  3810. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3811. */
  3812. protected function getConsole_Command_DebugAutowiringService()
  3813. {
  3814. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3815. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3816. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3817. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3818. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3819. $instance->setName('debug:autowiring');
  3820. $instance->setDescription('List classes/interfaces you can use for autowiring');
  3821. return $instance;
  3822. }
  3823. /**
  3824. * Gets the private 'console.command.dotenv_debug' shared service.
  3825. *
  3826. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3827. */
  3828. protected function getConsole_Command_DotenvDebugService()
  3829. {
  3830. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3831. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3832. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  3833. $instance->setName('debug:dotenv');
  3834. $instance->setDescription('Lists all dotenv files with variables and values');
  3835. return $instance;
  3836. }
  3837. /**
  3838. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3839. *
  3840. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3841. */
  3842. protected function getConsole_Command_EventDispatcherDebugService()
  3843. {
  3844. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3845. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3846. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3847. $instance->setName('debug:event-dispatcher');
  3848. $instance->setDescription('Display configured listeners for an application');
  3849. return $instance;
  3850. }
  3851. /**
  3852. * Gets the private 'console.command.form_debug' shared service.
  3853. *
  3854. * @return \Symfony\Component\Form\Command\DebugCommand
  3855. */
  3856. protected function getConsole_Command_FormDebugService()
  3857. {
  3858. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3859. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  3860. $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\\ChangePasswordFormType', 1 => 'App\\Form\\ResetPasswordRequestFormType', 2 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 4 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 5 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 6 => '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', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3861. $instance->setName('debug:form');
  3862. $instance->setDescription('Display form type information');
  3863. return $instance;
  3864. }
  3865. /**
  3866. * Gets the private 'console.command.router_debug' shared service.
  3867. *
  3868. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3869. */
  3870. protected function getConsole_Command_RouterDebugService()
  3871. {
  3872. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3873. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3875. $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()));
  3876. $instance->setName('debug:router');
  3877. $instance->setDescription('Display current routes for an application');
  3878. return $instance;
  3879. }
  3880. /**
  3881. * Gets the private 'console.command.router_match' shared service.
  3882. *
  3883. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3884. */
  3885. protected function getConsole_Command_RouterMatchService()
  3886. {
  3887. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3888. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3889. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3890. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3891. }, 1));
  3892. $instance->setName('router:match');
  3893. $instance->setDescription('Help debug routes by simulating a path info match');
  3894. return $instance;
  3895. }
  3896. /**
  3897. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3898. *
  3899. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3900. */
  3901. protected function getConsole_Command_SecretsDecryptToLocalService()
  3902. {
  3903. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3904. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3905. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3907. $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')))));
  3908. $instance->setName('secrets:decrypt-to-local');
  3909. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3910. return $instance;
  3911. }
  3912. /**
  3913. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3914. *
  3915. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3916. */
  3917. protected function getConsole_Command_SecretsEncryptFromLocalService()
  3918. {
  3919. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3920. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3921. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3923. $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')))));
  3924. $instance->setName('secrets:encrypt-from-local');
  3925. $instance->setDescription('Encrypt all local secrets to the vault');
  3926. return $instance;
  3927. }
  3928. /**
  3929. * Gets the private 'console.command.secrets_generate_key' shared service.
  3930. *
  3931. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3932. */
  3933. protected function getConsole_Command_SecretsGenerateKeyService()
  3934. {
  3935. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3936. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3939. $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')))));
  3940. $instance->setName('secrets:generate-keys');
  3941. $instance->setDescription('Generate new encryption keys');
  3942. return $instance;
  3943. }
  3944. /**
  3945. * Gets the private 'console.command.secrets_list' shared service.
  3946. *
  3947. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3948. */
  3949. protected function getConsole_Command_SecretsListService()
  3950. {
  3951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3952. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3953. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3955. $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')))));
  3956. $instance->setName('secrets:list');
  3957. $instance->setDescription('List all secrets');
  3958. return $instance;
  3959. }
  3960. /**
  3961. * Gets the private 'console.command.secrets_remove' shared service.
  3962. *
  3963. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3964. */
  3965. protected function getConsole_Command_SecretsRemoveService()
  3966. {
  3967. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3968. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3970. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3971. $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')))));
  3972. $instance->setName('secrets:remove');
  3973. $instance->setDescription('Remove a secret from the vault');
  3974. return $instance;
  3975. }
  3976. /**
  3977. * Gets the private 'console.command.secrets_set' shared service.
  3978. *
  3979. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3980. */
  3981. protected function getConsole_Command_SecretsSetService()
  3982. {
  3983. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3984. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3985. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3986. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3987. $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')))));
  3988. $instance->setName('secrets:set');
  3989. $instance->setDescription('Set a secret in the vault');
  3990. return $instance;
  3991. }
  3992. /**
  3993. * Gets the private 'console.command.translation_debug' shared service.
  3994. *
  3995. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3996. */
  3997. protected function getConsole_Command_TranslationDebugService()
  3998. {
  3999. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4000. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4001. $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/reset-password-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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4002. $instance->setName('debug:translation');
  4003. $instance->setDescription('Display translation messages information');
  4004. return $instance;
  4005. }
  4006. /**
  4007. * Gets the private 'console.command.translation_extract' shared service.
  4008. *
  4009. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4010. */
  4011. protected function getConsole_Command_TranslationExtractService()
  4012. {
  4013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4014. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4015. $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  4016. $instance->setName('translation:extract');
  4017. $instance->setAliases([0 => 'translation:update']);
  4018. $instance->setDescription('Extract missing translations keys from code to translation files.');
  4019. return $instance;
  4020. }
  4021. /**
  4022. * Gets the private 'console.command.translation_pull' shared service.
  4023. *
  4024. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4025. */
  4026. protected function getConsole_Command_TranslationPullService()
  4027. {
  4028. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4029. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4030. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4031. $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  4032. $instance->setName('translation:pull');
  4033. $instance->setDescription('Pull translations from a given provider.');
  4034. return $instance;
  4035. }
  4036. /**
  4037. * Gets the private 'console.command.translation_push' shared service.
  4038. *
  4039. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4040. */
  4041. protected function getConsole_Command_TranslationPushService()
  4042. {
  4043. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4044. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4045. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4046. $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()), [], []);
  4047. $instance->setName('translation:push');
  4048. $instance->setDescription('Push translations to a given provider.');
  4049. return $instance;
  4050. }
  4051. /**
  4052. * Gets the private 'console.command.validator_debug' shared service.
  4053. *
  4054. * @return \Symfony\Component\Validator\Command\DebugCommand
  4055. */
  4056. protected function getConsole_Command_ValidatorDebugService()
  4057. {
  4058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4059. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4060. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4061. $instance->setName('debug:validator');
  4062. $instance->setDescription('Display validation constraints for classes');
  4063. return $instance;
  4064. }
  4065. /**
  4066. * Gets the private 'console.command.xliff_lint' shared service.
  4067. *
  4068. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4069. */
  4070. protected function getConsole_Command_XliffLintService()
  4071. {
  4072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4073. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4074. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4075. $instance->setName('lint:xliff');
  4076. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4077. return $instance;
  4078. }
  4079. /**
  4080. * Gets the private 'console.command.yaml_lint' shared service.
  4081. *
  4082. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4083. */
  4084. protected function getConsole_Command_YamlLintService()
  4085. {
  4086. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4087. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4088. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4089. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4090. $instance->setName('lint:yaml');
  4091. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4092. return $instance;
  4093. }
  4094. /**
  4095. * Gets the private 'console.error_listener' shared service.
  4096. *
  4097. * @return \Symfony\Component\Console\EventListener\ErrorListener
  4098. */
  4099. protected function getConsole_ErrorListenerService()
  4100. {
  4101. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4102. $a = new \Symfony\Bridge\Monolog\Logger('console');
  4103. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4104. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4105. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4106. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4107. }
  4108. /**
  4109. * Gets the private 'container.env_var_processor' shared service.
  4110. *
  4111. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4112. */
  4113. protected function getContainer_EnvVarProcessorService()
  4114. {
  4115. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4116. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4117. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4118. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4119. }, 1));
  4120. }
  4121. /**
  4122. * Gets the private 'container.getenv' shared service.
  4123. *
  4124. * @return \Closure
  4125. */
  4126. protected function getContainer_GetenvService()
  4127. {
  4128. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  4129. }
  4130. /**
  4131. * Gets the private 'data_collector.form' shared service.
  4132. *
  4133. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4134. */
  4135. protected function getDataCollector_FormService()
  4136. {
  4137. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4138. }
  4139. /**
  4140. * Gets the private 'data_collector.request' shared service.
  4141. *
  4142. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4143. */
  4144. protected function getDataCollector_RequestService()
  4145. {
  4146. 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())));
  4147. }
  4148. /**
  4149. * Gets the private 'data_collector.request.session_collector' shared service.
  4150. *
  4151. * @return \Closure
  4152. */
  4153. protected function getDataCollector_Request_SessionCollectorService()
  4154. {
  4155. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  4156. }
  4157. /**
  4158. * Gets the private 'debug.argument_resolver.default' shared service.
  4159. *
  4160. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4161. */
  4162. protected function getDebug_ArgumentResolver_DefaultService()
  4163. {
  4164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4167. 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))));
  4168. }
  4169. /**
  4170. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4171. *
  4172. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4173. */
  4174. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4175. {
  4176. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4179. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.Dj1wdzF'] ?? $this->get_ServiceLocator_Dj1wdzFService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4180. }
  4181. /**
  4182. * Gets the private 'debug.argument_resolver.request' shared service.
  4183. *
  4184. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4185. */
  4186. protected function getDebug_ArgumentResolver_RequestService()
  4187. {
  4188. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4191. 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))));
  4192. }
  4193. /**
  4194. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4195. *
  4196. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4197. */
  4198. protected function getDebug_ArgumentResolver_RequestAttributeService()
  4199. {
  4200. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4203. 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))));
  4204. }
  4205. /**
  4206. * Gets the private 'debug.argument_resolver.service' shared service.
  4207. *
  4208. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4209. */
  4210. protected function getDebug_ArgumentResolver_ServiceService()
  4211. {
  4212. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4215. $a = ($this->privates['.service_locator.Dj1wdzF'] ?? $this->get_ServiceLocator_Dj1wdzFService());
  4216. if (isset($this->privates['debug.argument_resolver.service'])) {
  4217. return $this->privates['debug.argument_resolver.service'];
  4218. }
  4219. 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))));
  4220. }
  4221. /**
  4222. * Gets the private 'debug.argument_resolver.session' shared service.
  4223. *
  4224. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4225. */
  4226. protected function getDebug_ArgumentResolver_SessionService()
  4227. {
  4228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4231. 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))));
  4232. }
  4233. /**
  4234. * Gets the private 'debug.argument_resolver.variadic' shared service.
  4235. *
  4236. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4237. */
  4238. protected function getDebug_ArgumentResolver_VariadicService()
  4239. {
  4240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4243. 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))));
  4244. }
  4245. /**
  4246. * Gets the private 'debug.debug_handlers_listener' shared service.
  4247. *
  4248. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4249. */
  4250. protected function getDebug_DebugHandlersListenerService()
  4251. {
  4252. $a = new \Symfony\Bridge\Monolog\Logger('php');
  4253. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4254. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4255. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4256. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4257. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  4258. }
  4259. /**
  4260. * Gets the private 'debug.dump_listener' shared service.
  4261. *
  4262. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4263. */
  4264. protected function getDebug_DumpListenerService()
  4265. {
  4266. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4267. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4268. 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()));
  4269. }
  4270. /**
  4271. * Gets the private 'debug.file_link_formatter' shared service.
  4272. *
  4273. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4274. */
  4275. protected function getDebug_FileLinkFormatterService()
  4276. {
  4277. 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 () {
  4278. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4279. });
  4280. }
  4281. /**
  4282. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4283. *
  4284. * @return \string
  4285. */
  4286. protected function getDebug_FileLinkFormatter_UrlFormatService()
  4287. {
  4288. 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');
  4289. }
  4290. /**
  4291. * Gets the private 'debug.log_processor' shared service.
  4292. *
  4293. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4294. */
  4295. protected function getDebug_LogProcessorService()
  4296. {
  4297. 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())));
  4298. }
  4299. /**
  4300. * Gets the private 'debug.security.access.decision_manager' shared service.
  4301. *
  4302. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4303. */
  4304. protected function getDebug_Security_Access_DecisionManagerService()
  4305. {
  4306. 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 () {
  4307. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4308. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4309. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4310. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4311. }
  4312. /**
  4313. * Gets the private 'debug.security.firewall' shared service.
  4314. *
  4315. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4316. */
  4317. protected function getDebug_Security_FirewallService()
  4318. {
  4319. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4320. if (isset($this->privates['debug.security.firewall'])) {
  4321. return $this->privates['debug.security.firewall'];
  4322. }
  4323. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4324. if (isset($this->privates['debug.security.firewall'])) {
  4325. return $this->privates['debug.security.firewall'];
  4326. }
  4327. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4328. }
  4329. /**
  4330. * Gets the private 'debug.security.user_value_resolver' shared service.
  4331. *
  4332. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4333. */
  4334. protected function getDebug_Security_UserValueResolverService()
  4335. {
  4336. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4337. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4339. 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))));
  4340. }
  4341. /**
  4342. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4343. *
  4344. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4345. */
  4346. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4347. {
  4348. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4349. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4352. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4353. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4354. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4355. }
  4356. 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);
  4357. }
  4358. /**
  4359. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4360. *
  4361. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4362. */
  4363. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4364. {
  4365. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4366. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4367. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4368. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4369. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4370. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4371. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4372. }
  4373. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4374. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4375. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4376. }
  4377. return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  4378. }
  4379. /**
  4380. * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4381. *
  4382. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4383. */
  4384. protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4385. {
  4386. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4390. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4391. if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4392. return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4393. }
  4394. return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  4395. }
  4396. /**
  4397. * Gets the private 'debug.security.voter.vote_listener' shared service.
  4398. *
  4399. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4400. */
  4401. protected function getDebug_Security_Voter_VoteListenerService()
  4402. {
  4403. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4404. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4405. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4406. return $this->privates['debug.security.voter.vote_listener'];
  4407. }
  4408. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4409. }
  4410. /**
  4411. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4412. *
  4413. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4414. */
  4415. protected function getDoctrine_CacheClearMetadataCommandService()
  4416. {
  4417. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4418. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4421. $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4422. $instance->setName('doctrine:cache:clear-metadata');
  4423. return $instance;
  4424. }
  4425. /**
  4426. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4427. *
  4428. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4429. */
  4430. protected function getDoctrine_CacheClearQueryCacheCommandService()
  4431. {
  4432. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4433. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4436. $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4437. $instance->setName('doctrine:cache:clear-query');
  4438. return $instance;
  4439. }
  4440. /**
  4441. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4442. *
  4443. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4444. */
  4445. protected function getDoctrine_CacheClearResultCommandService()
  4446. {
  4447. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4451. $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4452. $instance->setName('doctrine:cache:clear-result');
  4453. return $instance;
  4454. }
  4455. /**
  4456. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4457. *
  4458. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4459. */
  4460. protected function getDoctrine_CacheCollectionRegionCommandService()
  4461. {
  4462. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4464. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4466. $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4467. $instance->setName('doctrine:cache:clear-collection-region');
  4468. return $instance;
  4469. }
  4470. /**
  4471. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4472. *
  4473. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4474. */
  4475. protected function getDoctrine_ClearEntityRegionCommandService()
  4476. {
  4477. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4478. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4479. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4481. $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4482. $instance->setName('doctrine:cache:clear-entity-region');
  4483. return $instance;
  4484. }
  4485. /**
  4486. * Gets the private 'doctrine.clear_query_region_command' shared service.
  4487. *
  4488. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4489. */
  4490. protected function getDoctrine_ClearQueryRegionCommandService()
  4491. {
  4492. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4493. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4494. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4495. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4496. $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4497. $instance->setName('doctrine:cache:clear-query-region');
  4498. return $instance;
  4499. }
  4500. /**
  4501. * Gets the private 'doctrine.database_create_command' shared service.
  4502. *
  4503. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4504. */
  4505. protected function getDoctrine_DatabaseCreateCommandService()
  4506. {
  4507. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  4510. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4511. $instance->setName('doctrine:database:create');
  4512. return $instance;
  4513. }
  4514. /**
  4515. * Gets the private 'doctrine.database_drop_command' shared service.
  4516. *
  4517. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4518. */
  4519. protected function getDoctrine_DatabaseDropCommandService()
  4520. {
  4521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4522. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  4524. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4525. $instance->setName('doctrine:database:drop');
  4526. return $instance;
  4527. }
  4528. /**
  4529. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4530. *
  4531. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4532. */
  4533. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4534. {
  4535. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4536. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  4537. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  4538. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  4539. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  4540. ], [
  4541. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4542. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4543. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4544. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4545. ]), [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']]);
  4546. }
  4547. /**
  4548. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4549. *
  4550. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4551. */
  4552. protected function getDoctrine_EnsureProductionSettingsCommandService()
  4553. {
  4554. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4555. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4558. $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4559. $instance->setName('doctrine:ensure-production-settings');
  4560. return $instance;
  4561. }
  4562. /**
  4563. * Gets the private 'doctrine.mapping_convert_command' shared service.
  4564. *
  4565. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4566. */
  4567. protected function getDoctrine_MappingConvertCommandService()
  4568. {
  4569. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4570. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4571. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4572. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4573. $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4574. $instance->setName('doctrine:mapping:convert');
  4575. return $instance;
  4576. }
  4577. /**
  4578. * Gets the private 'doctrine.mapping_import_command' shared service.
  4579. *
  4580. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4581. */
  4582. protected function getDoctrine_MappingImportCommandService()
  4583. {
  4584. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4585. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4586. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  4587. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4588. $instance->setName('doctrine:mapping:import');
  4589. return $instance;
  4590. }
  4591. /**
  4592. * Gets the private 'doctrine.mapping_info_command' shared service.
  4593. *
  4594. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4595. */
  4596. protected function getDoctrine_MappingInfoCommandService()
  4597. {
  4598. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4599. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4602. $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4603. $instance->setName('doctrine:mapping:info');
  4604. return $instance;
  4605. }
  4606. /**
  4607. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4608. *
  4609. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4610. */
  4611. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4612. {
  4613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  4614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4615. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4616. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4617. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4618. }
  4619. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4620. }
  4621. /**
  4622. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4623. *
  4624. * @return \Doctrine\Migrations\DependencyFactory
  4625. */
  4626. protected function getDoctrine_Migrations_DependencyFactoryService()
  4627. {
  4628. $a = new \Doctrine\Migrations\Configuration\Configuration();
  4629. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  4630. $a->setAllOrNothing(false);
  4631. $a->setCheckDatabasePlatform(true);
  4632. $a->setTransactional(true);
  4633. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4634. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4635. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4636. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4637. });
  4638. return $instance;
  4639. }
  4640. /**
  4641. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4642. *
  4643. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4644. */
  4645. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4646. {
  4647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4649. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4650. }
  4651. /**
  4652. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4653. *
  4654. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4655. */
  4656. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4657. {
  4658. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  4659. }
  4660. /**
  4661. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4662. *
  4663. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4664. */
  4665. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4666. {
  4667. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4668. 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()));
  4669. }
  4670. /**
  4671. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4672. *
  4673. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4674. */
  4675. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4676. {
  4677. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4678. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4679. }
  4680. /**
  4681. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4682. *
  4683. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4684. */
  4685. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4686. {
  4687. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4688. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4689. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4690. }
  4691. /**
  4692. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4693. *
  4694. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4695. */
  4696. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4697. {
  4698. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4699. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4700. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4701. return new \EmptyIterator();
  4702. }, 0));
  4703. }
  4704. /**
  4705. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4706. *
  4707. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4708. */
  4709. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4710. {
  4711. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4712. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4713. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4714. }
  4715. /**
  4716. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4717. *
  4718. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4719. */
  4720. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4721. {
  4722. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4723. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4724. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4725. }
  4726. /**
  4727. * Gets the private 'doctrine.orm.validator.unique' shared service.
  4728. *
  4729. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4730. */
  4731. protected function getDoctrine_Orm_Validator_UniqueService()
  4732. {
  4733. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4734. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4735. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4736. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4737. }
  4738. /**
  4739. * Gets the private 'doctrine.query_dql_command' shared service.
  4740. *
  4741. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4742. */
  4743. protected function getDoctrine_QueryDqlCommandService()
  4744. {
  4745. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4746. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4747. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4748. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4749. $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4750. $instance->setName('doctrine:query:dql');
  4751. return $instance;
  4752. }
  4753. /**
  4754. * Gets the private 'doctrine.query_sql_command' shared service.
  4755. *
  4756. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4757. */
  4758. protected function getDoctrine_QuerySqlCommandService()
  4759. {
  4760. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4761. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4762. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4763. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  4764. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4765. $instance->setName('doctrine:query:sql');
  4766. return $instance;
  4767. }
  4768. /**
  4769. * Gets the private 'doctrine.schema_create_command' shared service.
  4770. *
  4771. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4772. */
  4773. protected function getDoctrine_SchemaCreateCommandService()
  4774. {
  4775. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4776. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4777. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4778. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4779. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4780. $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4781. $instance->setName('doctrine:schema:create');
  4782. return $instance;
  4783. }
  4784. /**
  4785. * Gets the private 'doctrine.schema_drop_command' shared service.
  4786. *
  4787. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4788. */
  4789. protected function getDoctrine_SchemaDropCommandService()
  4790. {
  4791. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4792. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4793. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4794. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4795. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4796. $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4797. $instance->setName('doctrine:schema:drop');
  4798. return $instance;
  4799. }
  4800. /**
  4801. * Gets the private 'doctrine.schema_update_command' shared service.
  4802. *
  4803. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4804. */
  4805. protected function getDoctrine_SchemaUpdateCommandService()
  4806. {
  4807. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4808. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4809. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4810. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4811. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4812. $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4813. $instance->setName('doctrine:schema:update');
  4814. return $instance;
  4815. }
  4816. /**
  4817. * Gets the private 'doctrine.schema_validate_command' shared service.
  4818. *
  4819. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4820. */
  4821. protected function getDoctrine_SchemaValidateCommandService()
  4822. {
  4823. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4824. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4825. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4826. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4827. $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  4828. $instance->setName('doctrine:schema:validate');
  4829. return $instance;
  4830. }
  4831. /**
  4832. * Gets the private 'doctrine.ulid_generator' shared service.
  4833. *
  4834. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4835. */
  4836. protected function getDoctrine_UlidGeneratorService()
  4837. {
  4838. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4839. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4840. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4841. }
  4842. /**
  4843. * Gets the private 'doctrine.uuid_generator' shared service.
  4844. *
  4845. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4846. */
  4847. protected function getDoctrine_UuidGeneratorService()
  4848. {
  4849. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4850. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4851. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4852. }
  4853. /**
  4854. * Gets the private 'doctrine_migrations.current_command' shared service.
  4855. *
  4856. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4857. */
  4858. protected function getDoctrineMigrations_CurrentCommandService()
  4859. {
  4860. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4861. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4862. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  4863. $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  4864. $instance->setName('doctrine:migrations:current');
  4865. $instance->setDescription('Outputs the current version');
  4866. return $instance;
  4867. }
  4868. /**
  4869. * Gets the private 'doctrine_migrations.diff_command' shared service.
  4870. *
  4871. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4872. */
  4873. protected function getDoctrineMigrations_DiffCommandService()
  4874. {
  4875. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4876. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4877. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  4878. $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  4879. $instance->setName('doctrine:migrations:diff');
  4880. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  4881. return $instance;
  4882. }
  4883. /**
  4884. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4885. *
  4886. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4887. */
  4888. protected function getDoctrineMigrations_DumpSchemaCommandService()
  4889. {
  4890. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  4893. $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4894. $instance->setName('doctrine:migrations:dump-schema');
  4895. $instance->setDescription('Dump the schema for your database to a migration.');
  4896. return $instance;
  4897. }
  4898. /**
  4899. * Gets the private 'doctrine_migrations.execute_command' shared service.
  4900. *
  4901. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4902. */
  4903. protected function getDoctrineMigrations_ExecuteCommandService()
  4904. {
  4905. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4906. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4907. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  4908. $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4909. $instance->setName('doctrine:migrations:execute');
  4910. $instance->setDescription('Execute one or more migration versions up or down manually.');
  4911. return $instance;
  4912. }
  4913. /**
  4914. * Gets the private 'doctrine_migrations.generate_command' shared service.
  4915. *
  4916. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4917. */
  4918. protected function getDoctrineMigrations_GenerateCommandService()
  4919. {
  4920. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4921. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4922. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  4923. $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4924. $instance->setName('doctrine:migrations:generate');
  4925. $instance->setDescription('Generate a blank migration class.');
  4926. return $instance;
  4927. }
  4928. /**
  4929. * Gets the private 'doctrine_migrations.latest_command' shared service.
  4930. *
  4931. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4932. */
  4933. protected function getDoctrineMigrations_LatestCommandService()
  4934. {
  4935. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4936. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4937. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  4938. $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4939. $instance->setName('doctrine:migrations:latest');
  4940. $instance->setDescription('Outputs the latest version');
  4941. return $instance;
  4942. }
  4943. /**
  4944. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4945. *
  4946. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4947. */
  4948. protected function getDoctrineMigrations_MigrateCommandService()
  4949. {
  4950. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4951. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4952. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  4953. $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4954. $instance->setName('doctrine:migrations:migrate');
  4955. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  4956. return $instance;
  4957. }
  4958. /**
  4959. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4960. *
  4961. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4962. */
  4963. protected function getDoctrineMigrations_RollupCommandService()
  4964. {
  4965. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4966. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4967. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  4968. $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4969. $instance->setName('doctrine:migrations:rollup');
  4970. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  4971. return $instance;
  4972. }
  4973. /**
  4974. * Gets the private 'doctrine_migrations.status_command' shared service.
  4975. *
  4976. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4977. */
  4978. protected function getDoctrineMigrations_StatusCommandService()
  4979. {
  4980. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4981. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4982. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  4983. $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4984. $instance->setName('doctrine:migrations:status');
  4985. $instance->setDescription('View the status of a set of migrations.');
  4986. return $instance;
  4987. }
  4988. /**
  4989. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4990. *
  4991. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4992. */
  4993. protected function getDoctrineMigrations_SyncMetadataCommandService()
  4994. {
  4995. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4996. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4997. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  4998. $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4999. $instance->setName('doctrine:migrations:sync-metadata-storage');
  5000. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  5001. return $instance;
  5002. }
  5003. /**
  5004. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5005. *
  5006. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5007. */
  5008. protected function getDoctrineMigrations_UpToDateCommandService()
  5009. {
  5010. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5012. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  5013. $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  5014. $instance->setName('doctrine:migrations:up-to-date');
  5015. $instance->setDescription('Tells you if your schema is up-to-date.');
  5016. return $instance;
  5017. }
  5018. /**
  5019. * Gets the private 'doctrine_migrations.version_command' shared service.
  5020. *
  5021. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5022. */
  5023. protected function getDoctrineMigrations_VersionCommandService()
  5024. {
  5025. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5027. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  5028. $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  5029. $instance->setName('doctrine:migrations:version');
  5030. $instance->setDescription('Manually add and delete migration versions from the version table.');
  5031. return $instance;
  5032. }
  5033. /**
  5034. * Gets the private 'doctrine_migrations.versions_command' shared service.
  5035. *
  5036. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5037. */
  5038. protected function getDoctrineMigrations_VersionsCommandService()
  5039. {
  5040. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5041. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5042. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  5043. $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  5044. $instance->setName('doctrine:migrations:list');
  5045. $instance->setDescription('Display a list of all available migrations and their status.');
  5046. return $instance;
  5047. }
  5048. /**
  5049. * Gets the private 'error_handler.error_renderer.html' shared service.
  5050. *
  5051. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5052. */
  5053. protected function getErrorHandler_ErrorRenderer_HtmlService()
  5054. {
  5055. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5056. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5057. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5058. 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()));
  5059. }
  5060. /**
  5061. * Gets the private 'exception_listener' shared service.
  5062. *
  5063. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5064. */
  5065. protected function getExceptionListenerService()
  5066. {
  5067. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5068. }
  5069. /**
  5070. * Gets the private 'form.choice_list_factory.cached' shared service.
  5071. *
  5072. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5073. */
  5074. protected function getForm_ChoiceListFactory_CachedService()
  5075. {
  5076. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5077. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5078. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5079. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5080. 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())));
  5081. }
  5082. /**
  5083. * Gets the private 'form.registry' shared service.
  5084. *
  5085. * @return \Symfony\Component\Form\FormRegistry
  5086. */
  5087. protected function getForm_RegistryService()
  5088. {
  5089. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  5090. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  5091. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  5092. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5093. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5094. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5095. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5096. 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, [
  5097. 'App\\Form\\ChangePasswordFormType' => ['privates', 'App\\Form\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
  5098. 'App\\Form\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
  5099. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  5100. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  5101. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  5102. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  5103. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  5104. ], [
  5105. 'App\\Form\\ChangePasswordFormType' => '?',
  5106. 'App\\Form\\ResetPasswordRequestFormType' => '?',
  5107. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5108. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5109. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5110. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5111. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5112. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5113. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5114. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5115. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5116. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5117. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5118. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5119. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  5120. }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5121. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5122. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5123. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5124. }, 1)], new RewindableGenerator(function () {
  5125. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5126. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5127. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5128. }
  5129. /**
  5130. * Gets the private 'form.server_params' shared service.
  5131. *
  5132. * @return \Symfony\Component\Form\Util\ServerParams
  5133. */
  5134. protected function getForm_ServerParamsService()
  5135. {
  5136. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  5137. 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())));
  5138. }
  5139. /**
  5140. * Gets the private 'form.type.choice' shared service.
  5141. *
  5142. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5143. */
  5144. protected function getForm_Type_ChoiceService()
  5145. {
  5146. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5147. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5148. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5149. 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()));
  5150. }
  5151. /**
  5152. * Gets the private 'form.type.color' shared service.
  5153. *
  5154. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5155. */
  5156. protected function getForm_Type_ColorService()
  5157. {
  5158. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5159. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5160. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5161. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5162. }
  5163. /**
  5164. * Gets the private 'form.type.entity' shared service.
  5165. *
  5166. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5167. */
  5168. protected function getForm_Type_EntityService()
  5169. {
  5170. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5171. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5172. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5173. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5174. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5175. }
  5176. /**
  5177. * Gets the private 'form.type.form' shared service.
  5178. *
  5179. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5180. */
  5181. protected function getForm_Type_FormService()
  5182. {
  5183. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5184. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5187. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5188. }
  5189. /**
  5190. * Gets the private 'form.type_extension.csrf' shared service.
  5191. *
  5192. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5193. */
  5194. protected function getForm_TypeExtension_CsrfService()
  5195. {
  5196. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5197. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5198. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5199. 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()));
  5200. }
  5201. /**
  5202. * Gets the private 'form.type_extension.form.data_collector' shared service.
  5203. *
  5204. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5205. */
  5206. protected function getForm_TypeExtension_Form_DataCollectorService()
  5207. {
  5208. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5209. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5210. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5211. 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()));
  5212. }
  5213. /**
  5214. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5215. *
  5216. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5217. */
  5218. protected function getForm_TypeExtension_Form_HttpFoundationService()
  5219. {
  5220. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5221. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5222. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5223. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5224. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5225. 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())));
  5226. }
  5227. /**
  5228. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5229. *
  5230. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5231. */
  5232. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5233. {
  5234. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5235. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5236. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5237. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5238. }
  5239. /**
  5240. * Gets the private 'form.type_extension.form.validator' shared service.
  5241. *
  5242. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5243. */
  5244. protected function getForm_TypeExtension_Form_ValidatorService()
  5245. {
  5246. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5247. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5248. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5249. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5250. 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()));
  5251. }
  5252. /**
  5253. * Gets the private 'form.type_extension.upload.validator' shared service.
  5254. *
  5255. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5256. */
  5257. protected function getForm_TypeExtension_Upload_ValidatorService()
  5258. {
  5259. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5260. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5261. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5262. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5263. }
  5264. /**
  5265. * Gets the private 'form.type_guesser.doctrine' shared service.
  5266. *
  5267. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5268. */
  5269. protected function getForm_TypeGuesser_DoctrineService()
  5270. {
  5271. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5272. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5273. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5274. }
  5275. /**
  5276. * Gets the private 'form.type_guesser.validator' shared service.
  5277. *
  5278. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5279. */
  5280. protected function getForm_TypeGuesser_ValidatorService()
  5281. {
  5282. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5283. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5284. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5285. }
  5286. /**
  5287. * Gets the private 'fragment.renderer.inline' shared service.
  5288. *
  5289. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5290. */
  5291. protected function getFragment_Renderer_InlineService()
  5292. {
  5293. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5294. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5295. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5296. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5297. if (isset($this->privates['fragment.renderer.inline'])) {
  5298. return $this->privates['fragment.renderer.inline'];
  5299. }
  5300. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5301. if (isset($this->privates['fragment.renderer.inline'])) {
  5302. return $this->privates['fragment.renderer.inline'];
  5303. }
  5304. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  5305. $instance->setFragmentPath('/_fragment');
  5306. return $instance;
  5307. }
  5308. /**
  5309. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5310. *
  5311. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5312. */
  5313. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5314. {
  5315. 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())));
  5316. }
  5317. /**
  5318. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5319. *
  5320. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5321. */
  5322. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5323. {
  5324. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5325. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5326. return $this->privates['framework_extra_bundle.event.is_granted'];
  5327. }
  5328. 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);
  5329. }
  5330. /**
  5331. * Gets the private 'locale_aware_listener' shared service.
  5332. *
  5333. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5334. */
  5335. protected function getLocaleAwareListenerService()
  5336. {
  5337. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5338. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5339. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5340. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5341. }
  5342. /**
  5343. * Gets the private 'locale_listener' shared service.
  5344. *
  5345. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5346. */
  5347. protected function getLocaleListenerService()
  5348. {
  5349. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  5350. }
  5351. /**
  5352. * Gets the private 'mailer.mailer' shared service.
  5353. *
  5354. * @return \Symfony\Component\Mailer\Mailer
  5355. */
  5356. protected function getMailer_MailerService()
  5357. {
  5358. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  5359. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  5360. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5361. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  5362. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  5363. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5364. if (isset($this->privates['mailer.mailer'])) {
  5365. return $this->privates['mailer.mailer'];
  5366. }
  5367. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5368. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5369. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5370. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5371. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5372. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  5373. }
  5374. /**
  5375. * Gets the private 'mailer.transport_factory.native' shared service.
  5376. *
  5377. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5378. */
  5379. protected function getMailer_TransportFactory_NativeService()
  5380. {
  5381. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5382. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5383. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5384. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5385. if (isset($this->privates['mailer.transport_factory.native'])) {
  5386. return $this->privates['mailer.transport_factory.native'];
  5387. }
  5388. return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5389. }
  5390. /**
  5391. * Gets the private 'mailer.transport_factory.null' shared service.
  5392. *
  5393. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5394. */
  5395. protected function getMailer_TransportFactory_NullService()
  5396. {
  5397. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5398. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5399. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5400. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5401. if (isset($this->privates['mailer.transport_factory.null'])) {
  5402. return $this->privates['mailer.transport_factory.null'];
  5403. }
  5404. return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5405. }
  5406. /**
  5407. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5408. *
  5409. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5410. */
  5411. protected function getMailer_TransportFactory_SendmailService()
  5412. {
  5413. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5414. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5415. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5416. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5417. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5418. return $this->privates['mailer.transport_factory.sendmail'];
  5419. }
  5420. return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5421. }
  5422. /**
  5423. * Gets the private 'mailer.transport_factory.smtp' shared service.
  5424. *
  5425. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5426. */
  5427. protected function getMailer_TransportFactory_SmtpService()
  5428. {
  5429. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5430. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5431. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5432. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5433. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5434. return $this->privates['mailer.transport_factory.smtp'];
  5435. }
  5436. return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  5437. }
  5438. /**
  5439. * Gets the private 'maker.auto_command.make_auth' shared service.
  5440. *
  5441. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5442. */
  5443. protected function getMaker_AutoCommand_MakeAuthService()
  5444. {
  5445. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5446. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5447. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5448. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5449. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5450. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5451. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5452. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5453. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5454. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5455. $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')))));
  5456. $instance->setName('make:auth');
  5457. $instance->setDescription('Creates a Guard authenticator of different flavors');
  5458. return $instance;
  5459. }
  5460. /**
  5461. * Gets the private 'maker.auto_command.make_command' shared service.
  5462. *
  5463. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5464. */
  5465. protected function getMaker_AutoCommand_MakeCommandService()
  5466. {
  5467. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5468. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5469. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5470. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5471. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5472. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5473. $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')))));
  5474. $instance->setName('make:command');
  5475. $instance->setDescription('Creates a new console command class');
  5476. return $instance;
  5477. }
  5478. /**
  5479. * Gets the private 'maker.auto_command.make_controller' shared service.
  5480. *
  5481. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5482. */
  5483. protected function getMaker_AutoCommand_MakeControllerService()
  5484. {
  5485. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5486. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5487. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5488. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5489. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5490. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5491. $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')))));
  5492. $instance->setName('make:controller');
  5493. $instance->setDescription('Creates a new controller class');
  5494. return $instance;
  5495. }
  5496. /**
  5497. * Gets the private 'maker.auto_command.make_crud' shared service.
  5498. *
  5499. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5500. */
  5501. protected function getMaker_AutoCommand_MakeCrudService()
  5502. {
  5503. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5504. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5505. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5506. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5507. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5508. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5509. $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')))));
  5510. $instance->setName('make:crud');
  5511. $instance->setDescription('Creates CRUD for Doctrine entity class');
  5512. return $instance;
  5513. }
  5514. /**
  5515. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5516. *
  5517. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5518. */
  5519. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5520. {
  5521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5522. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5523. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5524. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5525. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5526. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5527. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5528. $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')))));
  5529. $instance->setName('make:docker:database');
  5530. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5531. return $instance;
  5532. }
  5533. /**
  5534. * Gets the private 'maker.auto_command.make_entity' shared service.
  5535. *
  5536. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5537. */
  5538. protected function getMaker_AutoCommand_MakeEntityService()
  5539. {
  5540. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5541. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5542. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5543. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5544. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5545. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5546. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5547. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5548. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5549. $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')))));
  5550. $instance->setName('make:entity');
  5551. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5552. return $instance;
  5553. }
  5554. /**
  5555. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5556. *
  5557. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5558. */
  5559. protected function getMaker_AutoCommand_MakeFixturesService()
  5560. {
  5561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5562. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5563. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5564. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5565. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5566. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5567. $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')))));
  5568. $instance->setName('make:fixtures');
  5569. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5570. return $instance;
  5571. }
  5572. /**
  5573. * Gets the private 'maker.auto_command.make_form' shared service.
  5574. *
  5575. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5576. */
  5577. protected function getMaker_AutoCommand_MakeFormService()
  5578. {
  5579. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5580. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5581. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5582. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5583. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5584. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5585. $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')))));
  5586. $instance->setName('make:form');
  5587. $instance->setDescription('Creates a new form class');
  5588. return $instance;
  5589. }
  5590. /**
  5591. * Gets the private 'maker.auto_command.make_message' shared service.
  5592. *
  5593. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5594. */
  5595. protected function getMaker_AutoCommand_MakeMessageService()
  5596. {
  5597. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5598. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5599. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5600. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5601. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5602. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5603. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5604. $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')))));
  5605. $instance->setName('make:message');
  5606. $instance->setDescription('Creates a new message and handler');
  5607. return $instance;
  5608. }
  5609. /**
  5610. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5611. *
  5612. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5613. */
  5614. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5615. {
  5616. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5617. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5618. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5619. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5620. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5621. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5622. $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')))));
  5623. $instance->setName('make:messenger-middleware');
  5624. $instance->setDescription('Creates a new messenger middleware');
  5625. return $instance;
  5626. }
  5627. /**
  5628. * Gets the private 'maker.auto_command.make_migration' shared service.
  5629. *
  5630. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5631. */
  5632. protected function getMaker_AutoCommand_MakeMigrationService()
  5633. {
  5634. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5635. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5636. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5637. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5638. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5639. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5640. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5641. $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')))));
  5642. $instance->setName('make:migration');
  5643. $instance->setDescription('Creates a new migration based on database changes');
  5644. return $instance;
  5645. }
  5646. /**
  5647. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5648. *
  5649. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5650. */
  5651. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5652. {
  5653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5654. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5655. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5656. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5657. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5658. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5659. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5660. $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')))));
  5661. $instance->setName('make:registration-form');
  5662. $instance->setDescription('Creates a new registration form system');
  5663. return $instance;
  5664. }
  5665. /**
  5666. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5667. *
  5668. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5669. */
  5670. protected function getMaker_AutoCommand_MakeResetPasswordService()
  5671. {
  5672. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5673. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5674. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5675. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5676. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5677. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5678. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5679. $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')))));
  5680. $instance->setName('make:reset-password');
  5681. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5682. return $instance;
  5683. }
  5684. /**
  5685. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5686. *
  5687. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5688. */
  5689. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5690. {
  5691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5692. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5693. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5694. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5695. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5696. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5697. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5698. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5699. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5700. $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')))));
  5701. $instance->setName('make:security:form-login');
  5702. $instance->setDescription('Generate the code needed for the form_login authenticator');
  5703. return $instance;
  5704. }
  5705. /**
  5706. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5707. *
  5708. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5709. */
  5710. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5711. {
  5712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5713. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5714. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5715. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5716. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5717. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5718. $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')))));
  5719. $instance->setName('make:serializer:encoder');
  5720. $instance->setDescription('Creates a new serializer encoder class');
  5721. return $instance;
  5722. }
  5723. /**
  5724. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5725. *
  5726. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5727. */
  5728. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5729. {
  5730. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5731. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5732. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5733. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5734. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5735. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5736. $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')))));
  5737. $instance->setName('make:serializer:normalizer');
  5738. $instance->setDescription('Creates a new serializer normalizer class');
  5739. return $instance;
  5740. }
  5741. /**
  5742. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5743. *
  5744. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5745. */
  5746. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5747. {
  5748. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5749. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5750. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5751. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5752. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5754. $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')))));
  5755. $instance->setName('make:stimulus-controller');
  5756. $instance->setDescription('Creates a new Stimulus controller');
  5757. return $instance;
  5758. }
  5759. /**
  5760. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5761. *
  5762. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5763. */
  5764. protected function getMaker_AutoCommand_MakeSubscriberService()
  5765. {
  5766. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5767. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5768. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5772. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5773. $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')))));
  5774. $instance->setName('make:subscriber');
  5775. $instance->setDescription('Creates a new event subscriber class');
  5776. return $instance;
  5777. }
  5778. /**
  5779. * Gets the private 'maker.auto_command.make_test' shared service.
  5780. *
  5781. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5782. */
  5783. protected function getMaker_AutoCommand_MakeTestService()
  5784. {
  5785. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5786. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5787. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5788. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5789. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5790. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5791. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5792. $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')))));
  5793. $instance->setName('make:test');
  5794. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  5795. $instance->setDescription('Creates a new test class');
  5796. return $instance;
  5797. }
  5798. /**
  5799. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5800. *
  5801. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5802. */
  5803. protected function getMaker_AutoCommand_MakeTwigComponentService()
  5804. {
  5805. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5806. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5807. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5808. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5809. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5810. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5811. $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')))));
  5812. $instance->setName('make:twig-component');
  5813. $instance->setDescription('Creates a twig (or live) component');
  5814. return $instance;
  5815. }
  5816. /**
  5817. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5818. *
  5819. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5820. */
  5821. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5822. {
  5823. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5824. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5825. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5826. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5827. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5828. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5829. $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')))));
  5830. $instance->setName('make:twig-extension');
  5831. $instance->setDescription('Creates a new Twig extension with its runtime class');
  5832. return $instance;
  5833. }
  5834. /**
  5835. * Gets the private 'maker.auto_command.make_user' shared service.
  5836. *
  5837. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5838. */
  5839. protected function getMaker_AutoCommand_MakeUserService()
  5840. {
  5841. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5842. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5843. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5844. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5845. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5846. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5847. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5848. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5849. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5850. $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')))));
  5851. $instance->setName('make:user');
  5852. $instance->setDescription('Creates a new security user class');
  5853. return $instance;
  5854. }
  5855. /**
  5856. * Gets the private 'maker.auto_command.make_validator' shared service.
  5857. *
  5858. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5859. */
  5860. protected function getMaker_AutoCommand_MakeValidatorService()
  5861. {
  5862. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5863. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5864. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5865. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5866. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5867. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5868. $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')))));
  5869. $instance->setName('make:validator');
  5870. $instance->setDescription('Creates a new validator and constraint class');
  5871. return $instance;
  5872. }
  5873. /**
  5874. * Gets the private 'maker.auto_command.make_voter' shared service.
  5875. *
  5876. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5877. */
  5878. protected function getMaker_AutoCommand_MakeVoterService()
  5879. {
  5880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5881. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5882. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5883. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5884. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5885. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5886. $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')))));
  5887. $instance->setName('make:voter');
  5888. $instance->setDescription('Creates a new security voter class');
  5889. return $instance;
  5890. }
  5891. /**
  5892. * Gets the private 'maker.doctrine_helper' shared service.
  5893. *
  5894. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5895. */
  5896. protected function getMaker_DoctrineHelperService()
  5897. {
  5898. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5899. 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())]]]);
  5900. }
  5901. /**
  5902. * Gets the private 'maker.entity_class_generator' shared service.
  5903. *
  5904. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5905. */
  5906. protected function getMaker_EntityClassGeneratorService()
  5907. {
  5908. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5909. 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()));
  5910. }
  5911. /**
  5912. * Gets the private 'maker.file_link_formatter' shared service.
  5913. *
  5914. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5915. */
  5916. protected function getMaker_FileLinkFormatterService()
  5917. {
  5918. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5919. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5920. }
  5921. /**
  5922. * Gets the private 'maker.file_manager' shared service.
  5923. *
  5924. * @return \Symfony\Bundle\MakerBundle\FileManager
  5925. */
  5926. protected function getMaker_FileManagerService()
  5927. {
  5928. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5929. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5930. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5931. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  5932. 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'));
  5933. }
  5934. /**
  5935. * Gets the private 'maker.generator' shared service.
  5936. *
  5937. * @return \Symfony\Bundle\MakerBundle\Generator
  5938. */
  5939. protected function getMaker_GeneratorService()
  5940. {
  5941. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5942. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5943. 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());
  5944. }
  5945. /**
  5946. * Gets the private 'maker.php_compat_util' shared service.
  5947. *
  5948. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5949. */
  5950. protected function getMaker_PhpCompatUtilService()
  5951. {
  5952. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5953. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5954. }
  5955. /**
  5956. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5957. *
  5958. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5959. */
  5960. protected function getMaker_Renderer_FormTypeRendererService()
  5961. {
  5962. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5963. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5964. }
  5965. /**
  5966. * Gets the private 'mime_types' shared service.
  5967. *
  5968. * @return \Symfony\Component\Mime\MimeTypes
  5969. */
  5970. protected function getMimeTypesService()
  5971. {
  5972. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5973. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5974. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  5975. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5976. $instance->setDefault($instance);
  5977. return $instance;
  5978. }
  5979. /**
  5980. * Gets the private 'monolog.command.server_log' shared service.
  5981. *
  5982. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5983. */
  5984. protected function getMonolog_Command_ServerLogService()
  5985. {
  5986. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5987. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5988. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5989. $instance->setName('server:log');
  5990. $instance->setDescription('Start a log server that displays logs in real time');
  5991. return $instance;
  5992. }
  5993. /**
  5994. * Gets the private 'monolog.handler.console' shared service.
  5995. *
  5996. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5997. */
  5998. protected function getMonolog_Handler_ConsoleService()
  5999. {
  6000. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  6001. }
  6002. /**
  6003. * Gets the private 'monolog.handler.main' shared service.
  6004. *
  6005. * @return \Monolog\Handler\StreamHandler
  6006. */
  6007. protected function getMonolog_Handler_MainService()
  6008. {
  6009. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  6010. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6011. return $instance;
  6012. }
  6013. /**
  6014. * Gets the private 'monolog.logger' shared service.
  6015. *
  6016. * @return \Symfony\Bridge\Monolog\Logger
  6017. */
  6018. protected function getMonolog_LoggerService()
  6019. {
  6020. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6021. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6022. $instance->useMicrosecondTimestamps(true);
  6023. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6024. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6025. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6026. return $instance;
  6027. }
  6028. /**
  6029. * Gets the private 'monolog.logger.cache' shared service.
  6030. *
  6031. * @return \Symfony\Bridge\Monolog\Logger
  6032. */
  6033. protected function getMonolog_Logger_CacheService()
  6034. {
  6035. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6036. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6037. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6038. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6039. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6040. return $instance;
  6041. }
  6042. /**
  6043. * Gets the private 'monolog.logger.mailer' shared service.
  6044. *
  6045. * @return \Symfony\Bridge\Monolog\Logger
  6046. */
  6047. protected function getMonolog_Logger_MailerService()
  6048. {
  6049. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6050. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6051. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6052. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6053. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6054. return $instance;
  6055. }
  6056. /**
  6057. * Gets the private 'monolog.logger.request' shared service.
  6058. *
  6059. * @return \Symfony\Bridge\Monolog\Logger
  6060. */
  6061. protected function getMonolog_Logger_RequestService()
  6062. {
  6063. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6064. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6065. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6066. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6067. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6068. return $instance;
  6069. }
  6070. /**
  6071. * Gets the private 'monolog.logger.security' shared service.
  6072. *
  6073. * @return \Symfony\Bridge\Monolog\Logger
  6074. */
  6075. protected function getMonolog_Logger_SecurityService()
  6076. {
  6077. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6078. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6079. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6080. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6081. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6082. return $instance;
  6083. }
  6084. /**
  6085. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  6086. *
  6087. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  6088. */
  6089. protected function getNelmioApiDoc_Describers_ConfigService()
  6090. {
  6091. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6092. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  6093. return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'API Gestión Interna', 'description' => ''."\n".'Genera información de interes para los clientes de Administra'."\n".'## Autenticación'."\n".''."\n".'Esta API utiliza autenticación mediante **Bearer Token** '."\n".'Para autenticarte, debes enviar un encabezado HTTP como este:'."\n".''."\n".'```'."\n".'Authorization: Bearer <el_token_aquí>'."\n".'```'."\n".''."\n".'### Pasos para autenticarte'."\n".''."\n".'1. Los clientes (aplicaciones) que usen el API se les asignará un token de conexión.'."\n".'2. En cada solicitud autenticada, añade el encabezado:'."\n".' ```'."\n".' Authorization: Bearer el_token_aquí...'."\n".' ```'."\n".''."\n".'El token es necesario para acceder a todos los endpoints protegidos.'."\n".'', 'version' => '1.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'http', 'scheme' => 'bearer']]], 'security' => [0 => ['Bearer' => []]]]);
  6094. }
  6095. /**
  6096. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  6097. *
  6098. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  6099. */
  6100. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  6101. {
  6102. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6103. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  6104. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6105. return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6106. }
  6107. /**
  6108. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  6109. *
  6110. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  6111. */
  6112. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  6113. {
  6114. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6115. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6116. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6117. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  6118. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6119. return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  6120. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  6121. yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  6122. yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  6123. }, 3));
  6124. }
  6125. /**
  6126. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  6127. *
  6128. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  6129. */
  6130. protected function getNelmioApiDoc_ModelDescribers_FormService()
  6131. {
  6132. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6133. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6134. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6135. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6136. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  6137. return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], false, true);
  6138. }
  6139. /**
  6140. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  6141. *
  6142. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  6143. */
  6144. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  6145. {
  6146. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6147. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6148. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6149. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  6150. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  6151. return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6152. }
  6153. /**
  6154. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  6155. *
  6156. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  6157. */
  6158. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  6159. {
  6160. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  6161. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6162. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6163. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  6164. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  6165. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  6166. yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  6167. yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  6168. yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  6169. yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  6170. yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  6171. yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  6172. yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  6173. yield 8 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  6174. yield 9 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  6175. yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  6176. }, 11));
  6177. }
  6178. /**
  6179. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  6180. *
  6181. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  6182. */
  6183. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  6184. {
  6185. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  6186. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6187. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  6188. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6189. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  6190. return $this->privates['nelmio_api_doc.route_describers.route_argument'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  6191. return new \EmptyIterator();
  6192. }, 0));
  6193. }
  6194. /**
  6195. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  6196. *
  6197. * @return \Symfony\Component\Routing\RouteCollection
  6198. */
  6199. protected function getNelmioApiDoc_Routes_DefaultService()
  6200. {
  6201. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  6202. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  6203. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6204. return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [0 => '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  6205. }
  6206. /**
  6207. * Gets the private 'nelmio_cors.cors_listener' shared service.
  6208. *
  6209. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  6210. */
  6211. protected function getNelmioCors_CorsListenerService()
  6212. {
  6213. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  6214. }
  6215. /**
  6216. * Gets the private 'parameter_bag' shared service.
  6217. *
  6218. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6219. */
  6220. protected function getParameterBagService()
  6221. {
  6222. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6223. }
  6224. /**
  6225. * Gets the private 'profiler_listener' shared service.
  6226. *
  6227. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6228. */
  6229. protected function getProfilerListenerService()
  6230. {
  6231. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6232. if (isset($this->privates['profiler_listener'])) {
  6233. return $this->privates['profiler_listener'];
  6234. }
  6235. 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);
  6236. }
  6237. /**
  6238. * Gets the private 'property_accessor' shared service.
  6239. *
  6240. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6241. */
  6242. protected function getPropertyAccessorService()
  6243. {
  6244. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6247. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6248. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6249. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6250. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6251. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  6252. }
  6253. /**
  6254. * Gets the private 'property_info' shared service.
  6255. *
  6256. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6257. */
  6258. protected function getPropertyInfoService()
  6259. {
  6260. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6261. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6262. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6263. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6264. }, 3), new RewindableGenerator(function () {
  6265. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6266. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6267. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6268. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6269. }, 4), new RewindableGenerator(function () {
  6270. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6271. }, 1), new RewindableGenerator(function () {
  6272. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6273. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6274. }, 2), new RewindableGenerator(function () {
  6275. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6276. }, 1));
  6277. }
  6278. /**
  6279. * Gets the private 'property_info.serializer_extractor' shared service.
  6280. *
  6281. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6282. */
  6283. protected function getPropertyInfo_SerializerExtractorService()
  6284. {
  6285. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6286. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6287. }
  6288. /**
  6289. * Gets the private 'router.cache_warmer' shared service.
  6290. *
  6291. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6292. */
  6293. protected function getRouter_CacheWarmerService()
  6294. {
  6295. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6296. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6297. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6298. 'router' => ['services', 'router', 'getRouterService', false],
  6299. ], [
  6300. 'router' => '?',
  6301. ]))->withContext('router.cache_warmer', $this));
  6302. }
  6303. /**
  6304. * Gets the private 'router.expression_language_provider' shared service.
  6305. *
  6306. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6307. */
  6308. protected function getRouter_ExpressionLanguageProviderService()
  6309. {
  6310. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6311. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  6312. ], [
  6313. 'env' => 'Closure',
  6314. ]));
  6315. }
  6316. /**
  6317. * Gets the private 'router.request_context' shared service.
  6318. *
  6319. * @return \Symfony\Component\Routing\RequestContext
  6320. */
  6321. protected function getRouter_RequestContextService()
  6322. {
  6323. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  6324. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6325. return $instance;
  6326. }
  6327. /**
  6328. * Gets the private 'router_listener' shared service.
  6329. *
  6330. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6331. */
  6332. protected function getRouterListenerService()
  6333. {
  6334. 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);
  6335. }
  6336. /**
  6337. * Gets the private 'secrets.vault' shared service.
  6338. *
  6339. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6340. */
  6341. protected function getSecrets_VaultService()
  6342. {
  6343. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6344. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6345. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6346. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  6347. 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'));
  6348. }
  6349. /**
  6350. * Gets the private 'security.access_listener' shared service.
  6351. *
  6352. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6353. */
  6354. protected function getSecurity_AccessListenerService()
  6355. {
  6356. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6357. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6359. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6360. if (isset($this->privates['security.access_listener'])) {
  6361. return $this->privates['security.access_listener'];
  6362. }
  6363. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6364. if (isset($this->privates['security.access_listener'])) {
  6365. return $this->privates['security.access_listener'];
  6366. }
  6367. 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()), $b);
  6368. }
  6369. /**
  6370. * Gets the private 'security.access_map' shared service.
  6371. *
  6372. * @return \Symfony\Component\Security\Http\AccessMap
  6373. */
  6374. protected function getSecurity_AccessMapService()
  6375. {
  6376. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6377. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  6378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6380. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6381. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc$'), [0 => 'PUBLIC_ACCESS'], NULL);
  6382. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc/.+'), [0 => 'PUBLIC_ACCESS'], NULL);
  6383. return $instance;
  6384. }
  6385. /**
  6386. * Gets the private 'security.authentication.guard_handler' shared service.
  6387. *
  6388. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6389. *
  6390. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6391. */
  6392. protected function getSecurity_Authentication_GuardHandlerService()
  6393. {
  6394. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6395. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6396. if (isset($this->privates['security.authentication.guard_handler'])) {
  6397. return $this->privates['security.authentication.guard_handler'];
  6398. }
  6399. $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, []);
  6400. $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6401. return $instance;
  6402. }
  6403. /**
  6404. * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6405. *
  6406. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6407. *
  6408. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6409. */
  6410. protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6411. {
  6412. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6413. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6414. if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6415. return $this->privates['security.authentication.listener.anonymous.main'];
  6416. }
  6417. return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  6418. }
  6419. /**
  6420. * Gets the private 'security.authentication.listener.guard.main' shared service.
  6421. *
  6422. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6423. *
  6424. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6425. */
  6426. protected function getSecurity_Authentication_Listener_Guard_MainService()
  6427. {
  6428. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6429. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6430. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6431. return $this->privates['security.authentication.listener.guard.main'];
  6432. }
  6433. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6434. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6435. return $this->privates['security.authentication.listener.guard.main'];
  6436. }
  6437. $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
  6438. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6439. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6440. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6441. return $instance;
  6442. }
  6443. /**
  6444. * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  6445. *
  6446. * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  6447. *
  6448. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  6449. */
  6450. protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  6451. {
  6452. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6453. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6454. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6455. return $this->privates['security.authentication.listener.rememberme.main'];
  6456. }
  6457. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6458. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6459. return $this->privates['security.authentication.listener.rememberme.main'];
  6460. }
  6461. return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $b, true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6462. }
  6463. /**
  6464. * Gets the private 'security.authentication.manager' shared service.
  6465. *
  6466. * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6467. *
  6468. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6469. */
  6470. protected function getSecurity_Authentication_ManagerService()
  6471. {
  6472. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6473. $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6474. yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6475. yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  6476. yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6477. }, 3), true);
  6478. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6479. return $instance;
  6480. }
  6481. /**
  6482. * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6483. *
  6484. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6485. *
  6486. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6487. */
  6488. protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6489. {
  6490. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6491. return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6492. }
  6493. /**
  6494. * Gets the private 'security.authentication.provider.guard.main' shared service.
  6495. *
  6496. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6497. *
  6498. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6499. */
  6500. protected function getSecurity_Authentication_Provider_Guard_MainService()
  6501. {
  6502. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6503. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6504. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6505. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6507. return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6508. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6509. }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
  6510. }
  6511. /**
  6512. * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  6513. *
  6514. * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  6515. *
  6516. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  6517. */
  6518. protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  6519. {
  6520. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6521. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6522. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6523. return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  6524. }
  6525. /**
  6526. * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  6527. *
  6528. * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  6529. */
  6530. protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  6531. {
  6532. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  6533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6534. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  6535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  6536. return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  6537. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6538. }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31449600, 'path' => '/', 'name' => 'REMEMBERME', 'domain' => NULL, 'secure' => NULL, 'httponly' => true, 'samesite' => 'lax', 'always_remember_me' => false, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6539. }
  6540. /**
  6541. * Gets the private 'security.authentication.session_strategy' shared service.
  6542. *
  6543. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  6544. */
  6545. protected function getSecurity_Authentication_SessionStrategyService()
  6546. {
  6547. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6548. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6549. 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()));
  6550. }
  6551. /**
  6552. * Gets the private 'security.authentication_utils' shared service.
  6553. *
  6554. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6555. */
  6556. protected function getSecurity_AuthenticationUtilsService()
  6557. {
  6558. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6559. 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())));
  6560. }
  6561. /**
  6562. * Gets the private 'security.channel_listener' shared service.
  6563. *
  6564. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6565. */
  6566. protected function getSecurity_ChannelListenerService()
  6567. {
  6568. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6571. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6572. 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());
  6573. }
  6574. /**
  6575. * Gets the private 'security.command.debug_firewall' shared service.
  6576. *
  6577. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6578. */
  6579. protected function getSecurity_Command_DebugFirewallService()
  6580. {
  6581. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6582. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6583. $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()), [], false);
  6584. $instance->setName('debug:firewall');
  6585. $instance->setDescription('Display information about your security firewall(s)');
  6586. return $instance;
  6587. }
  6588. /**
  6589. * Gets the private 'security.command.user_password_encoder' shared service.
  6590. *
  6591. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6592. *
  6593. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6594. */
  6595. protected function getSecurity_Command_UserPasswordEncoderService()
  6596. {
  6597. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6598. $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\\Usuario']);
  6599. $instance->setName('security:encode-password');
  6600. $instance->setDescription('Encode a password');
  6601. return $instance;
  6602. }
  6603. /**
  6604. * Gets the private 'security.command.user_password_hash' shared service.
  6605. *
  6606. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6607. */
  6608. protected function getSecurity_Command_UserPasswordHashService()
  6609. {
  6610. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6611. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6612. $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\\Usuario']);
  6613. $instance->setName('security:hash-password');
  6614. $instance->setDescription('Hash a user password');
  6615. return $instance;
  6616. }
  6617. /**
  6618. * Gets the private 'security.context_listener.0' shared service.
  6619. *
  6620. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6621. */
  6622. protected function getSecurity_ContextListener_0Service()
  6623. {
  6624. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6625. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6626. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6627. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6628. if (isset($this->privates['security.context_listener.0'])) {
  6629. return $this->privates['security.context_listener.0'];
  6630. }
  6631. $this->privates['security.context_listener.0'] = $instance = 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 () {
  6632. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6633. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  6634. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6635. return $instance;
  6636. }
  6637. /**
  6638. * Gets the private 'security.csrf.token_storage' shared service.
  6639. *
  6640. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6641. */
  6642. protected function getSecurity_Csrf_TokenStorageService()
  6643. {
  6644. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6645. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6646. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6647. 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())));
  6648. }
  6649. /**
  6650. * Gets the private 'security.encoder_factory.generic' shared service.
  6651. *
  6652. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6653. *
  6654. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6655. */
  6656. protected function getSecurity_EncoderFactory_GenericService()
  6657. {
  6658. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6659. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  6660. }
  6661. /**
  6662. * Gets the private 'security.event_dispatcher.main' shared service.
  6663. *
  6664. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6665. */
  6666. protected function getSecurity_EventDispatcher_MainService()
  6667. {
  6668. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6669. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6670. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6671. }, 1 => 'onLogout'], 64);
  6672. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6673. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6674. }, 1 => 'onLogout'], 0);
  6675. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6676. return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  6677. }, 1 => 'onLogout'], 0);
  6678. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6679. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6680. }, 1 => 'onLogout'], 0);
  6681. return $instance;
  6682. }
  6683. /**
  6684. * Gets the private 'security.firewall.map' shared service.
  6685. *
  6686. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6687. */
  6688. protected function getSecurity_Firewall_MapService()
  6689. {
  6690. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6691. if (isset($this->privates['security.firewall.map'])) {
  6692. return $this->privates['security.firewall.map'];
  6693. }
  6694. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6695. 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)/')));
  6696. yield 'security.firewall.map.context.main' => NULL;
  6697. }, 2));
  6698. }
  6699. /**
  6700. * Gets the private 'security.firewall.map.context.dev' shared service.
  6701. *
  6702. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6703. */
  6704. protected function getSecurity_Firewall_Map_Context_DevService()
  6705. {
  6706. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6707. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6708. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6709. return new \EmptyIterator();
  6710. }, 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));
  6711. }
  6712. /**
  6713. * Gets the private 'security.firewall.map.context.main' shared service.
  6714. *
  6715. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6716. */
  6717. protected function getSecurity_Firewall_Map_Context_MainService()
  6718. {
  6719. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6720. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6721. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6722. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6723. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6724. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6725. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6726. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6727. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6728. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6729. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6730. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6731. yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6732. yield 3 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  6733. yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6734. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6735. }, 6), 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\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  6736. }
  6737. /**
  6738. * Gets the private 'security.http_utils' shared service.
  6739. *
  6740. * @return \Symfony\Component\Security\Http\HttpUtils
  6741. */
  6742. protected function getSecurity_HttpUtilsService()
  6743. {
  6744. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  6745. $a = ($this->services['router'] ?? $this->getRouterService());
  6746. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  6747. }
  6748. /**
  6749. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6750. *
  6751. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6752. */
  6753. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6754. {
  6755. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6756. 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()));
  6757. }
  6758. /**
  6759. * Gets the private 'security.logout.listener.default.main' shared service.
  6760. *
  6761. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6762. */
  6763. protected function getSecurity_Logout_Listener_Default_MainService()
  6764. {
  6765. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6766. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6767. }
  6768. /**
  6769. * Gets the private 'security.logout.listener.remember_me.main' shared service.
  6770. *
  6771. * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  6772. */
  6773. protected function getSecurity_Logout_Listener_RememberMe_MainService()
  6774. {
  6775. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  6776. return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6777. }
  6778. /**
  6779. * Gets the private 'security.logout_url_generator' shared service.
  6780. *
  6781. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6782. */
  6783. protected function getSecurity_LogoutUrlGeneratorService()
  6784. {
  6785. $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()));
  6786. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  6787. return $instance;
  6788. }
  6789. /**
  6790. * Gets the private 'security.password_hasher_factory' shared service.
  6791. *
  6792. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6793. */
  6794. protected function getSecurity_PasswordHasherFactoryService()
  6795. {
  6796. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6797. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6798. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Usuario' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  6799. }
  6800. /**
  6801. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6802. *
  6803. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6804. */
  6805. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6806. {
  6807. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6808. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6810. return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Usuario', 'email', NULL);
  6811. }
  6812. /**
  6813. * Gets the private 'security.validator.user_password' shared service.
  6814. *
  6815. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6816. */
  6817. protected function getSecurity_Validator_UserPasswordService()
  6818. {
  6819. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6820. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  6821. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6822. 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()));
  6823. }
  6824. /**
  6825. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6826. *
  6827. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6828. */
  6829. protected function getSensioFrameworkExtra_Controller_ListenerService()
  6830. {
  6831. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6832. }
  6833. /**
  6834. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6835. *
  6836. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6837. */
  6838. protected function getSensioFrameworkExtra_Converter_ListenerService()
  6839. {
  6840. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6841. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  6842. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  6843. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  6844. }
  6845. /**
  6846. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6847. *
  6848. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6849. */
  6850. protected function getSensioFrameworkExtra_Security_ListenerService()
  6851. {
  6852. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6853. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6854. return $this->privates['sensio_framework_extra.security.listener'];
  6855. }
  6856. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6857. }
  6858. /**
  6859. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6860. *
  6861. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6862. */
  6863. protected function getSensioFrameworkExtra_View_ListenerService()
  6864. {
  6865. $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))));
  6866. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6867. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  6868. ], [
  6869. 'twig' => '?',
  6870. ]))->withContext('sensio_framework_extra.view.listener', $this));
  6871. return $instance;
  6872. }
  6873. /**
  6874. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6875. *
  6876. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6877. */
  6878. protected function getSerializer_Mapping_CacheWarmerService()
  6879. {
  6880. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6881. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6882. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6883. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6884. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6885. 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'));
  6886. }
  6887. /**
  6888. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6889. *
  6890. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6891. */
  6892. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6893. {
  6894. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6895. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6896. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6897. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6898. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6899. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6900. 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()))]));
  6901. }
  6902. /**
  6903. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  6904. *
  6905. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  6906. */
  6907. protected function getSerializer_NameConverter_MetadataAwareService()
  6908. {
  6909. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  6910. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  6911. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  6912. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6913. }
  6914. /**
  6915. * Gets the private 'session.factory' shared service.
  6916. *
  6917. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6918. */
  6919. protected function getSession_FactoryService()
  6920. {
  6921. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6922. if (isset($this->privates['session.factory'])) {
  6923. return $this->privates['session.factory'];
  6924. }
  6925. 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']);
  6926. }
  6927. /**
  6928. * Gets the private 'session.storage.factory.service' shared service.
  6929. *
  6930. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6931. *
  6932. * @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.
  6933. */
  6934. protected function getSession_Storage_Factory_ServiceService()
  6935. {
  6936. 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.');
  6937. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6938. }
  6939. /**
  6940. * Gets the private 'session.storage.metadata_bag' shared service.
  6941. *
  6942. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6943. *
  6944. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6945. */
  6946. protected function getSession_Storage_MetadataBagService()
  6947. {
  6948. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6949. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  6950. }
  6951. /**
  6952. * Gets the private 'session.storage.native' shared service.
  6953. *
  6954. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6955. *
  6956. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6957. */
  6958. protected function getSession_Storage_NativeService()
  6959. {
  6960. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6961. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6962. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6963. 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());
  6964. }
  6965. /**
  6966. * Gets the private 'session_listener' shared service.
  6967. *
  6968. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6969. */
  6970. protected function getSessionListenerService()
  6971. {
  6972. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6973. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  6974. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  6975. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  6976. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  6977. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  6978. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  6979. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  6980. ], [
  6981. 'initialized_session' => '?',
  6982. 'logger' => '?',
  6983. 'request_stack' => '?',
  6984. 'session' => '?',
  6985. 'session_collector' => '?',
  6986. 'session_factory' => '?',
  6987. 'session_storage' => '?',
  6988. ]), true, $this->parameters['session.storage.options']);
  6989. }
  6990. /**
  6991. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  6992. *
  6993. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  6994. */
  6995. protected function getSymfonycasts_ResetPassword_CleanerService()
  6996. {
  6997. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  6998. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  6999. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  7000. return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['symfonycasts.reset_password.fake_request_repository'] ?? ($this->privates['symfonycasts.reset_password.fake_request_repository'] = new \SymfonyCasts\Bundle\ResetPassword\Persistence\Fake\FakeResetPasswordInternalRepository())), true);
  7001. }
  7002. /**
  7003. * Gets the private 'translation.extractor' shared service.
  7004. *
  7005. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7006. */
  7007. protected function getTranslation_ExtractorService()
  7008. {
  7009. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7010. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7011. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7012. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7013. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7014. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7015. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7016. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7017. return $instance;
  7018. }
  7019. /**
  7020. * Gets the private 'translation.loader.csv' shared service.
  7021. *
  7022. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7023. */
  7024. protected function getTranslation_Loader_CsvService()
  7025. {
  7026. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7027. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7028. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7029. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7030. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7031. }
  7032. /**
  7033. * Gets the private 'translation.loader.dat' shared service.
  7034. *
  7035. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7036. */
  7037. protected function getTranslation_Loader_DatService()
  7038. {
  7039. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7040. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7041. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7042. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7043. }
  7044. /**
  7045. * Gets the private 'translation.loader.ini' shared service.
  7046. *
  7047. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7048. */
  7049. protected function getTranslation_Loader_IniService()
  7050. {
  7051. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7052. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7053. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7054. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7055. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7056. }
  7057. /**
  7058. * Gets the private 'translation.loader.json' shared service.
  7059. *
  7060. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7061. */
  7062. protected function getTranslation_Loader_JsonService()
  7063. {
  7064. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7065. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7066. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7067. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7068. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7069. }
  7070. /**
  7071. * Gets the private 'translation.loader.mo' shared service.
  7072. *
  7073. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7074. */
  7075. protected function getTranslation_Loader_MoService()
  7076. {
  7077. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7078. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7079. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7080. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7081. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7082. }
  7083. /**
  7084. * Gets the private 'translation.loader.php' shared service.
  7085. *
  7086. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7087. */
  7088. protected function getTranslation_Loader_PhpService()
  7089. {
  7090. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7091. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7092. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7093. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7094. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7095. }
  7096. /**
  7097. * Gets the private 'translation.loader.po' shared service.
  7098. *
  7099. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7100. */
  7101. protected function getTranslation_Loader_PoService()
  7102. {
  7103. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7104. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7105. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7106. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7107. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7108. }
  7109. /**
  7110. * Gets the private 'translation.loader.qt' shared service.
  7111. *
  7112. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7113. */
  7114. protected function getTranslation_Loader_QtService()
  7115. {
  7116. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7117. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7118. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7119. }
  7120. /**
  7121. * Gets the private 'translation.loader.res' shared service.
  7122. *
  7123. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7124. */
  7125. protected function getTranslation_Loader_ResService()
  7126. {
  7127. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7128. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7129. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7130. }
  7131. /**
  7132. * Gets the private 'translation.loader.xliff' shared service.
  7133. *
  7134. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7135. */
  7136. protected function getTranslation_Loader_XliffService()
  7137. {
  7138. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7139. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7140. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7141. }
  7142. /**
  7143. * Gets the private 'translation.loader.yml' shared service.
  7144. *
  7145. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7146. */
  7147. protected function getTranslation_Loader_YmlService()
  7148. {
  7149. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7150. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7151. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7152. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7153. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7154. }
  7155. /**
  7156. * Gets the private 'translation.provider_collection' shared service.
  7157. *
  7158. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7159. */
  7160. protected function getTranslation_ProviderCollectionService()
  7161. {
  7162. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7163. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7164. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7165. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7166. }, 1), []))->fromConfig([]);
  7167. }
  7168. /**
  7169. * Gets the private 'translation.reader' shared service.
  7170. *
  7171. * @return \Symfony\Component\Translation\Reader\TranslationReader
  7172. */
  7173. protected function getTranslation_ReaderService()
  7174. {
  7175. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7176. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7177. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7178. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7179. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7180. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7181. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7182. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7183. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7184. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7185. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7186. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7191. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7192. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7193. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7194. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7195. $instance->addLoader('yaml', $a);
  7196. $instance->addLoader('yml', $a);
  7197. $instance->addLoader('xlf', $b);
  7198. $instance->addLoader('xliff', $b);
  7199. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7200. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7201. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7202. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7203. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7204. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7205. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7206. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7207. return $instance;
  7208. }
  7209. /**
  7210. * Gets the private 'translation.warmer' shared service.
  7211. *
  7212. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7213. */
  7214. protected function getTranslation_WarmerService()
  7215. {
  7216. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7217. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7218. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7219. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7220. ], [
  7221. 'translator' => '?',
  7222. ]))->withContext('translation.warmer', $this));
  7223. }
  7224. /**
  7225. * Gets the private 'translation.writer' shared service.
  7226. *
  7227. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7228. */
  7229. protected function getTranslation_WriterService()
  7230. {
  7231. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7232. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7233. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7234. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7235. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7236. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7237. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7238. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7239. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7240. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7241. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7242. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7245. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7246. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7247. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7248. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7249. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7250. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7251. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7252. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7253. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7254. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7255. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7256. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7257. return $instance;
  7258. }
  7259. /**
  7260. * Gets the private 'translator.default' shared service.
  7261. *
  7262. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7263. */
  7264. protected function getTranslator_DefaultService()
  7265. {
  7266. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7267. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  7268. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  7269. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  7270. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  7271. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  7272. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  7273. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  7274. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  7275. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  7276. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  7277. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  7278. ], [
  7279. 'translation.loader.csv' => '?',
  7280. 'translation.loader.dat' => '?',
  7281. 'translation.loader.ini' => '?',
  7282. 'translation.loader.json' => '?',
  7283. 'translation.loader.mo' => '?',
  7284. 'translation.loader.php' => '?',
  7285. 'translation.loader.po' => '?',
  7286. 'translation.loader.qt' => '?',
  7287. 'translation.loader.res' => '?',
  7288. 'translation.loader.xliff' => '?',
  7289. 'translation.loader.yml' => '?',
  7290. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], '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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], '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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], '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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 4 => 'translations', 5 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/sensio/framework-extra-bundle/src/translations', 7 => 'vendor/symfony/twig-bundle/translations', 8 => 'vendor/symfony/web-profiler-bundle/translations', 9 => 'vendor/symfony/monolog-bundle/translations', 10 => 'vendor/symfony/debug-bundle/translations', 11 => 'vendor/symfony/maker-bundle/src/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 14 => 'vendor/symfony/security-bundle/translations', 15 => 'vendor/twig/extra-bundle/translations', 16 => 'vendor/nelmio/api-doc-bundle/translations', 17 => 'vendor/nelmio/cors-bundle/translations']]], []);
  7291. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7292. $instance->setFallbackLocales([0 => 'en']);
  7293. return $instance;
  7294. }
  7295. /**
  7296. * Gets the private 'twig.command.debug' shared service.
  7297. *
  7298. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7299. */
  7300. protected function getTwig_Command_DebugService()
  7301. {
  7302. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7303. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7304. $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()));
  7305. $instance->setName('debug:twig');
  7306. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7307. return $instance;
  7308. }
  7309. /**
  7310. * Gets the private 'twig.command.lint' shared service.
  7311. *
  7312. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7313. */
  7314. protected function getTwig_Command_LintService()
  7315. {
  7316. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7317. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7318. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7319. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7320. $instance->setName('lint:twig');
  7321. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7322. return $instance;
  7323. }
  7324. /**
  7325. * Gets the private 'twig.form.engine' shared service.
  7326. *
  7327. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7328. */
  7329. protected function getTwig_Form_EngineService()
  7330. {
  7331. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7332. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7333. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7334. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7335. if (isset($this->privates['twig.form.engine'])) {
  7336. return $this->privates['twig.form.engine'];
  7337. }
  7338. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7339. }
  7340. /**
  7341. * Gets the private 'twig.form.renderer' shared service.
  7342. *
  7343. * @return \Symfony\Component\Form\FormRenderer
  7344. */
  7345. protected function getTwig_Form_RendererService()
  7346. {
  7347. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  7348. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  7349. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7350. if (isset($this->privates['twig.form.renderer'])) {
  7351. return $this->privates['twig.form.renderer'];
  7352. }
  7353. 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()));
  7354. }
  7355. /**
  7356. * Gets the private 'twig.mailer.message_listener' shared service.
  7357. *
  7358. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7359. */
  7360. protected function getTwig_Mailer_MessageListenerService()
  7361. {
  7362. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7363. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7364. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7365. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7366. if (isset($this->privates['twig.mailer.message_listener'])) {
  7367. return $this->privates['twig.mailer.message_listener'];
  7368. }
  7369. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7370. }
  7371. /**
  7372. * Gets the private 'twig.runtime.httpkernel' shared service.
  7373. *
  7374. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7375. */
  7376. protected function getTwig_Runtime_HttpkernelService()
  7377. {
  7378. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7383. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  7384. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7385. 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, [
  7386. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  7387. ], [
  7388. 'inline' => '?',
  7389. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7390. }
  7391. /**
  7392. * Gets the private 'twig.runtime.security_csrf' shared service.
  7393. *
  7394. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7395. */
  7396. protected function getTwig_Runtime_SecurityCsrfService()
  7397. {
  7398. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7399. 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()));
  7400. }
  7401. /**
  7402. * Gets the private 'twig.runtime.serializer' shared service.
  7403. *
  7404. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7405. */
  7406. protected function getTwig_Runtime_SerializerService()
  7407. {
  7408. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7409. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7410. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7411. }
  7412. /**
  7413. * Gets the private 'twig.template_cache_warmer' shared service.
  7414. *
  7415. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7416. */
  7417. protected function getTwig_TemplateCacheWarmerService()
  7418. {
  7419. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7420. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7421. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7422. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7423. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7424. ], [
  7425. 'twig' => '?',
  7426. ]))->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')));
  7427. }
  7428. /**
  7429. * Gets the private 'validator.builder' shared service.
  7430. *
  7431. * @return \Symfony\Component\Validator\ValidatorBuilder
  7432. */
  7433. protected function getValidator_BuilderService()
  7434. {
  7435. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7436. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7437. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7438. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7439. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7440. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  7441. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7442. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  7443. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7444. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7445. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7446. ], [
  7447. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7448. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7449. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7450. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7451. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7452. 'doctrine.orm.validator.unique' => '?',
  7453. 'security.validator.user_password' => '?',
  7454. 'validator.expression' => '?',
  7455. ])));
  7456. if ($this->has('translator')) {
  7457. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7458. }
  7459. $instance->setTranslationDomain('validators');
  7460. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7461. $instance->enableAnnotationMapping(true);
  7462. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7463. $instance->addMethodMapping('loadValidatorMetadata');
  7464. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7465. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  7466. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7467. return $instance;
  7468. }
  7469. /**
  7470. * Gets the private 'validator.email' shared service.
  7471. *
  7472. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7473. */
  7474. protected function getValidator_EmailService()
  7475. {
  7476. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7477. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7478. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7479. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7480. }
  7481. /**
  7482. * Gets the private 'validator.expression' shared service.
  7483. *
  7484. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7485. */
  7486. protected function getValidator_ExpressionService()
  7487. {
  7488. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7489. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7490. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7491. 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())));
  7492. }
  7493. /**
  7494. * Gets the private 'validator.mapping.cache_warmer' shared service.
  7495. *
  7496. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7497. */
  7498. protected function getValidator_Mapping_CacheWarmerService()
  7499. {
  7500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7501. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7502. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7503. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7504. }
  7505. /**
  7506. * Gets the private 'validator.not_compromised_password' shared service.
  7507. *
  7508. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7509. */
  7510. protected function getValidator_NotCompromisedPasswordService()
  7511. {
  7512. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7513. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7514. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7515. 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);
  7516. }
  7517. /**
  7518. * Gets the private 'var_dumper.command.server_dump' shared service.
  7519. *
  7520. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7521. */
  7522. protected function getVarDumper_Command_ServerDumpService()
  7523. {
  7524. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7525. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7526. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7527. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7528. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7529. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7530. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7531. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7532. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7533. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7534. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7535. $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()))]);
  7536. $instance->setName('server:dump');
  7537. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7538. return $instance;
  7539. }
  7540. /**
  7541. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7542. *
  7543. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7544. */
  7545. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7546. {
  7547. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  7548. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7549. return $instance;
  7550. }
  7551. /**
  7552. * Gets the private 'var_dumper.html_dumper' shared service.
  7553. *
  7554. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7555. */
  7556. protected function getVarDumper_HtmlDumperService()
  7557. {
  7558. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  7559. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7560. return $instance;
  7561. }
  7562. /**
  7563. * Gets the private 'var_dumper.server_connection' shared service.
  7564. *
  7565. * @return \Symfony\Component\VarDumper\Server\Connection
  7566. */
  7567. protected function getVarDumper_ServerConnectionService()
  7568. {
  7569. 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()]);
  7570. }
  7571. /**
  7572. * Gets the private 'web_profiler.csp.handler' shared service.
  7573. *
  7574. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7575. */
  7576. protected function getWebProfiler_Csp_HandlerService()
  7577. {
  7578. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7579. }
  7580. /**
  7581. * Gets the private 'web_profiler.debug_toolbar' shared service.
  7582. *
  7583. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7584. */
  7585. protected function getWebProfiler_DebugToolbarService()
  7586. {
  7587. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7588. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7589. return $this->privates['web_profiler.debug_toolbar'];
  7590. }
  7591. 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()));
  7592. }
  7593. /**
  7594. * Gets the public 'cache_clearer' alias.
  7595. *
  7596. * @return object The ".container.private.cache_clearer" service.
  7597. */
  7598. protected function getCacheClearerService()
  7599. {
  7600. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7601. return $this->get('.container.private.cache_clearer');
  7602. }
  7603. /**
  7604. * Gets the public 'filesystem' alias.
  7605. *
  7606. * @return object The ".container.private.filesystem" service.
  7607. */
  7608. protected function getFilesystemService()
  7609. {
  7610. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7611. return $this->get('.container.private.filesystem');
  7612. }
  7613. /**
  7614. * Gets the public 'serializer' alias.
  7615. *
  7616. * @return object The ".container.private.serializer" service.
  7617. */
  7618. protected function getSerializerService()
  7619. {
  7620. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7621. return $this->get('.container.private.serializer');
  7622. }
  7623. /**
  7624. * Gets the public 'security.csrf.token_manager' alias.
  7625. *
  7626. * @return object The ".container.private.security.csrf.token_manager" service.
  7627. */
  7628. protected function getSecurity_Csrf_TokenManagerService()
  7629. {
  7630. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7631. return $this->get('.container.private.security.csrf.token_manager');
  7632. }
  7633. /**
  7634. * Gets the public 'form.factory' alias.
  7635. *
  7636. * @return object The ".container.private.form.factory" service.
  7637. */
  7638. protected function getForm_FactoryService()
  7639. {
  7640. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7641. return $this->get('.container.private.form.factory');
  7642. }
  7643. /**
  7644. * Gets the public 'form.type.file' alias.
  7645. *
  7646. * @return object The ".container.private.form.type.file" service.
  7647. */
  7648. protected function getForm_Type_FileService()
  7649. {
  7650. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7651. return $this->get('.container.private.form.type.file');
  7652. }
  7653. /**
  7654. * Gets the public 'profiler' alias.
  7655. *
  7656. * @return object The ".container.private.profiler" service.
  7657. */
  7658. protected function getProfilerService()
  7659. {
  7660. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7661. return $this->get('.container.private.profiler');
  7662. }
  7663. /**
  7664. * Gets the public 'twig' alias.
  7665. *
  7666. * @return object The ".container.private.twig" service.
  7667. */
  7668. protected function getTwigService()
  7669. {
  7670. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7671. return $this->get('.container.private.twig');
  7672. }
  7673. /**
  7674. * Gets the public 'security.authorization_checker' alias.
  7675. *
  7676. * @return object The ".container.private.security.authorization_checker" service.
  7677. */
  7678. protected function getSecurity_AuthorizationCheckerService()
  7679. {
  7680. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7681. return $this->get('.container.private.security.authorization_checker');
  7682. }
  7683. /**
  7684. * Gets the public 'security.token_storage' alias.
  7685. *
  7686. * @return object The ".container.private.security.token_storage" service.
  7687. */
  7688. protected function getSecurity_TokenStorageService()
  7689. {
  7690. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7691. return $this->get('.container.private.security.token_storage');
  7692. }
  7693. /**
  7694. * Gets the public 'security.password_encoder' alias.
  7695. *
  7696. * @return object The ".container.private.security.password_encoder" service.
  7697. */
  7698. protected function getSecurity_PasswordEncoderService()
  7699. {
  7700. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7701. return $this->get('.container.private.security.password_encoder');
  7702. }
  7703. /**
  7704. * Gets the public 'session' alias.
  7705. *
  7706. * @return object The ".container.private.session" service.
  7707. */
  7708. protected function getSessionService()
  7709. {
  7710. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7711. return $this->get('.container.private.session');
  7712. }
  7713. /**
  7714. * Gets the public 'validator' alias.
  7715. *
  7716. * @return object The ".container.private.validator" service.
  7717. */
  7718. protected function getValidatorService()
  7719. {
  7720. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7721. return $this->get('.container.private.validator');
  7722. }
  7723. /**
  7724. * @return array|bool|float|int|string|\UnitEnum|null
  7725. */
  7726. public function getParameter(string $name)
  7727. {
  7728. if (isset($this->buildParameters[$name])) {
  7729. return $this->buildParameters[$name];
  7730. }
  7731. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  7732. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  7733. }
  7734. if (isset($this->loadedDynamicParameters[$name])) {
  7735. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7736. }
  7737. return $this->parameters[$name];
  7738. }
  7739. public function hasParameter(string $name): bool
  7740. {
  7741. if (isset($this->buildParameters[$name])) {
  7742. return true;
  7743. }
  7744. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  7745. }
  7746. public function setParameter(string $name, $value): void
  7747. {
  7748. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7749. }
  7750. public function getParameterBag(): ParameterBagInterface
  7751. {
  7752. if (null === $this->parameterBag) {
  7753. $parameters = $this->parameters;
  7754. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7755. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7756. }
  7757. foreach ($this->buildParameters as $name => $value) {
  7758. $parameters[$name] = $value;
  7759. }
  7760. $this->parameterBag = new FrozenParameterBag($parameters);
  7761. }
  7762. return $this->parameterBag;
  7763. }
  7764. private $loadedDynamicParameters = [
  7765. 'kernel.runtime_environment' => false,
  7766. 'kernel.build_dir' => false,
  7767. 'kernel.cache_dir' => false,
  7768. 'onlyoffice.document_server_url' => false,
  7769. 'onlyoffice.jwt_secret' => false,
  7770. 'kernel.secret' => false,
  7771. 'debug.container.dump' => false,
  7772. 'serializer.mapping.cache.file' => false,
  7773. 'validator.mapping.cache.file' => false,
  7774. 'profiler.storage.dsn' => false,
  7775. 'doctrine.orm.proxy_dir' => false,
  7776. ];
  7777. private $dynamicParameters = [];
  7778. private function getDynamicParameter(string $name)
  7779. {
  7780. switch ($name) {
  7781. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7782. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  7783. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  7784. case 'onlyoffice.document_server_url': $value = $this->getEnv('ONLYOFFICE_DOCUMENT_SERVER_URL'); break;
  7785. case 'onlyoffice.jwt_secret': $value = $this->getEnv('ONLYOFFICE_JWT_SECRET'); break;
  7786. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  7787. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7788. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  7789. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  7790. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7791. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7792. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  7793. }
  7794. $this->loadedDynamicParameters[$name] = true;
  7795. return $this->dynamicParameters[$name] = $value;
  7796. }
  7797. protected function getDefaultParameters(): array
  7798. {
  7799. return [
  7800. 'kernel.project_dir' => \dirname(__DIR__, 4),
  7801. 'kernel.environment' => 'dev',
  7802. 'kernel.debug' => true,
  7803. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  7804. 'kernel.bundles' => [
  7805. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7806. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7807. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7808. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7809. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7810. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7811. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7812. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7813. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7814. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7815. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7816. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  7817. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  7818. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  7819. ],
  7820. 'kernel.bundles_metadata' => [
  7821. 'FrameworkBundle' => [
  7822. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  7823. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7824. ],
  7825. 'SensioFrameworkExtraBundle' => [
  7826. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  7827. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7828. ],
  7829. 'TwigBundle' => [
  7830. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  7831. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7832. ],
  7833. 'WebProfilerBundle' => [
  7834. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  7835. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7836. ],
  7837. 'MonologBundle' => [
  7838. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  7839. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7840. ],
  7841. 'DebugBundle' => [
  7842. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  7843. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7844. ],
  7845. 'MakerBundle' => [
  7846. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  7847. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7848. ],
  7849. 'DoctrineBundle' => [
  7850. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  7851. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7852. ],
  7853. 'DoctrineMigrationsBundle' => [
  7854. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7855. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7856. ],
  7857. 'SecurityBundle' => [
  7858. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  7859. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7860. ],
  7861. 'TwigExtraBundle' => [
  7862. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  7863. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7864. ],
  7865. 'SymfonyCastsResetPasswordBundle' => [
  7866. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  7867. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  7868. ],
  7869. 'NelmioApiDocBundle' => [
  7870. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  7871. 'namespace' => 'Nelmio\\ApiDocBundle',
  7872. ],
  7873. 'NelmioCorsBundle' => [
  7874. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  7875. 'namespace' => 'Nelmio\\CorsBundle',
  7876. ],
  7877. ],
  7878. 'kernel.charset' => 'UTF-8',
  7879. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  7880. 'container.dumper.inline_class_loader' => true,
  7881. 'container.dumper.inline_factories' => true,
  7882. 'event_dispatcher.event_aliases' => [
  7883. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7884. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7885. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7886. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7887. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7888. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7889. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7890. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7891. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7892. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7893. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7894. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7895. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7896. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7897. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7898. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7899. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7900. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7901. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7902. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7903. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7904. ],
  7905. 'fragment.renderer.hinclude.global_template' => NULL,
  7906. 'fragment.path' => '/_fragment',
  7907. 'kernel.http_method_override' => true,
  7908. 'kernel.trusted_hosts' => [
  7909. ],
  7910. 'kernel.default_locale' => 'en',
  7911. 'kernel.enabled_locales' => [
  7912. ],
  7913. 'kernel.error_controller' => 'error_controller',
  7914. 'debug.file_link_format' => NULL,
  7915. 'asset.request_context.base_path' => NULL,
  7916. 'asset.request_context.secure' => NULL,
  7917. 'translator.logging' => false,
  7918. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  7919. 'debug.error_handler.throw_at' => -1,
  7920. 'router.request_context.host' => 'localhost',
  7921. 'router.request_context.scheme' => 'http',
  7922. 'router.request_context.base_url' => '',
  7923. 'router.resource' => 'kernel::loadRoutes',
  7924. 'request_listener.http_port' => 80,
  7925. 'request_listener.https_port' => 443,
  7926. 'session.metadata.storage_key' => '_sf2_meta',
  7927. 'session.storage.options' => [
  7928. 'cache_limiter' => '0',
  7929. 'cookie_secure' => 'auto',
  7930. 'cookie_httponly' => true,
  7931. 'cookie_samesite' => 'lax',
  7932. 'gc_probability' => 1,
  7933. ],
  7934. 'session.save_path' => NULL,
  7935. 'session.metadata.update_threshold' => 0,
  7936. 'form.type_extension.csrf.enabled' => true,
  7937. 'form.type_extension.csrf.field_name' => '_token',
  7938. 'validator.translation_domain' => 'validators',
  7939. 'profiler_listener.only_exceptions' => false,
  7940. 'profiler_listener.only_main_requests' => false,
  7941. 'twig.form.resources' => [
  7942. 0 => 'form_div_layout.html.twig',
  7943. ],
  7944. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  7945. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  7946. 'web_profiler.debug_toolbar.mode' => 2,
  7947. 'monolog.use_microseconds' => true,
  7948. 'monolog.swift_mailer.handlers' => [
  7949. ],
  7950. 'monolog.handlers_to_channels' => [
  7951. 'monolog.handler.console' => [
  7952. 'type' => 'exclusive',
  7953. 'elements' => [
  7954. 0 => 'event',
  7955. 1 => 'doctrine',
  7956. 2 => 'console',
  7957. ],
  7958. ],
  7959. 'monolog.handler.main' => [
  7960. 'type' => 'exclusive',
  7961. 'elements' => [
  7962. 0 => 'event',
  7963. ],
  7964. ],
  7965. ],
  7966. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7967. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7968. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7969. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7970. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7971. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7972. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7973. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7974. 'doctrine.entity_managers' => [
  7975. 'default' => 'doctrine.orm.default_entity_manager',
  7976. ],
  7977. 'doctrine.default_entity_manager' => 'default',
  7978. 'doctrine.dbal.connection_factory.types' => [
  7979. ],
  7980. 'doctrine.connections' => [
  7981. 'default' => 'doctrine.dbal.default_connection',
  7982. ],
  7983. 'doctrine.default_connection' => 'default',
  7984. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7985. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7986. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7987. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7988. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7989. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7990. 'doctrine.orm.cache.memcache_host' => 'localhost',
  7991. 'doctrine.orm.cache.memcache_port' => 11211,
  7992. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7993. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7994. 'doctrine.orm.cache.memcached_host' => 'localhost',
  7995. 'doctrine.orm.cache.memcached_port' => 11211,
  7996. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7997. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7998. 'doctrine.orm.cache.redis_host' => 'localhost',
  7999. 'doctrine.orm.cache.redis_port' => 6379,
  8000. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8001. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8002. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8003. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8004. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8005. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8006. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8007. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8008. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8009. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8010. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8011. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8012. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8013. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8014. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8015. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8016. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8017. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8018. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8019. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8020. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8021. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8022. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  8023. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8024. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8025. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8026. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8027. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8028. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8029. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8030. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8031. 'doctrine.orm.auto_generate_proxy_classes' => true,
  8032. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  8033. 'doctrine.orm.proxy_namespace' => 'Proxies',
  8034. 'doctrine.migrations.preferred_em' => NULL,
  8035. 'doctrine.migrations.preferred_connection' => NULL,
  8036. 'security.role_hierarchy.roles' => [
  8037. ],
  8038. 'security.access.denied_url' => NULL,
  8039. 'security.authentication.manager.erase_credentials' => true,
  8040. 'security.authentication.session_strategy.strategy' => 'migrate',
  8041. 'security.access.always_authenticate_before_granting' => false,
  8042. 'security.authentication.hide_user_not_found' => true,
  8043. 'security.firewalls' => [
  8044. 0 => 'dev',
  8045. 1 => 'main',
  8046. ],
  8047. 'security.main._indexed_authenticators' => [
  8048. ],
  8049. 'nelmio_api_doc.areas' => [
  8050. 0 => 'default',
  8051. ],
  8052. 'nelmio_api_doc.use_validation_groups' => false,
  8053. 'nelmio_cors.map' => [
  8054. '^/' => [
  8055. ],
  8056. ],
  8057. 'nelmio_cors.defaults' => [
  8058. 'allow_origin' => true,
  8059. 'allow_credentials' => false,
  8060. 'allow_headers' => [
  8061. 0 => 'content-type',
  8062. 1 => 'authorization',
  8063. ],
  8064. 'allow_private_network' => false,
  8065. 'expose_headers' => [
  8066. 0 => 'Link',
  8067. ],
  8068. 'allow_methods' => [
  8069. 0 => 'GET',
  8070. 1 => 'OPTIONS',
  8071. 2 => 'POST',
  8072. 3 => 'PUT',
  8073. 4 => 'PATCH',
  8074. 5 => 'DELETE',
  8075. ],
  8076. 'max_age' => 3600,
  8077. 'hosts' => [
  8078. ],
  8079. 'origin_regex' => true,
  8080. 'forced_allow_origin_value' => NULL,
  8081. 'skip_same_as_origin' => true,
  8082. ],
  8083. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8084. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8085. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8086. 'data_collector.templates' => [
  8087. 'data_collector.request' => [
  8088. 0 => 'request',
  8089. 1 => '@WebProfiler/Collector/request.html.twig',
  8090. ],
  8091. 'data_collector.time' => [
  8092. 0 => 'time',
  8093. 1 => '@WebProfiler/Collector/time.html.twig',
  8094. ],
  8095. 'data_collector.memory' => [
  8096. 0 => 'memory',
  8097. 1 => '@WebProfiler/Collector/memory.html.twig',
  8098. ],
  8099. 'data_collector.validator' => [
  8100. 0 => 'validator',
  8101. 1 => '@WebProfiler/Collector/validator.html.twig',
  8102. ],
  8103. 'data_collector.ajax' => [
  8104. 0 => 'ajax',
  8105. 1 => '@WebProfiler/Collector/ajax.html.twig',
  8106. ],
  8107. 'data_collector.form' => [
  8108. 0 => 'form',
  8109. 1 => '@WebProfiler/Collector/form.html.twig',
  8110. ],
  8111. 'data_collector.exception' => [
  8112. 0 => 'exception',
  8113. 1 => '@WebProfiler/Collector/exception.html.twig',
  8114. ],
  8115. 'data_collector.logger' => [
  8116. 0 => 'logger',
  8117. 1 => '@WebProfiler/Collector/logger.html.twig',
  8118. ],
  8119. 'data_collector.events' => [
  8120. 0 => 'events',
  8121. 1 => '@WebProfiler/Collector/events.html.twig',
  8122. ],
  8123. 'data_collector.router' => [
  8124. 0 => 'router',
  8125. 1 => '@WebProfiler/Collector/router.html.twig',
  8126. ],
  8127. 'data_collector.cache' => [
  8128. 0 => 'cache',
  8129. 1 => '@WebProfiler/Collector/cache.html.twig',
  8130. ],
  8131. 'data_collector.translation' => [
  8132. 0 => 'translation',
  8133. 1 => '@WebProfiler/Collector/translation.html.twig',
  8134. ],
  8135. 'data_collector.security' => [
  8136. 0 => 'security',
  8137. 1 => '@Security/Collector/security.html.twig',
  8138. ],
  8139. 'data_collector.twig' => [
  8140. 0 => 'twig',
  8141. 1 => '@WebProfiler/Collector/twig.html.twig',
  8142. ],
  8143. 'data_collector.http_client' => [
  8144. 0 => 'http_client',
  8145. 1 => '@WebProfiler/Collector/http_client.html.twig',
  8146. ],
  8147. 'data_collector.doctrine' => [
  8148. 0 => 'db',
  8149. 1 => '@Doctrine/Collector/db.html.twig',
  8150. ],
  8151. 'doctrine_migrations.migrations_collector' => [
  8152. 0 => 'doctrine_migrations',
  8153. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  8154. ],
  8155. 'data_collector.dump' => [
  8156. 0 => 'dump',
  8157. 1 => '@Debug/Profiler/dump.html.twig',
  8158. ],
  8159. 'mailer.data_collector' => [
  8160. 0 => 'mailer',
  8161. 1 => '@WebProfiler/Collector/mailer.html.twig',
  8162. ],
  8163. 'data_collector.config' => [
  8164. 0 => 'config',
  8165. 1 => '@WebProfiler/Collector/config.html.twig',
  8166. ],
  8167. ],
  8168. 'console.command.ids' => [
  8169. ],
  8170. ];
  8171. }
  8172. protected function throw($message)
  8173. {
  8174. throw new RuntimeException($message);
  8175. }
  8176. }