var/cache/dev/ContainerF3EXw14/App_KernelDevDebugContainer.php line 7803

Open in your IDE?
  1. <?php
  2. namespace ContainerF3EXw14;
  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. include_once \dirname(__DIR__, 4).'/src/Service/HtmlToDocBuilderConverter.php';
  819. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  820. $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')), new \App\Service\HtmlToDocBuilderConverter(), $a);
  821. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\OnlyOfficeController', $this));
  822. return $instance;
  823. }
  824. /**
  825. * Gets the public 'App\Controller\Api\StateController' shared autowired service.
  826. *
  827. * @return \App\Controller\Api\StateController
  828. */
  829. protected function getStateControllerService()
  830. {
  831. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  832. include_once \dirname(__DIR__, 4).'/src/Controller/Api/StateController.php';
  833. $this->services['App\\Controller\\Api\\StateController'] = $instance = new \App\Controller\Api\StateController();
  834. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\StateController', $this));
  835. return $instance;
  836. }
  837. /**
  838. * Gets the public 'App\Controller\DashboardController' shared autowired service.
  839. *
  840. * @return \App\Controller\DashboardController
  841. */
  842. protected function getDashboardControllerService()
  843. {
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  845. include_once \dirname(__DIR__, 4).'/src/Controller/DashboardController.php';
  846. $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  847. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController', $this));
  848. return $instance;
  849. }
  850. /**
  851. * Gets the public 'App\Controller\EstadisticasUsoDiscoController' shared autowired service.
  852. *
  853. * @return \App\Controller\EstadisticasUsoDiscoController
  854. */
  855. protected function getEstadisticasUsoDiscoControllerService()
  856. {
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  858. include_once \dirname(__DIR__, 4).'/src/Controller/EstadisticasUsoDiscoController.php';
  859. $this->services['App\\Controller\\EstadisticasUsoDiscoController'] = $instance = new \App\Controller\EstadisticasUsoDiscoController();
  860. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EstadisticasUsoDiscoController', $this));
  861. return $instance;
  862. }
  863. /**
  864. * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  865. *
  866. * @return \App\Controller\ResetPasswordController
  867. */
  868. protected function getResetPasswordControllerService()
  869. {
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  872. include_once \dirname(__DIR__, 4).'/src/Controller/ResetPasswordController.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  879. $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()));
  880. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController', $this));
  881. return $instance;
  882. }
  883. /**
  884. * Gets the public 'App\Controller\SecurityController' shared autowired service.
  885. *
  886. * @return \App\Controller\SecurityController
  887. */
  888. protected function getSecurityControllerService()
  889. {
  890. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  891. include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
  892. $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  893. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
  894. return $instance;
  895. }
  896. /**
  897. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  898. *
  899. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  900. */
  901. protected function getProfilerControllerService()
  902. {
  903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  904. 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()));
  905. }
  906. /**
  907. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  908. *
  909. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  910. */
  911. protected function getRedirectControllerService()
  912. {
  913. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  914. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  915. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  916. }
  917. /**
  918. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  919. *
  920. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  921. */
  922. protected function getTemplateControllerService()
  923. {
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  925. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  926. }
  927. /**
  928. * Gets the public 'cache.app' shared service.
  929. *
  930. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931. */
  932. protected function getCache_AppService()
  933. {
  934. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  935. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  936. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  937. }
  938. /**
  939. * Gets the public 'cache.app_clearer' shared service.
  940. *
  941. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  942. */
  943. protected function getCache_AppClearerService()
  944. {
  945. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  946. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  947. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  948. }
  949. /**
  950. * Gets the public 'cache.global_clearer' shared service.
  951. *
  952. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  953. */
  954. protected function getCache_GlobalClearerService()
  955. {
  956. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  957. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  958. 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())]);
  959. }
  960. /**
  961. * Gets the public 'cache.system' shared service.
  962. *
  963. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  964. */
  965. protected function getCache_SystemService()
  966. {
  967. 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())));
  968. }
  969. /**
  970. * Gets the public 'cache.system_clearer' shared service.
  971. *
  972. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  973. */
  974. protected function getCache_SystemClearerService()
  975. {
  976. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  977. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  978. 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())]);
  979. }
  980. /**
  981. * Gets the public 'cache.validator_expression_language' shared service.
  982. *
  983. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  984. */
  985. protected function getCache_ValidatorExpressionLanguageService()
  986. {
  987. 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())));
  988. }
  989. /**
  990. * Gets the public 'cache_warmer' shared service.
  991. *
  992. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  993. */
  994. protected function getCacheWarmerService()
  995. {
  996. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  997. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  998. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  999. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1000. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1001. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1002. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1003. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1004. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1005. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1006. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1007. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1008. }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1009. }
  1010. /**
  1011. * Gets the public 'console.command_loader' shared service.
  1012. *
  1013. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1014. */
  1015. protected function getConsole_CommandLoaderService()
  1016. {
  1017. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1018. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1019. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1020. 'App\\Command\\GestionVigiaCommand' => ['privates', 'App\\Command\\GestionVigiaCommand', 'getGestionVigiaCommandService', false],
  1021. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  1022. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  1023. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  1024. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  1025. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  1026. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  1027. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  1028. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  1029. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  1030. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  1031. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  1032. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  1033. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  1034. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  1035. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  1036. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  1037. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  1038. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  1039. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  1040. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  1041. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  1042. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  1043. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  1044. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  1045. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  1046. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  1047. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  1048. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  1049. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  1050. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  1051. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  1052. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  1053. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  1054. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  1055. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  1056. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  1057. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  1058. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  1059. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  1060. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  1061. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  1062. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  1063. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  1064. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  1065. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  1066. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  1067. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  1068. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  1069. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  1070. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  1071. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  1072. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  1073. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  1074. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  1075. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  1076. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  1077. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  1078. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  1079. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  1080. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  1081. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  1082. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  1083. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  1084. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  1085. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  1086. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  1087. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  1088. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  1089. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  1090. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  1091. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  1092. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  1093. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  1094. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  1095. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  1096. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  1097. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  1098. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  1099. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  1100. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  1101. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  1102. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  1103. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  1104. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  1105. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  1106. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  1107. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  1108. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  1109. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  1110. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  1111. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  1112. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  1113. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  1114. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  1115. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  1116. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  1117. ], [
  1118. 'App\\Command\\GestionVigiaCommand' => 'App\\Command\\GestionVigiaCommand',
  1119. 'console.command.about' => '?',
  1120. 'console.command.assets_install' => '?',
  1121. 'console.command.cache_clear' => '?',
  1122. 'console.command.cache_pool_clear' => '?',
  1123. 'console.command.cache_pool_prune' => '?',
  1124. 'console.command.cache_pool_delete' => '?',
  1125. 'console.command.cache_pool_list' => '?',
  1126. 'console.command.cache_warmup' => '?',
  1127. 'console.command.config_debug' => '?',
  1128. 'console.command.config_dump_reference' => '?',
  1129. 'console.command.container_debug' => '?',
  1130. 'console.command.container_lint' => '?',
  1131. 'console.command.debug_autowiring' => '?',
  1132. 'console.command.dotenv_debug' => '?',
  1133. 'console.command.event_dispatcher_debug' => '?',
  1134. 'console.command.router_debug' => '?',
  1135. 'console.command.router_match' => '?',
  1136. 'console.command.translation_debug' => '?',
  1137. 'console.command.translation_extract' => '?',
  1138. 'console.command.validator_debug' => '?',
  1139. 'console.command.translation_pull' => '?',
  1140. 'console.command.translation_push' => '?',
  1141. 'console.command.xliff_lint' => '?',
  1142. 'console.command.yaml_lint' => '?',
  1143. 'console.command.form_debug' => '?',
  1144. 'console.command.secrets_set' => '?',
  1145. 'console.command.secrets_remove' => '?',
  1146. 'console.command.secrets_generate_key' => '?',
  1147. 'console.command.secrets_list' => '?',
  1148. 'console.command.secrets_decrypt_to_local' => '?',
  1149. 'console.command.secrets_encrypt_from_local' => '?',
  1150. 'twig.command.debug' => '?',
  1151. 'twig.command.lint' => '?',
  1152. 'var_dumper.command.server_dump' => '?',
  1153. 'monolog.command.server_log' => '?',
  1154. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1155. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1156. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1157. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1158. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1159. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1160. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1161. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1162. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1163. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1164. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1165. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1166. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1167. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1168. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1169. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1170. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1171. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1172. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1173. 'doctrine_migrations.diff_command' => '?',
  1174. 'doctrine_migrations.sync_metadata_command' => '?',
  1175. 'doctrine_migrations.versions_command' => '?',
  1176. 'doctrine_migrations.current_command' => '?',
  1177. 'doctrine_migrations.dump_schema_command' => '?',
  1178. 'doctrine_migrations.execute_command' => '?',
  1179. 'doctrine_migrations.generate_command' => '?',
  1180. 'doctrine_migrations.latest_command' => '?',
  1181. 'doctrine_migrations.migrate_command' => '?',
  1182. 'doctrine_migrations.rollup_command' => '?',
  1183. 'doctrine_migrations.status_command' => '?',
  1184. 'doctrine_migrations.up_to_date_command' => '?',
  1185. 'doctrine_migrations.version_command' => '?',
  1186. 'security.command.debug_firewall' => '?',
  1187. 'security.command.user_password_encoder' => '?',
  1188. 'security.command.user_password_hash' => '?',
  1189. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1190. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1191. 'maker.auto_command.make_auth' => '?',
  1192. 'maker.auto_command.make_command' => '?',
  1193. 'maker.auto_command.make_twig_component' => '?',
  1194. 'maker.auto_command.make_controller' => '?',
  1195. 'maker.auto_command.make_crud' => '?',
  1196. 'maker.auto_command.make_docker_database' => '?',
  1197. 'maker.auto_command.make_entity' => '?',
  1198. 'maker.auto_command.make_fixtures' => '?',
  1199. 'maker.auto_command.make_form' => '?',
  1200. 'maker.auto_command.make_message' => '?',
  1201. 'maker.auto_command.make_messenger_middleware' => '?',
  1202. 'maker.auto_command.make_registration_form' => '?',
  1203. 'maker.auto_command.make_reset_password' => '?',
  1204. 'maker.auto_command.make_serializer_encoder' => '?',
  1205. 'maker.auto_command.make_serializer_normalizer' => '?',
  1206. 'maker.auto_command.make_subscriber' => '?',
  1207. 'maker.auto_command.make_twig_extension' => '?',
  1208. 'maker.auto_command.make_test' => '?',
  1209. 'maker.auto_command.make_validator' => '?',
  1210. 'maker.auto_command.make_voter' => '?',
  1211. 'maker.auto_command.make_user' => '?',
  1212. 'maker.auto_command.make_migration' => '?',
  1213. 'maker.auto_command.make_stimulus_controller' => '?',
  1214. 'maker.auto_command.make_security_form_login' => '?',
  1215. ]), ['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']);
  1216. }
  1217. /**
  1218. * Gets the public 'container.env_var_processors_locator' shared service.
  1219. *
  1220. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1221. */
  1222. protected function getContainer_EnvVarProcessorsLocatorService()
  1223. {
  1224. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1225. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1226. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1227. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1228. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1229. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1230. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1231. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1232. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1233. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1234. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1235. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1236. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1237. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1238. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1239. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1240. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1241. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1242. ], [
  1243. 'base64' => '?',
  1244. 'bool' => '?',
  1245. 'const' => '?',
  1246. 'csv' => '?',
  1247. 'default' => '?',
  1248. 'file' => '?',
  1249. 'float' => '?',
  1250. 'int' => '?',
  1251. 'json' => '?',
  1252. 'key' => '?',
  1253. 'not' => '?',
  1254. 'query_string' => '?',
  1255. 'require' => '?',
  1256. 'resolve' => '?',
  1257. 'string' => '?',
  1258. 'trim' => '?',
  1259. 'url' => '?',
  1260. ]);
  1261. }
  1262. /**
  1263. * Gets the public 'data_collector.dump' shared service.
  1264. *
  1265. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1266. */
  1267. protected function getDataCollector_DumpService()
  1268. {
  1269. 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()));
  1270. }
  1271. /**
  1272. * Gets the public 'doctrine' shared service.
  1273. *
  1274. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1275. */
  1276. protected function getDoctrineService()
  1277. {
  1278. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1279. }
  1280. /**
  1281. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1282. *
  1283. * @return \Doctrine\DBAL\Connection
  1284. */
  1285. protected function getDoctrine_Dbal_DefaultConnectionService()
  1286. {
  1287. $a = new \Doctrine\DBAL\Configuration();
  1288. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1289. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1290. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1291. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1292. $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))));
  1293. $c->setConnectionName('default');
  1294. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1295. $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')))]));
  1296. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  1297. 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()), []);
  1298. }
  1299. /**
  1300. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1301. *
  1302. * @return \Doctrine\ORM\EntityManager
  1303. */
  1304. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1305. {
  1306. if ($lazyLoad) {
  1307. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1308. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1309. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1310. $proxy->setProxyInitializer(null);
  1311. return true;
  1312. });
  1313. });
  1314. }
  1315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1334. $a = new \Doctrine\ORM\Configuration();
  1335. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1336. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1337. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1338. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1339. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1340. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1341. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1342. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  1343. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  1344. ], [
  1345. 'doctrine.ulid_generator' => '?',
  1346. 'doctrine.uuid_generator' => '?',
  1347. ])));
  1348. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1349. $a->setProxyNamespace('Proxies');
  1350. $a->setAutoGenerateProxyClasses(true);
  1351. $a->setSchemaIgnoreClasses([]);
  1352. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1353. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1354. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1355. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1356. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1357. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1358. $a->setLazyGhostObjectEnabled(false);
  1359. $a->setIdentityGenerationPreferences([]);
  1360. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1361. 'App\\Repository\\AcuerdoNivelServicioRepository' => ['privates', 'App\\Repository\\AcuerdoNivelServicioRepository', 'getAcuerdoNivelServicioRepositoryService', false],
  1362. 'App\\Repository\\CityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  1363. 'App\\Repository\\ClienteRepository' => ['privates', 'App\\Repository\\ClienteRepository', 'getClienteRepositoryService', false],
  1364. 'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  1365. 'App\\Repository\\FestivoRepository' => ['privates', 'App\\Repository\\FestivoRepository', 'getFestivoRepositoryService', false],
  1366. 'App\\Repository\\ListaItemRepository' => ['privates', 'App\\Repository\\ListaItemRepository', 'getListaItemRepositoryService', false],
  1367. 'App\\Repository\\ListaRepository' => ['privates', 'App\\Repository\\ListaRepository', 'getListaRepositoryService', false],
  1368. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
  1369. 'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  1370. 'App\\Repository\\TicketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
  1371. 'App\\Repository\\TiempoRepository' => ['privates', 'App\\Repository\\TiempoRepository', 'getTiempoRepositoryService', false],
  1372. 'App\\Repository\\UsuarioRepository' => ['privates', 'App\\Repository\\UsuarioRepository', 'getUsuarioRepositoryService', false],
  1373. ], [
  1374. 'App\\Repository\\AcuerdoNivelServicioRepository' => '?',
  1375. 'App\\Repository\\CityRepository' => '?',
  1376. 'App\\Repository\\ClienteRepository' => '?',
  1377. 'App\\Repository\\CountryRepository' => '?',
  1378. 'App\\Repository\\FestivoRepository' => '?',
  1379. 'App\\Repository\\ListaItemRepository' => '?',
  1380. 'App\\Repository\\ListaRepository' => '?',
  1381. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1382. 'App\\Repository\\StateRepository' => '?',
  1383. 'App\\Repository\\TicketRepository' => '?',
  1384. 'App\\Repository\\TiempoRepository' => '?',
  1385. 'App\\Repository\\UsuarioRepository' => '?',
  1386. ])));
  1387. $a->addCustomStringFunction('JSON_CONTAINS', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
  1388. $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()));
  1389. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1390. return $instance;
  1391. }
  1392. /**
  1393. * Gets the public 'error_controller' shared service.
  1394. *
  1395. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1396. */
  1397. protected function getErrorControllerService()
  1398. {
  1399. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1400. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1401. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1402. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1403. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1404. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1405. 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)));
  1406. }
  1407. /**
  1408. * Gets the public 'event_dispatcher' shared service.
  1409. *
  1410. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1411. */
  1412. protected function getEventDispatcherService()
  1413. {
  1414. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1415. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1416. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1417. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1418. $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())));
  1419. $instance->addListener('kernel.request', [0 => function () {
  1420. return ($this->privates['App\\EventListener\\ApiTokenListener'] ?? $this->getApiTokenListenerService());
  1421. }, 1 => 'onKernelRequest'], 10);
  1422. $instance->addListener('kernel.controller', [0 => function () {
  1423. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1424. }, 1 => 'onKernelController'], 0);
  1425. $instance->addListener('console.command', [0 => function () {
  1426. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1427. }, 1 => 'onConsoleCommand'], 0);
  1428. $instance->addListener('kernel.request', [0 => function () {
  1429. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1430. }, 1 => 'onKernelRequest'], 250);
  1431. $instance->addListener('kernel.response', [0 => function () {
  1432. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1433. }, 1 => 'onKernelResponse'], 0);
  1434. $instance->addListener('kernel.response', [0 => function () {
  1435. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1436. }, 1 => 'onResponse'], -10);
  1437. $instance->addListener('kernel.request', [0 => function () {
  1438. return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  1439. }, 1 => 'onKernelRequest'], 0);
  1440. $instance->addListener('kernel.response', [0 => function () {
  1441. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1442. }, 1 => 'onKernelResponse'], 0);
  1443. $instance->addListener('kernel.response', [0 => function () {
  1444. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1445. }, 1 => 'onKernelResponse'], -1024);
  1446. $instance->addListener('kernel.request', [0 => function () {
  1447. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1448. }, 1 => 'setDefaultLocale'], 100);
  1449. $instance->addListener('kernel.request', [0 => function () {
  1450. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1451. }, 1 => 'onKernelRequest'], 16);
  1452. $instance->addListener('kernel.finish_request', [0 => function () {
  1453. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1454. }, 1 => 'onKernelFinishRequest'], 0);
  1455. $instance->addListener('kernel.request', [0 => function () {
  1456. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1457. }, 1 => 'onKernelRequest'], 256);
  1458. $instance->addListener('kernel.response', [0 => function () {
  1459. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1460. }, 1 => 'onResponse'], -255);
  1461. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1462. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1463. }, 1 => 'onControllerArguments'], 0);
  1464. $instance->addListener('kernel.exception', [0 => function () {
  1465. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1466. }, 1 => 'logKernelException'], 0);
  1467. $instance->addListener('kernel.exception', [0 => function () {
  1468. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1469. }, 1 => 'onKernelException'], -128);
  1470. $instance->addListener('kernel.response', [0 => function () {
  1471. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1472. }, 1 => 'removeCspHeader'], -128);
  1473. $instance->addListener('kernel.request', [0 => function () {
  1474. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1475. }, 1 => 'onKernelRequest'], 15);
  1476. $instance->addListener('kernel.finish_request', [0 => function () {
  1477. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1478. }, 1 => 'onKernelFinishRequest'], -15);
  1479. $instance->addListener('console.error', [0 => function () {
  1480. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1481. }, 1 => 'onConsoleError'], -128);
  1482. $instance->addListener('console.terminate', [0 => function () {
  1483. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1484. }, 1 => 'onConsoleTerminate'], -128);
  1485. $instance->addListener('console.error', [0 => function () {
  1486. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1487. }, 1 => 'onConsoleError'], 0);
  1488. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1489. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1490. }, 1 => 'onMessage'], -255);
  1491. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1492. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1493. }, 1 => 'onMessage'], -255);
  1494. $instance->addListener('kernel.request', [0 => function () {
  1495. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1496. }, 1 => 'configure'], 2048);
  1497. $instance->addListener('console.command', [0 => function () {
  1498. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1499. }, 1 => 'configure'], 2048);
  1500. $instance->addListener('kernel.request', [0 => function () {
  1501. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1502. }, 1 => 'onKernelRequest'], 32);
  1503. $instance->addListener('kernel.finish_request', [0 => function () {
  1504. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1505. }, 1 => 'onKernelFinishRequest'], 0);
  1506. $instance->addListener('kernel.exception', [0 => function () {
  1507. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1508. }, 1 => 'onKernelException'], -64);
  1509. $instance->addListener('kernel.response', [0 => function () {
  1510. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1511. }, 1 => 'onKernelResponse'], 0);
  1512. $instance->addListener('kernel.request', [0 => function () {
  1513. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1514. }, 1 => 'onKernelRequest'], 128);
  1515. $instance->addListener('kernel.response', [0 => function () {
  1516. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1517. }, 1 => 'onKernelResponse'], -1000);
  1518. $instance->addListener('kernel.finish_request', [0 => function () {
  1519. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1520. }, 1 => 'onFinishRequest'], 0);
  1521. $instance->addListener('kernel.response', [0 => function () {
  1522. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1523. }, 1 => 'onKernelResponse'], -100);
  1524. $instance->addListener('kernel.exception', [0 => function () {
  1525. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1526. }, 1 => 'onKernelException'], 0);
  1527. $instance->addListener('kernel.terminate', [0 => function () {
  1528. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1529. }, 1 => 'onKernelTerminate'], -1024);
  1530. $instance->addListener('kernel.controller', [0 => function () {
  1531. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1532. }, 1 => 'onKernelController'], 0);
  1533. $instance->addListener('kernel.response', [0 => function () {
  1534. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1535. }, 1 => 'onKernelResponse'], 0);
  1536. $instance->addListener('kernel.controller', [0 => function () {
  1537. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1538. }, 1 => 'onKernelController'], 0);
  1539. $instance->addListener('kernel.controller', [0 => function () {
  1540. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1541. }, 1 => 'onKernelController'], 0);
  1542. $instance->addListener('kernel.controller', [0 => function () {
  1543. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1544. }, 1 => 'onKernelController'], -128);
  1545. $instance->addListener('kernel.view', [0 => function () {
  1546. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1547. }, 1 => 'onKernelView'], 0);
  1548. $instance->addListener('kernel.controller', [0 => function () {
  1549. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1550. }, 1 => 'onKernelController'], 0);
  1551. $instance->addListener('kernel.response', [0 => function () {
  1552. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1553. }, 1 => 'onKernelResponse'], 0);
  1554. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1555. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1556. }, 1 => 'onKernelControllerArguments'], 0);
  1557. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1558. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1559. }, 1 => 'onKernelControllerArguments'], 0);
  1560. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1561. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1562. }, 1 => 'onMessage'], 0);
  1563. $instance->addListener('kernel.response', [0 => function () {
  1564. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1565. }, 1 => 'onKernelResponse'], -128);
  1566. $instance->addListener('console.command', [0 => function () {
  1567. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1568. }, 1 => 'onCommand'], 255);
  1569. $instance->addListener('console.terminate', [0 => function () {
  1570. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1571. }, 1 => 'onTerminate'], -255);
  1572. $instance->addListener('console.command', [0 => function () {
  1573. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1574. }, 1 => 'configure'], 1024);
  1575. $instance->addListener('console.error', [0 => function () {
  1576. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1577. }, 1 => 'onConsoleError'], 0);
  1578. $instance->addListener('console.terminate', [0 => function () {
  1579. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1580. }, 1 => 'onConsoleTerminate'], 0);
  1581. $instance->addListener('kernel.response', [0 => function () {
  1582. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1583. }, 1 => 'onKernelResponse'], 0);
  1584. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1585. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1586. }, 1 => 'onVoterVote'], 0);
  1587. $instance->addListener('kernel.request', [0 => function () {
  1588. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1589. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1590. $instance->addListener('kernel.request', [0 => function () {
  1591. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1592. }, 1 => 'onKernelRequest'], 8);
  1593. $instance->addListener('kernel.finish_request', [0 => function () {
  1594. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1595. }, 1 => 'onKernelFinishRequest'], 0);
  1596. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1597. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1598. }, 1 => 'onLogout'], 0);
  1599. return $instance;
  1600. }
  1601. /**
  1602. * Gets the public 'http_kernel' shared service.
  1603. *
  1604. * @return \Symfony\Component\HttpKernel\HttpKernel
  1605. */
  1606. protected function getHttpKernelService()
  1607. {
  1608. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1609. if (isset($this->services['http_kernel'])) {
  1610. return $this->services['http_kernel'];
  1611. }
  1612. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1613. 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 () {
  1614. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1615. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1616. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1617. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1618. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1619. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1620. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1621. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1622. }, 8)), $b));
  1623. }
  1624. /**
  1625. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  1626. *
  1627. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  1628. */
  1629. protected function getNelmioApiDoc_Command_DumpService()
  1630. {
  1631. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1632. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  1633. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1634. $instance->setName('nelmio:apidoc:dump');
  1635. return $instance;
  1636. }
  1637. /**
  1638. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  1639. *
  1640. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1641. */
  1642. protected function getNelmioApiDoc_Controller_RedoclyService()
  1643. {
  1644. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1645. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  1646. }
  1647. /**
  1648. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  1649. *
  1650. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1651. */
  1652. protected function getNelmioApiDoc_Controller_StoplightService()
  1653. {
  1654. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1655. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  1656. }
  1657. /**
  1658. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  1659. *
  1660. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  1661. */
  1662. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  1663. {
  1664. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  1665. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1666. }
  1667. /**
  1668. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  1669. *
  1670. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1671. */
  1672. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  1673. {
  1674. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1675. 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');
  1676. }
  1677. /**
  1678. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  1679. *
  1680. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  1681. */
  1682. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  1683. {
  1684. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  1685. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1686. }
  1687. /**
  1688. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  1689. *
  1690. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  1691. */
  1692. protected function getNelmioApiDoc_Generator_DefaultService()
  1693. {
  1694. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  1695. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  1696. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  1697. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  1698. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  1699. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  1700. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  1701. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  1702. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  1703. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  1704. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  1705. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  1706. }, 5), new RewindableGenerator(function () {
  1707. 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()));
  1708. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  1709. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  1710. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  1711. }, 4), NULL, 'openapi_doc.default', $a);
  1712. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  1713. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1714. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1715. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1716. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1717. $instance->setAlternativeNames([]);
  1718. $instance->setMediaTypes([0 => 'json']);
  1719. $instance->setLogger($b);
  1720. $instance->setOpenApiVersion(NULL);
  1721. return $instance;
  1722. }
  1723. /**
  1724. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  1725. *
  1726. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  1727. */
  1728. protected function getNelmioApiDoc_RenderDocsService()
  1729. {
  1730. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  1731. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  1732. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  1733. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  1734. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  1735. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1736. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  1737. ], [
  1738. 'default' => '?',
  1739. ]), 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' => []]));
  1740. }
  1741. /**
  1742. * Gets the public 'request_stack' shared service.
  1743. *
  1744. * @return \Symfony\Component\HttpFoundation\RequestStack
  1745. */
  1746. protected function getRequestStackService()
  1747. {
  1748. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1749. }
  1750. /**
  1751. * Gets the public 'router' shared service.
  1752. *
  1753. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1754. */
  1755. protected function getRouterService()
  1756. {
  1757. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1758. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1759. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1760. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1761. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1762. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  1764. ], [
  1765. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1766. ]))->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');
  1767. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1768. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1769. return $instance;
  1770. }
  1771. /**
  1772. * Gets the public 'routing.loader' shared service.
  1773. *
  1774. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1775. */
  1776. protected function getRouting_LoaderService()
  1777. {
  1778. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1779. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  1780. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1781. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1782. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1783. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1784. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  1785. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1786. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1787. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1788. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1789. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  1790. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  1791. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1792. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1793. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1794. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1795. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1796. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1798. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1799. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1800. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1801. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1802. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1803. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  1804. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1805. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  1806. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  1807. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  1808. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  1809. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  1810. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1811. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  1812. ], [
  1813. 'kernel' => 'App\\Kernel',
  1814. ]), 'dev'));
  1815. $a->addLoader($c);
  1816. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  1817. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  1818. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1819. }
  1820. /**
  1821. * Gets the public 'services_resetter' shared service.
  1822. *
  1823. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1824. */
  1825. protected function getServicesResetterService()
  1826. {
  1827. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1828. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1829. if (isset($this->services['cache.app'])) {
  1830. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1831. }
  1832. if (isset($this->services['cache.system'])) {
  1833. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1834. }
  1835. if (isset($this->privates['cache.validator'])) {
  1836. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1837. }
  1838. if (isset($this->privates['cache.serializer'])) {
  1839. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1840. }
  1841. if (isset($this->privates['cache.annotations'])) {
  1842. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1843. }
  1844. if (isset($this->privates['cache.property_info'])) {
  1845. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1846. }
  1847. if (isset($this->privates['.debug.http_client'])) {
  1848. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1849. }
  1850. if (isset($this->privates['mailer.message_logger_listener'])) {
  1851. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1852. }
  1853. if (isset($this->privates['debug.stopwatch'])) {
  1854. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1855. }
  1856. if (isset($this->services['event_dispatcher'])) {
  1857. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1858. }
  1859. if (isset($this->privates['session_listener'])) {
  1860. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1861. }
  1862. if (isset($this->privates['form.choice_list_factory.cached'])) {
  1863. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1864. }
  1865. if (isset($this->services['cache.validator_expression_language'])) {
  1866. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1867. }
  1868. if (isset($this->services['.container.private.profiler'])) {
  1869. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1870. }
  1871. if (isset($this->services['.container.private.validator'])) {
  1872. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1873. }
  1874. if (isset($this->services['.container.private.twig'])) {
  1875. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1876. }
  1877. if (isset($this->privates['twig.form.engine'])) {
  1878. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1879. }
  1880. if (isset($this->privates['monolog.handler.main'])) {
  1881. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1882. }
  1883. if (isset($this->privates['monolog.handler.console'])) {
  1884. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1885. }
  1886. if (isset($this->services['doctrine'])) {
  1887. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1888. }
  1889. if (isset($this->privates['doctrine.debug_data_holder'])) {
  1890. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1891. }
  1892. if (isset($this->privates['form.type.entity'])) {
  1893. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1894. }
  1895. if (isset($this->services['.container.private.security.token_storage'])) {
  1896. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1897. }
  1898. if (isset($this->privates['cache.security_expression_language'])) {
  1899. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1900. }
  1901. if (isset($this->privates['debug.security.firewall'])) {
  1902. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1903. }
  1904. if (isset($this->privates['.debug.http_client'])) {
  1905. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1906. }
  1907. }, function () {
  1908. 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']));
  1909. }), ['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']]);
  1910. }
  1911. /**
  1912. * Gets the public 'translator' shared service.
  1913. *
  1914. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1915. */
  1916. protected function getTranslatorService()
  1917. {
  1918. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1919. }
  1920. /**
  1921. * Gets the public 'var_dumper.cloner' shared service.
  1922. *
  1923. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1924. */
  1925. protected function getVarDumper_ClonerService()
  1926. {
  1927. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1928. $instance->setMaxItems(2500);
  1929. $instance->setMinDepth(1);
  1930. $instance->setMaxString(-1);
  1931. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1932. return $instance;
  1933. }
  1934. /**
  1935. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1936. *
  1937. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1938. */
  1939. protected function getWebProfiler_Controller_ExceptionPanelService()
  1940. {
  1941. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1942. 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()));
  1943. }
  1944. /**
  1945. * Gets the public 'web_profiler.controller.profiler' shared service.
  1946. *
  1947. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1948. */
  1949. protected function getWebProfiler_Controller_ProfilerService()
  1950. {
  1951. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1952. 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));
  1953. }
  1954. /**
  1955. * Gets the public 'web_profiler.controller.router' shared service.
  1956. *
  1957. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1958. */
  1959. protected function getWebProfiler_Controller_RouterService()
  1960. {
  1961. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1962. 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 () {
  1963. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1964. }, 1));
  1965. }
  1966. /**
  1967. * Gets the private '.console.command.about.lazy' shared service.
  1968. *
  1969. * @return \Symfony\Component\Console\Command\LazyCommand
  1970. */
  1971. protected function get_Console_Command_About_LazyService()
  1972. {
  1973. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1974. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1975. 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 {
  1976. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  1977. });
  1978. }
  1979. /**
  1980. * Gets the private '.console.command.assets_install.lazy' shared service.
  1981. *
  1982. * @return \Symfony\Component\Console\Command\LazyCommand
  1983. */
  1984. protected function get_Console_Command_AssetsInstall_LazyService()
  1985. {
  1986. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1987. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  1988. 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 {
  1989. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  1990. });
  1991. }
  1992. /**
  1993. * Gets the private '.console.command.cache_clear.lazy' shared service.
  1994. *
  1995. * @return \Symfony\Component\Console\Command\LazyCommand
  1996. */
  1997. protected function get_Console_Command_CacheClear_LazyService()
  1998. {
  1999. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2000. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2001. 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 {
  2002. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2003. });
  2004. }
  2005. /**
  2006. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2007. *
  2008. * @return \Symfony\Component\Console\Command\LazyCommand
  2009. */
  2010. protected function get_Console_Command_CachePoolClear_LazyService()
  2011. {
  2012. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2014. 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 {
  2015. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2016. });
  2017. }
  2018. /**
  2019. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2020. *
  2021. * @return \Symfony\Component\Console\Command\LazyCommand
  2022. */
  2023. protected function get_Console_Command_CachePoolDelete_LazyService()
  2024. {
  2025. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2026. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2027. 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 {
  2028. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2029. });
  2030. }
  2031. /**
  2032. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2033. *
  2034. * @return \Symfony\Component\Console\Command\LazyCommand
  2035. */
  2036. protected function get_Console_Command_CachePoolList_LazyService()
  2037. {
  2038. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2039. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2040. 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 {
  2041. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2042. });
  2043. }
  2044. /**
  2045. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2046. *
  2047. * @return \Symfony\Component\Console\Command\LazyCommand
  2048. */
  2049. protected function get_Console_Command_CachePoolPrune_LazyService()
  2050. {
  2051. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2052. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2053. 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 {
  2054. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2055. });
  2056. }
  2057. /**
  2058. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2059. *
  2060. * @return \Symfony\Component\Console\Command\LazyCommand
  2061. */
  2062. protected function get_Console_Command_CacheWarmup_LazyService()
  2063. {
  2064. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2065. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2066. 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 {
  2067. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2068. });
  2069. }
  2070. /**
  2071. * Gets the private '.console.command.config_debug.lazy' shared service.
  2072. *
  2073. * @return \Symfony\Component\Console\Command\LazyCommand
  2074. */
  2075. protected function get_Console_Command_ConfigDebug_LazyService()
  2076. {
  2077. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2078. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2079. 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 {
  2080. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2081. });
  2082. }
  2083. /**
  2084. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2085. *
  2086. * @return \Symfony\Component\Console\Command\LazyCommand
  2087. */
  2088. protected function get_Console_Command_ConfigDumpReference_LazyService()
  2089. {
  2090. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2091. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2092. 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 {
  2093. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2094. });
  2095. }
  2096. /**
  2097. * Gets the private '.console.command.container_debug.lazy' shared service.
  2098. *
  2099. * @return \Symfony\Component\Console\Command\LazyCommand
  2100. */
  2101. protected function get_Console_Command_ContainerDebug_LazyService()
  2102. {
  2103. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2104. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2105. 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 {
  2106. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2107. });
  2108. }
  2109. /**
  2110. * Gets the private '.console.command.container_lint.lazy' shared service.
  2111. *
  2112. * @return \Symfony\Component\Console\Command\LazyCommand
  2113. */
  2114. protected function get_Console_Command_ContainerLint_LazyService()
  2115. {
  2116. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2117. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2118. 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 {
  2119. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2120. });
  2121. }
  2122. /**
  2123. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2124. *
  2125. * @return \Symfony\Component\Console\Command\LazyCommand
  2126. */
  2127. protected function get_Console_Command_DebugAutowiring_LazyService()
  2128. {
  2129. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2130. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2131. 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 {
  2132. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2133. });
  2134. }
  2135. /**
  2136. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2137. *
  2138. * @return \Symfony\Component\Console\Command\LazyCommand
  2139. */
  2140. protected function get_Console_Command_DotenvDebug_LazyService()
  2141. {
  2142. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2143. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2144. 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 {
  2145. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2146. });
  2147. }
  2148. /**
  2149. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2150. *
  2151. * @return \Symfony\Component\Console\Command\LazyCommand
  2152. */
  2153. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2154. {
  2155. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2156. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2157. 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 {
  2158. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2159. });
  2160. }
  2161. /**
  2162. * Gets the private '.console.command.form_debug.lazy' shared service.
  2163. *
  2164. * @return \Symfony\Component\Console\Command\LazyCommand
  2165. */
  2166. protected function get_Console_Command_FormDebug_LazyService()
  2167. {
  2168. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2169. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2170. 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 {
  2171. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2172. });
  2173. }
  2174. /**
  2175. * Gets the private '.console.command.router_debug.lazy' shared service.
  2176. *
  2177. * @return \Symfony\Component\Console\Command\LazyCommand
  2178. */
  2179. protected function get_Console_Command_RouterDebug_LazyService()
  2180. {
  2181. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2182. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2183. 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 {
  2184. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2185. });
  2186. }
  2187. /**
  2188. * Gets the private '.console.command.router_match.lazy' shared service.
  2189. *
  2190. * @return \Symfony\Component\Console\Command\LazyCommand
  2191. */
  2192. protected function get_Console_Command_RouterMatch_LazyService()
  2193. {
  2194. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2195. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2196. 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 {
  2197. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2198. });
  2199. }
  2200. /**
  2201. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2202. *
  2203. * @return \Symfony\Component\Console\Command\LazyCommand
  2204. */
  2205. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2206. {
  2207. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2208. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2209. 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 {
  2210. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2211. });
  2212. }
  2213. /**
  2214. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2215. *
  2216. * @return \Symfony\Component\Console\Command\LazyCommand
  2217. */
  2218. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2219. {
  2220. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2221. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2222. 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 {
  2223. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2224. });
  2225. }
  2226. /**
  2227. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2228. *
  2229. * @return \Symfony\Component\Console\Command\LazyCommand
  2230. */
  2231. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2232. {
  2233. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2234. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2235. 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 {
  2236. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2237. });
  2238. }
  2239. /**
  2240. * Gets the private '.console.command.secrets_list.lazy' shared service.
  2241. *
  2242. * @return \Symfony\Component\Console\Command\LazyCommand
  2243. */
  2244. protected function get_Console_Command_SecretsList_LazyService()
  2245. {
  2246. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2247. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2248. 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 {
  2249. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2250. });
  2251. }
  2252. /**
  2253. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2254. *
  2255. * @return \Symfony\Component\Console\Command\LazyCommand
  2256. */
  2257. protected function get_Console_Command_SecretsRemove_LazyService()
  2258. {
  2259. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2260. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2261. 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 {
  2262. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2263. });
  2264. }
  2265. /**
  2266. * Gets the private '.console.command.secrets_set.lazy' shared service.
  2267. *
  2268. * @return \Symfony\Component\Console\Command\LazyCommand
  2269. */
  2270. protected function get_Console_Command_SecretsSet_LazyService()
  2271. {
  2272. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2273. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2274. 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 {
  2275. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2276. });
  2277. }
  2278. /**
  2279. * Gets the private '.console.command.translation_debug.lazy' shared service.
  2280. *
  2281. * @return \Symfony\Component\Console\Command\LazyCommand
  2282. */
  2283. protected function get_Console_Command_TranslationDebug_LazyService()
  2284. {
  2285. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2286. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2287. 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 {
  2288. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2289. });
  2290. }
  2291. /**
  2292. * Gets the private '.console.command.translation_extract.lazy' shared service.
  2293. *
  2294. * @return \Symfony\Component\Console\Command\LazyCommand
  2295. */
  2296. protected function get_Console_Command_TranslationExtract_LazyService()
  2297. {
  2298. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2299. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2300. 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 {
  2301. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2302. });
  2303. }
  2304. /**
  2305. * Gets the private '.console.command.translation_pull.lazy' shared service.
  2306. *
  2307. * @return \Symfony\Component\Console\Command\LazyCommand
  2308. */
  2309. protected function get_Console_Command_TranslationPull_LazyService()
  2310. {
  2311. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2312. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2313. 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 {
  2314. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2315. });
  2316. }
  2317. /**
  2318. * Gets the private '.console.command.translation_push.lazy' shared service.
  2319. *
  2320. * @return \Symfony\Component\Console\Command\LazyCommand
  2321. */
  2322. protected function get_Console_Command_TranslationPush_LazyService()
  2323. {
  2324. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2325. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2326. 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 {
  2327. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2328. });
  2329. }
  2330. /**
  2331. * Gets the private '.console.command.validator_debug.lazy' shared service.
  2332. *
  2333. * @return \Symfony\Component\Console\Command\LazyCommand
  2334. */
  2335. protected function get_Console_Command_ValidatorDebug_LazyService()
  2336. {
  2337. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2338. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2339. 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 {
  2340. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2341. });
  2342. }
  2343. /**
  2344. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2345. *
  2346. * @return \Symfony\Component\Console\Command\LazyCommand
  2347. */
  2348. protected function get_Console_Command_XliffLint_LazyService()
  2349. {
  2350. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2351. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2352. 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 {
  2353. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2354. });
  2355. }
  2356. /**
  2357. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2358. *
  2359. * @return \Symfony\Component\Console\Command\LazyCommand
  2360. */
  2361. protected function get_Console_Command_YamlLint_LazyService()
  2362. {
  2363. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2364. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2365. 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 {
  2366. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2367. });
  2368. }
  2369. /**
  2370. * Gets the private '.debug.http_client' shared service.
  2371. *
  2372. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2373. */
  2374. protected function get_Debug_HttpClientService()
  2375. {
  2376. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2377. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2378. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2379. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2380. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2381. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2382. $a->setLogger($b);
  2383. 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))));
  2384. }
  2385. /**
  2386. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2387. *
  2388. * @return \Symfony\Component\Console\Command\LazyCommand
  2389. */
  2390. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2391. {
  2392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2393. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2394. 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 {
  2395. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2396. });
  2397. }
  2398. /**
  2399. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2400. *
  2401. * @return \Symfony\Component\Console\Command\LazyCommand
  2402. */
  2403. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2404. {
  2405. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2406. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2407. 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 {
  2408. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2409. });
  2410. }
  2411. /**
  2412. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2413. *
  2414. * @return \Symfony\Component\Console\Command\LazyCommand
  2415. */
  2416. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2417. {
  2418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2419. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2420. 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 {
  2421. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2422. });
  2423. }
  2424. /**
  2425. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2426. *
  2427. * @return \Symfony\Component\Console\Command\LazyCommand
  2428. */
  2429. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2430. {
  2431. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2432. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2433. 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 {
  2434. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2435. });
  2436. }
  2437. /**
  2438. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2439. *
  2440. * @return \Symfony\Component\Console\Command\LazyCommand
  2441. */
  2442. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2443. {
  2444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2445. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2446. 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 {
  2447. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2448. });
  2449. }
  2450. /**
  2451. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2452. *
  2453. * @return \Symfony\Component\Console\Command\LazyCommand
  2454. */
  2455. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2456. {
  2457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2458. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2459. 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 {
  2460. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2461. });
  2462. }
  2463. /**
  2464. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2465. *
  2466. * @return \Symfony\Component\Console\Command\LazyCommand
  2467. */
  2468. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2469. {
  2470. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2471. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2472. 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 {
  2473. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2474. });
  2475. }
  2476. /**
  2477. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2478. *
  2479. * @return \Symfony\Component\Console\Command\LazyCommand
  2480. */
  2481. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2482. {
  2483. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2484. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2485. 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 {
  2486. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2487. });
  2488. }
  2489. /**
  2490. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2491. *
  2492. * @return \Symfony\Component\Console\Command\LazyCommand
  2493. */
  2494. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2495. {
  2496. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2497. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2498. 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 {
  2499. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2500. });
  2501. }
  2502. /**
  2503. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2504. *
  2505. * @return \Symfony\Component\Console\Command\LazyCommand
  2506. */
  2507. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2508. {
  2509. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2510. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2511. 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 {
  2512. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2513. });
  2514. }
  2515. /**
  2516. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2517. *
  2518. * @return \Symfony\Component\Console\Command\LazyCommand
  2519. */
  2520. protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  2521. {
  2522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2523. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2524. 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 {
  2525. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2526. });
  2527. }
  2528. /**
  2529. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2530. *
  2531. * @return \Symfony\Component\Console\Command\LazyCommand
  2532. */
  2533. protected function get_DoctrineMigrations_VersionCommand_LazyService()
  2534. {
  2535. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2537. 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 {
  2538. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2539. });
  2540. }
  2541. /**
  2542. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2543. *
  2544. * @return \Symfony\Component\Console\Command\LazyCommand
  2545. */
  2546. protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  2547. {
  2548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2549. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2550. 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 {
  2551. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2552. });
  2553. }
  2554. /**
  2555. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2556. *
  2557. * @return \Symfony\Component\Config\Loader\LoaderInterface
  2558. */
  2559. protected function getLoaderInterfaceService()
  2560. {
  2561. $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".');
  2562. }
  2563. /**
  2564. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2565. *
  2566. * @return \Symfony\Component\Console\Command\LazyCommand
  2567. */
  2568. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2569. {
  2570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2571. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2572. 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 {
  2573. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2574. });
  2575. }
  2576. /**
  2577. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2578. *
  2579. * @return \Symfony\Component\Console\Command\LazyCommand
  2580. */
  2581. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2582. {
  2583. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2584. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2585. 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 {
  2586. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2587. });
  2588. }
  2589. /**
  2590. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2591. *
  2592. * @return \Symfony\Component\Console\Command\LazyCommand
  2593. */
  2594. protected function get_Maker_AutoCommand_MakeController_LazyService()
  2595. {
  2596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2597. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2598. 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 {
  2599. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2600. });
  2601. }
  2602. /**
  2603. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2604. *
  2605. * @return \Symfony\Component\Console\Command\LazyCommand
  2606. */
  2607. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2608. {
  2609. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2610. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2611. 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 {
  2612. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2613. });
  2614. }
  2615. /**
  2616. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2617. *
  2618. * @return \Symfony\Component\Console\Command\LazyCommand
  2619. */
  2620. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2621. {
  2622. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2623. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2624. 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 {
  2625. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2626. });
  2627. }
  2628. /**
  2629. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2630. *
  2631. * @return \Symfony\Component\Console\Command\LazyCommand
  2632. */
  2633. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2634. {
  2635. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2636. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2637. 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 {
  2638. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2639. });
  2640. }
  2641. /**
  2642. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2643. *
  2644. * @return \Symfony\Component\Console\Command\LazyCommand
  2645. */
  2646. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2647. {
  2648. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2649. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2650. 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 {
  2651. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2652. });
  2653. }
  2654. /**
  2655. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2656. *
  2657. * @return \Symfony\Component\Console\Command\LazyCommand
  2658. */
  2659. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2660. {
  2661. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2662. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2663. 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 {
  2664. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2665. });
  2666. }
  2667. /**
  2668. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2669. *
  2670. * @return \Symfony\Component\Console\Command\LazyCommand
  2671. */
  2672. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2673. {
  2674. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2675. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2676. 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 {
  2677. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2678. });
  2679. }
  2680. /**
  2681. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2682. *
  2683. * @return \Symfony\Component\Console\Command\LazyCommand
  2684. */
  2685. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2686. {
  2687. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2688. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2689. 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 {
  2690. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2691. });
  2692. }
  2693. /**
  2694. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2695. *
  2696. * @return \Symfony\Component\Console\Command\LazyCommand
  2697. */
  2698. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2699. {
  2700. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2701. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2702. 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 {
  2703. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2704. });
  2705. }
  2706. /**
  2707. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2708. *
  2709. * @return \Symfony\Component\Console\Command\LazyCommand
  2710. */
  2711. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2712. {
  2713. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2714. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2715. 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 {
  2716. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2717. });
  2718. }
  2719. /**
  2720. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2721. *
  2722. * @return \Symfony\Component\Console\Command\LazyCommand
  2723. */
  2724. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2725. {
  2726. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2727. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2728. 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 {
  2729. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2730. });
  2731. }
  2732. /**
  2733. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2734. *
  2735. * @return \Symfony\Component\Console\Command\LazyCommand
  2736. */
  2737. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2738. {
  2739. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2740. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2741. 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 {
  2742. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2743. });
  2744. }
  2745. /**
  2746. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2747. *
  2748. * @return \Symfony\Component\Console\Command\LazyCommand
  2749. */
  2750. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2751. {
  2752. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2753. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2754. 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 {
  2755. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2756. });
  2757. }
  2758. /**
  2759. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2760. *
  2761. * @return \Symfony\Component\Console\Command\LazyCommand
  2762. */
  2763. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2764. {
  2765. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2766. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2767. 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 {
  2768. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2769. });
  2770. }
  2771. /**
  2772. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2773. *
  2774. * @return \Symfony\Component\Console\Command\LazyCommand
  2775. */
  2776. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2777. {
  2778. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2779. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2780. 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 {
  2781. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2782. });
  2783. }
  2784. /**
  2785. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2786. *
  2787. * @return \Symfony\Component\Console\Command\LazyCommand
  2788. */
  2789. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2790. {
  2791. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2792. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2793. 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 {
  2794. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2795. });
  2796. }
  2797. /**
  2798. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2799. *
  2800. * @return \Symfony\Component\Console\Command\LazyCommand
  2801. */
  2802. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2803. {
  2804. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2805. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2806. 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 {
  2807. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2808. });
  2809. }
  2810. /**
  2811. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2812. *
  2813. * @return \Symfony\Component\Console\Command\LazyCommand
  2814. */
  2815. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2816. {
  2817. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2818. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2819. 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 {
  2820. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2821. });
  2822. }
  2823. /**
  2824. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2825. *
  2826. * @return \Symfony\Component\Console\Command\LazyCommand
  2827. */
  2828. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2829. {
  2830. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2831. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2832. 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 {
  2833. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2834. });
  2835. }
  2836. /**
  2837. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2838. *
  2839. * @return \Symfony\Component\Console\Command\LazyCommand
  2840. */
  2841. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2842. {
  2843. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2844. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2845. 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 {
  2846. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2847. });
  2848. }
  2849. /**
  2850. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2851. *
  2852. * @return \Symfony\Component\Console\Command\LazyCommand
  2853. */
  2854. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2855. {
  2856. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2857. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2858. 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 {
  2859. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2860. });
  2861. }
  2862. /**
  2863. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2864. *
  2865. * @return \Symfony\Component\Console\Command\LazyCommand
  2866. */
  2867. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2868. {
  2869. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2870. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2871. 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 {
  2872. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2873. });
  2874. }
  2875. /**
  2876. * Gets the private '.monolog.command.server_log.lazy' shared service.
  2877. *
  2878. * @return \Symfony\Component\Console\Command\LazyCommand
  2879. */
  2880. protected function get_Monolog_Command_ServerLog_LazyService()
  2881. {
  2882. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2883. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2884. 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 {
  2885. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2886. });
  2887. }
  2888. /**
  2889. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2890. *
  2891. * @return \Symfony\Component\Console\Command\LazyCommand
  2892. */
  2893. protected function get_Security_Command_DebugFirewall_LazyService()
  2894. {
  2895. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2896. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2897. 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 {
  2898. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2899. });
  2900. }
  2901. /**
  2902. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2903. *
  2904. * @return \Symfony\Component\Console\Command\LazyCommand
  2905. */
  2906. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2907. {
  2908. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2909. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2910. 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 {
  2911. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2912. });
  2913. }
  2914. /**
  2915. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2916. *
  2917. * @return \Symfony\Component\Console\Command\LazyCommand
  2918. */
  2919. protected function get_Security_Command_UserPasswordHash_LazyService()
  2920. {
  2921. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2922. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2923. 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 {
  2924. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2925. });
  2926. }
  2927. /**
  2928. * Gets the private '.service_locator.4tgeRLM' shared service.
  2929. *
  2930. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2931. */
  2932. protected function get_ServiceLocator_4tgeRLMService()
  2933. {
  2934. return $this->privates['.service_locator.4tgeRLM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2935. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  2936. 'userPasswordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  2937. ], [
  2938. 'translator' => '?',
  2939. 'userPasswordEncoder' => '?',
  2940. ]);
  2941. }
  2942. /**
  2943. * Gets the private '.service_locator.AnhG.Eb' shared service.
  2944. *
  2945. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2946. */
  2947. protected function get_ServiceLocator_AnhG_EbService()
  2948. {
  2949. return $this->privates['.service_locator.AnhG.Eb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2950. 'cityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  2951. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  2952. ], [
  2953. 'cityRepository' => 'App\\Repository\\CityRepository',
  2954. 'repo' => 'App\\Repository\\StateRepository',
  2955. ]);
  2956. }
  2957. /**
  2958. * Gets the private '.service_locator.Dj1wdzF' shared service.
  2959. *
  2960. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2961. */
  2962. protected function get_ServiceLocator_Dj1wdzFService()
  2963. {
  2964. return $this->privates['.service_locator.Dj1wdzF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2965. 'App\\Controller\\Api\\CityController::byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2966. 'App\\Controller\\Api\\CityController::byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2967. 'App\\Controller\\Api\\CityController::byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2968. 'App\\Controller\\Api\\CountryController::byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2969. 'App\\Controller\\Api\\CountryController::byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2970. 'App\\Controller\\Api\\CountryController::byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2971. 'App\\Controller\\Api\\CountryController::byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2972. 'App\\Controller\\Api\\CountryController::list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2973. 'App\\Controller\\Api\\CountryController::states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  2974. 'App\\Controller\\Api\\StateController::byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2975. 'App\\Controller\\Api\\StateController::byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2976. 'App\\Controller\\Api\\StateController::byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2977. 'App\\Controller\\Api\\StateController::states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  2978. 'App\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  2979. 'App\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  2980. 'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  2981. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  2982. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  2983. 'App\\Controller\\Api\\CityController:byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2984. 'App\\Controller\\Api\\CityController:byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2985. 'App\\Controller\\Api\\CityController:byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  2986. 'App\\Controller\\Api\\CountryController:byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2987. 'App\\Controller\\Api\\CountryController:byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2988. 'App\\Controller\\Api\\CountryController:byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2989. 'App\\Controller\\Api\\CountryController:byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2990. 'App\\Controller\\Api\\CountryController:list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  2991. 'App\\Controller\\Api\\CountryController:states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  2992. 'App\\Controller\\Api\\StateController:byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2993. 'App\\Controller\\Api\\StateController:byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2994. 'App\\Controller\\Api\\StateController:byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  2995. 'App\\Controller\\Api\\StateController:states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  2996. 'App\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  2997. 'App\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  2998. 'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  2999. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3000. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3001. ], [
  3002. 'App\\Controller\\Api\\CityController::byId' => '?',
  3003. 'App\\Controller\\Api\\CityController::byIdentifier' => '?',
  3004. 'App\\Controller\\Api\\CityController::byName' => '?',
  3005. 'App\\Controller\\Api\\CountryController::byId' => '?',
  3006. 'App\\Controller\\Api\\CountryController::byIso' => '?',
  3007. 'App\\Controller\\Api\\CountryController::byName' => '?',
  3008. 'App\\Controller\\Api\\CountryController::byWiki' => '?',
  3009. 'App\\Controller\\Api\\CountryController::list' => '?',
  3010. 'App\\Controller\\Api\\CountryController::states' => '?',
  3011. 'App\\Controller\\Api\\StateController::byId' => '?',
  3012. 'App\\Controller\\Api\\StateController::byName' => '?',
  3013. 'App\\Controller\\Api\\StateController::byWiki' => '?',
  3014. 'App\\Controller\\Api\\StateController::states' => '?',
  3015. 'App\\Controller\\ResetPasswordController::request' => '?',
  3016. 'App\\Controller\\ResetPasswordController::reset' => '?',
  3017. 'App\\Controller\\SecurityController::login' => '?',
  3018. 'kernel::loadRoutes' => '?',
  3019. 'kernel::registerContainerConfiguration' => '?',
  3020. 'App\\Controller\\Api\\CityController:byId' => '?',
  3021. 'App\\Controller\\Api\\CityController:byIdentifier' => '?',
  3022. 'App\\Controller\\Api\\CityController:byName' => '?',
  3023. 'App\\Controller\\Api\\CountryController:byId' => '?',
  3024. 'App\\Controller\\Api\\CountryController:byIso' => '?',
  3025. 'App\\Controller\\Api\\CountryController:byName' => '?',
  3026. 'App\\Controller\\Api\\CountryController:byWiki' => '?',
  3027. 'App\\Controller\\Api\\CountryController:list' => '?',
  3028. 'App\\Controller\\Api\\CountryController:states' => '?',
  3029. 'App\\Controller\\Api\\StateController:byId' => '?',
  3030. 'App\\Controller\\Api\\StateController:byName' => '?',
  3031. 'App\\Controller\\Api\\StateController:byWiki' => '?',
  3032. 'App\\Controller\\Api\\StateController:states' => '?',
  3033. 'App\\Controller\\ResetPasswordController:request' => '?',
  3034. 'App\\Controller\\ResetPasswordController:reset' => '?',
  3035. 'App\\Controller\\SecurityController:login' => '?',
  3036. 'kernel:loadRoutes' => '?',
  3037. 'kernel:registerContainerConfiguration' => '?',
  3038. ]);
  3039. }
  3040. /**
  3041. * Gets the private '.service_locator.F48QN8y' shared service.
  3042. *
  3043. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3044. */
  3045. protected function get_ServiceLocator_F48QN8yService()
  3046. {
  3047. return $this->privates['.service_locator.F48QN8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3048. 'repo' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  3049. ], [
  3050. 'repo' => 'App\\Repository\\CityRepository',
  3051. ]);
  3052. }
  3053. /**
  3054. * Gets the private '.service_locator.M3t8.e_' shared service.
  3055. *
  3056. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3057. */
  3058. protected function get_ServiceLocator_M3t8_EService()
  3059. {
  3060. return $this->privates['.service_locator.M3t8.e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3061. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3062. ], [
  3063. 'repo' => 'App\\Repository\\StateRepository',
  3064. ]);
  3065. }
  3066. /**
  3067. * Gets the private '.service_locator.XI1oBAb' shared service.
  3068. *
  3069. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3070. */
  3071. protected function get_ServiceLocator_XI1oBAbService()
  3072. {
  3073. return $this->privates['.service_locator.XI1oBAb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3074. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3075. ], [
  3076. 'repo' => 'App\\Repository\\CountryRepository',
  3077. ]);
  3078. }
  3079. /**
  3080. * Gets the private '.service_locator.XsyfP82' shared service.
  3081. *
  3082. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3083. */
  3084. protected function get_ServiceLocator_XsyfP82Service()
  3085. {
  3086. return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3087. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  3088. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  3089. ], [
  3090. 'event_dispatcher' => '?',
  3091. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3092. ]);
  3093. }
  3094. /**
  3095. * Gets the private '.service_locator.mx0UMmY' shared service.
  3096. *
  3097. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3098. */
  3099. protected function get_ServiceLocator_Mx0UMmYService()
  3100. {
  3101. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3102. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3103. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3104. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3105. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3106. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3107. 'router' => ['services', 'router', 'getRouterService', false],
  3108. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3109. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3110. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3111. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3112. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3113. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3114. ], [
  3115. 'doctrine' => '?',
  3116. 'form.factory' => '?',
  3117. 'http_kernel' => '?',
  3118. 'parameter_bag' => '?',
  3119. 'request_stack' => '?',
  3120. 'router' => '?',
  3121. 'security.authorization_checker' => '?',
  3122. 'security.csrf.token_manager' => '?',
  3123. 'security.token_storage' => '?',
  3124. 'serializer' => '?',
  3125. 'session' => '.session.deprecated',
  3126. 'twig' => '?',
  3127. ]);
  3128. }
  3129. /**
  3130. * Gets the private '.service_locator.pXhSQsU' shared service.
  3131. *
  3132. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3133. */
  3134. protected function get_ServiceLocator_PXhSQsUService()
  3135. {
  3136. return $this->privates['.service_locator.pXhSQsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3137. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  3138. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  3139. ], [
  3140. 'mailer' => '?',
  3141. 'translator' => '?',
  3142. ]);
  3143. }
  3144. /**
  3145. * Gets the private '.service_locator.ulX0IEb' shared service.
  3146. *
  3147. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3148. */
  3149. protected function get_ServiceLocator_UlX0IEbService()
  3150. {
  3151. return $this->privates['.service_locator.ulX0IEb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3152. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3153. 'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3154. ], [
  3155. 'repo' => 'App\\Repository\\CountryRepository',
  3156. 'stateRepository' => 'App\\Repository\\StateRepository',
  3157. ]);
  3158. }
  3159. /**
  3160. * Gets the private '.service_locator.xUrKPVU' shared service.
  3161. *
  3162. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3163. */
  3164. protected function get_ServiceLocator_XUrKPVUService()
  3165. {
  3166. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3167. '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".'],
  3168. ], [
  3169. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3170. ]);
  3171. }
  3172. /**
  3173. * Gets the private '.service_locator.zFcJjKU' shared service.
  3174. *
  3175. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3176. */
  3177. protected function get_ServiceLocator_ZFcJjKUService()
  3178. {
  3179. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3180. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  3181. ], [
  3182. 'authenticationUtils' => '?',
  3183. ]);
  3184. }
  3185. /**
  3186. * Gets the private '.service_locator.zJyh7qS' shared service.
  3187. *
  3188. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3189. */
  3190. protected function get_ServiceLocator_ZJyh7qSService()
  3191. {
  3192. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3193. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  3194. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  3195. ], [
  3196. 'security.firewall.map.context.dev' => '?',
  3197. 'security.firewall.map.context.main' => '?',
  3198. ]);
  3199. }
  3200. /**
  3201. * Gets the private '.session.deprecated' shared service.
  3202. *
  3203. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3204. */
  3205. protected function get_Session_DeprecatedService()
  3206. {
  3207. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3208. 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();
  3209. }
  3210. /**
  3211. * Gets the private '.twig.command.debug.lazy' shared service.
  3212. *
  3213. * @return \Symfony\Component\Console\Command\LazyCommand
  3214. */
  3215. protected function get_Twig_Command_Debug_LazyService()
  3216. {
  3217. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3218. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3219. 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 {
  3220. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3221. });
  3222. }
  3223. /**
  3224. * Gets the private '.twig.command.lint.lazy' shared service.
  3225. *
  3226. * @return \Symfony\Component\Console\Command\LazyCommand
  3227. */
  3228. protected function get_Twig_Command_Lint_LazyService()
  3229. {
  3230. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3231. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3232. 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 {
  3233. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3234. });
  3235. }
  3236. /**
  3237. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3238. *
  3239. * @return \Symfony\Component\Console\Command\LazyCommand
  3240. */
  3241. protected function get_VarDumper_Command_ServerDump_LazyService()
  3242. {
  3243. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3244. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3245. 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 {
  3246. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3247. });
  3248. }
  3249. /**
  3250. * Gets the private 'App\Command\GestionVigiaCommand' shared autowired service.
  3251. *
  3252. * @return \App\Command\GestionVigiaCommand
  3253. */
  3254. protected function getGestionVigiaCommandService()
  3255. {
  3256. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3257. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3258. include_once \dirname(__DIR__, 4).'/src/Command/GestionVigiaCommand.php';
  3259. $this->privates['App\\Command\\GestionVigiaCommand'] = $instance = new \App\Command\GestionVigiaCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3260. $instance->setName('app:gestion-vigia');
  3261. return $instance;
  3262. }
  3263. /**
  3264. * Gets the private 'App\EventListener\ApiTokenListener' shared autowired service.
  3265. *
  3266. * @return \App\EventListener\ApiTokenListener
  3267. */
  3268. protected function getApiTokenListenerService()
  3269. {
  3270. return $this->privates['App\\EventListener\\ApiTokenListener'] = new \App\EventListener\ApiTokenListener(($this->privates['App\\Repository\\ClienteRepository'] ?? $this->getClienteRepositoryService()));
  3271. }
  3272. /**
  3273. * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  3274. *
  3275. * @return \App\EventSubscriber\RequestSubscriber
  3276. */
  3277. protected function getRequestSubscriberService()
  3278. {
  3279. return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3280. }
  3281. /**
  3282. * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3283. *
  3284. * @return \App\Form\ChangePasswordFormType
  3285. */
  3286. protected function getChangePasswordFormTypeService()
  3287. {
  3288. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3289. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3290. include_once \dirname(__DIR__, 4).'/src/Form/ChangePasswordFormType.php';
  3291. return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3292. }
  3293. /**
  3294. * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3295. *
  3296. * @return \App\Form\ResetPasswordRequestFormType
  3297. */
  3298. protected function getResetPasswordRequestFormTypeService()
  3299. {
  3300. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3301. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3302. include_once \dirname(__DIR__, 4).'/src/Form/ResetPasswordRequestFormType.php';
  3303. return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3304. }
  3305. /**
  3306. * Gets the private 'App\Repository\AcuerdoNivelServicioRepository' shared autowired service.
  3307. *
  3308. * @return \App\Repository\AcuerdoNivelServicioRepository
  3309. */
  3310. protected function getAcuerdoNivelServicioRepositoryService()
  3311. {
  3312. include_once \dirname(__DIR__, 4).'/src/Repository/AcuerdoNivelServicioRepository.php';
  3313. return $this->privates['App\\Repository\\AcuerdoNivelServicioRepository'] = new \App\Repository\AcuerdoNivelServicioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3314. }
  3315. /**
  3316. * Gets the private 'App\Repository\CityRepository' shared autowired service.
  3317. *
  3318. * @return \App\Repository\CityRepository
  3319. */
  3320. protected function getCityRepositoryService()
  3321. {
  3322. include_once \dirname(__DIR__, 4).'/src/Repository/CityRepository.php';
  3323. return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3324. }
  3325. /**
  3326. * Gets the private 'App\Repository\ClienteRepository' shared autowired service.
  3327. *
  3328. * @return \App\Repository\ClienteRepository
  3329. */
  3330. protected function getClienteRepositoryService()
  3331. {
  3332. return $this->privates['App\\Repository\\ClienteRepository'] = new \App\Repository\ClienteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3333. }
  3334. /**
  3335. * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  3336. *
  3337. * @return \App\Repository\CountryRepository
  3338. */
  3339. protected function getCountryRepositoryService()
  3340. {
  3341. include_once \dirname(__DIR__, 4).'/src/Repository/CountryRepository.php';
  3342. return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3343. }
  3344. /**
  3345. * Gets the private 'App\Repository\FestivoRepository' shared autowired service.
  3346. *
  3347. * @return \App\Repository\FestivoRepository
  3348. */
  3349. protected function getFestivoRepositoryService()
  3350. {
  3351. include_once \dirname(__DIR__, 4).'/src/Repository/FestivoRepository.php';
  3352. return $this->privates['App\\Repository\\FestivoRepository'] = new \App\Repository\FestivoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3353. }
  3354. /**
  3355. * Gets the private 'App\Repository\ListaItemRepository' shared autowired service.
  3356. *
  3357. * @return \App\Repository\ListaItemRepository
  3358. */
  3359. protected function getListaItemRepositoryService()
  3360. {
  3361. include_once \dirname(__DIR__, 4).'/src/Repository/ListaItemRepository.php';
  3362. return $this->privates['App\\Repository\\ListaItemRepository'] = new \App\Repository\ListaItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3363. }
  3364. /**
  3365. * Gets the private 'App\Repository\ListaRepository' shared autowired service.
  3366. *
  3367. * @return \App\Repository\ListaRepository
  3368. */
  3369. protected function getListaRepositoryService()
  3370. {
  3371. include_once \dirname(__DIR__, 4).'/src/Repository/ListaRepository.php';
  3372. return $this->privates['App\\Repository\\ListaRepository'] = new \App\Repository\ListaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3373. }
  3374. /**
  3375. * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3376. *
  3377. * @return \App\Repository\ResetPasswordRequestRepository
  3378. */
  3379. protected function getResetPasswordRequestRepositoryService()
  3380. {
  3381. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3382. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3383. include_once \dirname(__DIR__, 4).'/src/Repository/ResetPasswordRequestRepository.php';
  3384. return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3385. }
  3386. /**
  3387. * Gets the private 'App\Repository\StateRepository' shared autowired service.
  3388. *
  3389. * @return \App\Repository\StateRepository
  3390. */
  3391. protected function getStateRepositoryService()
  3392. {
  3393. include_once \dirname(__DIR__, 4).'/src/Repository/StateRepository.php';
  3394. return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3395. }
  3396. /**
  3397. * Gets the private 'App\Repository\TicketRepository' shared autowired service.
  3398. *
  3399. * @return \App\Repository\TicketRepository
  3400. */
  3401. protected function getTicketRepositoryService()
  3402. {
  3403. include_once \dirname(__DIR__, 4).'/src/Repository/TicketRepository.php';
  3404. return $this->privates['App\\Repository\\TicketRepository'] = new \App\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3405. }
  3406. /**
  3407. * Gets the private 'App\Repository\TiempoRepository' shared autowired service.
  3408. *
  3409. * @return \App\Repository\TiempoRepository
  3410. */
  3411. protected function getTiempoRepositoryService()
  3412. {
  3413. include_once \dirname(__DIR__, 4).'/src/Repository/TiempoRepository.php';
  3414. return $this->privates['App\\Repository\\TiempoRepository'] = new \App\Repository\TiempoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3415. }
  3416. /**
  3417. * Gets the private 'App\Repository\UsuarioRepository' shared autowired service.
  3418. *
  3419. * @return \App\Repository\UsuarioRepository
  3420. */
  3421. protected function getUsuarioRepositoryService()
  3422. {
  3423. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3424. include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';
  3425. return $this->privates['App\\Repository\\UsuarioRepository'] = new \App\Repository\UsuarioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3426. }
  3427. /**
  3428. * Gets the private 'App\Security\LoginAuthenticator' shared autowired service.
  3429. *
  3430. * @return \App\Security\LoginAuthenticator
  3431. */
  3432. protected function getLoginAuthenticatorService()
  3433. {
  3434. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3436. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3439. include_once \dirname(__DIR__, 4).'/src/Security/LoginAuthenticator.php';
  3440. 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()));
  3441. }
  3442. /**
  3443. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3444. *
  3445. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3446. */
  3447. protected function getManagerRegistryAwareConnectionProviderService()
  3448. {
  3449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3451. 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'));
  3452. }
  3453. /**
  3454. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3455. *
  3456. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3457. */
  3458. protected function getRunSqlCommandService()
  3459. {
  3460. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  3462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3463. $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()));
  3464. $instance->setName('dbal:run-sql');
  3465. return $instance;
  3466. }
  3467. /**
  3468. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  3469. *
  3470. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  3471. */
  3472. protected function getResetPasswordRemoveExpiredCommandService()
  3473. {
  3474. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3475. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  3476. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  3477. $instance->setName('reset-password:remove-expired');
  3478. return $instance;
  3479. }
  3480. /**
  3481. * Gets the private 'annotations.cache_adapter' shared service.
  3482. *
  3483. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3484. */
  3485. protected function getAnnotations_CacheAdapterService()
  3486. {
  3487. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3488. }
  3489. /**
  3490. * Gets the private 'annotations.cache_warmer' shared service.
  3491. *
  3492. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3493. */
  3494. protected function getAnnotations_CacheWarmerService()
  3495. {
  3496. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3497. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3498. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3499. 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);
  3500. }
  3501. /**
  3502. * Gets the private 'annotations.cached_reader' shared service.
  3503. *
  3504. * @return \Doctrine\Common\Annotations\PsrCachedReader
  3505. */
  3506. protected function getAnnotations_CachedReaderService()
  3507. {
  3508. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3509. }
  3510. /**
  3511. * Gets the private 'annotations.reader' shared service.
  3512. *
  3513. * @return \Doctrine\Common\Annotations\AnnotationReader
  3514. */
  3515. protected function getAnnotations_ReaderService()
  3516. {
  3517. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3518. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3519. $a->registerUniqueLoader('class_exists');
  3520. $instance->addGlobalIgnoredName('required', $a);
  3521. return $instance;
  3522. }
  3523. /**
  3524. * Gets the private 'cache.annotations' shared service.
  3525. *
  3526. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3527. */
  3528. protected function getCache_AnnotationsService()
  3529. {
  3530. 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())));
  3531. }
  3532. /**
  3533. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3534. *
  3535. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3536. */
  3537. protected function getCache_Doctrine_Orm_Default_QueryService()
  3538. {
  3539. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3540. }
  3541. /**
  3542. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3543. *
  3544. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3545. */
  3546. protected function getCache_Doctrine_Orm_Default_ResultService()
  3547. {
  3548. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3549. }
  3550. /**
  3551. * Gets the private 'cache.property_info' shared service.
  3552. *
  3553. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3554. */
  3555. protected function getCache_PropertyInfoService()
  3556. {
  3557. 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())));
  3558. }
  3559. /**
  3560. * Gets the private 'cache.security_expression_language' shared service.
  3561. *
  3562. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3563. */
  3564. protected function getCache_SecurityExpressionLanguageService()
  3565. {
  3566. 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())));
  3567. }
  3568. /**
  3569. * Gets the private 'cache.serializer' shared service.
  3570. *
  3571. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3572. */
  3573. protected function getCache_SerializerService()
  3574. {
  3575. 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())));
  3576. }
  3577. /**
  3578. * Gets the private 'cache.validator' shared service.
  3579. *
  3580. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3581. */
  3582. protected function getCache_ValidatorService()
  3583. {
  3584. 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())));
  3585. }
  3586. /**
  3587. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3588. *
  3589. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3590. */
  3591. protected function getCachePoolClearer_CacheWarmerService()
  3592. {
  3593. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3594. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3595. 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']);
  3596. }
  3597. /**
  3598. * Gets the private 'config_builder.warmer' shared service.
  3599. *
  3600. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3601. */
  3602. protected function getConfigBuilder_WarmerService()
  3603. {
  3604. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3605. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3606. 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()));
  3607. }
  3608. /**
  3609. * Gets the private 'config_cache_factory' shared service.
  3610. *
  3611. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3612. */
  3613. protected function getConfigCacheFactoryService()
  3614. {
  3615. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3616. 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)));
  3617. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3618. }, 2));
  3619. }
  3620. /**
  3621. * Gets the private 'console.command.about' shared service.
  3622. *
  3623. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3624. */
  3625. protected function getConsole_Command_AboutService()
  3626. {
  3627. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3628. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3629. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3630. $instance->setName('about');
  3631. $instance->setDescription('Display information about the current project');
  3632. return $instance;
  3633. }
  3634. /**
  3635. * Gets the private 'console.command.assets_install' shared service.
  3636. *
  3637. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3638. */
  3639. protected function getConsole_Command_AssetsInstallService()
  3640. {
  3641. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3642. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3643. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3644. $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));
  3645. $instance->setName('assets:install');
  3646. $instance->setDescription('Install bundle\'s web assets under a public directory');
  3647. return $instance;
  3648. }
  3649. /**
  3650. * Gets the private 'console.command.cache_clear' shared service.
  3651. *
  3652. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3653. */
  3654. protected function getConsole_Command_CacheClearService()
  3655. {
  3656. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3657. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3658. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3659. $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())));
  3660. $instance->setName('cache:clear');
  3661. $instance->setDescription('Clear the cache');
  3662. return $instance;
  3663. }
  3664. /**
  3665. * Gets the private 'console.command.cache_pool_clear' shared service.
  3666. *
  3667. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3668. */
  3669. protected function getConsole_Command_CachePoolClearService()
  3670. {
  3671. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3672. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3673. $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']);
  3674. $instance->setName('cache:pool:clear');
  3675. $instance->setDescription('Clear cache pools');
  3676. return $instance;
  3677. }
  3678. /**
  3679. * Gets the private 'console.command.cache_pool_delete' shared service.
  3680. *
  3681. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3682. */
  3683. protected function getConsole_Command_CachePoolDeleteService()
  3684. {
  3685. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3686. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3687. $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']);
  3688. $instance->setName('cache:pool:delete');
  3689. $instance->setDescription('Delete an item from a cache pool');
  3690. return $instance;
  3691. }
  3692. /**
  3693. * Gets the private 'console.command.cache_pool_list' shared service.
  3694. *
  3695. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3696. */
  3697. protected function getConsole_Command_CachePoolListService()
  3698. {
  3699. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3700. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3701. $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']);
  3702. $instance->setName('cache:pool:list');
  3703. $instance->setDescription('List available cache pools');
  3704. return $instance;
  3705. }
  3706. /**
  3707. * Gets the private 'console.command.cache_pool_prune' shared service.
  3708. *
  3709. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3710. */
  3711. protected function getConsole_Command_CachePoolPruneService()
  3712. {
  3713. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3714. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3715. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3716. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3717. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3718. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3719. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3720. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3721. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3722. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3723. yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3724. yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3725. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3726. }, 10));
  3727. $instance->setName('cache:pool:prune');
  3728. $instance->setDescription('Prune cache pools');
  3729. return $instance;
  3730. }
  3731. /**
  3732. * Gets the private 'console.command.cache_warmup' shared service.
  3733. *
  3734. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3735. */
  3736. protected function getConsole_Command_CacheWarmupService()
  3737. {
  3738. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3739. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3740. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3741. $instance->setName('cache:warmup');
  3742. $instance->setDescription('Warm up an empty cache');
  3743. return $instance;
  3744. }
  3745. /**
  3746. * Gets the private 'console.command.config_debug' shared service.
  3747. *
  3748. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3749. */
  3750. protected function getConsole_Command_ConfigDebugService()
  3751. {
  3752. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3753. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3754. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3755. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3756. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3757. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3758. $instance->setName('debug:config');
  3759. $instance->setDescription('Dump the current configuration for an extension');
  3760. return $instance;
  3761. }
  3762. /**
  3763. * Gets the private 'console.command.config_dump_reference' shared service.
  3764. *
  3765. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3766. */
  3767. protected function getConsole_Command_ConfigDumpReferenceService()
  3768. {
  3769. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3770. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3771. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3772. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3773. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3774. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3775. $instance->setName('config:dump-reference');
  3776. $instance->setDescription('Dump the default configuration for an extension');
  3777. return $instance;
  3778. }
  3779. /**
  3780. * Gets the private 'console.command.container_debug' shared service.
  3781. *
  3782. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3783. */
  3784. protected function getConsole_Command_ContainerDebugService()
  3785. {
  3786. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3787. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3788. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3789. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3790. $instance->setName('debug:container');
  3791. $instance->setDescription('Display current services for an application');
  3792. return $instance;
  3793. }
  3794. /**
  3795. * Gets the private 'console.command.container_lint' shared service.
  3796. *
  3797. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3798. */
  3799. protected function getConsole_Command_ContainerLintService()
  3800. {
  3801. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3802. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3803. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3804. $instance->setName('lint:container');
  3805. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3806. return $instance;
  3807. }
  3808. /**
  3809. * Gets the private 'console.command.debug_autowiring' shared service.
  3810. *
  3811. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3812. */
  3813. protected function getConsole_Command_DebugAutowiringService()
  3814. {
  3815. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3816. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3817. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3818. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3819. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3820. $instance->setName('debug:autowiring');
  3821. $instance->setDescription('List classes/interfaces you can use for autowiring');
  3822. return $instance;
  3823. }
  3824. /**
  3825. * Gets the private 'console.command.dotenv_debug' shared service.
  3826. *
  3827. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3828. */
  3829. protected function getConsole_Command_DotenvDebugService()
  3830. {
  3831. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3832. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3833. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  3834. $instance->setName('debug:dotenv');
  3835. $instance->setDescription('Lists all dotenv files with variables and values');
  3836. return $instance;
  3837. }
  3838. /**
  3839. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3840. *
  3841. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3842. */
  3843. protected function getConsole_Command_EventDispatcherDebugService()
  3844. {
  3845. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3846. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3847. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3848. $instance->setName('debug:event-dispatcher');
  3849. $instance->setDescription('Display configured listeners for an application');
  3850. return $instance;
  3851. }
  3852. /**
  3853. * Gets the private 'console.command.form_debug' shared service.
  3854. *
  3855. * @return \Symfony\Component\Form\Command\DebugCommand
  3856. */
  3857. protected function getConsole_Command_FormDebugService()
  3858. {
  3859. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3860. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  3861. $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()));
  3862. $instance->setName('debug:form');
  3863. $instance->setDescription('Display form type information');
  3864. return $instance;
  3865. }
  3866. /**
  3867. * Gets the private 'console.command.router_debug' shared service.
  3868. *
  3869. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3870. */
  3871. protected function getConsole_Command_RouterDebugService()
  3872. {
  3873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3875. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3876. $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()));
  3877. $instance->setName('debug:router');
  3878. $instance->setDescription('Display current routes for an application');
  3879. return $instance;
  3880. }
  3881. /**
  3882. * Gets the private 'console.command.router_match' shared service.
  3883. *
  3884. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3885. */
  3886. protected function getConsole_Command_RouterMatchService()
  3887. {
  3888. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3890. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3891. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3892. }, 1));
  3893. $instance->setName('router:match');
  3894. $instance->setDescription('Help debug routes by simulating a path info match');
  3895. return $instance;
  3896. }
  3897. /**
  3898. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3899. *
  3900. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3901. */
  3902. protected function getConsole_Command_SecretsDecryptToLocalService()
  3903. {
  3904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3905. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3907. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3908. $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')))));
  3909. $instance->setName('secrets:decrypt-to-local');
  3910. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3911. return $instance;
  3912. }
  3913. /**
  3914. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3915. *
  3916. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3917. */
  3918. protected function getConsole_Command_SecretsEncryptFromLocalService()
  3919. {
  3920. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3921. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3924. $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')))));
  3925. $instance->setName('secrets:encrypt-from-local');
  3926. $instance->setDescription('Encrypt all local secrets to the vault');
  3927. return $instance;
  3928. }
  3929. /**
  3930. * Gets the private 'console.command.secrets_generate_key' shared service.
  3931. *
  3932. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3933. */
  3934. protected function getConsole_Command_SecretsGenerateKeyService()
  3935. {
  3936. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3939. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3940. $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')))));
  3941. $instance->setName('secrets:generate-keys');
  3942. $instance->setDescription('Generate new encryption keys');
  3943. return $instance;
  3944. }
  3945. /**
  3946. * Gets the private 'console.command.secrets_list' shared service.
  3947. *
  3948. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3949. */
  3950. protected function getConsole_Command_SecretsListService()
  3951. {
  3952. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3953. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3955. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3956. $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')))));
  3957. $instance->setName('secrets:list');
  3958. $instance->setDescription('List all secrets');
  3959. return $instance;
  3960. }
  3961. /**
  3962. * Gets the private 'console.command.secrets_remove' shared service.
  3963. *
  3964. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3965. */
  3966. protected function getConsole_Command_SecretsRemoveService()
  3967. {
  3968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3970. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3971. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3972. $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')))));
  3973. $instance->setName('secrets:remove');
  3974. $instance->setDescription('Remove a secret from the vault');
  3975. return $instance;
  3976. }
  3977. /**
  3978. * Gets the private 'console.command.secrets_set' shared service.
  3979. *
  3980. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3981. */
  3982. protected function getConsole_Command_SecretsSetService()
  3983. {
  3984. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3985. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3986. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3987. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3988. $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')))));
  3989. $instance->setName('secrets:set');
  3990. $instance->setDescription('Set a secret in the vault');
  3991. return $instance;
  3992. }
  3993. /**
  3994. * Gets the private 'console.command.translation_debug' shared service.
  3995. *
  3996. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3997. */
  3998. protected function getConsole_Command_TranslationDebugService()
  3999. {
  4000. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4001. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4002. $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')], []);
  4003. $instance->setName('debug:translation');
  4004. $instance->setDescription('Display translation messages information');
  4005. return $instance;
  4006. }
  4007. /**
  4008. * Gets the private 'console.command.translation_extract' shared service.
  4009. *
  4010. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4011. */
  4012. protected function getConsole_Command_TranslationExtractService()
  4013. {
  4014. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4015. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4016. $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')], []);
  4017. $instance->setName('translation:extract');
  4018. $instance->setAliases([0 => 'translation:update']);
  4019. $instance->setDescription('Extract missing translations keys from code to translation files.');
  4020. return $instance;
  4021. }
  4022. /**
  4023. * Gets the private 'console.command.translation_pull' shared service.
  4024. *
  4025. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4026. */
  4027. protected function getConsole_Command_TranslationPullService()
  4028. {
  4029. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4030. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4031. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4032. $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', [], []);
  4033. $instance->setName('translation:pull');
  4034. $instance->setDescription('Pull translations from a given provider.');
  4035. return $instance;
  4036. }
  4037. /**
  4038. * Gets the private 'console.command.translation_push' shared service.
  4039. *
  4040. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4041. */
  4042. protected function getConsole_Command_TranslationPushService()
  4043. {
  4044. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4045. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4046. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4047. $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()), [], []);
  4048. $instance->setName('translation:push');
  4049. $instance->setDescription('Push translations to a given provider.');
  4050. return $instance;
  4051. }
  4052. /**
  4053. * Gets the private 'console.command.validator_debug' shared service.
  4054. *
  4055. * @return \Symfony\Component\Validator\Command\DebugCommand
  4056. */
  4057. protected function getConsole_Command_ValidatorDebugService()
  4058. {
  4059. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4060. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4061. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4062. $instance->setName('debug:validator');
  4063. $instance->setDescription('Display validation constraints for classes');
  4064. return $instance;
  4065. }
  4066. /**
  4067. * Gets the private 'console.command.xliff_lint' shared service.
  4068. *
  4069. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4070. */
  4071. protected function getConsole_Command_XliffLintService()
  4072. {
  4073. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4074. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4075. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4076. $instance->setName('lint:xliff');
  4077. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4078. return $instance;
  4079. }
  4080. /**
  4081. * Gets the private 'console.command.yaml_lint' shared service.
  4082. *
  4083. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4084. */
  4085. protected function getConsole_Command_YamlLintService()
  4086. {
  4087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4088. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4089. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4090. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4091. $instance->setName('lint:yaml');
  4092. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4093. return $instance;
  4094. }
  4095. /**
  4096. * Gets the private 'console.error_listener' shared service.
  4097. *
  4098. * @return \Symfony\Component\Console\EventListener\ErrorListener
  4099. */
  4100. protected function getConsole_ErrorListenerService()
  4101. {
  4102. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4103. $a = new \Symfony\Bridge\Monolog\Logger('console');
  4104. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4105. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4106. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4107. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4108. }
  4109. /**
  4110. * Gets the private 'container.env_var_processor' shared service.
  4111. *
  4112. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4113. */
  4114. protected function getContainer_EnvVarProcessorService()
  4115. {
  4116. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4117. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4118. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4119. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4120. }, 1));
  4121. }
  4122. /**
  4123. * Gets the private 'container.getenv' shared service.
  4124. *
  4125. * @return \Closure
  4126. */
  4127. protected function getContainer_GetenvService()
  4128. {
  4129. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  4130. }
  4131. /**
  4132. * Gets the private 'data_collector.form' shared service.
  4133. *
  4134. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4135. */
  4136. protected function getDataCollector_FormService()
  4137. {
  4138. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4139. }
  4140. /**
  4141. * Gets the private 'data_collector.request' shared service.
  4142. *
  4143. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4144. */
  4145. protected function getDataCollector_RequestService()
  4146. {
  4147. 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())));
  4148. }
  4149. /**
  4150. * Gets the private 'data_collector.request.session_collector' shared service.
  4151. *
  4152. * @return \Closure
  4153. */
  4154. protected function getDataCollector_Request_SessionCollectorService()
  4155. {
  4156. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  4157. }
  4158. /**
  4159. * Gets the private 'debug.argument_resolver.default' shared service.
  4160. *
  4161. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4162. */
  4163. protected function getDebug_ArgumentResolver_DefaultService()
  4164. {
  4165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4168. 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))));
  4169. }
  4170. /**
  4171. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4172. *
  4173. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4174. */
  4175. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4176. {
  4177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4179. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4180. 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))));
  4181. }
  4182. /**
  4183. * Gets the private 'debug.argument_resolver.request' shared service.
  4184. *
  4185. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4186. */
  4187. protected function getDebug_ArgumentResolver_RequestService()
  4188. {
  4189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4192. 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))));
  4193. }
  4194. /**
  4195. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4196. *
  4197. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4198. */
  4199. protected function getDebug_ArgumentResolver_RequestAttributeService()
  4200. {
  4201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4204. 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))));
  4205. }
  4206. /**
  4207. * Gets the private 'debug.argument_resolver.service' shared service.
  4208. *
  4209. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4210. */
  4211. protected function getDebug_ArgumentResolver_ServiceService()
  4212. {
  4213. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4214. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4216. $a = ($this->privates['.service_locator.Dj1wdzF'] ?? $this->get_ServiceLocator_Dj1wdzFService());
  4217. if (isset($this->privates['debug.argument_resolver.service'])) {
  4218. return $this->privates['debug.argument_resolver.service'];
  4219. }
  4220. 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))));
  4221. }
  4222. /**
  4223. * Gets the private 'debug.argument_resolver.session' shared service.
  4224. *
  4225. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4226. */
  4227. protected function getDebug_ArgumentResolver_SessionService()
  4228. {
  4229. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4230. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4231. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4232. 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))));
  4233. }
  4234. /**
  4235. * Gets the private 'debug.argument_resolver.variadic' shared service.
  4236. *
  4237. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4238. */
  4239. protected function getDebug_ArgumentResolver_VariadicService()
  4240. {
  4241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4243. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4244. 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))));
  4245. }
  4246. /**
  4247. * Gets the private 'debug.debug_handlers_listener' shared service.
  4248. *
  4249. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4250. */
  4251. protected function getDebug_DebugHandlersListenerService()
  4252. {
  4253. $a = new \Symfony\Bridge\Monolog\Logger('php');
  4254. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4255. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4256. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4257. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4258. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  4259. }
  4260. /**
  4261. * Gets the private 'debug.dump_listener' shared service.
  4262. *
  4263. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4264. */
  4265. protected function getDebug_DumpListenerService()
  4266. {
  4267. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4268. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4269. 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()));
  4270. }
  4271. /**
  4272. * Gets the private 'debug.file_link_formatter' shared service.
  4273. *
  4274. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4275. */
  4276. protected function getDebug_FileLinkFormatterService()
  4277. {
  4278. 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 () {
  4279. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4280. });
  4281. }
  4282. /**
  4283. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4284. *
  4285. * @return \string
  4286. */
  4287. protected function getDebug_FileLinkFormatter_UrlFormatService()
  4288. {
  4289. 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');
  4290. }
  4291. /**
  4292. * Gets the private 'debug.log_processor' shared service.
  4293. *
  4294. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4295. */
  4296. protected function getDebug_LogProcessorService()
  4297. {
  4298. 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())));
  4299. }
  4300. /**
  4301. * Gets the private 'debug.security.access.decision_manager' shared service.
  4302. *
  4303. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4304. */
  4305. protected function getDebug_Security_Access_DecisionManagerService()
  4306. {
  4307. 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 () {
  4308. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4309. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4310. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4311. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4312. }
  4313. /**
  4314. * Gets the private 'debug.security.firewall' shared service.
  4315. *
  4316. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4317. */
  4318. protected function getDebug_Security_FirewallService()
  4319. {
  4320. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4321. if (isset($this->privates['debug.security.firewall'])) {
  4322. return $this->privates['debug.security.firewall'];
  4323. }
  4324. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4325. if (isset($this->privates['debug.security.firewall'])) {
  4326. return $this->privates['debug.security.firewall'];
  4327. }
  4328. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4329. }
  4330. /**
  4331. * Gets the private 'debug.security.user_value_resolver' shared service.
  4332. *
  4333. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4334. */
  4335. protected function getDebug_Security_UserValueResolverService()
  4336. {
  4337. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4338. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4340. 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))));
  4341. }
  4342. /**
  4343. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4344. *
  4345. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4346. */
  4347. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4348. {
  4349. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4350. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4351. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4353. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4354. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4355. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4356. }
  4357. 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);
  4358. }
  4359. /**
  4360. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4361. *
  4362. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4363. */
  4364. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4365. {
  4366. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4367. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4368. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4369. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4370. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4371. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4372. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4373. }
  4374. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4375. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4376. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4377. }
  4378. 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);
  4379. }
  4380. /**
  4381. * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4382. *
  4383. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4384. */
  4385. protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4386. {
  4387. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4391. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4392. if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4393. return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4394. }
  4395. 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);
  4396. }
  4397. /**
  4398. * Gets the private 'debug.security.voter.vote_listener' shared service.
  4399. *
  4400. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4401. */
  4402. protected function getDebug_Security_Voter_VoteListenerService()
  4403. {
  4404. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4405. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4406. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4407. return $this->privates['debug.security.voter.vote_listener'];
  4408. }
  4409. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4410. }
  4411. /**
  4412. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4413. *
  4414. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4415. */
  4416. protected function getDoctrine_CacheClearMetadataCommandService()
  4417. {
  4418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4419. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4420. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4421. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4422. $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()));
  4423. $instance->setName('doctrine:cache:clear-metadata');
  4424. return $instance;
  4425. }
  4426. /**
  4427. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4428. *
  4429. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4430. */
  4431. protected function getDoctrine_CacheClearQueryCacheCommandService()
  4432. {
  4433. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4437. $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()));
  4438. $instance->setName('doctrine:cache:clear-query');
  4439. return $instance;
  4440. }
  4441. /**
  4442. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4443. *
  4444. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4445. */
  4446. protected function getDoctrine_CacheClearResultCommandService()
  4447. {
  4448. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4450. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4451. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4452. $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()));
  4453. $instance->setName('doctrine:cache:clear-result');
  4454. return $instance;
  4455. }
  4456. /**
  4457. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4458. *
  4459. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4460. */
  4461. protected function getDoctrine_CacheCollectionRegionCommandService()
  4462. {
  4463. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4464. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4466. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4467. $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()));
  4468. $instance->setName('doctrine:cache:clear-collection-region');
  4469. return $instance;
  4470. }
  4471. /**
  4472. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4473. *
  4474. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4475. */
  4476. protected function getDoctrine_ClearEntityRegionCommandService()
  4477. {
  4478. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4479. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4481. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4482. $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()));
  4483. $instance->setName('doctrine:cache:clear-entity-region');
  4484. return $instance;
  4485. }
  4486. /**
  4487. * Gets the private 'doctrine.clear_query_region_command' shared service.
  4488. *
  4489. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4490. */
  4491. protected function getDoctrine_ClearQueryRegionCommandService()
  4492. {
  4493. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4494. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4495. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4496. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4497. $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()));
  4498. $instance->setName('doctrine:cache:clear-query-region');
  4499. return $instance;
  4500. }
  4501. /**
  4502. * Gets the private 'doctrine.database_create_command' shared service.
  4503. *
  4504. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4505. */
  4506. protected function getDoctrine_DatabaseCreateCommandService()
  4507. {
  4508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4509. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  4511. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4512. $instance->setName('doctrine:database:create');
  4513. return $instance;
  4514. }
  4515. /**
  4516. * Gets the private 'doctrine.database_drop_command' shared service.
  4517. *
  4518. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4519. */
  4520. protected function getDoctrine_DatabaseDropCommandService()
  4521. {
  4522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4524. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  4525. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4526. $instance->setName('doctrine:database:drop');
  4527. return $instance;
  4528. }
  4529. /**
  4530. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4531. *
  4532. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4533. */
  4534. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4535. {
  4536. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4537. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  4538. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  4539. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  4540. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  4541. ], [
  4542. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4543. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4544. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4545. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4546. ]), [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']]);
  4547. }
  4548. /**
  4549. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4550. *
  4551. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4552. */
  4553. protected function getDoctrine_EnsureProductionSettingsCommandService()
  4554. {
  4555. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4559. $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()));
  4560. $instance->setName('doctrine:ensure-production-settings');
  4561. return $instance;
  4562. }
  4563. /**
  4564. * Gets the private 'doctrine.mapping_convert_command' shared service.
  4565. *
  4566. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4567. */
  4568. protected function getDoctrine_MappingConvertCommandService()
  4569. {
  4570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4571. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4572. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4574. $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()));
  4575. $instance->setName('doctrine:mapping:convert');
  4576. return $instance;
  4577. }
  4578. /**
  4579. * Gets the private 'doctrine.mapping_import_command' shared service.
  4580. *
  4581. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4582. */
  4583. protected function getDoctrine_MappingImportCommandService()
  4584. {
  4585. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4586. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4587. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  4588. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4589. $instance->setName('doctrine:mapping:import');
  4590. return $instance;
  4591. }
  4592. /**
  4593. * Gets the private 'doctrine.mapping_info_command' shared service.
  4594. *
  4595. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4596. */
  4597. protected function getDoctrine_MappingInfoCommandService()
  4598. {
  4599. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4603. $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()));
  4604. $instance->setName('doctrine:mapping:info');
  4605. return $instance;
  4606. }
  4607. /**
  4608. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4609. *
  4610. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4611. */
  4612. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4613. {
  4614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  4615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4616. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4617. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4618. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4619. }
  4620. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4621. }
  4622. /**
  4623. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4624. *
  4625. * @return \Doctrine\Migrations\DependencyFactory
  4626. */
  4627. protected function getDoctrine_Migrations_DependencyFactoryService()
  4628. {
  4629. $a = new \Doctrine\Migrations\Configuration\Configuration();
  4630. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  4631. $a->setAllOrNothing(false);
  4632. $a->setCheckDatabasePlatform(true);
  4633. $a->setTransactional(true);
  4634. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4635. $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()));
  4636. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4637. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4638. });
  4639. return $instance;
  4640. }
  4641. /**
  4642. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4643. *
  4644. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4645. */
  4646. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4647. {
  4648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4650. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4651. }
  4652. /**
  4653. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4654. *
  4655. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4656. */
  4657. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4658. {
  4659. 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);
  4660. }
  4661. /**
  4662. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4663. *
  4664. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4665. */
  4666. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4667. {
  4668. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4669. 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()));
  4670. }
  4671. /**
  4672. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4673. *
  4674. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4675. */
  4676. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4677. {
  4678. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4679. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4680. }
  4681. /**
  4682. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4683. *
  4684. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4685. */
  4686. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4687. {
  4688. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4689. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4690. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4691. }
  4692. /**
  4693. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4694. *
  4695. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4696. */
  4697. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4698. {
  4699. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4700. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4701. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4702. return new \EmptyIterator();
  4703. }, 0));
  4704. }
  4705. /**
  4706. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4707. *
  4708. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4709. */
  4710. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4711. {
  4712. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4713. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4714. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4715. }
  4716. /**
  4717. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4718. *
  4719. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4720. */
  4721. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4722. {
  4723. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4724. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4725. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4726. }
  4727. /**
  4728. * Gets the private 'doctrine.orm.validator.unique' shared service.
  4729. *
  4730. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4731. */
  4732. protected function getDoctrine_Orm_Validator_UniqueService()
  4733. {
  4734. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4735. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4736. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4737. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4738. }
  4739. /**
  4740. * Gets the private 'doctrine.query_dql_command' shared service.
  4741. *
  4742. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4743. */
  4744. protected function getDoctrine_QueryDqlCommandService()
  4745. {
  4746. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4747. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4748. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4749. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4750. $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()));
  4751. $instance->setName('doctrine:query:dql');
  4752. return $instance;
  4753. }
  4754. /**
  4755. * Gets the private 'doctrine.query_sql_command' shared service.
  4756. *
  4757. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4758. */
  4759. protected function getDoctrine_QuerySqlCommandService()
  4760. {
  4761. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4762. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4763. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4764. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  4765. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4766. $instance->setName('doctrine:query:sql');
  4767. return $instance;
  4768. }
  4769. /**
  4770. * Gets the private 'doctrine.schema_create_command' shared service.
  4771. *
  4772. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4773. */
  4774. protected function getDoctrine_SchemaCreateCommandService()
  4775. {
  4776. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4777. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4778. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4779. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4780. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4781. $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()));
  4782. $instance->setName('doctrine:schema:create');
  4783. return $instance;
  4784. }
  4785. /**
  4786. * Gets the private 'doctrine.schema_drop_command' shared service.
  4787. *
  4788. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4789. */
  4790. protected function getDoctrine_SchemaDropCommandService()
  4791. {
  4792. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4793. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4794. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4795. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4796. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4797. $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()));
  4798. $instance->setName('doctrine:schema:drop');
  4799. return $instance;
  4800. }
  4801. /**
  4802. * Gets the private 'doctrine.schema_update_command' shared service.
  4803. *
  4804. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4805. */
  4806. protected function getDoctrine_SchemaUpdateCommandService()
  4807. {
  4808. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4809. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4810. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4811. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4812. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4813. $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()));
  4814. $instance->setName('doctrine:schema:update');
  4815. return $instance;
  4816. }
  4817. /**
  4818. * Gets the private 'doctrine.schema_validate_command' shared service.
  4819. *
  4820. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4821. */
  4822. protected function getDoctrine_SchemaValidateCommandService()
  4823. {
  4824. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4825. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4826. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4827. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4828. $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()));
  4829. $instance->setName('doctrine:schema:validate');
  4830. return $instance;
  4831. }
  4832. /**
  4833. * Gets the private 'doctrine.ulid_generator' shared service.
  4834. *
  4835. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4836. */
  4837. protected function getDoctrine_UlidGeneratorService()
  4838. {
  4839. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4840. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4841. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4842. }
  4843. /**
  4844. * Gets the private 'doctrine.uuid_generator' shared service.
  4845. *
  4846. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4847. */
  4848. protected function getDoctrine_UuidGeneratorService()
  4849. {
  4850. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4851. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4852. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4853. }
  4854. /**
  4855. * Gets the private 'doctrine_migrations.current_command' shared service.
  4856. *
  4857. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4858. */
  4859. protected function getDoctrineMigrations_CurrentCommandService()
  4860. {
  4861. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4862. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4863. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  4864. $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');
  4865. $instance->setName('doctrine:migrations:current');
  4866. $instance->setDescription('Outputs the current version');
  4867. return $instance;
  4868. }
  4869. /**
  4870. * Gets the private 'doctrine_migrations.diff_command' shared service.
  4871. *
  4872. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4873. */
  4874. protected function getDoctrineMigrations_DiffCommandService()
  4875. {
  4876. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4877. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4878. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  4879. $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');
  4880. $instance->setName('doctrine:migrations:diff');
  4881. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  4882. return $instance;
  4883. }
  4884. /**
  4885. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4886. *
  4887. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4888. */
  4889. protected function getDoctrineMigrations_DumpSchemaCommandService()
  4890. {
  4891. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4893. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  4894. $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');
  4895. $instance->setName('doctrine:migrations:dump-schema');
  4896. $instance->setDescription('Dump the schema for your database to a migration.');
  4897. return $instance;
  4898. }
  4899. /**
  4900. * Gets the private 'doctrine_migrations.execute_command' shared service.
  4901. *
  4902. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4903. */
  4904. protected function getDoctrineMigrations_ExecuteCommandService()
  4905. {
  4906. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4907. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4908. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  4909. $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');
  4910. $instance->setName('doctrine:migrations:execute');
  4911. $instance->setDescription('Execute one or more migration versions up or down manually.');
  4912. return $instance;
  4913. }
  4914. /**
  4915. * Gets the private 'doctrine_migrations.generate_command' shared service.
  4916. *
  4917. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4918. */
  4919. protected function getDoctrineMigrations_GenerateCommandService()
  4920. {
  4921. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4922. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4923. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  4924. $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');
  4925. $instance->setName('doctrine:migrations:generate');
  4926. $instance->setDescription('Generate a blank migration class.');
  4927. return $instance;
  4928. }
  4929. /**
  4930. * Gets the private 'doctrine_migrations.latest_command' shared service.
  4931. *
  4932. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4933. */
  4934. protected function getDoctrineMigrations_LatestCommandService()
  4935. {
  4936. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4937. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4938. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  4939. $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');
  4940. $instance->setName('doctrine:migrations:latest');
  4941. $instance->setDescription('Outputs the latest version');
  4942. return $instance;
  4943. }
  4944. /**
  4945. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4946. *
  4947. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4948. */
  4949. protected function getDoctrineMigrations_MigrateCommandService()
  4950. {
  4951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4952. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4953. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  4954. $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');
  4955. $instance->setName('doctrine:migrations:migrate');
  4956. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  4957. return $instance;
  4958. }
  4959. /**
  4960. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4961. *
  4962. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4963. */
  4964. protected function getDoctrineMigrations_RollupCommandService()
  4965. {
  4966. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4967. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4968. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  4969. $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');
  4970. $instance->setName('doctrine:migrations:rollup');
  4971. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  4972. return $instance;
  4973. }
  4974. /**
  4975. * Gets the private 'doctrine_migrations.status_command' shared service.
  4976. *
  4977. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4978. */
  4979. protected function getDoctrineMigrations_StatusCommandService()
  4980. {
  4981. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4982. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4983. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  4984. $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');
  4985. $instance->setName('doctrine:migrations:status');
  4986. $instance->setDescription('View the status of a set of migrations.');
  4987. return $instance;
  4988. }
  4989. /**
  4990. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4991. *
  4992. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4993. */
  4994. protected function getDoctrineMigrations_SyncMetadataCommandService()
  4995. {
  4996. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4997. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4998. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  4999. $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');
  5000. $instance->setName('doctrine:migrations:sync-metadata-storage');
  5001. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  5002. return $instance;
  5003. }
  5004. /**
  5005. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5006. *
  5007. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5008. */
  5009. protected function getDoctrineMigrations_UpToDateCommandService()
  5010. {
  5011. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5012. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5013. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  5014. $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');
  5015. $instance->setName('doctrine:migrations:up-to-date');
  5016. $instance->setDescription('Tells you if your schema is up-to-date.');
  5017. return $instance;
  5018. }
  5019. /**
  5020. * Gets the private 'doctrine_migrations.version_command' shared service.
  5021. *
  5022. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5023. */
  5024. protected function getDoctrineMigrations_VersionCommandService()
  5025. {
  5026. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5027. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5028. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  5029. $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');
  5030. $instance->setName('doctrine:migrations:version');
  5031. $instance->setDescription('Manually add and delete migration versions from the version table.');
  5032. return $instance;
  5033. }
  5034. /**
  5035. * Gets the private 'doctrine_migrations.versions_command' shared service.
  5036. *
  5037. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5038. */
  5039. protected function getDoctrineMigrations_VersionsCommandService()
  5040. {
  5041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5042. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5043. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  5044. $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');
  5045. $instance->setName('doctrine:migrations:list');
  5046. $instance->setDescription('Display a list of all available migrations and their status.');
  5047. return $instance;
  5048. }
  5049. /**
  5050. * Gets the private 'error_handler.error_renderer.html' shared service.
  5051. *
  5052. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5053. */
  5054. protected function getErrorHandler_ErrorRenderer_HtmlService()
  5055. {
  5056. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5057. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5058. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5059. 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()));
  5060. }
  5061. /**
  5062. * Gets the private 'exception_listener' shared service.
  5063. *
  5064. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5065. */
  5066. protected function getExceptionListenerService()
  5067. {
  5068. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5069. }
  5070. /**
  5071. * Gets the private 'form.choice_list_factory.cached' shared service.
  5072. *
  5073. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5074. */
  5075. protected function getForm_ChoiceListFactory_CachedService()
  5076. {
  5077. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5078. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5079. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5080. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5081. 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())));
  5082. }
  5083. /**
  5084. * Gets the private 'form.registry' shared service.
  5085. *
  5086. * @return \Symfony\Component\Form\FormRegistry
  5087. */
  5088. protected function getForm_RegistryService()
  5089. {
  5090. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  5091. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  5092. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  5093. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5094. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5095. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5096. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5097. 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, [
  5098. 'App\\Form\\ChangePasswordFormType' => ['privates', 'App\\Form\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
  5099. 'App\\Form\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
  5100. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  5101. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  5102. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  5103. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  5104. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  5105. ], [
  5106. 'App\\Form\\ChangePasswordFormType' => '?',
  5107. 'App\\Form\\ResetPasswordRequestFormType' => '?',
  5108. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5109. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5110. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5111. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5112. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5113. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5114. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5115. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5116. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5117. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5118. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5119. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5120. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  5121. }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5122. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5123. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5124. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5125. }, 1)], new RewindableGenerator(function () {
  5126. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5127. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5128. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5129. }
  5130. /**
  5131. * Gets the private 'form.server_params' shared service.
  5132. *
  5133. * @return \Symfony\Component\Form\Util\ServerParams
  5134. */
  5135. protected function getForm_ServerParamsService()
  5136. {
  5137. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  5138. 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())));
  5139. }
  5140. /**
  5141. * Gets the private 'form.type.choice' shared service.
  5142. *
  5143. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5144. */
  5145. protected function getForm_Type_ChoiceService()
  5146. {
  5147. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5148. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5149. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5150. 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()));
  5151. }
  5152. /**
  5153. * Gets the private 'form.type.color' shared service.
  5154. *
  5155. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5156. */
  5157. protected function getForm_Type_ColorService()
  5158. {
  5159. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5160. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5161. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5162. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5163. }
  5164. /**
  5165. * Gets the private 'form.type.entity' shared service.
  5166. *
  5167. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5168. */
  5169. protected function getForm_Type_EntityService()
  5170. {
  5171. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5172. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5173. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5174. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5175. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5176. }
  5177. /**
  5178. * Gets the private 'form.type.form' shared service.
  5179. *
  5180. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5181. */
  5182. protected function getForm_Type_FormService()
  5183. {
  5184. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5187. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5188. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5189. }
  5190. /**
  5191. * Gets the private 'form.type_extension.csrf' shared service.
  5192. *
  5193. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5194. */
  5195. protected function getForm_TypeExtension_CsrfService()
  5196. {
  5197. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5198. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5199. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5200. 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()));
  5201. }
  5202. /**
  5203. * Gets the private 'form.type_extension.form.data_collector' shared service.
  5204. *
  5205. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5206. */
  5207. protected function getForm_TypeExtension_Form_DataCollectorService()
  5208. {
  5209. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5210. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5211. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5212. 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()));
  5213. }
  5214. /**
  5215. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5216. *
  5217. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5218. */
  5219. protected function getForm_TypeExtension_Form_HttpFoundationService()
  5220. {
  5221. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5222. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5223. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5224. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5225. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5226. 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())));
  5227. }
  5228. /**
  5229. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5230. *
  5231. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5232. */
  5233. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5234. {
  5235. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5236. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5237. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5238. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5239. }
  5240. /**
  5241. * Gets the private 'form.type_extension.form.validator' shared service.
  5242. *
  5243. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5244. */
  5245. protected function getForm_TypeExtension_Form_ValidatorService()
  5246. {
  5247. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5248. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5249. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5250. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5251. 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()));
  5252. }
  5253. /**
  5254. * Gets the private 'form.type_extension.upload.validator' shared service.
  5255. *
  5256. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5257. */
  5258. protected function getForm_TypeExtension_Upload_ValidatorService()
  5259. {
  5260. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5261. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5262. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5263. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5264. }
  5265. /**
  5266. * Gets the private 'form.type_guesser.doctrine' shared service.
  5267. *
  5268. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5269. */
  5270. protected function getForm_TypeGuesser_DoctrineService()
  5271. {
  5272. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5273. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5274. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5275. }
  5276. /**
  5277. * Gets the private 'form.type_guesser.validator' shared service.
  5278. *
  5279. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5280. */
  5281. protected function getForm_TypeGuesser_ValidatorService()
  5282. {
  5283. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5284. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5285. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5286. }
  5287. /**
  5288. * Gets the private 'fragment.renderer.inline' shared service.
  5289. *
  5290. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5291. */
  5292. protected function getFragment_Renderer_InlineService()
  5293. {
  5294. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5295. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5296. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5297. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5298. if (isset($this->privates['fragment.renderer.inline'])) {
  5299. return $this->privates['fragment.renderer.inline'];
  5300. }
  5301. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5302. if (isset($this->privates['fragment.renderer.inline'])) {
  5303. return $this->privates['fragment.renderer.inline'];
  5304. }
  5305. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  5306. $instance->setFragmentPath('/_fragment');
  5307. return $instance;
  5308. }
  5309. /**
  5310. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5311. *
  5312. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5313. */
  5314. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5315. {
  5316. 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())));
  5317. }
  5318. /**
  5319. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5320. *
  5321. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5322. */
  5323. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5324. {
  5325. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5326. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5327. return $this->privates['framework_extra_bundle.event.is_granted'];
  5328. }
  5329. 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);
  5330. }
  5331. /**
  5332. * Gets the private 'locale_aware_listener' shared service.
  5333. *
  5334. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5335. */
  5336. protected function getLocaleAwareListenerService()
  5337. {
  5338. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5339. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5340. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5341. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5342. }
  5343. /**
  5344. * Gets the private 'locale_listener' shared service.
  5345. *
  5346. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5347. */
  5348. protected function getLocaleListenerService()
  5349. {
  5350. 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, []);
  5351. }
  5352. /**
  5353. * Gets the private 'mailer.mailer' shared service.
  5354. *
  5355. * @return \Symfony\Component\Mailer\Mailer
  5356. */
  5357. protected function getMailer_MailerService()
  5358. {
  5359. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  5360. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  5361. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5362. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  5363. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  5364. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5365. if (isset($this->privates['mailer.mailer'])) {
  5366. return $this->privates['mailer.mailer'];
  5367. }
  5368. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5369. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5370. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5371. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5372. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5373. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  5374. }
  5375. /**
  5376. * Gets the private 'mailer.transport_factory.native' shared service.
  5377. *
  5378. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5379. */
  5380. protected function getMailer_TransportFactory_NativeService()
  5381. {
  5382. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5383. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5384. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5385. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5386. if (isset($this->privates['mailer.transport_factory.native'])) {
  5387. return $this->privates['mailer.transport_factory.native'];
  5388. }
  5389. 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()));
  5390. }
  5391. /**
  5392. * Gets the private 'mailer.transport_factory.null' shared service.
  5393. *
  5394. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5395. */
  5396. protected function getMailer_TransportFactory_NullService()
  5397. {
  5398. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5399. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5400. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5401. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5402. if (isset($this->privates['mailer.transport_factory.null'])) {
  5403. return $this->privates['mailer.transport_factory.null'];
  5404. }
  5405. 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()));
  5406. }
  5407. /**
  5408. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5409. *
  5410. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5411. */
  5412. protected function getMailer_TransportFactory_SendmailService()
  5413. {
  5414. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5415. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5416. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5417. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5418. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5419. return $this->privates['mailer.transport_factory.sendmail'];
  5420. }
  5421. 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()));
  5422. }
  5423. /**
  5424. * Gets the private 'mailer.transport_factory.smtp' shared service.
  5425. *
  5426. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5427. */
  5428. protected function getMailer_TransportFactory_SmtpService()
  5429. {
  5430. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5431. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5432. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5433. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5434. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5435. return $this->privates['mailer.transport_factory.smtp'];
  5436. }
  5437. 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()));
  5438. }
  5439. /**
  5440. * Gets the private 'maker.auto_command.make_auth' shared service.
  5441. *
  5442. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5443. */
  5444. protected function getMaker_AutoCommand_MakeAuthService()
  5445. {
  5446. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5447. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5448. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5449. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5450. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5451. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5452. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5453. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5454. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5455. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5456. $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')))));
  5457. $instance->setName('make:auth');
  5458. $instance->setDescription('Creates a Guard authenticator of different flavors');
  5459. return $instance;
  5460. }
  5461. /**
  5462. * Gets the private 'maker.auto_command.make_command' shared service.
  5463. *
  5464. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5465. */
  5466. protected function getMaker_AutoCommand_MakeCommandService()
  5467. {
  5468. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5469. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5470. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5471. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5472. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5473. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5474. $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')))));
  5475. $instance->setName('make:command');
  5476. $instance->setDescription('Creates a new console command class');
  5477. return $instance;
  5478. }
  5479. /**
  5480. * Gets the private 'maker.auto_command.make_controller' shared service.
  5481. *
  5482. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5483. */
  5484. protected function getMaker_AutoCommand_MakeControllerService()
  5485. {
  5486. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5487. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5488. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5489. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5490. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5491. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5492. $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')))));
  5493. $instance->setName('make:controller');
  5494. $instance->setDescription('Creates a new controller class');
  5495. return $instance;
  5496. }
  5497. /**
  5498. * Gets the private 'maker.auto_command.make_crud' shared service.
  5499. *
  5500. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5501. */
  5502. protected function getMaker_AutoCommand_MakeCrudService()
  5503. {
  5504. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5505. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5506. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5507. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5508. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5509. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5510. $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')))));
  5511. $instance->setName('make:crud');
  5512. $instance->setDescription('Creates CRUD for Doctrine entity class');
  5513. return $instance;
  5514. }
  5515. /**
  5516. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5517. *
  5518. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5519. */
  5520. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5521. {
  5522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5523. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5524. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5525. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5526. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5527. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5528. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5529. $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')))));
  5530. $instance->setName('make:docker:database');
  5531. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5532. return $instance;
  5533. }
  5534. /**
  5535. * Gets the private 'maker.auto_command.make_entity' shared service.
  5536. *
  5537. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5538. */
  5539. protected function getMaker_AutoCommand_MakeEntityService()
  5540. {
  5541. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5542. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5543. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5544. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5545. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5546. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5547. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5548. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5549. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5550. $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')))));
  5551. $instance->setName('make:entity');
  5552. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5553. return $instance;
  5554. }
  5555. /**
  5556. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5557. *
  5558. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5559. */
  5560. protected function getMaker_AutoCommand_MakeFixturesService()
  5561. {
  5562. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5563. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5564. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5565. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5566. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5567. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5568. $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')))));
  5569. $instance->setName('make:fixtures');
  5570. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5571. return $instance;
  5572. }
  5573. /**
  5574. * Gets the private 'maker.auto_command.make_form' shared service.
  5575. *
  5576. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5577. */
  5578. protected function getMaker_AutoCommand_MakeFormService()
  5579. {
  5580. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5581. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5582. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5583. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5584. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5585. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5586. $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')))));
  5587. $instance->setName('make:form');
  5588. $instance->setDescription('Creates a new form class');
  5589. return $instance;
  5590. }
  5591. /**
  5592. * Gets the private 'maker.auto_command.make_message' shared service.
  5593. *
  5594. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5595. */
  5596. protected function getMaker_AutoCommand_MakeMessageService()
  5597. {
  5598. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5599. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5600. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5601. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5602. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5603. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5604. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5605. $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')))));
  5606. $instance->setName('make:message');
  5607. $instance->setDescription('Creates a new message and handler');
  5608. return $instance;
  5609. }
  5610. /**
  5611. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5612. *
  5613. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5614. */
  5615. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5616. {
  5617. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5618. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5619. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5620. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5621. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5622. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5623. $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')))));
  5624. $instance->setName('make:messenger-middleware');
  5625. $instance->setDescription('Creates a new messenger middleware');
  5626. return $instance;
  5627. }
  5628. /**
  5629. * Gets the private 'maker.auto_command.make_migration' shared service.
  5630. *
  5631. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5632. */
  5633. protected function getMaker_AutoCommand_MakeMigrationService()
  5634. {
  5635. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5636. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5637. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5638. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5639. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5640. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5641. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5642. $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')))));
  5643. $instance->setName('make:migration');
  5644. $instance->setDescription('Creates a new migration based on database changes');
  5645. return $instance;
  5646. }
  5647. /**
  5648. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5649. *
  5650. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5651. */
  5652. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5653. {
  5654. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5655. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5656. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5657. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5658. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5659. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5660. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5661. $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')))));
  5662. $instance->setName('make:registration-form');
  5663. $instance->setDescription('Creates a new registration form system');
  5664. return $instance;
  5665. }
  5666. /**
  5667. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5668. *
  5669. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5670. */
  5671. protected function getMaker_AutoCommand_MakeResetPasswordService()
  5672. {
  5673. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5674. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5675. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5676. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5677. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5678. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5679. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5680. $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')))));
  5681. $instance->setName('make:reset-password');
  5682. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5683. return $instance;
  5684. }
  5685. /**
  5686. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5687. *
  5688. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5689. */
  5690. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5691. {
  5692. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5693. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5694. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5695. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5696. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5697. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5698. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5699. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5700. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5701. $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')))));
  5702. $instance->setName('make:security:form-login');
  5703. $instance->setDescription('Generate the code needed for the form_login authenticator');
  5704. return $instance;
  5705. }
  5706. /**
  5707. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5708. *
  5709. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5710. */
  5711. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5712. {
  5713. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5714. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5715. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5716. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5717. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5718. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5719. $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')))));
  5720. $instance->setName('make:serializer:encoder');
  5721. $instance->setDescription('Creates a new serializer encoder class');
  5722. return $instance;
  5723. }
  5724. /**
  5725. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5726. *
  5727. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5728. */
  5729. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5730. {
  5731. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5732. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5733. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5734. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5735. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5736. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5737. $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')))));
  5738. $instance->setName('make:serializer:normalizer');
  5739. $instance->setDescription('Creates a new serializer normalizer class');
  5740. return $instance;
  5741. }
  5742. /**
  5743. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5744. *
  5745. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5746. */
  5747. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5748. {
  5749. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5750. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5751. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5752. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5754. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5755. $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')))));
  5756. $instance->setName('make:stimulus-controller');
  5757. $instance->setDescription('Creates a new Stimulus controller');
  5758. return $instance;
  5759. }
  5760. /**
  5761. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5762. *
  5763. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5764. */
  5765. protected function getMaker_AutoCommand_MakeSubscriberService()
  5766. {
  5767. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5768. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5772. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5773. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5774. $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')))));
  5775. $instance->setName('make:subscriber');
  5776. $instance->setDescription('Creates a new event subscriber class');
  5777. return $instance;
  5778. }
  5779. /**
  5780. * Gets the private 'maker.auto_command.make_test' shared service.
  5781. *
  5782. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5783. */
  5784. protected function getMaker_AutoCommand_MakeTestService()
  5785. {
  5786. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5787. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5788. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5789. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5790. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5791. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5792. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5793. $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')))));
  5794. $instance->setName('make:test');
  5795. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  5796. $instance->setDescription('Creates a new test class');
  5797. return $instance;
  5798. }
  5799. /**
  5800. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5801. *
  5802. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5803. */
  5804. protected function getMaker_AutoCommand_MakeTwigComponentService()
  5805. {
  5806. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5807. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5808. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5809. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5810. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5811. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5812. $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')))));
  5813. $instance->setName('make:twig-component');
  5814. $instance->setDescription('Creates a twig (or live) component');
  5815. return $instance;
  5816. }
  5817. /**
  5818. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5819. *
  5820. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5821. */
  5822. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5823. {
  5824. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5825. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5826. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5827. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5828. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5829. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5830. $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')))));
  5831. $instance->setName('make:twig-extension');
  5832. $instance->setDescription('Creates a new Twig extension with its runtime class');
  5833. return $instance;
  5834. }
  5835. /**
  5836. * Gets the private 'maker.auto_command.make_user' shared service.
  5837. *
  5838. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5839. */
  5840. protected function getMaker_AutoCommand_MakeUserService()
  5841. {
  5842. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5843. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5844. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5845. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5846. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5847. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5848. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5849. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5850. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5851. $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')))));
  5852. $instance->setName('make:user');
  5853. $instance->setDescription('Creates a new security user class');
  5854. return $instance;
  5855. }
  5856. /**
  5857. * Gets the private 'maker.auto_command.make_validator' shared service.
  5858. *
  5859. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5860. */
  5861. protected function getMaker_AutoCommand_MakeValidatorService()
  5862. {
  5863. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5864. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5865. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5866. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5867. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5868. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5869. $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')))));
  5870. $instance->setName('make:validator');
  5871. $instance->setDescription('Creates a new validator and constraint class');
  5872. return $instance;
  5873. }
  5874. /**
  5875. * Gets the private 'maker.auto_command.make_voter' shared service.
  5876. *
  5877. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5878. */
  5879. protected function getMaker_AutoCommand_MakeVoterService()
  5880. {
  5881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5882. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5883. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5884. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5885. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5886. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5887. $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')))));
  5888. $instance->setName('make:voter');
  5889. $instance->setDescription('Creates a new security voter class');
  5890. return $instance;
  5891. }
  5892. /**
  5893. * Gets the private 'maker.doctrine_helper' shared service.
  5894. *
  5895. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5896. */
  5897. protected function getMaker_DoctrineHelperService()
  5898. {
  5899. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5900. 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())]]]);
  5901. }
  5902. /**
  5903. * Gets the private 'maker.entity_class_generator' shared service.
  5904. *
  5905. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5906. */
  5907. protected function getMaker_EntityClassGeneratorService()
  5908. {
  5909. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5910. 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()));
  5911. }
  5912. /**
  5913. * Gets the private 'maker.file_link_formatter' shared service.
  5914. *
  5915. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5916. */
  5917. protected function getMaker_FileLinkFormatterService()
  5918. {
  5919. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5920. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5921. }
  5922. /**
  5923. * Gets the private 'maker.file_manager' shared service.
  5924. *
  5925. * @return \Symfony\Bundle\MakerBundle\FileManager
  5926. */
  5927. protected function getMaker_FileManagerService()
  5928. {
  5929. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5930. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5931. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5932. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  5933. 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'));
  5934. }
  5935. /**
  5936. * Gets the private 'maker.generator' shared service.
  5937. *
  5938. * @return \Symfony\Bundle\MakerBundle\Generator
  5939. */
  5940. protected function getMaker_GeneratorService()
  5941. {
  5942. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5943. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5944. 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());
  5945. }
  5946. /**
  5947. * Gets the private 'maker.php_compat_util' shared service.
  5948. *
  5949. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5950. */
  5951. protected function getMaker_PhpCompatUtilService()
  5952. {
  5953. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5954. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5955. }
  5956. /**
  5957. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5958. *
  5959. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5960. */
  5961. protected function getMaker_Renderer_FormTypeRendererService()
  5962. {
  5963. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5964. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5965. }
  5966. /**
  5967. * Gets the private 'mime_types' shared service.
  5968. *
  5969. * @return \Symfony\Component\Mime\MimeTypes
  5970. */
  5971. protected function getMimeTypesService()
  5972. {
  5973. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5974. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5975. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  5976. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5977. $instance->setDefault($instance);
  5978. return $instance;
  5979. }
  5980. /**
  5981. * Gets the private 'monolog.command.server_log' shared service.
  5982. *
  5983. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5984. */
  5985. protected function getMonolog_Command_ServerLogService()
  5986. {
  5987. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5988. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5989. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5990. $instance->setName('server:log');
  5991. $instance->setDescription('Start a log server that displays logs in real time');
  5992. return $instance;
  5993. }
  5994. /**
  5995. * Gets the private 'monolog.handler.console' shared service.
  5996. *
  5997. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5998. */
  5999. protected function getMonolog_Handler_ConsoleService()
  6000. {
  6001. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  6002. }
  6003. /**
  6004. * Gets the private 'monolog.handler.main' shared service.
  6005. *
  6006. * @return \Monolog\Handler\StreamHandler
  6007. */
  6008. protected function getMonolog_Handler_MainService()
  6009. {
  6010. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  6011. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6012. return $instance;
  6013. }
  6014. /**
  6015. * Gets the private 'monolog.logger' shared service.
  6016. *
  6017. * @return \Symfony\Bridge\Monolog\Logger
  6018. */
  6019. protected function getMonolog_LoggerService()
  6020. {
  6021. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6022. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6023. $instance->useMicrosecondTimestamps(true);
  6024. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6025. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6026. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6027. return $instance;
  6028. }
  6029. /**
  6030. * Gets the private 'monolog.logger.cache' shared service.
  6031. *
  6032. * @return \Symfony\Bridge\Monolog\Logger
  6033. */
  6034. protected function getMonolog_Logger_CacheService()
  6035. {
  6036. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6037. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6038. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6039. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6040. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6041. return $instance;
  6042. }
  6043. /**
  6044. * Gets the private 'monolog.logger.mailer' shared service.
  6045. *
  6046. * @return \Symfony\Bridge\Monolog\Logger
  6047. */
  6048. protected function getMonolog_Logger_MailerService()
  6049. {
  6050. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6051. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6052. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6053. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6054. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6055. return $instance;
  6056. }
  6057. /**
  6058. * Gets the private 'monolog.logger.request' shared service.
  6059. *
  6060. * @return \Symfony\Bridge\Monolog\Logger
  6061. */
  6062. protected function getMonolog_Logger_RequestService()
  6063. {
  6064. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6065. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6066. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6067. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6068. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6069. return $instance;
  6070. }
  6071. /**
  6072. * Gets the private 'monolog.logger.security' shared service.
  6073. *
  6074. * @return \Symfony\Bridge\Monolog\Logger
  6075. */
  6076. protected function getMonolog_Logger_SecurityService()
  6077. {
  6078. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6079. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6080. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6081. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6082. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6083. return $instance;
  6084. }
  6085. /**
  6086. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  6087. *
  6088. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  6089. */
  6090. protected function getNelmioApiDoc_Describers_ConfigService()
  6091. {
  6092. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6093. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  6094. 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' => []]]]);
  6095. }
  6096. /**
  6097. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  6098. *
  6099. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  6100. */
  6101. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  6102. {
  6103. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6104. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  6105. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6106. 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()));
  6107. }
  6108. /**
  6109. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  6110. *
  6111. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  6112. */
  6113. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  6114. {
  6115. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6116. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6117. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6118. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  6119. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6120. 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 () {
  6121. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  6122. 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()));
  6123. 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()));
  6124. }, 3));
  6125. }
  6126. /**
  6127. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  6128. *
  6129. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  6130. */
  6131. protected function getNelmioApiDoc_ModelDescribers_FormService()
  6132. {
  6133. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6134. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6135. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6136. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6137. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  6138. 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);
  6139. }
  6140. /**
  6141. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  6142. *
  6143. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  6144. */
  6145. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  6146. {
  6147. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6148. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6149. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6150. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  6151. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  6152. 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()));
  6153. }
  6154. /**
  6155. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  6156. *
  6157. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  6158. */
  6159. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  6160. {
  6161. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  6162. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6163. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6164. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  6165. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  6166. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  6167. 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()));
  6168. 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()));
  6169. 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()));
  6170. 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()));
  6171. 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()));
  6172. 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()));
  6173. 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()));
  6174. 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()));
  6175. 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()));
  6176. 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()));
  6177. }, 11));
  6178. }
  6179. /**
  6180. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  6181. *
  6182. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  6183. */
  6184. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  6185. {
  6186. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  6187. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6188. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  6189. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6190. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  6191. 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 () {
  6192. return new \EmptyIterator();
  6193. }, 0));
  6194. }
  6195. /**
  6196. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  6197. *
  6198. * @return \Symfony\Component\Routing\RouteCollection
  6199. */
  6200. protected function getNelmioApiDoc_Routes_DefaultService()
  6201. {
  6202. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  6203. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  6204. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6205. 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());
  6206. }
  6207. /**
  6208. * Gets the private 'nelmio_cors.cors_listener' shared service.
  6209. *
  6210. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  6211. */
  6212. protected function getNelmioCors_CorsListenerService()
  6213. {
  6214. 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'])]));
  6215. }
  6216. /**
  6217. * Gets the private 'parameter_bag' shared service.
  6218. *
  6219. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6220. */
  6221. protected function getParameterBagService()
  6222. {
  6223. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6224. }
  6225. /**
  6226. * Gets the private 'profiler_listener' shared service.
  6227. *
  6228. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6229. */
  6230. protected function getProfilerListenerService()
  6231. {
  6232. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6233. if (isset($this->privates['profiler_listener'])) {
  6234. return $this->privates['profiler_listener'];
  6235. }
  6236. 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);
  6237. }
  6238. /**
  6239. * Gets the private 'property_accessor' shared service.
  6240. *
  6241. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6242. */
  6243. protected function getPropertyAccessorService()
  6244. {
  6245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6247. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6248. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6249. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6250. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6251. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6252. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  6253. }
  6254. /**
  6255. * Gets the private 'property_info' shared service.
  6256. *
  6257. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6258. */
  6259. protected function getPropertyInfoService()
  6260. {
  6261. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6262. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6263. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6264. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6265. }, 3), new RewindableGenerator(function () {
  6266. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6267. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6268. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6269. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6270. }, 4), new RewindableGenerator(function () {
  6271. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6272. }, 1), new RewindableGenerator(function () {
  6273. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6274. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6275. }, 2), new RewindableGenerator(function () {
  6276. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6277. }, 1));
  6278. }
  6279. /**
  6280. * Gets the private 'property_info.serializer_extractor' shared service.
  6281. *
  6282. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6283. */
  6284. protected function getPropertyInfo_SerializerExtractorService()
  6285. {
  6286. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6287. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6288. }
  6289. /**
  6290. * Gets the private 'router.cache_warmer' shared service.
  6291. *
  6292. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6293. */
  6294. protected function getRouter_CacheWarmerService()
  6295. {
  6296. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6297. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6298. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6299. 'router' => ['services', 'router', 'getRouterService', false],
  6300. ], [
  6301. 'router' => '?',
  6302. ]))->withContext('router.cache_warmer', $this));
  6303. }
  6304. /**
  6305. * Gets the private 'router.expression_language_provider' shared service.
  6306. *
  6307. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6308. */
  6309. protected function getRouter_ExpressionLanguageProviderService()
  6310. {
  6311. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6312. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  6313. ], [
  6314. 'env' => 'Closure',
  6315. ]));
  6316. }
  6317. /**
  6318. * Gets the private 'router.request_context' shared service.
  6319. *
  6320. * @return \Symfony\Component\Routing\RequestContext
  6321. */
  6322. protected function getRouter_RequestContextService()
  6323. {
  6324. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  6325. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6326. return $instance;
  6327. }
  6328. /**
  6329. * Gets the private 'router_listener' shared service.
  6330. *
  6331. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6332. */
  6333. protected function getRouterListenerService()
  6334. {
  6335. 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);
  6336. }
  6337. /**
  6338. * Gets the private 'secrets.vault' shared service.
  6339. *
  6340. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6341. */
  6342. protected function getSecrets_VaultService()
  6343. {
  6344. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6345. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6346. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6347. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  6348. 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'));
  6349. }
  6350. /**
  6351. * Gets the private 'security.access_listener' shared service.
  6352. *
  6353. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6354. */
  6355. protected function getSecurity_AccessListenerService()
  6356. {
  6357. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6359. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6360. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6361. if (isset($this->privates['security.access_listener'])) {
  6362. return $this->privates['security.access_listener'];
  6363. }
  6364. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6365. if (isset($this->privates['security.access_listener'])) {
  6366. return $this->privates['security.access_listener'];
  6367. }
  6368. 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);
  6369. }
  6370. /**
  6371. * Gets the private 'security.access_map' shared service.
  6372. *
  6373. * @return \Symfony\Component\Security\Http\AccessMap
  6374. */
  6375. protected function getSecurity_AccessMapService()
  6376. {
  6377. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  6379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6381. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6382. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc$'), [0 => 'PUBLIC_ACCESS'], NULL);
  6383. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc/.+'), [0 => 'PUBLIC_ACCESS'], NULL);
  6384. return $instance;
  6385. }
  6386. /**
  6387. * Gets the private 'security.authentication.guard_handler' shared service.
  6388. *
  6389. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6390. *
  6391. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6392. */
  6393. protected function getSecurity_Authentication_GuardHandlerService()
  6394. {
  6395. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6396. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6397. if (isset($this->privates['security.authentication.guard_handler'])) {
  6398. return $this->privates['security.authentication.guard_handler'];
  6399. }
  6400. $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, []);
  6401. $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6402. return $instance;
  6403. }
  6404. /**
  6405. * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6406. *
  6407. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6408. *
  6409. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6410. */
  6411. protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6412. {
  6413. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6414. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6415. if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6416. return $this->privates['security.authentication.listener.anonymous.main'];
  6417. }
  6418. 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);
  6419. }
  6420. /**
  6421. * Gets the private 'security.authentication.listener.guard.main' shared service.
  6422. *
  6423. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6424. *
  6425. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6426. */
  6427. protected function getSecurity_Authentication_Listener_Guard_MainService()
  6428. {
  6429. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6430. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6431. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6432. return $this->privates['security.authentication.listener.guard.main'];
  6433. }
  6434. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6435. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6436. return $this->privates['security.authentication.listener.guard.main'];
  6437. }
  6438. $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
  6439. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6440. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6441. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6442. return $instance;
  6443. }
  6444. /**
  6445. * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  6446. *
  6447. * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  6448. *
  6449. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  6450. */
  6451. protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  6452. {
  6453. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6454. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6455. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6456. return $this->privates['security.authentication.listener.rememberme.main'];
  6457. }
  6458. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6459. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6460. return $this->privates['security.authentication.listener.rememberme.main'];
  6461. }
  6462. 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()));
  6463. }
  6464. /**
  6465. * Gets the private 'security.authentication.manager' shared service.
  6466. *
  6467. * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6468. *
  6469. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6470. */
  6471. protected function getSecurity_Authentication_ManagerService()
  6472. {
  6473. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6474. $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6475. yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6476. yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  6477. yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6478. }, 3), true);
  6479. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6480. return $instance;
  6481. }
  6482. /**
  6483. * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6484. *
  6485. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6486. *
  6487. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6488. */
  6489. protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6490. {
  6491. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6492. return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6493. }
  6494. /**
  6495. * Gets the private 'security.authentication.provider.guard.main' shared service.
  6496. *
  6497. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6498. *
  6499. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6500. */
  6501. protected function getSecurity_Authentication_Provider_Guard_MainService()
  6502. {
  6503. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6504. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6505. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6507. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6508. return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6509. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6510. }, 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())));
  6511. }
  6512. /**
  6513. * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  6514. *
  6515. * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  6516. *
  6517. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  6518. */
  6519. protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  6520. {
  6521. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6522. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6523. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6524. 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');
  6525. }
  6526. /**
  6527. * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  6528. *
  6529. * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  6530. */
  6531. protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  6532. {
  6533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  6534. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  6536. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  6537. return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  6538. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6539. }, 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()));
  6540. }
  6541. /**
  6542. * Gets the private 'security.authentication.session_strategy' shared service.
  6543. *
  6544. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  6545. */
  6546. protected function getSecurity_Authentication_SessionStrategyService()
  6547. {
  6548. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6550. 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()));
  6551. }
  6552. /**
  6553. * Gets the private 'security.authentication_utils' shared service.
  6554. *
  6555. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6556. */
  6557. protected function getSecurity_AuthenticationUtilsService()
  6558. {
  6559. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6560. 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())));
  6561. }
  6562. /**
  6563. * Gets the private 'security.channel_listener' shared service.
  6564. *
  6565. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6566. */
  6567. protected function getSecurity_ChannelListenerService()
  6568. {
  6569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6572. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6573. 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());
  6574. }
  6575. /**
  6576. * Gets the private 'security.command.debug_firewall' shared service.
  6577. *
  6578. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6579. */
  6580. protected function getSecurity_Command_DebugFirewallService()
  6581. {
  6582. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6583. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6584. $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);
  6585. $instance->setName('debug:firewall');
  6586. $instance->setDescription('Display information about your security firewall(s)');
  6587. return $instance;
  6588. }
  6589. /**
  6590. * Gets the private 'security.command.user_password_encoder' shared service.
  6591. *
  6592. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6593. *
  6594. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6595. */
  6596. protected function getSecurity_Command_UserPasswordEncoderService()
  6597. {
  6598. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6599. $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']);
  6600. $instance->setName('security:encode-password');
  6601. $instance->setDescription('Encode a password');
  6602. return $instance;
  6603. }
  6604. /**
  6605. * Gets the private 'security.command.user_password_hash' shared service.
  6606. *
  6607. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6608. */
  6609. protected function getSecurity_Command_UserPasswordHashService()
  6610. {
  6611. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6612. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6613. $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']);
  6614. $instance->setName('security:hash-password');
  6615. $instance->setDescription('Hash a user password');
  6616. return $instance;
  6617. }
  6618. /**
  6619. * Gets the private 'security.context_listener.0' shared service.
  6620. *
  6621. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6622. */
  6623. protected function getSecurity_ContextListener_0Service()
  6624. {
  6625. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6626. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6627. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6628. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6629. if (isset($this->privates['security.context_listener.0'])) {
  6630. return $this->privates['security.context_listener.0'];
  6631. }
  6632. $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 () {
  6633. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6634. }, 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']);
  6635. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6636. return $instance;
  6637. }
  6638. /**
  6639. * Gets the private 'security.csrf.token_storage' shared service.
  6640. *
  6641. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6642. */
  6643. protected function getSecurity_Csrf_TokenStorageService()
  6644. {
  6645. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6646. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6647. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6648. 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())));
  6649. }
  6650. /**
  6651. * Gets the private 'security.encoder_factory.generic' shared service.
  6652. *
  6653. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6654. *
  6655. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6656. */
  6657. protected function getSecurity_EncoderFactory_GenericService()
  6658. {
  6659. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6660. 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]]);
  6661. }
  6662. /**
  6663. * Gets the private 'security.event_dispatcher.main' shared service.
  6664. *
  6665. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6666. */
  6667. protected function getSecurity_EventDispatcher_MainService()
  6668. {
  6669. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6670. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6671. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6672. }, 1 => 'onLogout'], 64);
  6673. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6674. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6675. }, 1 => 'onLogout'], 0);
  6676. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6677. return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  6678. }, 1 => 'onLogout'], 0);
  6679. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6680. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6681. }, 1 => 'onLogout'], 0);
  6682. return $instance;
  6683. }
  6684. /**
  6685. * Gets the private 'security.firewall.map' shared service.
  6686. *
  6687. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6688. */
  6689. protected function getSecurity_Firewall_MapService()
  6690. {
  6691. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6692. if (isset($this->privates['security.firewall.map'])) {
  6693. return $this->privates['security.firewall.map'];
  6694. }
  6695. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6696. 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)/')));
  6697. yield 'security.firewall.map.context.main' => NULL;
  6698. }, 2));
  6699. }
  6700. /**
  6701. * Gets the private 'security.firewall.map.context.dev' shared service.
  6702. *
  6703. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6704. */
  6705. protected function getSecurity_Firewall_Map_Context_DevService()
  6706. {
  6707. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6708. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6709. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6710. return new \EmptyIterator();
  6711. }, 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));
  6712. }
  6713. /**
  6714. * Gets the private 'security.firewall.map.context.main' shared service.
  6715. *
  6716. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6717. */
  6718. protected function getSecurity_Firewall_Map_Context_MainService()
  6719. {
  6720. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6721. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6722. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6723. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6724. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6725. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6726. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6727. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6728. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6729. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6730. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6731. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6732. yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6733. yield 3 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  6734. yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6735. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6736. }, 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())));
  6737. }
  6738. /**
  6739. * Gets the private 'security.http_utils' shared service.
  6740. *
  6741. * @return \Symfony\Component\Security\Http\HttpUtils
  6742. */
  6743. protected function getSecurity_HttpUtilsService()
  6744. {
  6745. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  6746. $a = ($this->services['router'] ?? $this->getRouterService());
  6747. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  6748. }
  6749. /**
  6750. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6751. *
  6752. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6753. */
  6754. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6755. {
  6756. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6757. 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()));
  6758. }
  6759. /**
  6760. * Gets the private 'security.logout.listener.default.main' shared service.
  6761. *
  6762. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6763. */
  6764. protected function getSecurity_Logout_Listener_Default_MainService()
  6765. {
  6766. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6767. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6768. }
  6769. /**
  6770. * Gets the private 'security.logout.listener.remember_me.main' shared service.
  6771. *
  6772. * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  6773. */
  6774. protected function getSecurity_Logout_Listener_RememberMe_MainService()
  6775. {
  6776. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  6777. 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()));
  6778. }
  6779. /**
  6780. * Gets the private 'security.logout_url_generator' shared service.
  6781. *
  6782. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6783. */
  6784. protected function getSecurity_LogoutUrlGeneratorService()
  6785. {
  6786. $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()));
  6787. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  6788. return $instance;
  6789. }
  6790. /**
  6791. * Gets the private 'security.password_hasher_factory' shared service.
  6792. *
  6793. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6794. */
  6795. protected function getSecurity_PasswordHasherFactoryService()
  6796. {
  6797. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6798. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6799. 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]]);
  6800. }
  6801. /**
  6802. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6803. *
  6804. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6805. */
  6806. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6807. {
  6808. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6810. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6811. 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);
  6812. }
  6813. /**
  6814. * Gets the private 'security.validator.user_password' shared service.
  6815. *
  6816. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6817. */
  6818. protected function getSecurity_Validator_UserPasswordService()
  6819. {
  6820. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6821. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  6822. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6823. 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()));
  6824. }
  6825. /**
  6826. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6827. *
  6828. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6829. */
  6830. protected function getSensioFrameworkExtra_Controller_ListenerService()
  6831. {
  6832. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6833. }
  6834. /**
  6835. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6836. *
  6837. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6838. */
  6839. protected function getSensioFrameworkExtra_Converter_ListenerService()
  6840. {
  6841. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6842. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  6843. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  6844. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  6845. }
  6846. /**
  6847. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6848. *
  6849. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6850. */
  6851. protected function getSensioFrameworkExtra_Security_ListenerService()
  6852. {
  6853. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6854. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6855. return $this->privates['sensio_framework_extra.security.listener'];
  6856. }
  6857. 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()));
  6858. }
  6859. /**
  6860. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6861. *
  6862. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6863. */
  6864. protected function getSensioFrameworkExtra_View_ListenerService()
  6865. {
  6866. $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))));
  6867. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6868. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  6869. ], [
  6870. 'twig' => '?',
  6871. ]))->withContext('sensio_framework_extra.view.listener', $this));
  6872. return $instance;
  6873. }
  6874. /**
  6875. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6876. *
  6877. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6878. */
  6879. protected function getSerializer_Mapping_CacheWarmerService()
  6880. {
  6881. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6882. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6883. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6884. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6885. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6886. 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'));
  6887. }
  6888. /**
  6889. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6890. *
  6891. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6892. */
  6893. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6894. {
  6895. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6896. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6897. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6898. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6899. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6900. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6901. 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()))]));
  6902. }
  6903. /**
  6904. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  6905. *
  6906. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  6907. */
  6908. protected function getSerializer_NameConverter_MetadataAwareService()
  6909. {
  6910. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  6911. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  6912. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  6913. 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()));
  6914. }
  6915. /**
  6916. * Gets the private 'session.factory' shared service.
  6917. *
  6918. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6919. */
  6920. protected function getSession_FactoryService()
  6921. {
  6922. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6923. if (isset($this->privates['session.factory'])) {
  6924. return $this->privates['session.factory'];
  6925. }
  6926. 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']);
  6927. }
  6928. /**
  6929. * Gets the private 'session.storage.factory.service' shared service.
  6930. *
  6931. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  6932. *
  6933. * @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.
  6934. */
  6935. protected function getSession_Storage_Factory_ServiceService()
  6936. {
  6937. 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.');
  6938. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  6939. }
  6940. /**
  6941. * Gets the private 'session.storage.metadata_bag' shared service.
  6942. *
  6943. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  6944. *
  6945. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  6946. */
  6947. protected function getSession_Storage_MetadataBagService()
  6948. {
  6949. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  6950. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  6951. }
  6952. /**
  6953. * Gets the private 'session.storage.native' shared service.
  6954. *
  6955. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  6956. *
  6957. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  6958. */
  6959. protected function getSession_Storage_NativeService()
  6960. {
  6961. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  6962. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  6963. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  6964. 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());
  6965. }
  6966. /**
  6967. * Gets the private 'session_listener' shared service.
  6968. *
  6969. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  6970. */
  6971. protected function getSessionListenerService()
  6972. {
  6973. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6974. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  6975. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  6976. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  6977. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  6978. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  6979. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  6980. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  6981. ], [
  6982. 'initialized_session' => '?',
  6983. 'logger' => '?',
  6984. 'request_stack' => '?',
  6985. 'session' => '?',
  6986. 'session_collector' => '?',
  6987. 'session_factory' => '?',
  6988. 'session_storage' => '?',
  6989. ]), true, $this->parameters['session.storage.options']);
  6990. }
  6991. /**
  6992. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  6993. *
  6994. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  6995. */
  6996. protected function getSymfonycasts_ResetPassword_CleanerService()
  6997. {
  6998. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  6999. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  7000. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  7001. 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);
  7002. }
  7003. /**
  7004. * Gets the private 'translation.extractor' shared service.
  7005. *
  7006. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7007. */
  7008. protected function getTranslation_ExtractorService()
  7009. {
  7010. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7011. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7012. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7013. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7014. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7015. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7016. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7017. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7018. return $instance;
  7019. }
  7020. /**
  7021. * Gets the private 'translation.loader.csv' shared service.
  7022. *
  7023. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7024. */
  7025. protected function getTranslation_Loader_CsvService()
  7026. {
  7027. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7028. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7029. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7030. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7031. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7032. }
  7033. /**
  7034. * Gets the private 'translation.loader.dat' shared service.
  7035. *
  7036. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7037. */
  7038. protected function getTranslation_Loader_DatService()
  7039. {
  7040. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7041. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7042. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7043. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7044. }
  7045. /**
  7046. * Gets the private 'translation.loader.ini' shared service.
  7047. *
  7048. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7049. */
  7050. protected function getTranslation_Loader_IniService()
  7051. {
  7052. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7053. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7054. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7055. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7056. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7057. }
  7058. /**
  7059. * Gets the private 'translation.loader.json' shared service.
  7060. *
  7061. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7062. */
  7063. protected function getTranslation_Loader_JsonService()
  7064. {
  7065. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7066. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7067. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7068. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7069. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7070. }
  7071. /**
  7072. * Gets the private 'translation.loader.mo' shared service.
  7073. *
  7074. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7075. */
  7076. protected function getTranslation_Loader_MoService()
  7077. {
  7078. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7079. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7080. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7081. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7082. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7083. }
  7084. /**
  7085. * Gets the private 'translation.loader.php' shared service.
  7086. *
  7087. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7088. */
  7089. protected function getTranslation_Loader_PhpService()
  7090. {
  7091. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7092. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7093. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7094. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7095. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7096. }
  7097. /**
  7098. * Gets the private 'translation.loader.po' shared service.
  7099. *
  7100. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7101. */
  7102. protected function getTranslation_Loader_PoService()
  7103. {
  7104. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7105. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7106. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7107. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7108. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7109. }
  7110. /**
  7111. * Gets the private 'translation.loader.qt' shared service.
  7112. *
  7113. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7114. */
  7115. protected function getTranslation_Loader_QtService()
  7116. {
  7117. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7118. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7119. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7120. }
  7121. /**
  7122. * Gets the private 'translation.loader.res' shared service.
  7123. *
  7124. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7125. */
  7126. protected function getTranslation_Loader_ResService()
  7127. {
  7128. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7129. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7130. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7131. }
  7132. /**
  7133. * Gets the private 'translation.loader.xliff' shared service.
  7134. *
  7135. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7136. */
  7137. protected function getTranslation_Loader_XliffService()
  7138. {
  7139. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7140. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7141. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7142. }
  7143. /**
  7144. * Gets the private 'translation.loader.yml' shared service.
  7145. *
  7146. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7147. */
  7148. protected function getTranslation_Loader_YmlService()
  7149. {
  7150. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7151. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7152. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7153. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7154. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7155. }
  7156. /**
  7157. * Gets the private 'translation.provider_collection' shared service.
  7158. *
  7159. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7160. */
  7161. protected function getTranslation_ProviderCollectionService()
  7162. {
  7163. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7164. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7165. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7166. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7167. }, 1), []))->fromConfig([]);
  7168. }
  7169. /**
  7170. * Gets the private 'translation.reader' shared service.
  7171. *
  7172. * @return \Symfony\Component\Translation\Reader\TranslationReader
  7173. */
  7174. protected function getTranslation_ReaderService()
  7175. {
  7176. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7177. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7178. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7179. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7180. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7181. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7182. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7183. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7184. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7185. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7186. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7192. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7193. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7194. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7195. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7196. $instance->addLoader('yaml', $a);
  7197. $instance->addLoader('yml', $a);
  7198. $instance->addLoader('xlf', $b);
  7199. $instance->addLoader('xliff', $b);
  7200. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7201. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7202. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7203. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7204. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7205. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7206. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7207. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7208. return $instance;
  7209. }
  7210. /**
  7211. * Gets the private 'translation.warmer' shared service.
  7212. *
  7213. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7214. */
  7215. protected function getTranslation_WarmerService()
  7216. {
  7217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7218. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7219. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7220. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7221. ], [
  7222. 'translator' => '?',
  7223. ]))->withContext('translation.warmer', $this));
  7224. }
  7225. /**
  7226. * Gets the private 'translation.writer' shared service.
  7227. *
  7228. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7229. */
  7230. protected function getTranslation_WriterService()
  7231. {
  7232. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7233. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7234. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7235. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7236. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7237. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7238. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7239. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7240. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7241. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7242. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7245. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7246. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7247. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7248. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7249. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7250. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7251. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7252. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7253. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7254. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7255. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7256. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7257. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7258. return $instance;
  7259. }
  7260. /**
  7261. * Gets the private 'translator.default' shared service.
  7262. *
  7263. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7264. */
  7265. protected function getTranslator_DefaultService()
  7266. {
  7267. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7268. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  7269. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  7270. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  7271. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  7272. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  7273. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  7274. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  7275. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  7276. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  7277. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  7278. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  7279. ], [
  7280. 'translation.loader.csv' => '?',
  7281. 'translation.loader.dat' => '?',
  7282. 'translation.loader.ini' => '?',
  7283. 'translation.loader.json' => '?',
  7284. 'translation.loader.mo' => '?',
  7285. 'translation.loader.php' => '?',
  7286. 'translation.loader.po' => '?',
  7287. 'translation.loader.qt' => '?',
  7288. 'translation.loader.res' => '?',
  7289. 'translation.loader.xliff' => '?',
  7290. 'translation.loader.yml' => '?',
  7291. ]), 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']]], []);
  7292. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7293. $instance->setFallbackLocales([0 => 'en']);
  7294. return $instance;
  7295. }
  7296. /**
  7297. * Gets the private 'twig.command.debug' shared service.
  7298. *
  7299. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7300. */
  7301. protected function getTwig_Command_DebugService()
  7302. {
  7303. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7304. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7305. $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()));
  7306. $instance->setName('debug:twig');
  7307. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7308. return $instance;
  7309. }
  7310. /**
  7311. * Gets the private 'twig.command.lint' shared service.
  7312. *
  7313. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7314. */
  7315. protected function getTwig_Command_LintService()
  7316. {
  7317. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7318. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7319. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7320. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7321. $instance->setName('lint:twig');
  7322. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7323. return $instance;
  7324. }
  7325. /**
  7326. * Gets the private 'twig.form.engine' shared service.
  7327. *
  7328. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7329. */
  7330. protected function getTwig_Form_EngineService()
  7331. {
  7332. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7333. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7334. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7335. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7336. if (isset($this->privates['twig.form.engine'])) {
  7337. return $this->privates['twig.form.engine'];
  7338. }
  7339. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7340. }
  7341. /**
  7342. * Gets the private 'twig.form.renderer' shared service.
  7343. *
  7344. * @return \Symfony\Component\Form\FormRenderer
  7345. */
  7346. protected function getTwig_Form_RendererService()
  7347. {
  7348. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  7349. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  7350. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7351. if (isset($this->privates['twig.form.renderer'])) {
  7352. return $this->privates['twig.form.renderer'];
  7353. }
  7354. 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()));
  7355. }
  7356. /**
  7357. * Gets the private 'twig.mailer.message_listener' shared service.
  7358. *
  7359. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7360. */
  7361. protected function getTwig_Mailer_MessageListenerService()
  7362. {
  7363. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7364. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7365. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7366. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7367. if (isset($this->privates['twig.mailer.message_listener'])) {
  7368. return $this->privates['twig.mailer.message_listener'];
  7369. }
  7370. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7371. }
  7372. /**
  7373. * Gets the private 'twig.runtime.httpkernel' shared service.
  7374. *
  7375. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7376. */
  7377. protected function getTwig_Runtime_HttpkernelService()
  7378. {
  7379. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7383. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7384. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  7385. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7386. 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, [
  7387. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  7388. ], [
  7389. 'inline' => '?',
  7390. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7391. }
  7392. /**
  7393. * Gets the private 'twig.runtime.security_csrf' shared service.
  7394. *
  7395. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7396. */
  7397. protected function getTwig_Runtime_SecurityCsrfService()
  7398. {
  7399. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7400. 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()));
  7401. }
  7402. /**
  7403. * Gets the private 'twig.runtime.serializer' shared service.
  7404. *
  7405. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7406. */
  7407. protected function getTwig_Runtime_SerializerService()
  7408. {
  7409. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7410. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7411. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7412. }
  7413. /**
  7414. * Gets the private 'twig.template_cache_warmer' shared service.
  7415. *
  7416. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7417. */
  7418. protected function getTwig_TemplateCacheWarmerService()
  7419. {
  7420. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7421. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7422. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7423. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7424. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7425. ], [
  7426. 'twig' => '?',
  7427. ]))->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')));
  7428. }
  7429. /**
  7430. * Gets the private 'validator.builder' shared service.
  7431. *
  7432. * @return \Symfony\Component\Validator\ValidatorBuilder
  7433. */
  7434. protected function getValidator_BuilderService()
  7435. {
  7436. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7437. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7438. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7439. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7440. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7441. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  7442. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7443. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  7444. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7445. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7446. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7447. ], [
  7448. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7449. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7450. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7451. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7452. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7453. 'doctrine.orm.validator.unique' => '?',
  7454. 'security.validator.user_password' => '?',
  7455. 'validator.expression' => '?',
  7456. ])));
  7457. if ($this->has('translator')) {
  7458. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7459. }
  7460. $instance->setTranslationDomain('validators');
  7461. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7462. $instance->enableAnnotationMapping(true);
  7463. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7464. $instance->addMethodMapping('loadValidatorMetadata');
  7465. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7466. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  7467. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7468. return $instance;
  7469. }
  7470. /**
  7471. * Gets the private 'validator.email' shared service.
  7472. *
  7473. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7474. */
  7475. protected function getValidator_EmailService()
  7476. {
  7477. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7478. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7479. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7480. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7481. }
  7482. /**
  7483. * Gets the private 'validator.expression' shared service.
  7484. *
  7485. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7486. */
  7487. protected function getValidator_ExpressionService()
  7488. {
  7489. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7490. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7491. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7492. 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())));
  7493. }
  7494. /**
  7495. * Gets the private 'validator.mapping.cache_warmer' shared service.
  7496. *
  7497. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7498. */
  7499. protected function getValidator_Mapping_CacheWarmerService()
  7500. {
  7501. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7502. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7503. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7504. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7505. }
  7506. /**
  7507. * Gets the private 'validator.not_compromised_password' shared service.
  7508. *
  7509. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7510. */
  7511. protected function getValidator_NotCompromisedPasswordService()
  7512. {
  7513. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7514. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7515. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7516. 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);
  7517. }
  7518. /**
  7519. * Gets the private 'var_dumper.command.server_dump' shared service.
  7520. *
  7521. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7522. */
  7523. protected function getVarDumper_Command_ServerDumpService()
  7524. {
  7525. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7526. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7527. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7528. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7529. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7530. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7531. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7532. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7533. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7534. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7535. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7536. $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()))]);
  7537. $instance->setName('server:dump');
  7538. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7539. return $instance;
  7540. }
  7541. /**
  7542. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7543. *
  7544. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7545. */
  7546. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7547. {
  7548. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  7549. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7550. return $instance;
  7551. }
  7552. /**
  7553. * Gets the private 'var_dumper.html_dumper' shared service.
  7554. *
  7555. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7556. */
  7557. protected function getVarDumper_HtmlDumperService()
  7558. {
  7559. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  7560. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7561. return $instance;
  7562. }
  7563. /**
  7564. * Gets the private 'var_dumper.server_connection' shared service.
  7565. *
  7566. * @return \Symfony\Component\VarDumper\Server\Connection
  7567. */
  7568. protected function getVarDumper_ServerConnectionService()
  7569. {
  7570. 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()]);
  7571. }
  7572. /**
  7573. * Gets the private 'web_profiler.csp.handler' shared service.
  7574. *
  7575. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7576. */
  7577. protected function getWebProfiler_Csp_HandlerService()
  7578. {
  7579. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7580. }
  7581. /**
  7582. * Gets the private 'web_profiler.debug_toolbar' shared service.
  7583. *
  7584. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7585. */
  7586. protected function getWebProfiler_DebugToolbarService()
  7587. {
  7588. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7589. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7590. return $this->privates['web_profiler.debug_toolbar'];
  7591. }
  7592. 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()));
  7593. }
  7594. /**
  7595. * Gets the public 'cache_clearer' alias.
  7596. *
  7597. * @return object The ".container.private.cache_clearer" service.
  7598. */
  7599. protected function getCacheClearerService()
  7600. {
  7601. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7602. return $this->get('.container.private.cache_clearer');
  7603. }
  7604. /**
  7605. * Gets the public 'filesystem' alias.
  7606. *
  7607. * @return object The ".container.private.filesystem" service.
  7608. */
  7609. protected function getFilesystemService()
  7610. {
  7611. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7612. return $this->get('.container.private.filesystem');
  7613. }
  7614. /**
  7615. * Gets the public 'serializer' alias.
  7616. *
  7617. * @return object The ".container.private.serializer" service.
  7618. */
  7619. protected function getSerializerService()
  7620. {
  7621. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7622. return $this->get('.container.private.serializer');
  7623. }
  7624. /**
  7625. * Gets the public 'security.csrf.token_manager' alias.
  7626. *
  7627. * @return object The ".container.private.security.csrf.token_manager" service.
  7628. */
  7629. protected function getSecurity_Csrf_TokenManagerService()
  7630. {
  7631. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7632. return $this->get('.container.private.security.csrf.token_manager');
  7633. }
  7634. /**
  7635. * Gets the public 'form.factory' alias.
  7636. *
  7637. * @return object The ".container.private.form.factory" service.
  7638. */
  7639. protected function getForm_FactoryService()
  7640. {
  7641. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7642. return $this->get('.container.private.form.factory');
  7643. }
  7644. /**
  7645. * Gets the public 'form.type.file' alias.
  7646. *
  7647. * @return object The ".container.private.form.type.file" service.
  7648. */
  7649. protected function getForm_Type_FileService()
  7650. {
  7651. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7652. return $this->get('.container.private.form.type.file');
  7653. }
  7654. /**
  7655. * Gets the public 'profiler' alias.
  7656. *
  7657. * @return object The ".container.private.profiler" service.
  7658. */
  7659. protected function getProfilerService()
  7660. {
  7661. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7662. return $this->get('.container.private.profiler');
  7663. }
  7664. /**
  7665. * Gets the public 'twig' alias.
  7666. *
  7667. * @return object The ".container.private.twig" service.
  7668. */
  7669. protected function getTwigService()
  7670. {
  7671. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7672. return $this->get('.container.private.twig');
  7673. }
  7674. /**
  7675. * Gets the public 'security.authorization_checker' alias.
  7676. *
  7677. * @return object The ".container.private.security.authorization_checker" service.
  7678. */
  7679. protected function getSecurity_AuthorizationCheckerService()
  7680. {
  7681. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7682. return $this->get('.container.private.security.authorization_checker');
  7683. }
  7684. /**
  7685. * Gets the public 'security.token_storage' alias.
  7686. *
  7687. * @return object The ".container.private.security.token_storage" service.
  7688. */
  7689. protected function getSecurity_TokenStorageService()
  7690. {
  7691. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7692. return $this->get('.container.private.security.token_storage');
  7693. }
  7694. /**
  7695. * Gets the public 'security.password_encoder' alias.
  7696. *
  7697. * @return object The ".container.private.security.password_encoder" service.
  7698. */
  7699. protected function getSecurity_PasswordEncoderService()
  7700. {
  7701. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7702. return $this->get('.container.private.security.password_encoder');
  7703. }
  7704. /**
  7705. * Gets the public 'session' alias.
  7706. *
  7707. * @return object The ".container.private.session" service.
  7708. */
  7709. protected function getSessionService()
  7710. {
  7711. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7712. return $this->get('.container.private.session');
  7713. }
  7714. /**
  7715. * Gets the public 'validator' alias.
  7716. *
  7717. * @return object The ".container.private.validator" service.
  7718. */
  7719. protected function getValidatorService()
  7720. {
  7721. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7722. return $this->get('.container.private.validator');
  7723. }
  7724. /**
  7725. * @return array|bool|float|int|string|\UnitEnum|null
  7726. */
  7727. public function getParameter(string $name)
  7728. {
  7729. if (isset($this->buildParameters[$name])) {
  7730. return $this->buildParameters[$name];
  7731. }
  7732. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  7733. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  7734. }
  7735. if (isset($this->loadedDynamicParameters[$name])) {
  7736. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7737. }
  7738. return $this->parameters[$name];
  7739. }
  7740. public function hasParameter(string $name): bool
  7741. {
  7742. if (isset($this->buildParameters[$name])) {
  7743. return true;
  7744. }
  7745. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  7746. }
  7747. public function setParameter(string $name, $value): void
  7748. {
  7749. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7750. }
  7751. public function getParameterBag(): ParameterBagInterface
  7752. {
  7753. if (null === $this->parameterBag) {
  7754. $parameters = $this->parameters;
  7755. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7756. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7757. }
  7758. foreach ($this->buildParameters as $name => $value) {
  7759. $parameters[$name] = $value;
  7760. }
  7761. $this->parameterBag = new FrozenParameterBag($parameters);
  7762. }
  7763. return $this->parameterBag;
  7764. }
  7765. private $loadedDynamicParameters = [
  7766. 'kernel.runtime_environment' => false,
  7767. 'kernel.build_dir' => false,
  7768. 'kernel.cache_dir' => false,
  7769. 'onlyoffice.document_server_url' => false,
  7770. 'onlyoffice.jwt_secret' => false,
  7771. 'kernel.secret' => false,
  7772. 'debug.container.dump' => false,
  7773. 'serializer.mapping.cache.file' => false,
  7774. 'validator.mapping.cache.file' => false,
  7775. 'profiler.storage.dsn' => false,
  7776. 'doctrine.orm.proxy_dir' => false,
  7777. ];
  7778. private $dynamicParameters = [];
  7779. private function getDynamicParameter(string $name)
  7780. {
  7781. switch ($name) {
  7782. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7783. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  7784. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  7785. case 'onlyoffice.document_server_url': $value = $this->getEnv('ONLYOFFICE_DOCUMENT_SERVER_URL'); break;
  7786. case 'onlyoffice.jwt_secret': $value = $this->getEnv('ONLYOFFICE_JWT_SECRET'); break;
  7787. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  7788. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7789. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  7790. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  7791. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7792. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7793. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  7794. }
  7795. $this->loadedDynamicParameters[$name] = true;
  7796. return $this->dynamicParameters[$name] = $value;
  7797. }
  7798. protected function getDefaultParameters(): array
  7799. {
  7800. return [
  7801. 'kernel.project_dir' => \dirname(__DIR__, 4),
  7802. 'kernel.environment' => 'dev',
  7803. 'kernel.debug' => true,
  7804. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  7805. 'kernel.bundles' => [
  7806. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7807. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7808. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7809. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7810. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7811. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7812. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7813. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7814. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7815. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7816. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7817. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  7818. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  7819. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  7820. ],
  7821. 'kernel.bundles_metadata' => [
  7822. 'FrameworkBundle' => [
  7823. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  7824. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7825. ],
  7826. 'SensioFrameworkExtraBundle' => [
  7827. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  7828. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7829. ],
  7830. 'TwigBundle' => [
  7831. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  7832. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7833. ],
  7834. 'WebProfilerBundle' => [
  7835. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  7836. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7837. ],
  7838. 'MonologBundle' => [
  7839. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  7840. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7841. ],
  7842. 'DebugBundle' => [
  7843. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  7844. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7845. ],
  7846. 'MakerBundle' => [
  7847. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  7848. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7849. ],
  7850. 'DoctrineBundle' => [
  7851. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  7852. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7853. ],
  7854. 'DoctrineMigrationsBundle' => [
  7855. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7856. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7857. ],
  7858. 'SecurityBundle' => [
  7859. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  7860. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7861. ],
  7862. 'TwigExtraBundle' => [
  7863. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  7864. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7865. ],
  7866. 'SymfonyCastsResetPasswordBundle' => [
  7867. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  7868. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  7869. ],
  7870. 'NelmioApiDocBundle' => [
  7871. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  7872. 'namespace' => 'Nelmio\\ApiDocBundle',
  7873. ],
  7874. 'NelmioCorsBundle' => [
  7875. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  7876. 'namespace' => 'Nelmio\\CorsBundle',
  7877. ],
  7878. ],
  7879. 'kernel.charset' => 'UTF-8',
  7880. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  7881. 'container.dumper.inline_class_loader' => true,
  7882. 'container.dumper.inline_factories' => true,
  7883. 'event_dispatcher.event_aliases' => [
  7884. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7885. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7886. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7887. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7888. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7889. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7890. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7891. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7892. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7893. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7894. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7895. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7896. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7897. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7898. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7899. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7900. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7901. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7902. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7903. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7904. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7905. ],
  7906. 'fragment.renderer.hinclude.global_template' => NULL,
  7907. 'fragment.path' => '/_fragment',
  7908. 'kernel.http_method_override' => true,
  7909. 'kernel.trusted_hosts' => [
  7910. ],
  7911. 'kernel.default_locale' => 'en',
  7912. 'kernel.enabled_locales' => [
  7913. ],
  7914. 'kernel.error_controller' => 'error_controller',
  7915. 'debug.file_link_format' => NULL,
  7916. 'asset.request_context.base_path' => NULL,
  7917. 'asset.request_context.secure' => NULL,
  7918. 'translator.logging' => false,
  7919. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  7920. 'debug.error_handler.throw_at' => -1,
  7921. 'router.request_context.host' => 'localhost',
  7922. 'router.request_context.scheme' => 'http',
  7923. 'router.request_context.base_url' => '',
  7924. 'router.resource' => 'kernel::loadRoutes',
  7925. 'request_listener.http_port' => 80,
  7926. 'request_listener.https_port' => 443,
  7927. 'session.metadata.storage_key' => '_sf2_meta',
  7928. 'session.storage.options' => [
  7929. 'cache_limiter' => '0',
  7930. 'cookie_secure' => 'auto',
  7931. 'cookie_httponly' => true,
  7932. 'cookie_samesite' => 'lax',
  7933. 'gc_probability' => 1,
  7934. ],
  7935. 'session.save_path' => NULL,
  7936. 'session.metadata.update_threshold' => 0,
  7937. 'form.type_extension.csrf.enabled' => true,
  7938. 'form.type_extension.csrf.field_name' => '_token',
  7939. 'validator.translation_domain' => 'validators',
  7940. 'profiler_listener.only_exceptions' => false,
  7941. 'profiler_listener.only_main_requests' => false,
  7942. 'twig.form.resources' => [
  7943. 0 => 'form_div_layout.html.twig',
  7944. ],
  7945. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  7946. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  7947. 'web_profiler.debug_toolbar.mode' => 2,
  7948. 'monolog.use_microseconds' => true,
  7949. 'monolog.swift_mailer.handlers' => [
  7950. ],
  7951. 'monolog.handlers_to_channels' => [
  7952. 'monolog.handler.console' => [
  7953. 'type' => 'exclusive',
  7954. 'elements' => [
  7955. 0 => 'event',
  7956. 1 => 'doctrine',
  7957. 2 => 'console',
  7958. ],
  7959. ],
  7960. 'monolog.handler.main' => [
  7961. 'type' => 'exclusive',
  7962. 'elements' => [
  7963. 0 => 'event',
  7964. ],
  7965. ],
  7966. ],
  7967. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7968. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7969. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7970. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7971. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7972. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7973. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7974. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7975. 'doctrine.entity_managers' => [
  7976. 'default' => 'doctrine.orm.default_entity_manager',
  7977. ],
  7978. 'doctrine.default_entity_manager' => 'default',
  7979. 'doctrine.dbal.connection_factory.types' => [
  7980. ],
  7981. 'doctrine.connections' => [
  7982. 'default' => 'doctrine.dbal.default_connection',
  7983. ],
  7984. 'doctrine.default_connection' => 'default',
  7985. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7986. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7987. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7988. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7989. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7990. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7991. 'doctrine.orm.cache.memcache_host' => 'localhost',
  7992. 'doctrine.orm.cache.memcache_port' => 11211,
  7993. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7994. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7995. 'doctrine.orm.cache.memcached_host' => 'localhost',
  7996. 'doctrine.orm.cache.memcached_port' => 11211,
  7997. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7998. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7999. 'doctrine.orm.cache.redis_host' => 'localhost',
  8000. 'doctrine.orm.cache.redis_port' => 6379,
  8001. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8002. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8003. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8004. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8005. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8006. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8007. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8008. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8009. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8010. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8011. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8012. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8013. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8014. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8015. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8016. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8017. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8018. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8019. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8020. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8021. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8022. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8023. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  8024. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8025. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8026. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8027. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8028. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8029. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8030. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8031. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8032. 'doctrine.orm.auto_generate_proxy_classes' => true,
  8033. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  8034. 'doctrine.orm.proxy_namespace' => 'Proxies',
  8035. 'doctrine.migrations.preferred_em' => NULL,
  8036. 'doctrine.migrations.preferred_connection' => NULL,
  8037. 'security.role_hierarchy.roles' => [
  8038. ],
  8039. 'security.access.denied_url' => NULL,
  8040. 'security.authentication.manager.erase_credentials' => true,
  8041. 'security.authentication.session_strategy.strategy' => 'migrate',
  8042. 'security.access.always_authenticate_before_granting' => false,
  8043. 'security.authentication.hide_user_not_found' => true,
  8044. 'security.firewalls' => [
  8045. 0 => 'dev',
  8046. 1 => 'main',
  8047. ],
  8048. 'security.main._indexed_authenticators' => [
  8049. ],
  8050. 'nelmio_api_doc.areas' => [
  8051. 0 => 'default',
  8052. ],
  8053. 'nelmio_api_doc.use_validation_groups' => false,
  8054. 'nelmio_cors.map' => [
  8055. '^/' => [
  8056. ],
  8057. ],
  8058. 'nelmio_cors.defaults' => [
  8059. 'allow_origin' => true,
  8060. 'allow_credentials' => false,
  8061. 'allow_headers' => [
  8062. 0 => 'content-type',
  8063. 1 => 'authorization',
  8064. ],
  8065. 'allow_private_network' => false,
  8066. 'expose_headers' => [
  8067. 0 => 'Link',
  8068. ],
  8069. 'allow_methods' => [
  8070. 0 => 'GET',
  8071. 1 => 'OPTIONS',
  8072. 2 => 'POST',
  8073. 3 => 'PUT',
  8074. 4 => 'PATCH',
  8075. 5 => 'DELETE',
  8076. ],
  8077. 'max_age' => 3600,
  8078. 'hosts' => [
  8079. ],
  8080. 'origin_regex' => true,
  8081. 'forced_allow_origin_value' => NULL,
  8082. 'skip_same_as_origin' => true,
  8083. ],
  8084. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8085. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8086. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8087. 'data_collector.templates' => [
  8088. 'data_collector.request' => [
  8089. 0 => 'request',
  8090. 1 => '@WebProfiler/Collector/request.html.twig',
  8091. ],
  8092. 'data_collector.time' => [
  8093. 0 => 'time',
  8094. 1 => '@WebProfiler/Collector/time.html.twig',
  8095. ],
  8096. 'data_collector.memory' => [
  8097. 0 => 'memory',
  8098. 1 => '@WebProfiler/Collector/memory.html.twig',
  8099. ],
  8100. 'data_collector.validator' => [
  8101. 0 => 'validator',
  8102. 1 => '@WebProfiler/Collector/validator.html.twig',
  8103. ],
  8104. 'data_collector.ajax' => [
  8105. 0 => 'ajax',
  8106. 1 => '@WebProfiler/Collector/ajax.html.twig',
  8107. ],
  8108. 'data_collector.form' => [
  8109. 0 => 'form',
  8110. 1 => '@WebProfiler/Collector/form.html.twig',
  8111. ],
  8112. 'data_collector.exception' => [
  8113. 0 => 'exception',
  8114. 1 => '@WebProfiler/Collector/exception.html.twig',
  8115. ],
  8116. 'data_collector.logger' => [
  8117. 0 => 'logger',
  8118. 1 => '@WebProfiler/Collector/logger.html.twig',
  8119. ],
  8120. 'data_collector.events' => [
  8121. 0 => 'events',
  8122. 1 => '@WebProfiler/Collector/events.html.twig',
  8123. ],
  8124. 'data_collector.router' => [
  8125. 0 => 'router',
  8126. 1 => '@WebProfiler/Collector/router.html.twig',
  8127. ],
  8128. 'data_collector.cache' => [
  8129. 0 => 'cache',
  8130. 1 => '@WebProfiler/Collector/cache.html.twig',
  8131. ],
  8132. 'data_collector.translation' => [
  8133. 0 => 'translation',
  8134. 1 => '@WebProfiler/Collector/translation.html.twig',
  8135. ],
  8136. 'data_collector.security' => [
  8137. 0 => 'security',
  8138. 1 => '@Security/Collector/security.html.twig',
  8139. ],
  8140. 'data_collector.twig' => [
  8141. 0 => 'twig',
  8142. 1 => '@WebProfiler/Collector/twig.html.twig',
  8143. ],
  8144. 'data_collector.http_client' => [
  8145. 0 => 'http_client',
  8146. 1 => '@WebProfiler/Collector/http_client.html.twig',
  8147. ],
  8148. 'data_collector.doctrine' => [
  8149. 0 => 'db',
  8150. 1 => '@Doctrine/Collector/db.html.twig',
  8151. ],
  8152. 'doctrine_migrations.migrations_collector' => [
  8153. 0 => 'doctrine_migrations',
  8154. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  8155. ],
  8156. 'data_collector.dump' => [
  8157. 0 => 'dump',
  8158. 1 => '@Debug/Profiler/dump.html.twig',
  8159. ],
  8160. 'mailer.data_collector' => [
  8161. 0 => 'mailer',
  8162. 1 => '@WebProfiler/Collector/mailer.html.twig',
  8163. ],
  8164. 'data_collector.config' => [
  8165. 0 => 'config',
  8166. 1 => '@WebProfiler/Collector/config.html.twig',
  8167. ],
  8168. ],
  8169. 'console.command.ids' => [
  8170. ],
  8171. ];
  8172. }
  8173. protected function throw($message)
  8174. {
  8175. throw new RuntimeException($message);
  8176. }
  8177. }