var/cache/dev/ContainerQ48LnxF/App_KernelDevDebugContainer.php line 3891

Open in your IDE?
  1. <?php
  2. namespace ContainerQ48LnxF;
  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\\Api\\TrustedProxiesController' => 'getTrustedProxiesControllerService',
  51. 'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  52. 'App\\Controller\\EstadisticasUsoDiscoController' => 'getEstadisticasUsoDiscoControllerService',
  53. 'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  54. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  55. 'App\\Controller\\VerifyIpController' => 'getVerifyIpControllerService',
  56. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  57. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  58. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  59. 'cache.app' => 'getCache_AppService',
  60. 'cache.app_clearer' => 'getCache_AppClearerService',
  61. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  62. 'cache.system' => 'getCache_SystemService',
  63. 'cache.system_clearer' => 'getCache_SystemClearerService',
  64. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  65. 'cache_warmer' => 'getCacheWarmerService',
  66. 'console.command_loader' => 'getConsole_CommandLoaderService',
  67. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  68. 'data_collector.dump' => 'getDataCollector_DumpService',
  69. 'doctrine' => 'getDoctrineService',
  70. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  71. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  72. 'error_controller' => 'getErrorControllerService',
  73. 'event_dispatcher' => 'getEventDispatcherService',
  74. 'http_kernel' => 'getHttpKernelService',
  75. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  76. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  77. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  78. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  79. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  80. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  81. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  82. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  83. 'request_stack' => 'getRequestStackService',
  84. 'router' => 'getRouterService',
  85. 'routing.loader' => 'getRouting_LoaderService',
  86. 'services_resetter' => 'getServicesResetterService',
  87. 'translator' => 'getTranslatorService',
  88. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  89. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  90. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  91. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  92. 'cache_clearer' => 'getCacheClearerService',
  93. 'filesystem' => 'getFilesystemService',
  94. 'serializer' => 'getSerializerService',
  95. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  96. 'form.factory' => 'getForm_FactoryService',
  97. 'form.type.file' => 'getForm_Type_FileService',
  98. 'profiler' => 'getProfilerService',
  99. 'twig' => 'getTwigService',
  100. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  101. 'security.token_storage' => 'getSecurity_TokenStorageService',
  102. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  103. 'session' => 'getSessionService',
  104. 'validator' => 'getValidatorService',
  105. ];
  106. $this->aliases = [
  107. 'database_connection' => 'doctrine.dbal.default_connection',
  108. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  109. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  110. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  111. ];
  112. $this->privates['service_container'] = function () {
  113. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  114. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  115. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  116. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  117. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  118. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  119. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  120. include_once \dirname(__DIR__, 4).'/src/EventListener/ApiTokenListener.php';
  121. include_once \dirname(__DIR__, 4).'/src/EventListener/TrustedProxiesListener.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  124. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/RequestSubscriber.php';
  125. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  126. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  128. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  131. include_once \dirname(__DIR__, 4).'/src/Repository/ClienteRepository.php';
  132. include_once \dirname(__DIR__, 4).'/src/Service/TrustedProxyProvider.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  449. include_once __DIR__.'/proxy-classes.php';
  450. };
  451. }
  452. public function compile(): void
  453. {
  454. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  455. }
  456. public function isCompiled(): bool
  457. {
  458. return true;
  459. }
  460. public function getRemovedIds(): array
  461. {
  462. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  463. }
  464. protected function createProxy($class, \Closure $factory)
  465. {
  466. return $factory();
  467. }
  468. /**
  469. * Gets the public '.container.private.cache_clearer' shared service.
  470. *
  471. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  472. */
  473. protected function get_Container_Private_CacheClearerService()
  474. {
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  477. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  478. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  479. }, 1));
  480. }
  481. /**
  482. * Gets the public '.container.private.filesystem' shared service.
  483. *
  484. * @return \Symfony\Component\Filesystem\Filesystem
  485. */
  486. protected function get_Container_Private_FilesystemService()
  487. {
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  489. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  490. }
  491. /**
  492. * Gets the public '.container.private.form.factory' shared service.
  493. *
  494. * @return \Symfony\Component\Form\FormFactory
  495. */
  496. protected function get_Container_Private_Form_FactoryService()
  497. {
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  500. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  501. }
  502. /**
  503. * Gets the public '.container.private.form.type.file' shared service.
  504. *
  505. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  506. */
  507. protected function get_Container_Private_Form_Type_FileService()
  508. {
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  512. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  513. }
  514. /**
  515. * Gets the public '.container.private.profiler' shared service.
  516. *
  517. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  518. */
  519. protected function get_Container_Private_ProfilerService()
  520. {
  521. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  522. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  523. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  524. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  525. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  526. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  527. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  528. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  529. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  530. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  531. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  532. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  533. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  534. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  535. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  536. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  537. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  538. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  539. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  540. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  541. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  542. $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  543. if ($this->has('kernel')) {
  544. $f->setKernel($b);
  545. }
  546. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  547. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  548. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  549. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  550. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  551. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  552. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  553. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  554. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  555. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  556. $instance->add($d);
  557. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  558. $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));
  559. $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())));
  560. $instance->add($e);
  561. $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([])))));
  562. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  563. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  564. $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()))));
  565. $instance->add($f);
  566. return $instance;
  567. }
  568. /**
  569. * Gets the public '.container.private.security.authorization_checker' shared service.
  570. *
  571. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  572. */
  573. protected function get_Container_Private_Security_AuthorizationCheckerService()
  574. {
  575. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  576. if (isset($this->services['.container.private.security.authorization_checker'])) {
  577. return $this->services['.container.private.security.authorization_checker'];
  578. }
  579. 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);
  580. }
  581. /**
  582. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  583. *
  584. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  585. */
  586. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  587. {
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  592. 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())));
  593. }
  594. /**
  595. * Gets the public '.container.private.security.password_encoder' shared service.
  596. *
  597. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  598. *
  599. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  600. */
  601. protected function get_Container_Private_Security_PasswordEncoderService()
  602. {
  603. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  604. 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()));
  605. }
  606. /**
  607. * Gets the public '.container.private.security.token_storage' shared service.
  608. *
  609. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  610. */
  611. protected function get_Container_Private_Security_TokenStorageService()
  612. {
  613. 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, [
  614. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  615. ], [
  616. 'request_stack' => '?',
  617. ]));
  618. }
  619. /**
  620. * Gets the public '.container.private.serializer' shared service.
  621. *
  622. * @return \Symfony\Component\Serializer\Serializer
  623. */
  624. protected function get_Container_Private_SerializerService()
  625. {
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  640. include_once \dirname(__DIR__, 4).'/src/Serializer/CityNormalizer.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  667. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  668. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  669. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  670. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  671. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  672. 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()]);
  673. }
  674. /**
  675. * Gets the public '.container.private.session' shared service.
  676. *
  677. * @return \Symfony\Component\HttpFoundation\Session\Session
  678. */
  679. protected function get_Container_Private_SessionService()
  680. {
  681. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  682. if (isset($this->services['.container.private.session'])) {
  683. return $this->services['.container.private.session'];
  684. }
  685. return $this->services['.container.private.session'] = $a->createSession();
  686. }
  687. /**
  688. * Gets the public '.container.private.twig' shared service.
  689. *
  690. * @return \Twig\Environment
  691. */
  692. protected function get_Container_Private_TwigService()
  693. {
  694. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  695. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  696. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  697. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  698. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  699. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  700. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  701. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  702. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  703. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  704. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  705. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  706. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  707. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  708. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  709. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  710. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  711. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  712. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  713. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  714. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  715. $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  716. $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  717. $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 () {
  718. return new \EmptyIterator();
  719. }, 0)));
  720. $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  721. $h = ($this->services['router'] ?? $this->getRouterService());
  722. $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  723. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  724. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
  725. $k = new \Symfony\Bridge\Twig\AppVariable();
  726. $k->setEnvironment('dev');
  727. $k->setDebug(true);
  728. if ($this->has('.container.private.security.token_storage')) {
  729. $k->setTokenStorage($i);
  730. }
  731. if ($this->has('request_stack')) {
  732. $k->setRequestStack($d);
  733. }
  734. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  735. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  736. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  737. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  738. $instance->addExtension($f);
  739. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
  740. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  741. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  742. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  743. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  744. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  745. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $h)));
  746. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  747. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  748. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  749. $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())));
  750. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  751. $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)));
  752. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  753. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  754. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  755. $instance->addGlobal('app', $k);
  756. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  757. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  758. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  759. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  760. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  761. ], [
  762. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  763. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  764. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  765. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  766. ])));
  767. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  768. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  769. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  770. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  771. return $instance;
  772. }
  773. /**
  774. * Gets the public '.container.private.validator' shared service.
  775. *
  776. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  777. */
  778. protected function get_Container_Private_ValidatorService()
  779. {
  780. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  781. }
  782. /**
  783. * Gets the public 'App\Controller\Api\CityController' shared autowired service.
  784. *
  785. * @return \App\Controller\Api\CityController
  786. */
  787. protected function getCityControllerService()
  788. {
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  790. include_once \dirname(__DIR__, 4).'/src/Controller/Api/CityController.php';
  791. $this->services['App\\Controller\\Api\\CityController'] = $instance = new \App\Controller\Api\CityController();
  792. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\CityController', $this));
  793. return $instance;
  794. }
  795. /**
  796. * Gets the public 'App\Controller\Api\CountryController' shared autowired service.
  797. *
  798. * @return \App\Controller\Api\CountryController
  799. */
  800. protected function getCountryControllerService()
  801. {
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  803. include_once \dirname(__DIR__, 4).'/src/Controller/Api/CountryController.php';
  804. $this->services['App\\Controller\\Api\\CountryController'] = $instance = new \App\Controller\Api\CountryController();
  805. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\CountryController', $this));
  806. return $instance;
  807. }
  808. /**
  809. * Gets the public 'App\Controller\Api\OnlyOfficeController' shared autowired service.
  810. *
  811. * @return \App\Controller\Api\OnlyOfficeController
  812. */
  813. protected function getOnlyOfficeControllerService()
  814. {
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  816. include_once \dirname(__DIR__, 4).'/src/Controller/Api/OnlyOfficeController.php';
  817. include_once \dirname(__DIR__, 4).'/src/Service/OnlyOfficeDocBuilderService.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/ArrayTrait.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/JsonTrait.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-core/src/ClientTrait.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/google/cloud-storage/src/StorageClient.php';
  822. include_once \dirname(__DIR__, 4).'/src/Service/HtmlToDocBuilderConverter.php';
  823. $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  824. $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);
  825. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\OnlyOfficeController', $this));
  826. return $instance;
  827. }
  828. /**
  829. * Gets the public 'App\Controller\Api\StateController' shared autowired service.
  830. *
  831. * @return \App\Controller\Api\StateController
  832. */
  833. protected function getStateControllerService()
  834. {
  835. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  836. include_once \dirname(__DIR__, 4).'/src/Controller/Api/StateController.php';
  837. $this->services['App\\Controller\\Api\\StateController'] = $instance = new \App\Controller\Api\StateController();
  838. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\StateController', $this));
  839. return $instance;
  840. }
  841. /**
  842. * Gets the public 'App\Controller\Api\TrustedProxiesController' shared autowired service.
  843. *
  844. * @return \App\Controller\Api\TrustedProxiesController
  845. */
  846. protected function getTrustedProxiesControllerService()
  847. {
  848. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  849. include_once \dirname(__DIR__, 4).'/src/Controller/Api/TrustedProxiesController.php';
  850. $this->services['App\\Controller\\Api\\TrustedProxiesController'] = $instance = new \App\Controller\Api\TrustedProxiesController(($this->privates['App\\Service\\TrustedProxyProvider'] ?? $this->getTrustedProxyProviderService()));
  851. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Api\\TrustedProxiesController', $this));
  852. return $instance;
  853. }
  854. /**
  855. * Gets the public 'App\Controller\DashboardController' shared autowired service.
  856. *
  857. * @return \App\Controller\DashboardController
  858. */
  859. protected function getDashboardControllerService()
  860. {
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  862. include_once \dirname(__DIR__, 4).'/src/Controller/DashboardController.php';
  863. $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  864. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController', $this));
  865. return $instance;
  866. }
  867. /**
  868. * Gets the public 'App\Controller\EstadisticasUsoDiscoController' shared autowired service.
  869. *
  870. * @return \App\Controller\EstadisticasUsoDiscoController
  871. */
  872. protected function getEstadisticasUsoDiscoControllerService()
  873. {
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  875. include_once \dirname(__DIR__, 4).'/src/Controller/EstadisticasUsoDiscoController.php';
  876. $this->services['App\\Controller\\EstadisticasUsoDiscoController'] = $instance = new \App\Controller\EstadisticasUsoDiscoController();
  877. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EstadisticasUsoDiscoController', $this));
  878. return $instance;
  879. }
  880. /**
  881. * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  882. *
  883. * @return \App\Controller\ResetPasswordController
  884. */
  885. protected function getResetPasswordControllerService()
  886. {
  887. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  889. include_once \dirname(__DIR__, 4).'/src/Controller/ResetPasswordController.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  896. $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()));
  897. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ResetPasswordController', $this));
  898. return $instance;
  899. }
  900. /**
  901. * Gets the public 'App\Controller\SecurityController' shared autowired service.
  902. *
  903. * @return \App\Controller\SecurityController
  904. */
  905. protected function getSecurityControllerService()
  906. {
  907. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  908. include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
  909. $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  910. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
  911. return $instance;
  912. }
  913. /**
  914. * Gets the public 'App\Controller\VerifyIpController' shared autowired service.
  915. *
  916. * @return \App\Controller\VerifyIpController
  917. */
  918. protected function getVerifyIpControllerService()
  919. {
  920. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  921. include_once \dirname(__DIR__, 4).'/src/Controller/VerifyIpController.php';
  922. $this->services['App\\Controller\\VerifyIpController'] = $instance = new \App\Controller\VerifyIpController();
  923. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\VerifyIpController', $this));
  924. return $instance;
  925. }
  926. /**
  927. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  928. *
  929. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  930. */
  931. protected function getProfilerControllerService()
  932. {
  933. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  934. 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()));
  935. }
  936. /**
  937. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  938. *
  939. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  940. */
  941. protected function getRedirectControllerService()
  942. {
  943. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  944. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  945. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  946. }
  947. /**
  948. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  949. *
  950. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  951. */
  952. protected function getTemplateControllerService()
  953. {
  954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  955. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  956. }
  957. /**
  958. * Gets the public 'cache.app' shared service.
  959. *
  960. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  961. */
  962. protected function getCache_AppService()
  963. {
  964. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  965. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  966. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  967. }
  968. /**
  969. * Gets the public 'cache.app_clearer' shared service.
  970. *
  971. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  972. */
  973. protected function getCache_AppClearerService()
  974. {
  975. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  976. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  977. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  978. }
  979. /**
  980. * Gets the public 'cache.global_clearer' shared service.
  981. *
  982. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  983. */
  984. protected function getCache_GlobalClearerService()
  985. {
  986. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  987. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  988. 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())]);
  989. }
  990. /**
  991. * Gets the public 'cache.system' shared service.
  992. *
  993. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  994. */
  995. protected function getCache_SystemService()
  996. {
  997. 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())));
  998. }
  999. /**
  1000. * Gets the public 'cache.system_clearer' shared service.
  1001. *
  1002. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1003. */
  1004. protected function getCache_SystemClearerService()
  1005. {
  1006. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1007. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1008. 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())]);
  1009. }
  1010. /**
  1011. * Gets the public 'cache.validator_expression_language' shared service.
  1012. *
  1013. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1014. */
  1015. protected function getCache_ValidatorExpressionLanguageService()
  1016. {
  1017. 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())));
  1018. }
  1019. /**
  1020. * Gets the public 'cache_warmer' shared service.
  1021. *
  1022. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1023. */
  1024. protected function getCacheWarmerService()
  1025. {
  1026. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1027. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1028. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1029. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1030. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1031. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1032. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1033. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1034. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1035. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1036. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1037. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1038. }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1039. }
  1040. /**
  1041. * Gets the public 'console.command_loader' shared service.
  1042. *
  1043. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1044. */
  1045. protected function getConsole_CommandLoaderService()
  1046. {
  1047. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1048. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1049. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1050. 'App\\Command\\GestionVigiaCommand' => ['privates', 'App\\Command\\GestionVigiaCommand', 'getGestionVigiaCommandService', false],
  1051. 'App\\Command\\RefreshTrustedProxiesCommand' => ['privates', '.App\\Command\\RefreshTrustedProxiesCommand.lazy', 'getRefreshTrustedProxiesCommand_LazyService', false],
  1052. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  1053. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  1054. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  1055. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  1056. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  1057. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  1058. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  1059. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  1060. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  1061. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  1062. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  1063. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  1064. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  1065. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  1066. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  1067. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  1068. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  1069. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  1070. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  1071. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  1072. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  1073. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  1074. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  1075. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  1076. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  1077. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  1078. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  1079. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  1080. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  1081. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  1082. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  1083. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  1084. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  1085. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  1086. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  1087. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  1088. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  1089. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  1090. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  1091. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  1092. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  1093. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  1094. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  1095. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  1096. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  1097. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  1098. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  1099. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  1100. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  1101. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  1102. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  1103. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  1104. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  1105. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  1106. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  1107. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  1108. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  1109. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  1110. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  1111. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  1112. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  1113. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  1114. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  1115. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  1116. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  1117. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  1118. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  1119. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  1120. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  1121. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  1122. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  1123. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  1124. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  1125. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  1126. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  1127. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  1128. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  1129. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  1130. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  1131. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  1132. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  1133. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  1134. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  1135. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  1136. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  1137. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  1138. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  1139. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  1140. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  1141. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  1142. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  1143. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  1144. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  1145. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  1146. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  1147. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  1148. ], [
  1149. 'App\\Command\\GestionVigiaCommand' => 'App\\Command\\GestionVigiaCommand',
  1150. 'App\\Command\\RefreshTrustedProxiesCommand' => '?',
  1151. 'console.command.about' => '?',
  1152. 'console.command.assets_install' => '?',
  1153. 'console.command.cache_clear' => '?',
  1154. 'console.command.cache_pool_clear' => '?',
  1155. 'console.command.cache_pool_prune' => '?',
  1156. 'console.command.cache_pool_delete' => '?',
  1157. 'console.command.cache_pool_list' => '?',
  1158. 'console.command.cache_warmup' => '?',
  1159. 'console.command.config_debug' => '?',
  1160. 'console.command.config_dump_reference' => '?',
  1161. 'console.command.container_debug' => '?',
  1162. 'console.command.container_lint' => '?',
  1163. 'console.command.debug_autowiring' => '?',
  1164. 'console.command.dotenv_debug' => '?',
  1165. 'console.command.event_dispatcher_debug' => '?',
  1166. 'console.command.router_debug' => '?',
  1167. 'console.command.router_match' => '?',
  1168. 'console.command.translation_debug' => '?',
  1169. 'console.command.translation_extract' => '?',
  1170. 'console.command.validator_debug' => '?',
  1171. 'console.command.translation_pull' => '?',
  1172. 'console.command.translation_push' => '?',
  1173. 'console.command.xliff_lint' => '?',
  1174. 'console.command.yaml_lint' => '?',
  1175. 'console.command.form_debug' => '?',
  1176. 'console.command.secrets_set' => '?',
  1177. 'console.command.secrets_remove' => '?',
  1178. 'console.command.secrets_generate_key' => '?',
  1179. 'console.command.secrets_list' => '?',
  1180. 'console.command.secrets_decrypt_to_local' => '?',
  1181. 'console.command.secrets_encrypt_from_local' => '?',
  1182. 'twig.command.debug' => '?',
  1183. 'twig.command.lint' => '?',
  1184. 'var_dumper.command.server_dump' => '?',
  1185. 'monolog.command.server_log' => '?',
  1186. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1187. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1188. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1189. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1190. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1191. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1192. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1193. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1194. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1195. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1196. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1197. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1198. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1199. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1200. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1201. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1202. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1203. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1204. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1205. 'doctrine_migrations.diff_command' => '?',
  1206. 'doctrine_migrations.sync_metadata_command' => '?',
  1207. 'doctrine_migrations.versions_command' => '?',
  1208. 'doctrine_migrations.current_command' => '?',
  1209. 'doctrine_migrations.dump_schema_command' => '?',
  1210. 'doctrine_migrations.execute_command' => '?',
  1211. 'doctrine_migrations.generate_command' => '?',
  1212. 'doctrine_migrations.latest_command' => '?',
  1213. 'doctrine_migrations.migrate_command' => '?',
  1214. 'doctrine_migrations.rollup_command' => '?',
  1215. 'doctrine_migrations.status_command' => '?',
  1216. 'doctrine_migrations.up_to_date_command' => '?',
  1217. 'doctrine_migrations.version_command' => '?',
  1218. 'security.command.debug_firewall' => '?',
  1219. 'security.command.user_password_encoder' => '?',
  1220. 'security.command.user_password_hash' => '?',
  1221. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  1222. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1223. 'maker.auto_command.make_auth' => '?',
  1224. 'maker.auto_command.make_command' => '?',
  1225. 'maker.auto_command.make_twig_component' => '?',
  1226. 'maker.auto_command.make_controller' => '?',
  1227. 'maker.auto_command.make_crud' => '?',
  1228. 'maker.auto_command.make_docker_database' => '?',
  1229. 'maker.auto_command.make_entity' => '?',
  1230. 'maker.auto_command.make_fixtures' => '?',
  1231. 'maker.auto_command.make_form' => '?',
  1232. 'maker.auto_command.make_message' => '?',
  1233. 'maker.auto_command.make_messenger_middleware' => '?',
  1234. 'maker.auto_command.make_registration_form' => '?',
  1235. 'maker.auto_command.make_reset_password' => '?',
  1236. 'maker.auto_command.make_serializer_encoder' => '?',
  1237. 'maker.auto_command.make_serializer_normalizer' => '?',
  1238. 'maker.auto_command.make_subscriber' => '?',
  1239. 'maker.auto_command.make_twig_extension' => '?',
  1240. 'maker.auto_command.make_test' => '?',
  1241. 'maker.auto_command.make_validator' => '?',
  1242. 'maker.auto_command.make_voter' => '?',
  1243. 'maker.auto_command.make_user' => '?',
  1244. 'maker.auto_command.make_migration' => '?',
  1245. 'maker.auto_command.make_stimulus_controller' => '?',
  1246. 'maker.auto_command.make_security_form_login' => '?',
  1247. ]), ['app:gestion-vigia' => 'App\\Command\\GestionVigiaCommand', 'app:trusted-proxies:refresh' => 'App\\Command\\RefreshTrustedProxiesCommand', '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']);
  1248. }
  1249. /**
  1250. * Gets the public 'container.env_var_processors_locator' shared service.
  1251. *
  1252. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1253. */
  1254. protected function getContainer_EnvVarProcessorsLocatorService()
  1255. {
  1256. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1257. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1258. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1259. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1260. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1261. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1262. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1263. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1264. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1265. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1266. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1267. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1268. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1269. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1270. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1271. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1272. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1273. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  1274. ], [
  1275. 'base64' => '?',
  1276. 'bool' => '?',
  1277. 'const' => '?',
  1278. 'csv' => '?',
  1279. 'default' => '?',
  1280. 'file' => '?',
  1281. 'float' => '?',
  1282. 'int' => '?',
  1283. 'json' => '?',
  1284. 'key' => '?',
  1285. 'not' => '?',
  1286. 'query_string' => '?',
  1287. 'require' => '?',
  1288. 'resolve' => '?',
  1289. 'string' => '?',
  1290. 'trim' => '?',
  1291. 'url' => '?',
  1292. ]);
  1293. }
  1294. /**
  1295. * Gets the public 'data_collector.dump' shared service.
  1296. *
  1297. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1298. */
  1299. protected function getDataCollector_DumpService()
  1300. {
  1301. 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()));
  1302. }
  1303. /**
  1304. * Gets the public 'doctrine' shared service.
  1305. *
  1306. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1307. */
  1308. protected function getDoctrineService()
  1309. {
  1310. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1311. }
  1312. /**
  1313. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1314. *
  1315. * @return \Doctrine\DBAL\Connection
  1316. */
  1317. protected function getDoctrine_Dbal_DefaultConnectionService()
  1318. {
  1319. $a = new \Doctrine\DBAL\Configuration();
  1320. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1321. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1322. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1323. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1324. $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))));
  1325. $c->setConnectionName('default');
  1326. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1327. $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')))]));
  1328. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  1329. 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()), []);
  1330. }
  1331. /**
  1332. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1333. *
  1334. * @return \Doctrine\ORM\EntityManager
  1335. */
  1336. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1337. {
  1338. if ($lazyLoad) {
  1339. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1340. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1341. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1342. $proxy->setProxyInitializer(null);
  1343. return true;
  1344. });
  1345. });
  1346. }
  1347. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1348. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1350. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1353. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1354. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1355. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1358. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1359. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1360. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1361. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1362. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1363. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1364. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1365. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1366. $a = new \Doctrine\ORM\Configuration();
  1367. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1368. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1369. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1370. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1371. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1372. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1373. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1374. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  1375. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  1376. ], [
  1377. 'doctrine.ulid_generator' => '?',
  1378. 'doctrine.uuid_generator' => '?',
  1379. ])));
  1380. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1381. $a->setProxyNamespace('Proxies');
  1382. $a->setAutoGenerateProxyClasses(true);
  1383. $a->setSchemaIgnoreClasses([]);
  1384. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1385. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1386. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1387. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1388. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1389. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1390. $a->setLazyGhostObjectEnabled(false);
  1391. $a->setIdentityGenerationPreferences([]);
  1392. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1393. 'App\\Repository\\AcuerdoNivelServicioRepository' => ['privates', 'App\\Repository\\AcuerdoNivelServicioRepository', 'getAcuerdoNivelServicioRepositoryService', false],
  1394. 'App\\Repository\\CityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  1395. 'App\\Repository\\ClienteRepository' => ['privates', 'App\\Repository\\ClienteRepository', 'getClienteRepositoryService', false],
  1396. 'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  1397. 'App\\Repository\\FestivoRepository' => ['privates', 'App\\Repository\\FestivoRepository', 'getFestivoRepositoryService', false],
  1398. 'App\\Repository\\ListaItemRepository' => ['privates', 'App\\Repository\\ListaItemRepository', 'getListaItemRepositoryService', false],
  1399. 'App\\Repository\\ListaRepository' => ['privates', 'App\\Repository\\ListaRepository', 'getListaRepositoryService', false],
  1400. 'App\\Repository\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
  1401. 'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  1402. 'App\\Repository\\TicketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
  1403. 'App\\Repository\\TiempoRepository' => ['privates', 'App\\Repository\\TiempoRepository', 'getTiempoRepositoryService', false],
  1404. 'App\\Repository\\UsuarioRepository' => ['privates', 'App\\Repository\\UsuarioRepository', 'getUsuarioRepositoryService', false],
  1405. ], [
  1406. 'App\\Repository\\AcuerdoNivelServicioRepository' => '?',
  1407. 'App\\Repository\\CityRepository' => '?',
  1408. 'App\\Repository\\ClienteRepository' => '?',
  1409. 'App\\Repository\\CountryRepository' => '?',
  1410. 'App\\Repository\\FestivoRepository' => '?',
  1411. 'App\\Repository\\ListaItemRepository' => '?',
  1412. 'App\\Repository\\ListaRepository' => '?',
  1413. 'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1414. 'App\\Repository\\StateRepository' => '?',
  1415. 'App\\Repository\\TicketRepository' => '?',
  1416. 'App\\Repository\\TiempoRepository' => '?',
  1417. 'App\\Repository\\UsuarioRepository' => '?',
  1418. ])));
  1419. $a->addCustomStringFunction('JSON_CONTAINS', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
  1420. $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()));
  1421. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1422. return $instance;
  1423. }
  1424. /**
  1425. * Gets the public 'error_controller' shared service.
  1426. *
  1427. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1428. */
  1429. protected function getErrorControllerService()
  1430. {
  1431. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1432. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1433. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1434. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1435. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1436. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1437. 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)));
  1438. }
  1439. /**
  1440. * Gets the public 'event_dispatcher' shared service.
  1441. *
  1442. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1443. */
  1444. protected function getEventDispatcherService()
  1445. {
  1446. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1447. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1448. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1449. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1450. $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())));
  1451. $instance->addListener('kernel.request', [0 => function () {
  1452. return ($this->privates['App\\EventListener\\ApiTokenListener'] ?? $this->getApiTokenListenerService());
  1453. }, 1 => 'onKernelRequest'], 10);
  1454. $instance->addListener('kernel.request', [0 => function () {
  1455. return ($this->privates['App\\EventListener\\TrustedProxiesListener'] ?? $this->getTrustedProxiesListenerService());
  1456. }, 1 => 'onKernelRequest'], 255);
  1457. $instance->addListener('kernel.controller', [0 => function () {
  1458. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1459. }, 1 => 'onKernelController'], 0);
  1460. $instance->addListener('console.command', [0 => function () {
  1461. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1462. }, 1 => 'onConsoleCommand'], 0);
  1463. $instance->addListener('kernel.request', [0 => function () {
  1464. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1465. }, 1 => 'onKernelRequest'], 250);
  1466. $instance->addListener('kernel.response', [0 => function () {
  1467. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1468. }, 1 => 'onKernelResponse'], 0);
  1469. $instance->addListener('kernel.response', [0 => function () {
  1470. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1471. }, 1 => 'onResponse'], -10);
  1472. $instance->addListener('kernel.request', [0 => function () {
  1473. return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  1474. }, 1 => 'onKernelRequest'], 0);
  1475. $instance->addListener('kernel.response', [0 => function () {
  1476. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1477. }, 1 => 'onKernelResponse'], 0);
  1478. $instance->addListener('kernel.response', [0 => function () {
  1479. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1480. }, 1 => 'onKernelResponse'], -1024);
  1481. $instance->addListener('kernel.request', [0 => function () {
  1482. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1483. }, 1 => 'setDefaultLocale'], 100);
  1484. $instance->addListener('kernel.request', [0 => function () {
  1485. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1486. }, 1 => 'onKernelRequest'], 16);
  1487. $instance->addListener('kernel.finish_request', [0 => function () {
  1488. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1489. }, 1 => 'onKernelFinishRequest'], 0);
  1490. $instance->addListener('kernel.request', [0 => function () {
  1491. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1492. }, 1 => 'onKernelRequest'], 256);
  1493. $instance->addListener('kernel.response', [0 => function () {
  1494. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1495. }, 1 => 'onResponse'], -255);
  1496. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1497. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1498. }, 1 => 'onControllerArguments'], 0);
  1499. $instance->addListener('kernel.exception', [0 => function () {
  1500. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1501. }, 1 => 'logKernelException'], 0);
  1502. $instance->addListener('kernel.exception', [0 => function () {
  1503. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1504. }, 1 => 'onKernelException'], -128);
  1505. $instance->addListener('kernel.response', [0 => function () {
  1506. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1507. }, 1 => 'removeCspHeader'], -128);
  1508. $instance->addListener('kernel.request', [0 => function () {
  1509. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1510. }, 1 => 'onKernelRequest'], 15);
  1511. $instance->addListener('kernel.finish_request', [0 => function () {
  1512. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1513. }, 1 => 'onKernelFinishRequest'], -15);
  1514. $instance->addListener('console.error', [0 => function () {
  1515. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1516. }, 1 => 'onConsoleError'], -128);
  1517. $instance->addListener('console.terminate', [0 => function () {
  1518. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1519. }, 1 => 'onConsoleTerminate'], -128);
  1520. $instance->addListener('console.error', [0 => function () {
  1521. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1522. }, 1 => 'onConsoleError'], 0);
  1523. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1524. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1525. }, 1 => 'onMessage'], -255);
  1526. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1527. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1528. }, 1 => 'onMessage'], -255);
  1529. $instance->addListener('kernel.request', [0 => function () {
  1530. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1531. }, 1 => 'configure'], 2048);
  1532. $instance->addListener('console.command', [0 => function () {
  1533. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1534. }, 1 => 'configure'], 2048);
  1535. $instance->addListener('kernel.request', [0 => function () {
  1536. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1537. }, 1 => 'onKernelRequest'], 32);
  1538. $instance->addListener('kernel.finish_request', [0 => function () {
  1539. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1540. }, 1 => 'onKernelFinishRequest'], 0);
  1541. $instance->addListener('kernel.exception', [0 => function () {
  1542. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1543. }, 1 => 'onKernelException'], -64);
  1544. $instance->addListener('kernel.response', [0 => function () {
  1545. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1546. }, 1 => 'onKernelResponse'], 0);
  1547. $instance->addListener('kernel.request', [0 => function () {
  1548. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1549. }, 1 => 'onKernelRequest'], 128);
  1550. $instance->addListener('kernel.response', [0 => function () {
  1551. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1552. }, 1 => 'onKernelResponse'], -1000);
  1553. $instance->addListener('kernel.finish_request', [0 => function () {
  1554. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1555. }, 1 => 'onFinishRequest'], 0);
  1556. $instance->addListener('kernel.response', [0 => function () {
  1557. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1558. }, 1 => 'onKernelResponse'], -100);
  1559. $instance->addListener('kernel.exception', [0 => function () {
  1560. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1561. }, 1 => 'onKernelException'], 0);
  1562. $instance->addListener('kernel.terminate', [0 => function () {
  1563. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1564. }, 1 => 'onKernelTerminate'], -1024);
  1565. $instance->addListener('kernel.controller', [0 => function () {
  1566. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1567. }, 1 => 'onKernelController'], 0);
  1568. $instance->addListener('kernel.response', [0 => function () {
  1569. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1570. }, 1 => 'onKernelResponse'], 0);
  1571. $instance->addListener('kernel.controller', [0 => function () {
  1572. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1573. }, 1 => 'onKernelController'], 0);
  1574. $instance->addListener('kernel.controller', [0 => function () {
  1575. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1576. }, 1 => 'onKernelController'], 0);
  1577. $instance->addListener('kernel.controller', [0 => function () {
  1578. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1579. }, 1 => 'onKernelController'], -128);
  1580. $instance->addListener('kernel.view', [0 => function () {
  1581. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1582. }, 1 => 'onKernelView'], 0);
  1583. $instance->addListener('kernel.controller', [0 => function () {
  1584. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1585. }, 1 => 'onKernelController'], 0);
  1586. $instance->addListener('kernel.response', [0 => function () {
  1587. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1588. }, 1 => 'onKernelResponse'], 0);
  1589. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1590. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1591. }, 1 => 'onKernelControllerArguments'], 0);
  1592. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1593. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1594. }, 1 => 'onKernelControllerArguments'], 0);
  1595. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1596. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1597. }, 1 => 'onMessage'], 0);
  1598. $instance->addListener('kernel.response', [0 => function () {
  1599. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1600. }, 1 => 'onKernelResponse'], -128);
  1601. $instance->addListener('console.command', [0 => function () {
  1602. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1603. }, 1 => 'onCommand'], 255);
  1604. $instance->addListener('console.terminate', [0 => function () {
  1605. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1606. }, 1 => 'onTerminate'], -255);
  1607. $instance->addListener('console.command', [0 => function () {
  1608. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1609. }, 1 => 'configure'], 1024);
  1610. $instance->addListener('console.error', [0 => function () {
  1611. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1612. }, 1 => 'onConsoleError'], 0);
  1613. $instance->addListener('console.terminate', [0 => function () {
  1614. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1615. }, 1 => 'onConsoleTerminate'], 0);
  1616. $instance->addListener('kernel.response', [0 => function () {
  1617. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1618. }, 1 => 'onKernelResponse'], 0);
  1619. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1620. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1621. }, 1 => 'onVoterVote'], 0);
  1622. $instance->addListener('kernel.request', [0 => function () {
  1623. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1624. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1625. $instance->addListener('kernel.request', [0 => function () {
  1626. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1627. }, 1 => 'onKernelRequest'], 8);
  1628. $instance->addListener('kernel.finish_request', [0 => function () {
  1629. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1630. }, 1 => 'onKernelFinishRequest'], 0);
  1631. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1632. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1633. }, 1 => 'onLogout'], 0);
  1634. return $instance;
  1635. }
  1636. /**
  1637. * Gets the public 'http_kernel' shared service.
  1638. *
  1639. * @return \Symfony\Component\HttpKernel\HttpKernel
  1640. */
  1641. protected function getHttpKernelService()
  1642. {
  1643. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1644. if (isset($this->services['http_kernel'])) {
  1645. return $this->services['http_kernel'];
  1646. }
  1647. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1648. 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 () {
  1649. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1650. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1651. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1652. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1653. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1654. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1655. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1656. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1657. }, 8)), $b));
  1658. }
  1659. /**
  1660. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  1661. *
  1662. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  1663. */
  1664. protected function getNelmioApiDoc_Command_DumpService()
  1665. {
  1666. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1667. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  1668. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1669. $instance->setName('nelmio:apidoc:dump');
  1670. return $instance;
  1671. }
  1672. /**
  1673. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  1674. *
  1675. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1676. */
  1677. protected function getNelmioApiDoc_Controller_RedoclyService()
  1678. {
  1679. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1680. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  1681. }
  1682. /**
  1683. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  1684. *
  1685. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1686. */
  1687. protected function getNelmioApiDoc_Controller_StoplightService()
  1688. {
  1689. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1690. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  1691. }
  1692. /**
  1693. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  1694. *
  1695. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  1696. */
  1697. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  1698. {
  1699. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  1700. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1701. }
  1702. /**
  1703. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  1704. *
  1705. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  1706. */
  1707. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  1708. {
  1709. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  1710. 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');
  1711. }
  1712. /**
  1713. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  1714. *
  1715. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  1716. */
  1717. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  1718. {
  1719. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  1720. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  1721. }
  1722. /**
  1723. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  1724. *
  1725. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  1726. */
  1727. protected function getNelmioApiDoc_Generator_DefaultService()
  1728. {
  1729. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  1730. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  1731. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  1732. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  1733. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  1734. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  1735. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  1736. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  1737. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  1738. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  1739. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  1740. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  1741. }, 5), new RewindableGenerator(function () {
  1742. 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()));
  1743. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  1744. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  1745. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  1746. }, 4), NULL, 'openapi_doc.default', $a);
  1747. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  1748. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1749. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1750. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1751. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1752. $instance->setAlternativeNames([]);
  1753. $instance->setMediaTypes([0 => 'json']);
  1754. $instance->setLogger($b);
  1755. $instance->setOpenApiVersion(NULL);
  1756. return $instance;
  1757. }
  1758. /**
  1759. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  1760. *
  1761. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  1762. */
  1763. protected function getNelmioApiDoc_RenderDocsService()
  1764. {
  1765. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  1766. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  1767. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  1768. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  1769. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  1770. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1771. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  1772. ], [
  1773. 'default' => '?',
  1774. ]), 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' => []]));
  1775. }
  1776. /**
  1777. * Gets the public 'request_stack' shared service.
  1778. *
  1779. * @return \Symfony\Component\HttpFoundation\RequestStack
  1780. */
  1781. protected function getRequestStackService()
  1782. {
  1783. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1784. }
  1785. /**
  1786. * Gets the public 'router' shared service.
  1787. *
  1788. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1789. */
  1790. protected function getRouterService()
  1791. {
  1792. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1793. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1794. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1795. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1796. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1797. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1798. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  1799. ], [
  1800. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1801. ]))->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');
  1802. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1803. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1804. return $instance;
  1805. }
  1806. /**
  1807. * Gets the public 'routing.loader' shared service.
  1808. *
  1809. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1810. */
  1811. protected function getRouting_LoaderService()
  1812. {
  1813. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1814. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  1815. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1816. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1817. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1818. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1819. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  1820. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1821. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1822. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1823. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1824. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  1825. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  1826. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1827. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1828. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1829. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1830. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1831. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1832. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1833. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1834. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1835. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1836. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1837. $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1838. $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  1839. $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1840. $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
  1841. $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
  1842. $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
  1843. $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
  1844. $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
  1845. $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1846. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  1847. ], [
  1848. 'kernel' => 'App\\Kernel',
  1849. ]), 'dev'));
  1850. $a->addLoader($c);
  1851. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
  1852. $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
  1853. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1854. }
  1855. /**
  1856. * Gets the public 'services_resetter' shared service.
  1857. *
  1858. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1859. */
  1860. protected function getServicesResetterService()
  1861. {
  1862. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1863. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1864. if (isset($this->services['cache.app'])) {
  1865. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1866. }
  1867. if (isset($this->services['cache.system'])) {
  1868. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1869. }
  1870. if (isset($this->privates['cache.validator'])) {
  1871. yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1872. }
  1873. if (isset($this->privates['cache.serializer'])) {
  1874. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1875. }
  1876. if (isset($this->privates['cache.annotations'])) {
  1877. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1878. }
  1879. if (isset($this->privates['cache.property_info'])) {
  1880. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1881. }
  1882. if (isset($this->privates['.debug.http_client'])) {
  1883. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  1884. }
  1885. if (isset($this->privates['mailer.message_logger_listener'])) {
  1886. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  1887. }
  1888. if (isset($this->privates['debug.stopwatch'])) {
  1889. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1890. }
  1891. if (isset($this->services['event_dispatcher'])) {
  1892. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1893. }
  1894. if (isset($this->privates['session_listener'])) {
  1895. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  1896. }
  1897. if (isset($this->privates['form.choice_list_factory.cached'])) {
  1898. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1899. }
  1900. if (isset($this->services['cache.validator_expression_language'])) {
  1901. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1902. }
  1903. if (isset($this->services['.container.private.profiler'])) {
  1904. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  1905. }
  1906. if (isset($this->services['.container.private.validator'])) {
  1907. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1908. }
  1909. if (isset($this->services['.container.private.twig'])) {
  1910. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  1911. }
  1912. if (isset($this->privates['twig.form.engine'])) {
  1913. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1914. }
  1915. if (isset($this->privates['monolog.handler.main'])) {
  1916. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1917. }
  1918. if (isset($this->privates['monolog.handler.console'])) {
  1919. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1920. }
  1921. if (isset($this->services['doctrine'])) {
  1922. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1923. }
  1924. if (isset($this->privates['doctrine.debug_data_holder'])) {
  1925. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  1926. }
  1927. if (isset($this->privates['form.type.entity'])) {
  1928. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1929. }
  1930. if (isset($this->services['.container.private.security.token_storage'])) {
  1931. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  1932. }
  1933. if (isset($this->privates['cache.security_expression_language'])) {
  1934. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1935. }
  1936. if (isset($this->privates['debug.security.firewall'])) {
  1937. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  1938. }
  1939. if (isset($this->privates['.debug.http_client'])) {
  1940. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1941. }
  1942. }, function () {
  1943. 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']));
  1944. }), ['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']]);
  1945. }
  1946. /**
  1947. * Gets the public 'translator' shared service.
  1948. *
  1949. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1950. */
  1951. protected function getTranslatorService()
  1952. {
  1953. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1954. }
  1955. /**
  1956. * Gets the public 'var_dumper.cloner' shared service.
  1957. *
  1958. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1959. */
  1960. protected function getVarDumper_ClonerService()
  1961. {
  1962. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1963. $instance->setMaxItems(2500);
  1964. $instance->setMinDepth(1);
  1965. $instance->setMaxString(-1);
  1966. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1967. return $instance;
  1968. }
  1969. /**
  1970. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1971. *
  1972. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1973. */
  1974. protected function getWebProfiler_Controller_ExceptionPanelService()
  1975. {
  1976. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1977. 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()));
  1978. }
  1979. /**
  1980. * Gets the public 'web_profiler.controller.profiler' shared service.
  1981. *
  1982. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1983. */
  1984. protected function getWebProfiler_Controller_ProfilerService()
  1985. {
  1986. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1987. 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));
  1988. }
  1989. /**
  1990. * Gets the public 'web_profiler.controller.router' shared service.
  1991. *
  1992. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1993. */
  1994. protected function getWebProfiler_Controller_RouterService()
  1995. {
  1996. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1997. 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 () {
  1998. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  1999. }, 1));
  2000. }
  2001. /**
  2002. * Gets the private '.App\Command\RefreshTrustedProxiesCommand.lazy' shared service.
  2003. *
  2004. * @return \Symfony\Component\Console\Command\LazyCommand
  2005. */
  2006. protected function getRefreshTrustedProxiesCommand_LazyService()
  2007. {
  2008. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2009. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2010. return $this->privates['.App\\Command\\RefreshTrustedProxiesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:trusted-proxies:refresh', [], 'Refresca la lista de proxies de confianza (Cloudflare + Google LB) y actualiza el caché local.', false, function (): \App\Command\RefreshTrustedProxiesCommand {
  2011. return ($this->privates['App\\Command\\RefreshTrustedProxiesCommand'] ?? $this->getRefreshTrustedProxiesCommandService());
  2012. });
  2013. }
  2014. /**
  2015. * Gets the private '.console.command.about.lazy' shared service.
  2016. *
  2017. * @return \Symfony\Component\Console\Command\LazyCommand
  2018. */
  2019. protected function get_Console_Command_About_LazyService()
  2020. {
  2021. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2022. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2023. 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 {
  2024. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2025. });
  2026. }
  2027. /**
  2028. * Gets the private '.console.command.assets_install.lazy' shared service.
  2029. *
  2030. * @return \Symfony\Component\Console\Command\LazyCommand
  2031. */
  2032. protected function get_Console_Command_AssetsInstall_LazyService()
  2033. {
  2034. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2035. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2036. 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 {
  2037. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2038. });
  2039. }
  2040. /**
  2041. * Gets the private '.console.command.cache_clear.lazy' shared service.
  2042. *
  2043. * @return \Symfony\Component\Console\Command\LazyCommand
  2044. */
  2045. protected function get_Console_Command_CacheClear_LazyService()
  2046. {
  2047. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2048. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2049. 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 {
  2050. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2051. });
  2052. }
  2053. /**
  2054. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2055. *
  2056. * @return \Symfony\Component\Console\Command\LazyCommand
  2057. */
  2058. protected function get_Console_Command_CachePoolClear_LazyService()
  2059. {
  2060. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2061. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2062. 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 {
  2063. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2064. });
  2065. }
  2066. /**
  2067. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2068. *
  2069. * @return \Symfony\Component\Console\Command\LazyCommand
  2070. */
  2071. protected function get_Console_Command_CachePoolDelete_LazyService()
  2072. {
  2073. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2074. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2075. 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 {
  2076. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2077. });
  2078. }
  2079. /**
  2080. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2081. *
  2082. * @return \Symfony\Component\Console\Command\LazyCommand
  2083. */
  2084. protected function get_Console_Command_CachePoolList_LazyService()
  2085. {
  2086. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2088. 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 {
  2089. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2090. });
  2091. }
  2092. /**
  2093. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2094. *
  2095. * @return \Symfony\Component\Console\Command\LazyCommand
  2096. */
  2097. protected function get_Console_Command_CachePoolPrune_LazyService()
  2098. {
  2099. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2100. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2101. 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 {
  2102. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2103. });
  2104. }
  2105. /**
  2106. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2107. *
  2108. * @return \Symfony\Component\Console\Command\LazyCommand
  2109. */
  2110. protected function get_Console_Command_CacheWarmup_LazyService()
  2111. {
  2112. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2113. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2114. 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 {
  2115. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2116. });
  2117. }
  2118. /**
  2119. * Gets the private '.console.command.config_debug.lazy' shared service.
  2120. *
  2121. * @return \Symfony\Component\Console\Command\LazyCommand
  2122. */
  2123. protected function get_Console_Command_ConfigDebug_LazyService()
  2124. {
  2125. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2126. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2127. 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 {
  2128. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2129. });
  2130. }
  2131. /**
  2132. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2133. *
  2134. * @return \Symfony\Component\Console\Command\LazyCommand
  2135. */
  2136. protected function get_Console_Command_ConfigDumpReference_LazyService()
  2137. {
  2138. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2139. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2140. 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 {
  2141. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2142. });
  2143. }
  2144. /**
  2145. * Gets the private '.console.command.container_debug.lazy' shared service.
  2146. *
  2147. * @return \Symfony\Component\Console\Command\LazyCommand
  2148. */
  2149. protected function get_Console_Command_ContainerDebug_LazyService()
  2150. {
  2151. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2152. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2153. 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 {
  2154. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2155. });
  2156. }
  2157. /**
  2158. * Gets the private '.console.command.container_lint.lazy' shared service.
  2159. *
  2160. * @return \Symfony\Component\Console\Command\LazyCommand
  2161. */
  2162. protected function get_Console_Command_ContainerLint_LazyService()
  2163. {
  2164. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2165. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2166. 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 {
  2167. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2168. });
  2169. }
  2170. /**
  2171. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2172. *
  2173. * @return \Symfony\Component\Console\Command\LazyCommand
  2174. */
  2175. protected function get_Console_Command_DebugAutowiring_LazyService()
  2176. {
  2177. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2178. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2179. 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 {
  2180. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2181. });
  2182. }
  2183. /**
  2184. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2185. *
  2186. * @return \Symfony\Component\Console\Command\LazyCommand
  2187. */
  2188. protected function get_Console_Command_DotenvDebug_LazyService()
  2189. {
  2190. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2191. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2192. 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 {
  2193. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2194. });
  2195. }
  2196. /**
  2197. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2198. *
  2199. * @return \Symfony\Component\Console\Command\LazyCommand
  2200. */
  2201. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2202. {
  2203. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2204. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2205. 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 {
  2206. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2207. });
  2208. }
  2209. /**
  2210. * Gets the private '.console.command.form_debug.lazy' shared service.
  2211. *
  2212. * @return \Symfony\Component\Console\Command\LazyCommand
  2213. */
  2214. protected function get_Console_Command_FormDebug_LazyService()
  2215. {
  2216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2217. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2218. 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 {
  2219. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2220. });
  2221. }
  2222. /**
  2223. * Gets the private '.console.command.router_debug.lazy' shared service.
  2224. *
  2225. * @return \Symfony\Component\Console\Command\LazyCommand
  2226. */
  2227. protected function get_Console_Command_RouterDebug_LazyService()
  2228. {
  2229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2230. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2231. 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 {
  2232. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2233. });
  2234. }
  2235. /**
  2236. * Gets the private '.console.command.router_match.lazy' shared service.
  2237. *
  2238. * @return \Symfony\Component\Console\Command\LazyCommand
  2239. */
  2240. protected function get_Console_Command_RouterMatch_LazyService()
  2241. {
  2242. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2243. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2244. 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 {
  2245. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2246. });
  2247. }
  2248. /**
  2249. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2250. *
  2251. * @return \Symfony\Component\Console\Command\LazyCommand
  2252. */
  2253. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2254. {
  2255. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2256. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2257. 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 {
  2258. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2259. });
  2260. }
  2261. /**
  2262. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2263. *
  2264. * @return \Symfony\Component\Console\Command\LazyCommand
  2265. */
  2266. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2267. {
  2268. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2269. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2270. 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 {
  2271. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2272. });
  2273. }
  2274. /**
  2275. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2276. *
  2277. * @return \Symfony\Component\Console\Command\LazyCommand
  2278. */
  2279. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2280. {
  2281. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2282. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2283. 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 {
  2284. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2285. });
  2286. }
  2287. /**
  2288. * Gets the private '.console.command.secrets_list.lazy' shared service.
  2289. *
  2290. * @return \Symfony\Component\Console\Command\LazyCommand
  2291. */
  2292. protected function get_Console_Command_SecretsList_LazyService()
  2293. {
  2294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2295. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2296. 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 {
  2297. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2298. });
  2299. }
  2300. /**
  2301. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2302. *
  2303. * @return \Symfony\Component\Console\Command\LazyCommand
  2304. */
  2305. protected function get_Console_Command_SecretsRemove_LazyService()
  2306. {
  2307. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2308. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2309. 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 {
  2310. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2311. });
  2312. }
  2313. /**
  2314. * Gets the private '.console.command.secrets_set.lazy' shared service.
  2315. *
  2316. * @return \Symfony\Component\Console\Command\LazyCommand
  2317. */
  2318. protected function get_Console_Command_SecretsSet_LazyService()
  2319. {
  2320. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2321. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2322. 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 {
  2323. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2324. });
  2325. }
  2326. /**
  2327. * Gets the private '.console.command.translation_debug.lazy' shared service.
  2328. *
  2329. * @return \Symfony\Component\Console\Command\LazyCommand
  2330. */
  2331. protected function get_Console_Command_TranslationDebug_LazyService()
  2332. {
  2333. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2334. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2335. 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 {
  2336. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2337. });
  2338. }
  2339. /**
  2340. * Gets the private '.console.command.translation_extract.lazy' shared service.
  2341. *
  2342. * @return \Symfony\Component\Console\Command\LazyCommand
  2343. */
  2344. protected function get_Console_Command_TranslationExtract_LazyService()
  2345. {
  2346. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2347. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2348. 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 {
  2349. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2350. });
  2351. }
  2352. /**
  2353. * Gets the private '.console.command.translation_pull.lazy' shared service.
  2354. *
  2355. * @return \Symfony\Component\Console\Command\LazyCommand
  2356. */
  2357. protected function get_Console_Command_TranslationPull_LazyService()
  2358. {
  2359. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2360. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2361. 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 {
  2362. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2363. });
  2364. }
  2365. /**
  2366. * Gets the private '.console.command.translation_push.lazy' shared service.
  2367. *
  2368. * @return \Symfony\Component\Console\Command\LazyCommand
  2369. */
  2370. protected function get_Console_Command_TranslationPush_LazyService()
  2371. {
  2372. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2373. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2374. 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 {
  2375. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2376. });
  2377. }
  2378. /**
  2379. * Gets the private '.console.command.validator_debug.lazy' shared service.
  2380. *
  2381. * @return \Symfony\Component\Console\Command\LazyCommand
  2382. */
  2383. protected function get_Console_Command_ValidatorDebug_LazyService()
  2384. {
  2385. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2386. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2387. 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 {
  2388. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2389. });
  2390. }
  2391. /**
  2392. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2393. *
  2394. * @return \Symfony\Component\Console\Command\LazyCommand
  2395. */
  2396. protected function get_Console_Command_XliffLint_LazyService()
  2397. {
  2398. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2399. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2400. 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 {
  2401. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2402. });
  2403. }
  2404. /**
  2405. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2406. *
  2407. * @return \Symfony\Component\Console\Command\LazyCommand
  2408. */
  2409. protected function get_Console_Command_YamlLint_LazyService()
  2410. {
  2411. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2412. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2413. 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 {
  2414. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2415. });
  2416. }
  2417. /**
  2418. * Gets the private '.debug.http_client' shared service.
  2419. *
  2420. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2421. */
  2422. protected function get_Debug_HttpClientService()
  2423. {
  2424. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2425. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2426. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2427. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2428. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2429. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2430. $a->setLogger($b);
  2431. 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))));
  2432. }
  2433. /**
  2434. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  2435. *
  2436. * @return \Symfony\Component\Console\Command\LazyCommand
  2437. */
  2438. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  2439. {
  2440. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2441. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2442. 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 {
  2443. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  2444. });
  2445. }
  2446. /**
  2447. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  2448. *
  2449. * @return \Symfony\Component\Console\Command\LazyCommand
  2450. */
  2451. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  2452. {
  2453. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2454. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2455. 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 {
  2456. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  2457. });
  2458. }
  2459. /**
  2460. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  2461. *
  2462. * @return \Symfony\Component\Console\Command\LazyCommand
  2463. */
  2464. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  2465. {
  2466. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2467. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2468. 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 {
  2469. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  2470. });
  2471. }
  2472. /**
  2473. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  2474. *
  2475. * @return \Symfony\Component\Console\Command\LazyCommand
  2476. */
  2477. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  2478. {
  2479. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2480. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2481. 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 {
  2482. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  2483. });
  2484. }
  2485. /**
  2486. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  2487. *
  2488. * @return \Symfony\Component\Console\Command\LazyCommand
  2489. */
  2490. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  2491. {
  2492. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2493. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2494. 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 {
  2495. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  2496. });
  2497. }
  2498. /**
  2499. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  2500. *
  2501. * @return \Symfony\Component\Console\Command\LazyCommand
  2502. */
  2503. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  2504. {
  2505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2506. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2507. 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 {
  2508. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  2509. });
  2510. }
  2511. /**
  2512. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  2513. *
  2514. * @return \Symfony\Component\Console\Command\LazyCommand
  2515. */
  2516. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  2517. {
  2518. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2519. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2520. 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 {
  2521. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  2522. });
  2523. }
  2524. /**
  2525. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  2526. *
  2527. * @return \Symfony\Component\Console\Command\LazyCommand
  2528. */
  2529. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  2530. {
  2531. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2532. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2533. 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 {
  2534. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  2535. });
  2536. }
  2537. /**
  2538. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  2539. *
  2540. * @return \Symfony\Component\Console\Command\LazyCommand
  2541. */
  2542. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  2543. {
  2544. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2545. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2546. 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 {
  2547. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  2548. });
  2549. }
  2550. /**
  2551. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  2552. *
  2553. * @return \Symfony\Component\Console\Command\LazyCommand
  2554. */
  2555. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  2556. {
  2557. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2559. 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 {
  2560. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  2561. });
  2562. }
  2563. /**
  2564. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  2565. *
  2566. * @return \Symfony\Component\Console\Command\LazyCommand
  2567. */
  2568. protected function get_DoctrineMigrations_UpToDateCommand_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['.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 {
  2573. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  2574. });
  2575. }
  2576. /**
  2577. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  2578. *
  2579. * @return \Symfony\Component\Console\Command\LazyCommand
  2580. */
  2581. protected function get_DoctrineMigrations_VersionCommand_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['.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 {
  2586. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  2587. });
  2588. }
  2589. /**
  2590. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  2591. *
  2592. * @return \Symfony\Component\Console\Command\LazyCommand
  2593. */
  2594. protected function get_DoctrineMigrations_VersionsCommand_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['.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 {
  2599. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  2600. });
  2601. }
  2602. /**
  2603. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2604. *
  2605. * @return \Symfony\Component\Config\Loader\LoaderInterface
  2606. */
  2607. protected function getLoaderInterfaceService()
  2608. {
  2609. $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".');
  2610. }
  2611. /**
  2612. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2613. *
  2614. * @return \Symfony\Component\Console\Command\LazyCommand
  2615. */
  2616. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2617. {
  2618. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2619. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2620. 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 {
  2621. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2622. });
  2623. }
  2624. /**
  2625. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2626. *
  2627. * @return \Symfony\Component\Console\Command\LazyCommand
  2628. */
  2629. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2630. {
  2631. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2632. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2633. 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 {
  2634. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2635. });
  2636. }
  2637. /**
  2638. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2639. *
  2640. * @return \Symfony\Component\Console\Command\LazyCommand
  2641. */
  2642. protected function get_Maker_AutoCommand_MakeController_LazyService()
  2643. {
  2644. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2645. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2646. 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 {
  2647. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2648. });
  2649. }
  2650. /**
  2651. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2652. *
  2653. * @return \Symfony\Component\Console\Command\LazyCommand
  2654. */
  2655. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2656. {
  2657. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2658. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2659. 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 {
  2660. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2661. });
  2662. }
  2663. /**
  2664. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2665. *
  2666. * @return \Symfony\Component\Console\Command\LazyCommand
  2667. */
  2668. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2669. {
  2670. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2671. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2672. 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 {
  2673. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2674. });
  2675. }
  2676. /**
  2677. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2678. *
  2679. * @return \Symfony\Component\Console\Command\LazyCommand
  2680. */
  2681. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2682. {
  2683. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2684. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2685. 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 {
  2686. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2687. });
  2688. }
  2689. /**
  2690. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2691. *
  2692. * @return \Symfony\Component\Console\Command\LazyCommand
  2693. */
  2694. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2695. {
  2696. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2697. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2698. 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 {
  2699. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2700. });
  2701. }
  2702. /**
  2703. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2704. *
  2705. * @return \Symfony\Component\Console\Command\LazyCommand
  2706. */
  2707. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2708. {
  2709. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2710. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2711. 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 {
  2712. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2713. });
  2714. }
  2715. /**
  2716. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2717. *
  2718. * @return \Symfony\Component\Console\Command\LazyCommand
  2719. */
  2720. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2721. {
  2722. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2723. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2724. 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 {
  2725. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2726. });
  2727. }
  2728. /**
  2729. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2730. *
  2731. * @return \Symfony\Component\Console\Command\LazyCommand
  2732. */
  2733. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2734. {
  2735. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2736. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2737. 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 {
  2738. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2739. });
  2740. }
  2741. /**
  2742. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2743. *
  2744. * @return \Symfony\Component\Console\Command\LazyCommand
  2745. */
  2746. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2747. {
  2748. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2749. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2750. 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 {
  2751. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2752. });
  2753. }
  2754. /**
  2755. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2756. *
  2757. * @return \Symfony\Component\Console\Command\LazyCommand
  2758. */
  2759. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2760. {
  2761. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2762. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2763. 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 {
  2764. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2765. });
  2766. }
  2767. /**
  2768. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2769. *
  2770. * @return \Symfony\Component\Console\Command\LazyCommand
  2771. */
  2772. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2773. {
  2774. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2775. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2776. 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 {
  2777. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2778. });
  2779. }
  2780. /**
  2781. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  2782. *
  2783. * @return \Symfony\Component\Console\Command\LazyCommand
  2784. */
  2785. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  2786. {
  2787. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2788. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2789. 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 {
  2790. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  2791. });
  2792. }
  2793. /**
  2794. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2795. *
  2796. * @return \Symfony\Component\Console\Command\LazyCommand
  2797. */
  2798. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2799. {
  2800. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2801. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2802. 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 {
  2803. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2804. });
  2805. }
  2806. /**
  2807. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2808. *
  2809. * @return \Symfony\Component\Console\Command\LazyCommand
  2810. */
  2811. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2812. {
  2813. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2814. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2815. 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 {
  2816. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2817. });
  2818. }
  2819. /**
  2820. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  2821. *
  2822. * @return \Symfony\Component\Console\Command\LazyCommand
  2823. */
  2824. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  2825. {
  2826. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2828. 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 {
  2829. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  2830. });
  2831. }
  2832. /**
  2833. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2834. *
  2835. * @return \Symfony\Component\Console\Command\LazyCommand
  2836. */
  2837. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2838. {
  2839. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2840. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2841. 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 {
  2842. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2843. });
  2844. }
  2845. /**
  2846. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2847. *
  2848. * @return \Symfony\Component\Console\Command\LazyCommand
  2849. */
  2850. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2851. {
  2852. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2853. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2854. 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 {
  2855. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2856. });
  2857. }
  2858. /**
  2859. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  2860. *
  2861. * @return \Symfony\Component\Console\Command\LazyCommand
  2862. */
  2863. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  2864. {
  2865. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2867. 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 {
  2868. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  2869. });
  2870. }
  2871. /**
  2872. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2873. *
  2874. * @return \Symfony\Component\Console\Command\LazyCommand
  2875. */
  2876. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2877. {
  2878. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2879. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2880. 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 {
  2881. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2882. });
  2883. }
  2884. /**
  2885. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2886. *
  2887. * @return \Symfony\Component\Console\Command\LazyCommand
  2888. */
  2889. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2890. {
  2891. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2892. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2893. 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 {
  2894. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2895. });
  2896. }
  2897. /**
  2898. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2899. *
  2900. * @return \Symfony\Component\Console\Command\LazyCommand
  2901. */
  2902. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2903. {
  2904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2905. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2906. 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 {
  2907. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2908. });
  2909. }
  2910. /**
  2911. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2912. *
  2913. * @return \Symfony\Component\Console\Command\LazyCommand
  2914. */
  2915. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2916. {
  2917. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2918. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2919. 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 {
  2920. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2921. });
  2922. }
  2923. /**
  2924. * Gets the private '.monolog.command.server_log.lazy' shared service.
  2925. *
  2926. * @return \Symfony\Component\Console\Command\LazyCommand
  2927. */
  2928. protected function get_Monolog_Command_ServerLog_LazyService()
  2929. {
  2930. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2931. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2932. 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 {
  2933. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2934. });
  2935. }
  2936. /**
  2937. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2938. *
  2939. * @return \Symfony\Component\Console\Command\LazyCommand
  2940. */
  2941. protected function get_Security_Command_DebugFirewall_LazyService()
  2942. {
  2943. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2944. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2945. 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 {
  2946. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2947. });
  2948. }
  2949. /**
  2950. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2951. *
  2952. * @return \Symfony\Component\Console\Command\LazyCommand
  2953. */
  2954. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2955. {
  2956. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2957. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2958. 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 {
  2959. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2960. });
  2961. }
  2962. /**
  2963. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2964. *
  2965. * @return \Symfony\Component\Console\Command\LazyCommand
  2966. */
  2967. protected function get_Security_Command_UserPasswordHash_LazyService()
  2968. {
  2969. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2970. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  2971. 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 {
  2972. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2973. });
  2974. }
  2975. /**
  2976. * Gets the private '.service_locator.4tgeRLM' shared service.
  2977. *
  2978. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2979. */
  2980. protected function get_ServiceLocator_4tgeRLMService()
  2981. {
  2982. return $this->privates['.service_locator.4tgeRLM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2983. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  2984. 'userPasswordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
  2985. ], [
  2986. 'translator' => '?',
  2987. 'userPasswordEncoder' => '?',
  2988. ]);
  2989. }
  2990. /**
  2991. * Gets the private '.service_locator.AnhG.Eb' shared service.
  2992. *
  2993. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2994. */
  2995. protected function get_ServiceLocator_AnhG_EbService()
  2996. {
  2997. return $this->privates['.service_locator.AnhG.Eb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2998. 'cityRepository' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  2999. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3000. ], [
  3001. 'cityRepository' => 'App\\Repository\\CityRepository',
  3002. 'repo' => 'App\\Repository\\StateRepository',
  3003. ]);
  3004. }
  3005. /**
  3006. * Gets the private '.service_locator.Dj1wdzF' shared service.
  3007. *
  3008. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3009. */
  3010. protected function get_ServiceLocator_Dj1wdzFService()
  3011. {
  3012. return $this->privates['.service_locator.Dj1wdzF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3013. 'App\\Controller\\Api\\CityController::byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3014. 'App\\Controller\\Api\\CityController::byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3015. 'App\\Controller\\Api\\CityController::byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3016. 'App\\Controller\\Api\\CountryController::byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3017. 'App\\Controller\\Api\\CountryController::byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3018. 'App\\Controller\\Api\\CountryController::byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3019. 'App\\Controller\\Api\\CountryController::byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3020. 'App\\Controller\\Api\\CountryController::list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3021. 'App\\Controller\\Api\\CountryController::states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  3022. 'App\\Controller\\Api\\StateController::byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3023. 'App\\Controller\\Api\\StateController::byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3024. 'App\\Controller\\Api\\StateController::byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3025. 'App\\Controller\\Api\\StateController::states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  3026. 'App\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  3027. 'App\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  3028. 'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3029. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3030. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3031. 'App\\Controller\\Api\\CityController:byId' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3032. 'App\\Controller\\Api\\CityController:byIdentifier' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3033. 'App\\Controller\\Api\\CityController:byName' => ['privates', '.service_locator.F48QN8y', 'get_ServiceLocator_F48QN8yService', false],
  3034. 'App\\Controller\\Api\\CountryController:byId' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3035. 'App\\Controller\\Api\\CountryController:byIso' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3036. 'App\\Controller\\Api\\CountryController:byName' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3037. 'App\\Controller\\Api\\CountryController:byWiki' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3038. 'App\\Controller\\Api\\CountryController:list' => ['privates', '.service_locator.XI1oBAb', 'get_ServiceLocator_XI1oBAbService', false],
  3039. 'App\\Controller\\Api\\CountryController:states' => ['privates', '.service_locator.ulX0IEb', 'get_ServiceLocator_UlX0IEbService', false],
  3040. 'App\\Controller\\Api\\StateController:byId' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3041. 'App\\Controller\\Api\\StateController:byName' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3042. 'App\\Controller\\Api\\StateController:byWiki' => ['privates', '.service_locator.M3t8.e_', 'get_ServiceLocator_M3t8_EService', false],
  3043. 'App\\Controller\\Api\\StateController:states' => ['privates', '.service_locator.AnhG.Eb', 'get_ServiceLocator_AnhG_EbService', false],
  3044. 'App\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.pXhSQsU', 'get_ServiceLocator_PXhSQsUService', false],
  3045. 'App\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.4tgeRLM', 'get_ServiceLocator_4tgeRLMService', false],
  3046. 'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
  3047. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3048. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  3049. ], [
  3050. 'App\\Controller\\Api\\CityController::byId' => '?',
  3051. 'App\\Controller\\Api\\CityController::byIdentifier' => '?',
  3052. 'App\\Controller\\Api\\CityController::byName' => '?',
  3053. 'App\\Controller\\Api\\CountryController::byId' => '?',
  3054. 'App\\Controller\\Api\\CountryController::byIso' => '?',
  3055. 'App\\Controller\\Api\\CountryController::byName' => '?',
  3056. 'App\\Controller\\Api\\CountryController::byWiki' => '?',
  3057. 'App\\Controller\\Api\\CountryController::list' => '?',
  3058. 'App\\Controller\\Api\\CountryController::states' => '?',
  3059. 'App\\Controller\\Api\\StateController::byId' => '?',
  3060. 'App\\Controller\\Api\\StateController::byName' => '?',
  3061. 'App\\Controller\\Api\\StateController::byWiki' => '?',
  3062. 'App\\Controller\\Api\\StateController::states' => '?',
  3063. 'App\\Controller\\ResetPasswordController::request' => '?',
  3064. 'App\\Controller\\ResetPasswordController::reset' => '?',
  3065. 'App\\Controller\\SecurityController::login' => '?',
  3066. 'kernel::loadRoutes' => '?',
  3067. 'kernel::registerContainerConfiguration' => '?',
  3068. 'App\\Controller\\Api\\CityController:byId' => '?',
  3069. 'App\\Controller\\Api\\CityController:byIdentifier' => '?',
  3070. 'App\\Controller\\Api\\CityController:byName' => '?',
  3071. 'App\\Controller\\Api\\CountryController:byId' => '?',
  3072. 'App\\Controller\\Api\\CountryController:byIso' => '?',
  3073. 'App\\Controller\\Api\\CountryController:byName' => '?',
  3074. 'App\\Controller\\Api\\CountryController:byWiki' => '?',
  3075. 'App\\Controller\\Api\\CountryController:list' => '?',
  3076. 'App\\Controller\\Api\\CountryController:states' => '?',
  3077. 'App\\Controller\\Api\\StateController:byId' => '?',
  3078. 'App\\Controller\\Api\\StateController:byName' => '?',
  3079. 'App\\Controller\\Api\\StateController:byWiki' => '?',
  3080. 'App\\Controller\\Api\\StateController:states' => '?',
  3081. 'App\\Controller\\ResetPasswordController:request' => '?',
  3082. 'App\\Controller\\ResetPasswordController:reset' => '?',
  3083. 'App\\Controller\\SecurityController:login' => '?',
  3084. 'kernel:loadRoutes' => '?',
  3085. 'kernel:registerContainerConfiguration' => '?',
  3086. ]);
  3087. }
  3088. /**
  3089. * Gets the private '.service_locator.F48QN8y' shared service.
  3090. *
  3091. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3092. */
  3093. protected function get_ServiceLocator_F48QN8yService()
  3094. {
  3095. return $this->privates['.service_locator.F48QN8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3096. 'repo' => ['privates', 'App\\Repository\\CityRepository', 'getCityRepositoryService', false],
  3097. ], [
  3098. 'repo' => 'App\\Repository\\CityRepository',
  3099. ]);
  3100. }
  3101. /**
  3102. * Gets the private '.service_locator.M3t8.e_' shared service.
  3103. *
  3104. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3105. */
  3106. protected function get_ServiceLocator_M3t8_EService()
  3107. {
  3108. return $this->privates['.service_locator.M3t8.e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3109. 'repo' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3110. ], [
  3111. 'repo' => 'App\\Repository\\StateRepository',
  3112. ]);
  3113. }
  3114. /**
  3115. * Gets the private '.service_locator.XI1oBAb' shared service.
  3116. *
  3117. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3118. */
  3119. protected function get_ServiceLocator_XI1oBAbService()
  3120. {
  3121. return $this->privates['.service_locator.XI1oBAb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3122. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3123. ], [
  3124. 'repo' => 'App\\Repository\\CountryRepository',
  3125. ]);
  3126. }
  3127. /**
  3128. * Gets the private '.service_locator.XsyfP82' shared service.
  3129. *
  3130. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3131. */
  3132. protected function get_ServiceLocator_XsyfP82Service()
  3133. {
  3134. return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3135. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  3136. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  3137. ], [
  3138. 'event_dispatcher' => '?',
  3139. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3140. ]);
  3141. }
  3142. /**
  3143. * Gets the private '.service_locator.mx0UMmY' shared service.
  3144. *
  3145. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3146. */
  3147. protected function get_ServiceLocator_Mx0UMmYService()
  3148. {
  3149. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3150. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  3151. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  3152. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  3153. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  3154. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  3155. 'router' => ['services', 'router', 'getRouterService', false],
  3156. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  3157. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  3158. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  3159. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  3160. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  3161. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  3162. ], [
  3163. 'doctrine' => '?',
  3164. 'form.factory' => '?',
  3165. 'http_kernel' => '?',
  3166. 'parameter_bag' => '?',
  3167. 'request_stack' => '?',
  3168. 'router' => '?',
  3169. 'security.authorization_checker' => '?',
  3170. 'security.csrf.token_manager' => '?',
  3171. 'security.token_storage' => '?',
  3172. 'serializer' => '?',
  3173. 'session' => '.session.deprecated',
  3174. 'twig' => '?',
  3175. ]);
  3176. }
  3177. /**
  3178. * Gets the private '.service_locator.pXhSQsU' shared service.
  3179. *
  3180. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3181. */
  3182. protected function get_ServiceLocator_PXhSQsUService()
  3183. {
  3184. return $this->privates['.service_locator.pXhSQsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3185. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  3186. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  3187. ], [
  3188. 'mailer' => '?',
  3189. 'translator' => '?',
  3190. ]);
  3191. }
  3192. /**
  3193. * Gets the private '.service_locator.ulX0IEb' shared service.
  3194. *
  3195. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3196. */
  3197. protected function get_ServiceLocator_UlX0IEbService()
  3198. {
  3199. return $this->privates['.service_locator.ulX0IEb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3200. 'repo' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', false],
  3201. 'stateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
  3202. ], [
  3203. 'repo' => 'App\\Repository\\CountryRepository',
  3204. 'stateRepository' => 'App\\Repository\\StateRepository',
  3205. ]);
  3206. }
  3207. /**
  3208. * Gets the private '.service_locator.xUrKPVU' shared service.
  3209. *
  3210. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3211. */
  3212. protected function get_ServiceLocator_XUrKPVUService()
  3213. {
  3214. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3215. '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".'],
  3216. ], [
  3217. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3218. ]);
  3219. }
  3220. /**
  3221. * Gets the private '.service_locator.zFcJjKU' shared service.
  3222. *
  3223. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3224. */
  3225. protected function get_ServiceLocator_ZFcJjKUService()
  3226. {
  3227. return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3228. 'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
  3229. ], [
  3230. 'authenticationUtils' => '?',
  3231. ]);
  3232. }
  3233. /**
  3234. * Gets the private '.service_locator.zJyh7qS' shared service.
  3235. *
  3236. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3237. */
  3238. protected function get_ServiceLocator_ZJyh7qSService()
  3239. {
  3240. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3241. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  3242. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  3243. ], [
  3244. 'security.firewall.map.context.dev' => '?',
  3245. 'security.firewall.map.context.main' => '?',
  3246. ]);
  3247. }
  3248. /**
  3249. * Gets the private '.session.deprecated' shared service.
  3250. *
  3251. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3252. */
  3253. protected function get_Session_DeprecatedService()
  3254. {
  3255. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3256. 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();
  3257. }
  3258. /**
  3259. * Gets the private '.twig.command.debug.lazy' shared service.
  3260. *
  3261. * @return \Symfony\Component\Console\Command\LazyCommand
  3262. */
  3263. protected function get_Twig_Command_Debug_LazyService()
  3264. {
  3265. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3266. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3267. 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 {
  3268. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3269. });
  3270. }
  3271. /**
  3272. * Gets the private '.twig.command.lint.lazy' shared service.
  3273. *
  3274. * @return \Symfony\Component\Console\Command\LazyCommand
  3275. */
  3276. protected function get_Twig_Command_Lint_LazyService()
  3277. {
  3278. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3279. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3280. 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 {
  3281. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3282. });
  3283. }
  3284. /**
  3285. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3286. *
  3287. * @return \Symfony\Component\Console\Command\LazyCommand
  3288. */
  3289. protected function get_VarDumper_Command_ServerDump_LazyService()
  3290. {
  3291. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3292. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  3293. 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 {
  3294. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3295. });
  3296. }
  3297. /**
  3298. * Gets the private 'App\Command\GestionVigiaCommand' shared autowired service.
  3299. *
  3300. * @return \App\Command\GestionVigiaCommand
  3301. */
  3302. protected function getGestionVigiaCommandService()
  3303. {
  3304. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3305. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3306. include_once \dirname(__DIR__, 4).'/src/Command/GestionVigiaCommand.php';
  3307. $this->privates['App\\Command\\GestionVigiaCommand'] = $instance = new \App\Command\GestionVigiaCommand(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3308. $instance->setName('app:gestion-vigia');
  3309. return $instance;
  3310. }
  3311. /**
  3312. * Gets the private 'App\Command\RefreshTrustedProxiesCommand' shared autowired service.
  3313. *
  3314. * @return \App\Command\RefreshTrustedProxiesCommand
  3315. */
  3316. protected function getRefreshTrustedProxiesCommandService()
  3317. {
  3318. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3319. include_once \dirname(__DIR__, 4).'/src/Command/RefreshTrustedProxiesCommand.php';
  3320. $this->privates['App\\Command\\RefreshTrustedProxiesCommand'] = $instance = new \App\Command\RefreshTrustedProxiesCommand(($this->privates['App\\Service\\TrustedProxyProvider'] ?? $this->getTrustedProxyProviderService()));
  3321. $instance->setName('app:trusted-proxies:refresh');
  3322. $instance->setDescription('Refresca la lista de proxies de confianza (Cloudflare + Google LB) y actualiza el caché local.');
  3323. return $instance;
  3324. }
  3325. /**
  3326. * Gets the private 'App\EventListener\ApiTokenListener' shared autowired service.
  3327. *
  3328. * @return \App\EventListener\ApiTokenListener
  3329. */
  3330. protected function getApiTokenListenerService()
  3331. {
  3332. return $this->privates['App\\EventListener\\ApiTokenListener'] = new \App\EventListener\ApiTokenListener(($this->privates['App\\Repository\\ClienteRepository'] ?? $this->getClienteRepositoryService()));
  3333. }
  3334. /**
  3335. * Gets the private 'App\EventListener\TrustedProxiesListener' shared autowired service.
  3336. *
  3337. * @return \App\EventListener\TrustedProxiesListener
  3338. */
  3339. protected function getTrustedProxiesListenerService()
  3340. {
  3341. return $this->privates['App\\EventListener\\TrustedProxiesListener'] = new \App\EventListener\TrustedProxiesListener(($this->privates['App\\Service\\TrustedProxyProvider'] ?? $this->getTrustedProxyProviderService()));
  3342. }
  3343. /**
  3344. * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  3345. *
  3346. * @return \App\EventSubscriber\RequestSubscriber
  3347. */
  3348. protected function getRequestSubscriberService()
  3349. {
  3350. return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3351. }
  3352. /**
  3353. * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  3354. *
  3355. * @return \App\Form\ChangePasswordFormType
  3356. */
  3357. protected function getChangePasswordFormTypeService()
  3358. {
  3359. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3360. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3361. include_once \dirname(__DIR__, 4).'/src/Form/ChangePasswordFormType.php';
  3362. return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType();
  3363. }
  3364. /**
  3365. * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  3366. *
  3367. * @return \App\Form\ResetPasswordRequestFormType
  3368. */
  3369. protected function getResetPasswordRequestFormTypeService()
  3370. {
  3371. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  3372. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  3373. include_once \dirname(__DIR__, 4).'/src/Form/ResetPasswordRequestFormType.php';
  3374. return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType();
  3375. }
  3376. /**
  3377. * Gets the private 'App\Repository\AcuerdoNivelServicioRepository' shared autowired service.
  3378. *
  3379. * @return \App\Repository\AcuerdoNivelServicioRepository
  3380. */
  3381. protected function getAcuerdoNivelServicioRepositoryService()
  3382. {
  3383. include_once \dirname(__DIR__, 4).'/src/Repository/AcuerdoNivelServicioRepository.php';
  3384. return $this->privates['App\\Repository\\AcuerdoNivelServicioRepository'] = new \App\Repository\AcuerdoNivelServicioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3385. }
  3386. /**
  3387. * Gets the private 'App\Repository\CityRepository' shared autowired service.
  3388. *
  3389. * @return \App\Repository\CityRepository
  3390. */
  3391. protected function getCityRepositoryService()
  3392. {
  3393. include_once \dirname(__DIR__, 4).'/src/Repository/CityRepository.php';
  3394. return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3395. }
  3396. /**
  3397. * Gets the private 'App\Repository\ClienteRepository' shared autowired service.
  3398. *
  3399. * @return \App\Repository\ClienteRepository
  3400. */
  3401. protected function getClienteRepositoryService()
  3402. {
  3403. return $this->privates['App\\Repository\\ClienteRepository'] = new \App\Repository\ClienteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3404. }
  3405. /**
  3406. * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  3407. *
  3408. * @return \App\Repository\CountryRepository
  3409. */
  3410. protected function getCountryRepositoryService()
  3411. {
  3412. include_once \dirname(__DIR__, 4).'/src/Repository/CountryRepository.php';
  3413. return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3414. }
  3415. /**
  3416. * Gets the private 'App\Repository\FestivoRepository' shared autowired service.
  3417. *
  3418. * @return \App\Repository\FestivoRepository
  3419. */
  3420. protected function getFestivoRepositoryService()
  3421. {
  3422. include_once \dirname(__DIR__, 4).'/src/Repository/FestivoRepository.php';
  3423. return $this->privates['App\\Repository\\FestivoRepository'] = new \App\Repository\FestivoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3424. }
  3425. /**
  3426. * Gets the private 'App\Repository\ListaItemRepository' shared autowired service.
  3427. *
  3428. * @return \App\Repository\ListaItemRepository
  3429. */
  3430. protected function getListaItemRepositoryService()
  3431. {
  3432. include_once \dirname(__DIR__, 4).'/src/Repository/ListaItemRepository.php';
  3433. return $this->privates['App\\Repository\\ListaItemRepository'] = new \App\Repository\ListaItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3434. }
  3435. /**
  3436. * Gets the private 'App\Repository\ListaRepository' shared autowired service.
  3437. *
  3438. * @return \App\Repository\ListaRepository
  3439. */
  3440. protected function getListaRepositoryService()
  3441. {
  3442. include_once \dirname(__DIR__, 4).'/src/Repository/ListaRepository.php';
  3443. return $this->privates['App\\Repository\\ListaRepository'] = new \App\Repository\ListaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3444. }
  3445. /**
  3446. * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  3447. *
  3448. * @return \App\Repository\ResetPasswordRequestRepository
  3449. */
  3450. protected function getResetPasswordRequestRepositoryService()
  3451. {
  3452. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3453. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3454. include_once \dirname(__DIR__, 4).'/src/Repository/ResetPasswordRequestRepository.php';
  3455. return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3456. }
  3457. /**
  3458. * Gets the private 'App\Repository\StateRepository' shared autowired service.
  3459. *
  3460. * @return \App\Repository\StateRepository
  3461. */
  3462. protected function getStateRepositoryService()
  3463. {
  3464. include_once \dirname(__DIR__, 4).'/src/Repository/StateRepository.php';
  3465. return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3466. }
  3467. /**
  3468. * Gets the private 'App\Repository\TicketRepository' shared autowired service.
  3469. *
  3470. * @return \App\Repository\TicketRepository
  3471. */
  3472. protected function getTicketRepositoryService()
  3473. {
  3474. include_once \dirname(__DIR__, 4).'/src/Repository/TicketRepository.php';
  3475. return $this->privates['App\\Repository\\TicketRepository'] = new \App\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3476. }
  3477. /**
  3478. * Gets the private 'App\Repository\TiempoRepository' shared autowired service.
  3479. *
  3480. * @return \App\Repository\TiempoRepository
  3481. */
  3482. protected function getTiempoRepositoryService()
  3483. {
  3484. include_once \dirname(__DIR__, 4).'/src/Repository/TiempoRepository.php';
  3485. return $this->privates['App\\Repository\\TiempoRepository'] = new \App\Repository\TiempoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3486. }
  3487. /**
  3488. * Gets the private 'App\Repository\UsuarioRepository' shared autowired service.
  3489. *
  3490. * @return \App\Repository\UsuarioRepository
  3491. */
  3492. protected function getUsuarioRepositoryService()
  3493. {
  3494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3495. include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';
  3496. return $this->privates['App\\Repository\\UsuarioRepository'] = new \App\Repository\UsuarioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3497. }
  3498. /**
  3499. * Gets the private 'App\Security\LoginAuthenticator' shared autowired service.
  3500. *
  3501. * @return \App\Security\LoginAuthenticator
  3502. */
  3503. protected function getLoginAuthenticatorService()
  3504. {
  3505. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3507. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3508. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3509. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3510. include_once \dirname(__DIR__, 4).'/src/Security/LoginAuthenticator.php';
  3511. 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()));
  3512. }
  3513. /**
  3514. * Gets the private 'App\Service\TrustedProxyProvider' shared autowired service.
  3515. *
  3516. * @return \App\Service\TrustedProxyProvider
  3517. */
  3518. protected function getTrustedProxyProviderService()
  3519. {
  3520. return $this->privates['App\\Service\\TrustedProxyProvider'] = new \App\Service\TrustedProxyProvider(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));
  3521. }
  3522. /**
  3523. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3524. *
  3525. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3526. */
  3527. protected function getManagerRegistryAwareConnectionProviderService()
  3528. {
  3529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3531. 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'));
  3532. }
  3533. /**
  3534. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3535. *
  3536. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3537. */
  3538. protected function getRunSqlCommandService()
  3539. {
  3540. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3541. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  3542. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3543. $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()));
  3544. $instance->setName('dbal:run-sql');
  3545. return $instance;
  3546. }
  3547. /**
  3548. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  3549. *
  3550. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  3551. */
  3552. protected function getResetPasswordRemoveExpiredCommandService()
  3553. {
  3554. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3555. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  3556. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  3557. $instance->setName('reset-password:remove-expired');
  3558. return $instance;
  3559. }
  3560. /**
  3561. * Gets the private 'annotations.cache_adapter' shared service.
  3562. *
  3563. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3564. */
  3565. protected function getAnnotations_CacheAdapterService()
  3566. {
  3567. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3568. }
  3569. /**
  3570. * Gets the private 'annotations.cache_warmer' shared service.
  3571. *
  3572. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3573. */
  3574. protected function getAnnotations_CacheWarmerService()
  3575. {
  3576. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3577. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3578. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3579. 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);
  3580. }
  3581. /**
  3582. * Gets the private 'annotations.cached_reader' shared service.
  3583. *
  3584. * @return \Doctrine\Common\Annotations\PsrCachedReader
  3585. */
  3586. protected function getAnnotations_CachedReaderService()
  3587. {
  3588. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3589. }
  3590. /**
  3591. * Gets the private 'annotations.reader' shared service.
  3592. *
  3593. * @return \Doctrine\Common\Annotations\AnnotationReader
  3594. */
  3595. protected function getAnnotations_ReaderService()
  3596. {
  3597. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3598. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3599. $a->registerUniqueLoader('class_exists');
  3600. $instance->addGlobalIgnoredName('required', $a);
  3601. return $instance;
  3602. }
  3603. /**
  3604. * Gets the private 'cache.annotations' shared service.
  3605. *
  3606. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3607. */
  3608. protected function getCache_AnnotationsService()
  3609. {
  3610. 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())));
  3611. }
  3612. /**
  3613. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3614. *
  3615. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3616. */
  3617. protected function getCache_Doctrine_Orm_Default_QueryService()
  3618. {
  3619. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3620. }
  3621. /**
  3622. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3623. *
  3624. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3625. */
  3626. protected function getCache_Doctrine_Orm_Default_ResultService()
  3627. {
  3628. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3629. }
  3630. /**
  3631. * Gets the private 'cache.property_info' shared service.
  3632. *
  3633. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3634. */
  3635. protected function getCache_PropertyInfoService()
  3636. {
  3637. 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())));
  3638. }
  3639. /**
  3640. * Gets the private 'cache.security_expression_language' shared service.
  3641. *
  3642. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3643. */
  3644. protected function getCache_SecurityExpressionLanguageService()
  3645. {
  3646. 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())));
  3647. }
  3648. /**
  3649. * Gets the private 'cache.serializer' shared service.
  3650. *
  3651. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3652. */
  3653. protected function getCache_SerializerService()
  3654. {
  3655. 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())));
  3656. }
  3657. /**
  3658. * Gets the private 'cache.validator' shared service.
  3659. *
  3660. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3661. */
  3662. protected function getCache_ValidatorService()
  3663. {
  3664. 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())));
  3665. }
  3666. /**
  3667. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  3668. *
  3669. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  3670. */
  3671. protected function getCachePoolClearer_CacheWarmerService()
  3672. {
  3673. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3674. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  3675. 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']);
  3676. }
  3677. /**
  3678. * Gets the private 'config_builder.warmer' shared service.
  3679. *
  3680. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  3681. */
  3682. protected function getConfigBuilder_WarmerService()
  3683. {
  3684. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3685. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  3686. 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()));
  3687. }
  3688. /**
  3689. * Gets the private 'config_cache_factory' shared service.
  3690. *
  3691. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3692. */
  3693. protected function getConfigCacheFactoryService()
  3694. {
  3695. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3696. 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)));
  3697. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3698. }, 2));
  3699. }
  3700. /**
  3701. * Gets the private 'console.command.about' shared service.
  3702. *
  3703. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3704. */
  3705. protected function getConsole_Command_AboutService()
  3706. {
  3707. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3708. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3709. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3710. $instance->setName('about');
  3711. $instance->setDescription('Display information about the current project');
  3712. return $instance;
  3713. }
  3714. /**
  3715. * Gets the private 'console.command.assets_install' shared service.
  3716. *
  3717. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3718. */
  3719. protected function getConsole_Command_AssetsInstallService()
  3720. {
  3721. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3722. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3723. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3724. $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));
  3725. $instance->setName('assets:install');
  3726. $instance->setDescription('Install bundle\'s web assets under a public directory');
  3727. return $instance;
  3728. }
  3729. /**
  3730. * Gets the private 'console.command.cache_clear' shared service.
  3731. *
  3732. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3733. */
  3734. protected function getConsole_Command_CacheClearService()
  3735. {
  3736. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3737. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3738. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  3739. $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())));
  3740. $instance->setName('cache:clear');
  3741. $instance->setDescription('Clear the cache');
  3742. return $instance;
  3743. }
  3744. /**
  3745. * Gets the private 'console.command.cache_pool_clear' shared service.
  3746. *
  3747. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3748. */
  3749. protected function getConsole_Command_CachePoolClearService()
  3750. {
  3751. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3752. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3753. $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']);
  3754. $instance->setName('cache:pool:clear');
  3755. $instance->setDescription('Clear cache pools');
  3756. return $instance;
  3757. }
  3758. /**
  3759. * Gets the private 'console.command.cache_pool_delete' shared service.
  3760. *
  3761. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3762. */
  3763. protected function getConsole_Command_CachePoolDeleteService()
  3764. {
  3765. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3766. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3767. $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']);
  3768. $instance->setName('cache:pool:delete');
  3769. $instance->setDescription('Delete an item from a cache pool');
  3770. return $instance;
  3771. }
  3772. /**
  3773. * Gets the private 'console.command.cache_pool_list' shared service.
  3774. *
  3775. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3776. */
  3777. protected function getConsole_Command_CachePoolListService()
  3778. {
  3779. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3780. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3781. $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']);
  3782. $instance->setName('cache:pool:list');
  3783. $instance->setDescription('List available cache pools');
  3784. return $instance;
  3785. }
  3786. /**
  3787. * Gets the private 'console.command.cache_pool_prune' shared service.
  3788. *
  3789. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3790. */
  3791. protected function getConsole_Command_CachePoolPruneService()
  3792. {
  3793. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3794. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3795. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3796. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3797. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3798. yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3799. yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3800. yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3801. yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3802. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  3803. yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3804. yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3805. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3806. }, 10));
  3807. $instance->setName('cache:pool:prune');
  3808. $instance->setDescription('Prune cache pools');
  3809. return $instance;
  3810. }
  3811. /**
  3812. * Gets the private 'console.command.cache_warmup' shared service.
  3813. *
  3814. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3815. */
  3816. protected function getConsole_Command_CacheWarmupService()
  3817. {
  3818. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3819. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3820. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3821. $instance->setName('cache:warmup');
  3822. $instance->setDescription('Warm up an empty cache');
  3823. return $instance;
  3824. }
  3825. /**
  3826. * Gets the private 'console.command.config_debug' shared service.
  3827. *
  3828. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3829. */
  3830. protected function getConsole_Command_ConfigDebugService()
  3831. {
  3832. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3833. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3834. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3835. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3836. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3837. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3838. $instance->setName('debug:config');
  3839. $instance->setDescription('Dump the current configuration for an extension');
  3840. return $instance;
  3841. }
  3842. /**
  3843. * Gets the private 'console.command.config_dump_reference' shared service.
  3844. *
  3845. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3846. */
  3847. protected function getConsole_Command_ConfigDumpReferenceService()
  3848. {
  3849. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3850. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3851. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3852. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3853. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3854. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3855. $instance->setName('config:dump-reference');
  3856. $instance->setDescription('Dump the default configuration for an extension');
  3857. return $instance;
  3858. }
  3859. /**
  3860. * Gets the private 'console.command.container_debug' shared service.
  3861. *
  3862. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3863. */
  3864. protected function getConsole_Command_ContainerDebugService()
  3865. {
  3866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3867. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3868. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3869. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3870. $instance->setName('debug:container');
  3871. $instance->setDescription('Display current services for an application');
  3872. return $instance;
  3873. }
  3874. /**
  3875. * Gets the private 'console.command.container_lint' shared service.
  3876. *
  3877. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3878. */
  3879. protected function getConsole_Command_ContainerLintService()
  3880. {
  3881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3882. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3883. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3884. $instance->setName('lint:container');
  3885. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  3886. return $instance;
  3887. }
  3888. /**
  3889. * Gets the private 'console.command.debug_autowiring' shared service.
  3890. *
  3891. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3892. */
  3893. protected function getConsole_Command_DebugAutowiringService()
  3894. {
  3895. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3896. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3897. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3898. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3899. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3900. $instance->setName('debug:autowiring');
  3901. $instance->setDescription('List classes/interfaces you can use for autowiring');
  3902. return $instance;
  3903. }
  3904. /**
  3905. * Gets the private 'console.command.dotenv_debug' shared service.
  3906. *
  3907. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  3908. */
  3909. protected function getConsole_Command_DotenvDebugService()
  3910. {
  3911. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3912. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  3913. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  3914. $instance->setName('debug:dotenv');
  3915. $instance->setDescription('Lists all dotenv files with variables and values');
  3916. return $instance;
  3917. }
  3918. /**
  3919. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3920. *
  3921. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3922. */
  3923. protected function getConsole_Command_EventDispatcherDebugService()
  3924. {
  3925. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3926. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3927. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  3928. $instance->setName('debug:event-dispatcher');
  3929. $instance->setDescription('Display configured listeners for an application');
  3930. return $instance;
  3931. }
  3932. /**
  3933. * Gets the private 'console.command.form_debug' shared service.
  3934. *
  3935. * @return \Symfony\Component\Form\Command\DebugCommand
  3936. */
  3937. protected function getConsole_Command_FormDebugService()
  3938. {
  3939. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3940. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  3941. $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()));
  3942. $instance->setName('debug:form');
  3943. $instance->setDescription('Display form type information');
  3944. return $instance;
  3945. }
  3946. /**
  3947. * Gets the private 'console.command.router_debug' shared service.
  3948. *
  3949. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3950. */
  3951. protected function getConsole_Command_RouterDebugService()
  3952. {
  3953. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  3955. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3956. $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()));
  3957. $instance->setName('debug:router');
  3958. $instance->setDescription('Display current routes for an application');
  3959. return $instance;
  3960. }
  3961. /**
  3962. * Gets the private 'console.command.router_match' shared service.
  3963. *
  3964. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3965. */
  3966. protected function getConsole_Command_RouterMatchService()
  3967. {
  3968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3970. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  3971. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3972. }, 1));
  3973. $instance->setName('router:match');
  3974. $instance->setDescription('Help debug routes by simulating a path info match');
  3975. return $instance;
  3976. }
  3977. /**
  3978. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3979. *
  3980. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3981. */
  3982. protected function getConsole_Command_SecretsDecryptToLocalService()
  3983. {
  3984. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3985. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.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_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')))));
  3989. $instance->setName('secrets:decrypt-to-local');
  3990. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  3991. return $instance;
  3992. }
  3993. /**
  3994. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3995. *
  3996. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3997. */
  3998. protected function getConsole_Command_SecretsEncryptFromLocalService()
  3999. {
  4000. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4001. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4002. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4003. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4004. $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')))));
  4005. $instance->setName('secrets:encrypt-from-local');
  4006. $instance->setDescription('Encrypt all local secrets to the vault');
  4007. return $instance;
  4008. }
  4009. /**
  4010. * Gets the private 'console.command.secrets_generate_key' shared service.
  4011. *
  4012. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4013. */
  4014. protected function getConsole_Command_SecretsGenerateKeyService()
  4015. {
  4016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4017. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4018. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4019. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4020. $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')))));
  4021. $instance->setName('secrets:generate-keys');
  4022. $instance->setDescription('Generate new encryption keys');
  4023. return $instance;
  4024. }
  4025. /**
  4026. * Gets the private 'console.command.secrets_list' shared service.
  4027. *
  4028. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4029. */
  4030. protected function getConsole_Command_SecretsListService()
  4031. {
  4032. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4033. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4034. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4035. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4036. $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')))));
  4037. $instance->setName('secrets:list');
  4038. $instance->setDescription('List all secrets');
  4039. return $instance;
  4040. }
  4041. /**
  4042. * Gets the private 'console.command.secrets_remove' shared service.
  4043. *
  4044. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4045. */
  4046. protected function getConsole_Command_SecretsRemoveService()
  4047. {
  4048. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4049. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4050. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4051. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4052. $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')))));
  4053. $instance->setName('secrets:remove');
  4054. $instance->setDescription('Remove a secret from the vault');
  4055. return $instance;
  4056. }
  4057. /**
  4058. * Gets the private 'console.command.secrets_set' shared service.
  4059. *
  4060. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4061. */
  4062. protected function getConsole_Command_SecretsSetService()
  4063. {
  4064. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4065. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4066. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4067. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4068. $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')))));
  4069. $instance->setName('secrets:set');
  4070. $instance->setDescription('Set a secret in the vault');
  4071. return $instance;
  4072. }
  4073. /**
  4074. * Gets the private 'console.command.translation_debug' shared service.
  4075. *
  4076. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4077. */
  4078. protected function getConsole_Command_TranslationDebugService()
  4079. {
  4080. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4081. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4082. $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')], []);
  4083. $instance->setName('debug:translation');
  4084. $instance->setDescription('Display translation messages information');
  4085. return $instance;
  4086. }
  4087. /**
  4088. * Gets the private 'console.command.translation_extract' shared service.
  4089. *
  4090. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4091. */
  4092. protected function getConsole_Command_TranslationExtractService()
  4093. {
  4094. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4095. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4096. $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')], []);
  4097. $instance->setName('translation:extract');
  4098. $instance->setAliases([0 => 'translation:update']);
  4099. $instance->setDescription('Extract missing translations keys from code to translation files.');
  4100. return $instance;
  4101. }
  4102. /**
  4103. * Gets the private 'console.command.translation_pull' shared service.
  4104. *
  4105. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  4106. */
  4107. protected function getConsole_Command_TranslationPullService()
  4108. {
  4109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4110. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4111. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  4112. $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', [], []);
  4113. $instance->setName('translation:pull');
  4114. $instance->setDescription('Pull translations from a given provider.');
  4115. return $instance;
  4116. }
  4117. /**
  4118. * Gets the private 'console.command.translation_push' shared service.
  4119. *
  4120. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  4121. */
  4122. protected function getConsole_Command_TranslationPushService()
  4123. {
  4124. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4125. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  4126. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  4127. $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()), [], []);
  4128. $instance->setName('translation:push');
  4129. $instance->setDescription('Push translations to a given provider.');
  4130. return $instance;
  4131. }
  4132. /**
  4133. * Gets the private 'console.command.validator_debug' shared service.
  4134. *
  4135. * @return \Symfony\Component\Validator\Command\DebugCommand
  4136. */
  4137. protected function getConsole_Command_ValidatorDebugService()
  4138. {
  4139. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4140. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  4141. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  4142. $instance->setName('debug:validator');
  4143. $instance->setDescription('Display validation constraints for classes');
  4144. return $instance;
  4145. }
  4146. /**
  4147. * Gets the private 'console.command.xliff_lint' shared service.
  4148. *
  4149. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  4150. */
  4151. protected function getConsole_Command_XliffLintService()
  4152. {
  4153. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4154. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4155. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  4156. $instance->setName('lint:xliff');
  4157. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  4158. return $instance;
  4159. }
  4160. /**
  4161. * Gets the private 'console.command.yaml_lint' shared service.
  4162. *
  4163. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4164. */
  4165. protected function getConsole_Command_YamlLintService()
  4166. {
  4167. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4168. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4169. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4170. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4171. $instance->setName('lint:yaml');
  4172. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  4173. return $instance;
  4174. }
  4175. /**
  4176. * Gets the private 'console.error_listener' shared service.
  4177. *
  4178. * @return \Symfony\Component\Console\EventListener\ErrorListener
  4179. */
  4180. protected function getConsole_ErrorListenerService()
  4181. {
  4182. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4183. $a = new \Symfony\Bridge\Monolog\Logger('console');
  4184. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4185. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4186. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4187. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4188. }
  4189. /**
  4190. * Gets the private 'container.env_var_processor' shared service.
  4191. *
  4192. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4193. */
  4194. protected function getContainer_EnvVarProcessorService()
  4195. {
  4196. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4197. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4198. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4199. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  4200. }, 1));
  4201. }
  4202. /**
  4203. * Gets the private 'container.getenv' shared service.
  4204. *
  4205. * @return \Closure
  4206. */
  4207. protected function getContainer_GetenvService()
  4208. {
  4209. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  4210. }
  4211. /**
  4212. * Gets the private 'data_collector.form' shared service.
  4213. *
  4214. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4215. */
  4216. protected function getDataCollector_FormService()
  4217. {
  4218. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4219. }
  4220. /**
  4221. * Gets the private 'data_collector.request' shared service.
  4222. *
  4223. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4224. */
  4225. protected function getDataCollector_RequestService()
  4226. {
  4227. 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())));
  4228. }
  4229. /**
  4230. * Gets the private 'data_collector.request.session_collector' shared service.
  4231. *
  4232. * @return \Closure
  4233. */
  4234. protected function getDataCollector_Request_SessionCollectorService()
  4235. {
  4236. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  4237. }
  4238. /**
  4239. * Gets the private 'debug.argument_resolver.default' shared service.
  4240. *
  4241. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4242. */
  4243. protected function getDebug_ArgumentResolver_DefaultService()
  4244. {
  4245. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4246. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4248. 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))));
  4249. }
  4250. /**
  4251. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4252. *
  4253. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4254. */
  4255. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4256. {
  4257. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4258. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4260. 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))));
  4261. }
  4262. /**
  4263. * Gets the private 'debug.argument_resolver.request' shared service.
  4264. *
  4265. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4266. */
  4267. protected function getDebug_ArgumentResolver_RequestService()
  4268. {
  4269. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4270. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4272. 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))));
  4273. }
  4274. /**
  4275. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4276. *
  4277. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4278. */
  4279. protected function getDebug_ArgumentResolver_RequestAttributeService()
  4280. {
  4281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4282. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4283. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4284. 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))));
  4285. }
  4286. /**
  4287. * Gets the private 'debug.argument_resolver.service' shared service.
  4288. *
  4289. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4290. */
  4291. protected function getDebug_ArgumentResolver_ServiceService()
  4292. {
  4293. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4294. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4295. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4296. $a = ($this->privates['.service_locator.Dj1wdzF'] ?? $this->get_ServiceLocator_Dj1wdzFService());
  4297. if (isset($this->privates['debug.argument_resolver.service'])) {
  4298. return $this->privates['debug.argument_resolver.service'];
  4299. }
  4300. 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))));
  4301. }
  4302. /**
  4303. * Gets the private 'debug.argument_resolver.session' shared service.
  4304. *
  4305. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4306. */
  4307. protected function getDebug_ArgumentResolver_SessionService()
  4308. {
  4309. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4310. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4311. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4312. 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))));
  4313. }
  4314. /**
  4315. * Gets the private 'debug.argument_resolver.variadic' shared service.
  4316. *
  4317. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4318. */
  4319. protected function getDebug_ArgumentResolver_VariadicService()
  4320. {
  4321. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4322. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4323. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4324. 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))));
  4325. }
  4326. /**
  4327. * Gets the private 'debug.debug_handlers_listener' shared service.
  4328. *
  4329. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4330. */
  4331. protected function getDebug_DebugHandlersListenerService()
  4332. {
  4333. $a = new \Symfony\Bridge\Monolog\Logger('php');
  4334. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4335. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4336. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4337. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4338. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  4339. }
  4340. /**
  4341. * Gets the private 'debug.dump_listener' shared service.
  4342. *
  4343. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4344. */
  4345. protected function getDebug_DumpListenerService()
  4346. {
  4347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4348. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4349. 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()));
  4350. }
  4351. /**
  4352. * Gets the private 'debug.file_link_formatter' shared service.
  4353. *
  4354. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4355. */
  4356. protected function getDebug_FileLinkFormatterService()
  4357. {
  4358. 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 () {
  4359. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4360. });
  4361. }
  4362. /**
  4363. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4364. *
  4365. * @return \string
  4366. */
  4367. protected function getDebug_FileLinkFormatter_UrlFormatService()
  4368. {
  4369. 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');
  4370. }
  4371. /**
  4372. * Gets the private 'debug.log_processor' shared service.
  4373. *
  4374. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4375. */
  4376. protected function getDebug_LogProcessorService()
  4377. {
  4378. 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())));
  4379. }
  4380. /**
  4381. * Gets the private 'debug.security.access.decision_manager' shared service.
  4382. *
  4383. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4384. */
  4385. protected function getDebug_Security_Access_DecisionManagerService()
  4386. {
  4387. 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 () {
  4388. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4389. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4390. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4391. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  4392. }
  4393. /**
  4394. * Gets the private 'debug.security.firewall' shared service.
  4395. *
  4396. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4397. */
  4398. protected function getDebug_Security_FirewallService()
  4399. {
  4400. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4401. if (isset($this->privates['debug.security.firewall'])) {
  4402. return $this->privates['debug.security.firewall'];
  4403. }
  4404. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4405. if (isset($this->privates['debug.security.firewall'])) {
  4406. return $this->privates['debug.security.firewall'];
  4407. }
  4408. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4409. }
  4410. /**
  4411. * Gets the private 'debug.security.user_value_resolver' shared service.
  4412. *
  4413. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4414. */
  4415. protected function getDebug_Security_UserValueResolverService()
  4416. {
  4417. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4418. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4420. 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))));
  4421. }
  4422. /**
  4423. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4424. *
  4425. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4426. */
  4427. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4428. {
  4429. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4430. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4431. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4432. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4433. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4434. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  4435. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  4436. }
  4437. 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);
  4438. }
  4439. /**
  4440. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4441. *
  4442. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4443. */
  4444. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4445. {
  4446. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4447. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4448. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4449. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4450. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4451. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4452. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4453. }
  4454. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4455. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  4456. return $this->privates['debug.security.voter.security.access.expression_voter'];
  4457. }
  4458. 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);
  4459. }
  4460. /**
  4461. * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4462. *
  4463. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4464. */
  4465. protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4466. {
  4467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4468. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  4469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4471. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4472. if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  4473. return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  4474. }
  4475. 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);
  4476. }
  4477. /**
  4478. * Gets the private 'debug.security.voter.vote_listener' shared service.
  4479. *
  4480. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4481. */
  4482. protected function getDebug_Security_Voter_VoteListenerService()
  4483. {
  4484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4485. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  4486. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  4487. return $this->privates['debug.security.voter.vote_listener'];
  4488. }
  4489. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  4490. }
  4491. /**
  4492. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4493. *
  4494. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  4495. */
  4496. protected function getDoctrine_CacheClearMetadataCommandService()
  4497. {
  4498. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4499. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4500. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4501. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4502. $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()));
  4503. $instance->setName('doctrine:cache:clear-metadata');
  4504. return $instance;
  4505. }
  4506. /**
  4507. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4508. *
  4509. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  4510. */
  4511. protected function getDoctrine_CacheClearQueryCacheCommandService()
  4512. {
  4513. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4514. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4515. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4516. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  4517. $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()));
  4518. $instance->setName('doctrine:cache:clear-query');
  4519. return $instance;
  4520. }
  4521. /**
  4522. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4523. *
  4524. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  4525. */
  4526. protected function getDoctrine_CacheClearResultCommandService()
  4527. {
  4528. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  4532. $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()));
  4533. $instance->setName('doctrine:cache:clear-result');
  4534. return $instance;
  4535. }
  4536. /**
  4537. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4538. *
  4539. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  4540. */
  4541. protected function getDoctrine_CacheCollectionRegionCommandService()
  4542. {
  4543. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4545. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4546. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4547. $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()));
  4548. $instance->setName('doctrine:cache:clear-collection-region');
  4549. return $instance;
  4550. }
  4551. /**
  4552. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4553. *
  4554. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  4555. */
  4556. protected function getDoctrine_ClearEntityRegionCommandService()
  4557. {
  4558. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4562. $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()));
  4563. $instance->setName('doctrine:cache:clear-entity-region');
  4564. return $instance;
  4565. }
  4566. /**
  4567. * Gets the private 'doctrine.clear_query_region_command' shared service.
  4568. *
  4569. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  4570. */
  4571. protected function getDoctrine_ClearQueryRegionCommandService()
  4572. {
  4573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4576. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4577. $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()));
  4578. $instance->setName('doctrine:cache:clear-query-region');
  4579. return $instance;
  4580. }
  4581. /**
  4582. * Gets the private 'doctrine.database_create_command' shared service.
  4583. *
  4584. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4585. */
  4586. protected function getDoctrine_DatabaseCreateCommandService()
  4587. {
  4588. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4589. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4590. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  4591. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4592. $instance->setName('doctrine:database:create');
  4593. return $instance;
  4594. }
  4595. /**
  4596. * Gets the private 'doctrine.database_drop_command' shared service.
  4597. *
  4598. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4599. */
  4600. protected function getDoctrine_DatabaseDropCommandService()
  4601. {
  4602. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4604. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  4605. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4606. $instance->setName('doctrine:database:drop');
  4607. return $instance;
  4608. }
  4609. /**
  4610. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4611. *
  4612. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4613. */
  4614. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4615. {
  4616. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4617. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  4618. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  4619. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  4620. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  4621. ], [
  4622. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4623. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4624. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4625. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4626. ]), [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']]);
  4627. }
  4628. /**
  4629. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4630. *
  4631. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  4632. */
  4633. protected function getDoctrine_EnsureProductionSettingsCommandService()
  4634. {
  4635. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4636. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4639. $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()));
  4640. $instance->setName('doctrine:ensure-production-settings');
  4641. return $instance;
  4642. }
  4643. /**
  4644. * Gets the private 'doctrine.mapping_convert_command' shared service.
  4645. *
  4646. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  4647. */
  4648. protected function getDoctrine_MappingConvertCommandService()
  4649. {
  4650. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  4654. $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()));
  4655. $instance->setName('doctrine:mapping:convert');
  4656. return $instance;
  4657. }
  4658. /**
  4659. * Gets the private 'doctrine.mapping_import_command' shared service.
  4660. *
  4661. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4662. */
  4663. protected function getDoctrine_MappingImportCommandService()
  4664. {
  4665. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4666. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  4667. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  4668. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4669. $instance->setName('doctrine:mapping:import');
  4670. return $instance;
  4671. }
  4672. /**
  4673. * Gets the private 'doctrine.mapping_info_command' shared service.
  4674. *
  4675. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  4676. */
  4677. protected function getDoctrine_MappingInfoCommandService()
  4678. {
  4679. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4680. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4681. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4682. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  4683. $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()));
  4684. $instance->setName('doctrine:mapping:info');
  4685. return $instance;
  4686. }
  4687. /**
  4688. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4689. *
  4690. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4691. */
  4692. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4693. {
  4694. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  4695. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4696. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  4697. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  4698. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  4699. }
  4700. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  4701. }
  4702. /**
  4703. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4704. *
  4705. * @return \Doctrine\Migrations\DependencyFactory
  4706. */
  4707. protected function getDoctrine_Migrations_DependencyFactoryService()
  4708. {
  4709. $a = new \Doctrine\Migrations\Configuration\Configuration();
  4710. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  4711. $a->setAllOrNothing(false);
  4712. $a->setCheckDatabasePlatform(true);
  4713. $a->setTransactional(true);
  4714. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4715. $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()));
  4716. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4717. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4718. });
  4719. return $instance;
  4720. }
  4721. /**
  4722. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4723. *
  4724. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4725. */
  4726. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4727. {
  4728. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  4729. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4730. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4731. }
  4732. /**
  4733. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4734. *
  4735. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4736. */
  4737. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4738. {
  4739. 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);
  4740. }
  4741. /**
  4742. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4743. *
  4744. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4745. */
  4746. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4747. {
  4748. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4749. 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()));
  4750. }
  4751. /**
  4752. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4753. *
  4754. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4755. */
  4756. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4757. {
  4758. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  4759. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4760. }
  4761. /**
  4762. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  4763. *
  4764. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  4765. */
  4766. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  4767. {
  4768. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4769. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  4770. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  4771. }
  4772. /**
  4773. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  4774. *
  4775. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  4776. */
  4777. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  4778. {
  4779. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4780. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  4781. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  4782. return new \EmptyIterator();
  4783. }, 0));
  4784. }
  4785. /**
  4786. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  4787. *
  4788. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  4789. */
  4790. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  4791. {
  4792. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  4793. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  4794. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  4795. }
  4796. /**
  4797. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4798. *
  4799. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4800. */
  4801. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4802. {
  4803. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4804. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4805. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4806. }
  4807. /**
  4808. * Gets the private 'doctrine.orm.validator.unique' shared service.
  4809. *
  4810. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4811. */
  4812. protected function getDoctrine_Orm_Validator_UniqueService()
  4813. {
  4814. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4815. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  4816. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4817. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4818. }
  4819. /**
  4820. * Gets the private 'doctrine.query_dql_command' shared service.
  4821. *
  4822. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  4823. */
  4824. protected function getDoctrine_QueryDqlCommandService()
  4825. {
  4826. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4827. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4828. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4829. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  4830. $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()));
  4831. $instance->setName('doctrine:query:dql');
  4832. return $instance;
  4833. }
  4834. /**
  4835. * Gets the private 'doctrine.query_sql_command' shared service.
  4836. *
  4837. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4838. */
  4839. protected function getDoctrine_QuerySqlCommandService()
  4840. {
  4841. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4842. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  4843. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4844. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  4845. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4846. $instance->setName('doctrine:query:sql');
  4847. return $instance;
  4848. }
  4849. /**
  4850. * Gets the private 'doctrine.schema_create_command' shared service.
  4851. *
  4852. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  4853. */
  4854. protected function getDoctrine_SchemaCreateCommandService()
  4855. {
  4856. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4859. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4860. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4861. $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()));
  4862. $instance->setName('doctrine:schema:create');
  4863. return $instance;
  4864. }
  4865. /**
  4866. * Gets the private 'doctrine.schema_drop_command' shared service.
  4867. *
  4868. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  4869. */
  4870. protected function getDoctrine_SchemaDropCommandService()
  4871. {
  4872. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4874. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4875. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4876. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  4877. $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()));
  4878. $instance->setName('doctrine:schema:drop');
  4879. return $instance;
  4880. }
  4881. /**
  4882. * Gets the private 'doctrine.schema_update_command' shared service.
  4883. *
  4884. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  4885. */
  4886. protected function getDoctrine_SchemaUpdateCommandService()
  4887. {
  4888. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4890. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4892. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4893. $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()));
  4894. $instance->setName('doctrine:schema:update');
  4895. return $instance;
  4896. }
  4897. /**
  4898. * Gets the private 'doctrine.schema_validate_command' shared service.
  4899. *
  4900. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  4901. */
  4902. protected function getDoctrine_SchemaValidateCommandService()
  4903. {
  4904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4905. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4906. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  4907. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  4908. $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()));
  4909. $instance->setName('doctrine:schema:validate');
  4910. return $instance;
  4911. }
  4912. /**
  4913. * Gets the private 'doctrine.ulid_generator' shared service.
  4914. *
  4915. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  4916. */
  4917. protected function getDoctrine_UlidGeneratorService()
  4918. {
  4919. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4920. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  4921. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  4922. }
  4923. /**
  4924. * Gets the private 'doctrine.uuid_generator' shared service.
  4925. *
  4926. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  4927. */
  4928. protected function getDoctrine_UuidGeneratorService()
  4929. {
  4930. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  4931. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  4932. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  4933. }
  4934. /**
  4935. * Gets the private 'doctrine_migrations.current_command' shared service.
  4936. *
  4937. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4938. */
  4939. protected function getDoctrineMigrations_CurrentCommandService()
  4940. {
  4941. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4942. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4943. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  4944. $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');
  4945. $instance->setName('doctrine:migrations:current');
  4946. $instance->setDescription('Outputs the current version');
  4947. return $instance;
  4948. }
  4949. /**
  4950. * Gets the private 'doctrine_migrations.diff_command' shared service.
  4951. *
  4952. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4953. */
  4954. protected function getDoctrineMigrations_DiffCommandService()
  4955. {
  4956. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4957. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4958. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  4959. $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');
  4960. $instance->setName('doctrine:migrations:diff');
  4961. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  4962. return $instance;
  4963. }
  4964. /**
  4965. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4966. *
  4967. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4968. */
  4969. protected function getDoctrineMigrations_DumpSchemaCommandService()
  4970. {
  4971. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4972. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4973. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  4974. $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');
  4975. $instance->setName('doctrine:migrations:dump-schema');
  4976. $instance->setDescription('Dump the schema for your database to a migration.');
  4977. return $instance;
  4978. }
  4979. /**
  4980. * Gets the private 'doctrine_migrations.execute_command' shared service.
  4981. *
  4982. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4983. */
  4984. protected function getDoctrineMigrations_ExecuteCommandService()
  4985. {
  4986. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4987. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  4988. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  4989. $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');
  4990. $instance->setName('doctrine:migrations:execute');
  4991. $instance->setDescription('Execute one or more migration versions up or down manually.');
  4992. return $instance;
  4993. }
  4994. /**
  4995. * Gets the private 'doctrine_migrations.generate_command' shared service.
  4996. *
  4997. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4998. */
  4999. protected function getDoctrineMigrations_GenerateCommandService()
  5000. {
  5001. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5002. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5003. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  5004. $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');
  5005. $instance->setName('doctrine:migrations:generate');
  5006. $instance->setDescription('Generate a blank migration class.');
  5007. return $instance;
  5008. }
  5009. /**
  5010. * Gets the private 'doctrine_migrations.latest_command' shared service.
  5011. *
  5012. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5013. */
  5014. protected function getDoctrineMigrations_LatestCommandService()
  5015. {
  5016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5017. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5018. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  5019. $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');
  5020. $instance->setName('doctrine:migrations:latest');
  5021. $instance->setDescription('Outputs the latest version');
  5022. return $instance;
  5023. }
  5024. /**
  5025. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5026. *
  5027. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5028. */
  5029. protected function getDoctrineMigrations_MigrateCommandService()
  5030. {
  5031. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5032. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5033. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  5034. $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');
  5035. $instance->setName('doctrine:migrations:migrate');
  5036. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  5037. return $instance;
  5038. }
  5039. /**
  5040. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5041. *
  5042. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5043. */
  5044. protected function getDoctrineMigrations_RollupCommandService()
  5045. {
  5046. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5047. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5048. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  5049. $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');
  5050. $instance->setName('doctrine:migrations:rollup');
  5051. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  5052. return $instance;
  5053. }
  5054. /**
  5055. * Gets the private 'doctrine_migrations.status_command' shared service.
  5056. *
  5057. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5058. */
  5059. protected function getDoctrineMigrations_StatusCommandService()
  5060. {
  5061. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5062. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5063. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  5064. $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');
  5065. $instance->setName('doctrine:migrations:status');
  5066. $instance->setDescription('View the status of a set of migrations.');
  5067. return $instance;
  5068. }
  5069. /**
  5070. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5071. *
  5072. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5073. */
  5074. protected function getDoctrineMigrations_SyncMetadataCommandService()
  5075. {
  5076. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5077. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  5079. $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');
  5080. $instance->setName('doctrine:migrations:sync-metadata-storage');
  5081. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  5082. return $instance;
  5083. }
  5084. /**
  5085. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5086. *
  5087. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5088. */
  5089. protected function getDoctrineMigrations_UpToDateCommandService()
  5090. {
  5091. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5092. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5093. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  5094. $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');
  5095. $instance->setName('doctrine:migrations:up-to-date');
  5096. $instance->setDescription('Tells you if your schema is up-to-date.');
  5097. return $instance;
  5098. }
  5099. /**
  5100. * Gets the private 'doctrine_migrations.version_command' shared service.
  5101. *
  5102. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5103. */
  5104. protected function getDoctrineMigrations_VersionCommandService()
  5105. {
  5106. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5107. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5108. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  5109. $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');
  5110. $instance->setName('doctrine:migrations:version');
  5111. $instance->setDescription('Manually add and delete migration versions from the version table.');
  5112. return $instance;
  5113. }
  5114. /**
  5115. * Gets the private 'doctrine_migrations.versions_command' shared service.
  5116. *
  5117. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5118. */
  5119. protected function getDoctrineMigrations_VersionsCommandService()
  5120. {
  5121. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5122. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  5123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  5124. $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');
  5125. $instance->setName('doctrine:migrations:list');
  5126. $instance->setDescription('Display a list of all available migrations and their status.');
  5127. return $instance;
  5128. }
  5129. /**
  5130. * Gets the private 'error_handler.error_renderer.html' shared service.
  5131. *
  5132. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5133. */
  5134. protected function getErrorHandler_ErrorRenderer_HtmlService()
  5135. {
  5136. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5137. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5138. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5139. 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()));
  5140. }
  5141. /**
  5142. * Gets the private 'exception_listener' shared service.
  5143. *
  5144. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5145. */
  5146. protected function getExceptionListenerService()
  5147. {
  5148. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  5149. }
  5150. /**
  5151. * Gets the private 'form.choice_list_factory.cached' shared service.
  5152. *
  5153. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5154. */
  5155. protected function getForm_ChoiceListFactory_CachedService()
  5156. {
  5157. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5158. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5159. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5160. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5161. 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())));
  5162. }
  5163. /**
  5164. * Gets the private 'form.registry' shared service.
  5165. *
  5166. * @return \Symfony\Component\Form\FormRegistry
  5167. */
  5168. protected function getForm_RegistryService()
  5169. {
  5170. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  5171. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  5172. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  5173. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5174. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5175. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5176. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5177. 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, [
  5178. 'App\\Form\\ChangePasswordFormType' => ['privates', 'App\\Form\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
  5179. 'App\\Form\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
  5180. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  5181. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  5182. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  5183. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  5184. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  5185. ], [
  5186. 'App\\Form\\ChangePasswordFormType' => '?',
  5187. 'App\\Form\\ResetPasswordRequestFormType' => '?',
  5188. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5189. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5190. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  5191. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5192. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5193. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5194. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5195. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5196. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5197. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5198. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5199. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5200. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  5201. }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5202. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5203. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5204. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5205. }, 1)], new RewindableGenerator(function () {
  5206. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5207. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5208. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5209. }
  5210. /**
  5211. * Gets the private 'form.server_params' shared service.
  5212. *
  5213. * @return \Symfony\Component\Form\Util\ServerParams
  5214. */
  5215. protected function getForm_ServerParamsService()
  5216. {
  5217. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  5218. 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())));
  5219. }
  5220. /**
  5221. * Gets the private 'form.type.choice' shared service.
  5222. *
  5223. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5224. */
  5225. protected function getForm_Type_ChoiceService()
  5226. {
  5227. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5228. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5229. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5230. 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()));
  5231. }
  5232. /**
  5233. * Gets the private 'form.type.color' shared service.
  5234. *
  5235. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  5236. */
  5237. protected function getForm_Type_ColorService()
  5238. {
  5239. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5240. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5241. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  5242. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  5243. }
  5244. /**
  5245. * Gets the private 'form.type.entity' shared service.
  5246. *
  5247. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5248. */
  5249. protected function getForm_Type_EntityService()
  5250. {
  5251. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5252. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5253. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5254. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5255. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5256. }
  5257. /**
  5258. * Gets the private 'form.type.form' shared service.
  5259. *
  5260. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5261. */
  5262. protected function getForm_Type_FormService()
  5263. {
  5264. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5265. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5266. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5267. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5268. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5269. }
  5270. /**
  5271. * Gets the private 'form.type_extension.csrf' shared service.
  5272. *
  5273. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5274. */
  5275. protected function getForm_TypeExtension_CsrfService()
  5276. {
  5277. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5279. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5280. 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()));
  5281. }
  5282. /**
  5283. * Gets the private 'form.type_extension.form.data_collector' shared service.
  5284. *
  5285. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5286. */
  5287. protected function getForm_TypeExtension_Form_DataCollectorService()
  5288. {
  5289. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5290. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5291. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5292. 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()));
  5293. }
  5294. /**
  5295. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5296. *
  5297. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5298. */
  5299. protected function getForm_TypeExtension_Form_HttpFoundationService()
  5300. {
  5301. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5302. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5303. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5304. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5305. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5306. 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())));
  5307. }
  5308. /**
  5309. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5310. *
  5311. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5312. */
  5313. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5314. {
  5315. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5316. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5317. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5318. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5319. }
  5320. /**
  5321. * Gets the private 'form.type_extension.form.validator' shared service.
  5322. *
  5323. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5324. */
  5325. protected function getForm_TypeExtension_Form_ValidatorService()
  5326. {
  5327. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5328. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5329. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5330. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5331. 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()));
  5332. }
  5333. /**
  5334. * Gets the private 'form.type_extension.upload.validator' shared service.
  5335. *
  5336. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5337. */
  5338. protected function getForm_TypeExtension_Upload_ValidatorService()
  5339. {
  5340. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5341. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5342. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5343. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5344. }
  5345. /**
  5346. * Gets the private 'form.type_guesser.doctrine' shared service.
  5347. *
  5348. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5349. */
  5350. protected function getForm_TypeGuesser_DoctrineService()
  5351. {
  5352. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5353. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5354. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5355. }
  5356. /**
  5357. * Gets the private 'form.type_guesser.validator' shared service.
  5358. *
  5359. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5360. */
  5361. protected function getForm_TypeGuesser_ValidatorService()
  5362. {
  5363. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5364. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5365. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  5366. }
  5367. /**
  5368. * Gets the private 'fragment.renderer.inline' shared service.
  5369. *
  5370. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5371. */
  5372. protected function getFragment_Renderer_InlineService()
  5373. {
  5374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5377. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  5378. if (isset($this->privates['fragment.renderer.inline'])) {
  5379. return $this->privates['fragment.renderer.inline'];
  5380. }
  5381. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5382. if (isset($this->privates['fragment.renderer.inline'])) {
  5383. return $this->privates['fragment.renderer.inline'];
  5384. }
  5385. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  5386. $instance->setFragmentPath('/_fragment');
  5387. return $instance;
  5388. }
  5389. /**
  5390. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5391. *
  5392. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5393. */
  5394. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5395. {
  5396. 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())));
  5397. }
  5398. /**
  5399. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5400. *
  5401. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5402. */
  5403. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5404. {
  5405. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5406. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  5407. return $this->privates['framework_extra_bundle.event.is_granted'];
  5408. }
  5409. 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);
  5410. }
  5411. /**
  5412. * Gets the private 'locale_aware_listener' shared service.
  5413. *
  5414. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5415. */
  5416. protected function getLocaleAwareListenerService()
  5417. {
  5418. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5419. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  5420. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5421. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5422. }
  5423. /**
  5424. * Gets the private 'locale_listener' shared service.
  5425. *
  5426. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5427. */
  5428. protected function getLocaleListenerService()
  5429. {
  5430. 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, []);
  5431. }
  5432. /**
  5433. * Gets the private 'mailer.mailer' shared service.
  5434. *
  5435. * @return \Symfony\Component\Mailer\Mailer
  5436. */
  5437. protected function getMailer_MailerService()
  5438. {
  5439. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  5440. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  5441. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  5442. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  5443. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  5444. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5445. if (isset($this->privates['mailer.mailer'])) {
  5446. return $this->privates['mailer.mailer'];
  5447. }
  5448. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  5449. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  5450. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  5451. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  5452. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  5453. }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, $a);
  5454. }
  5455. /**
  5456. * Gets the private 'mailer.transport_factory.native' shared service.
  5457. *
  5458. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  5459. */
  5460. protected function getMailer_TransportFactory_NativeService()
  5461. {
  5462. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5463. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5464. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  5465. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5466. if (isset($this->privates['mailer.transport_factory.native'])) {
  5467. return $this->privates['mailer.transport_factory.native'];
  5468. }
  5469. 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()));
  5470. }
  5471. /**
  5472. * Gets the private 'mailer.transport_factory.null' shared service.
  5473. *
  5474. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  5475. */
  5476. protected function getMailer_TransportFactory_NullService()
  5477. {
  5478. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5479. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5480. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  5481. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5482. if (isset($this->privates['mailer.transport_factory.null'])) {
  5483. return $this->privates['mailer.transport_factory.null'];
  5484. }
  5485. 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()));
  5486. }
  5487. /**
  5488. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  5489. *
  5490. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  5491. */
  5492. protected function getMailer_TransportFactory_SendmailService()
  5493. {
  5494. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5495. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5496. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  5497. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5498. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  5499. return $this->privates['mailer.transport_factory.sendmail'];
  5500. }
  5501. 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()));
  5502. }
  5503. /**
  5504. * Gets the private 'mailer.transport_factory.smtp' shared service.
  5505. *
  5506. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  5507. */
  5508. protected function getMailer_TransportFactory_SmtpService()
  5509. {
  5510. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  5511. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  5512. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  5513. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5514. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  5515. return $this->privates['mailer.transport_factory.smtp'];
  5516. }
  5517. 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()));
  5518. }
  5519. /**
  5520. * Gets the private 'maker.auto_command.make_auth' shared service.
  5521. *
  5522. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5523. */
  5524. protected function getMaker_AutoCommand_MakeAuthService()
  5525. {
  5526. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5527. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5528. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5529. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5530. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  5531. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5532. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5533. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5534. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5535. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5536. $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')))));
  5537. $instance->setName('make:auth');
  5538. $instance->setDescription('Creates a Guard authenticator of different flavors');
  5539. return $instance;
  5540. }
  5541. /**
  5542. * Gets the private 'maker.auto_command.make_command' shared service.
  5543. *
  5544. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5545. */
  5546. protected function getMaker_AutoCommand_MakeCommandService()
  5547. {
  5548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5549. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5550. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5551. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5552. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  5553. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5554. $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')))));
  5555. $instance->setName('make:command');
  5556. $instance->setDescription('Creates a new console command class');
  5557. return $instance;
  5558. }
  5559. /**
  5560. * Gets the private 'maker.auto_command.make_controller' shared service.
  5561. *
  5562. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5563. */
  5564. protected function getMaker_AutoCommand_MakeControllerService()
  5565. {
  5566. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5567. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5568. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5569. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5570. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5571. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5572. $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')))));
  5573. $instance->setName('make:controller');
  5574. $instance->setDescription('Creates a new controller class');
  5575. return $instance;
  5576. }
  5577. /**
  5578. * Gets the private 'maker.auto_command.make_crud' shared service.
  5579. *
  5580. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5581. */
  5582. protected function getMaker_AutoCommand_MakeCrudService()
  5583. {
  5584. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5585. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5586. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5587. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5588. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5589. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5590. $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')))));
  5591. $instance->setName('make:crud');
  5592. $instance->setDescription('Creates CRUD for Doctrine entity class');
  5593. return $instance;
  5594. }
  5595. /**
  5596. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5597. *
  5598. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5599. */
  5600. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5601. {
  5602. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5603. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5604. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5605. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5606. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5607. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5608. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5609. $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')))));
  5610. $instance->setName('make:docker:database');
  5611. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5612. return $instance;
  5613. }
  5614. /**
  5615. * Gets the private 'maker.auto_command.make_entity' shared service.
  5616. *
  5617. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5618. */
  5619. protected function getMaker_AutoCommand_MakeEntityService()
  5620. {
  5621. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5622. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5623. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5624. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5625. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5626. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5627. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5628. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5629. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5630. $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')))));
  5631. $instance->setName('make:entity');
  5632. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5633. return $instance;
  5634. }
  5635. /**
  5636. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5637. *
  5638. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5639. */
  5640. protected function getMaker_AutoCommand_MakeFixturesService()
  5641. {
  5642. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5643. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5644. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5645. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5646. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5647. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5648. $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')))));
  5649. $instance->setName('make:fixtures');
  5650. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5651. return $instance;
  5652. }
  5653. /**
  5654. * Gets the private 'maker.auto_command.make_form' shared service.
  5655. *
  5656. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5657. */
  5658. protected function getMaker_AutoCommand_MakeFormService()
  5659. {
  5660. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5661. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5662. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5663. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5664. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5665. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5666. $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')))));
  5667. $instance->setName('make:form');
  5668. $instance->setDescription('Creates a new form class');
  5669. return $instance;
  5670. }
  5671. /**
  5672. * Gets the private 'maker.auto_command.make_message' shared service.
  5673. *
  5674. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5675. */
  5676. protected function getMaker_AutoCommand_MakeMessageService()
  5677. {
  5678. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5679. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5680. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5681. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5682. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5683. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5684. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5685. $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')))));
  5686. $instance->setName('make:message');
  5687. $instance->setDescription('Creates a new message and handler');
  5688. return $instance;
  5689. }
  5690. /**
  5691. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5692. *
  5693. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5694. */
  5695. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5696. {
  5697. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5698. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5699. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5700. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5701. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5702. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5703. $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')))));
  5704. $instance->setName('make:messenger-middleware');
  5705. $instance->setDescription('Creates a new messenger middleware');
  5706. return $instance;
  5707. }
  5708. /**
  5709. * Gets the private 'maker.auto_command.make_migration' shared service.
  5710. *
  5711. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5712. */
  5713. protected function getMaker_AutoCommand_MakeMigrationService()
  5714. {
  5715. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5716. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5717. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5718. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5719. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5720. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5721. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5722. $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')))));
  5723. $instance->setName('make:migration');
  5724. $instance->setDescription('Creates a new migration based on database changes');
  5725. return $instance;
  5726. }
  5727. /**
  5728. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5729. *
  5730. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5731. */
  5732. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5733. {
  5734. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5735. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5736. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5737. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5738. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5739. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5740. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5741. $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')))));
  5742. $instance->setName('make:registration-form');
  5743. $instance->setDescription('Creates a new registration form system');
  5744. return $instance;
  5745. }
  5746. /**
  5747. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5748. *
  5749. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5750. */
  5751. protected function getMaker_AutoCommand_MakeResetPasswordService()
  5752. {
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5754. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5755. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5756. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5757. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5758. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5759. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5760. $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')))));
  5761. $instance->setName('make:reset-password');
  5762. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5763. return $instance;
  5764. }
  5765. /**
  5766. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  5767. *
  5768. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5769. */
  5770. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  5771. {
  5772. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5773. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5774. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5775. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5776. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  5777. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5778. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  5779. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5780. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5781. $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')))));
  5782. $instance->setName('make:security:form-login');
  5783. $instance->setDescription('Generate the code needed for the form_login authenticator');
  5784. return $instance;
  5785. }
  5786. /**
  5787. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5788. *
  5789. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5790. */
  5791. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5792. {
  5793. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5794. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5795. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5796. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5797. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5798. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5799. $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')))));
  5800. $instance->setName('make:serializer:encoder');
  5801. $instance->setDescription('Creates a new serializer encoder class');
  5802. return $instance;
  5803. }
  5804. /**
  5805. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5806. *
  5807. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5808. */
  5809. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5810. {
  5811. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5812. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5813. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5814. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5815. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5816. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5817. $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')))));
  5818. $instance->setName('make:serializer:normalizer');
  5819. $instance->setDescription('Creates a new serializer normalizer class');
  5820. return $instance;
  5821. }
  5822. /**
  5823. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  5824. *
  5825. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5826. */
  5827. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  5828. {
  5829. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5830. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5831. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5832. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5833. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  5834. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5835. $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')))));
  5836. $instance->setName('make:stimulus-controller');
  5837. $instance->setDescription('Creates a new Stimulus controller');
  5838. return $instance;
  5839. }
  5840. /**
  5841. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5842. *
  5843. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5844. */
  5845. protected function getMaker_AutoCommand_MakeSubscriberService()
  5846. {
  5847. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5848. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5849. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5850. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5851. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5852. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5853. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5854. $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')))));
  5855. $instance->setName('make:subscriber');
  5856. $instance->setDescription('Creates a new event subscriber class');
  5857. return $instance;
  5858. }
  5859. /**
  5860. * Gets the private 'maker.auto_command.make_test' shared service.
  5861. *
  5862. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5863. */
  5864. protected function getMaker_AutoCommand_MakeTestService()
  5865. {
  5866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5867. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5868. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5869. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5870. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5871. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5872. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5873. $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')))));
  5874. $instance->setName('make:test');
  5875. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  5876. $instance->setDescription('Creates a new test class');
  5877. return $instance;
  5878. }
  5879. /**
  5880. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  5881. *
  5882. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5883. */
  5884. protected function getMaker_AutoCommand_MakeTwigComponentService()
  5885. {
  5886. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5887. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5888. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5889. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5890. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  5891. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5892. $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')))));
  5893. $instance->setName('make:twig-component');
  5894. $instance->setDescription('Creates a twig (or live) component');
  5895. return $instance;
  5896. }
  5897. /**
  5898. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5899. *
  5900. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5901. */
  5902. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5903. {
  5904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5905. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5906. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5907. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5908. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5909. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5910. $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')))));
  5911. $instance->setName('make:twig-extension');
  5912. $instance->setDescription('Creates a new Twig extension with its runtime class');
  5913. return $instance;
  5914. }
  5915. /**
  5916. * Gets the private 'maker.auto_command.make_user' shared service.
  5917. *
  5918. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5919. */
  5920. protected function getMaker_AutoCommand_MakeUserService()
  5921. {
  5922. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5923. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5924. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5925. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5926. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5927. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5928. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5929. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5930. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5931. $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')))));
  5932. $instance->setName('make:user');
  5933. $instance->setDescription('Creates a new security user class');
  5934. return $instance;
  5935. }
  5936. /**
  5937. * Gets the private 'maker.auto_command.make_validator' shared service.
  5938. *
  5939. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5940. */
  5941. protected function getMaker_AutoCommand_MakeValidatorService()
  5942. {
  5943. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5944. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5945. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5946. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5947. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5948. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5949. $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')))));
  5950. $instance->setName('make:validator');
  5951. $instance->setDescription('Creates a new validator and constraint class');
  5952. return $instance;
  5953. }
  5954. /**
  5955. * Gets the private 'maker.auto_command.make_voter' shared service.
  5956. *
  5957. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5958. */
  5959. protected function getMaker_AutoCommand_MakeVoterService()
  5960. {
  5961. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5962. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5963. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5964. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5965. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5966. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  5967. $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')))));
  5968. $instance->setName('make:voter');
  5969. $instance->setDescription('Creates a new security voter class');
  5970. return $instance;
  5971. }
  5972. /**
  5973. * Gets the private 'maker.doctrine_helper' shared service.
  5974. *
  5975. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5976. */
  5977. protected function getMaker_DoctrineHelperService()
  5978. {
  5979. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5980. 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())]]]);
  5981. }
  5982. /**
  5983. * Gets the private 'maker.entity_class_generator' shared service.
  5984. *
  5985. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5986. */
  5987. protected function getMaker_EntityClassGeneratorService()
  5988. {
  5989. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5990. 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()));
  5991. }
  5992. /**
  5993. * Gets the private 'maker.file_link_formatter' shared service.
  5994. *
  5995. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  5996. */
  5997. protected function getMaker_FileLinkFormatterService()
  5998. {
  5999. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6000. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6001. }
  6002. /**
  6003. * Gets the private 'maker.file_manager' shared service.
  6004. *
  6005. * @return \Symfony\Bundle\MakerBundle\FileManager
  6006. */
  6007. protected function getMaker_FileManagerService()
  6008. {
  6009. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6010. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6011. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6012. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  6013. 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'));
  6014. }
  6015. /**
  6016. * Gets the private 'maker.generator' shared service.
  6017. *
  6018. * @return \Symfony\Bundle\MakerBundle\Generator
  6019. */
  6020. protected function getMaker_GeneratorService()
  6021. {
  6022. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6023. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6024. 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());
  6025. }
  6026. /**
  6027. * Gets the private 'maker.php_compat_util' shared service.
  6028. *
  6029. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6030. */
  6031. protected function getMaker_PhpCompatUtilService()
  6032. {
  6033. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6034. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6035. }
  6036. /**
  6037. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6038. *
  6039. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6040. */
  6041. protected function getMaker_Renderer_FormTypeRendererService()
  6042. {
  6043. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6044. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6045. }
  6046. /**
  6047. * Gets the private 'mime_types' shared service.
  6048. *
  6049. * @return \Symfony\Component\Mime\MimeTypes
  6050. */
  6051. protected function getMimeTypesService()
  6052. {
  6053. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6054. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6055. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  6056. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6057. $instance->setDefault($instance);
  6058. return $instance;
  6059. }
  6060. /**
  6061. * Gets the private 'monolog.command.server_log' shared service.
  6062. *
  6063. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6064. */
  6065. protected function getMonolog_Command_ServerLogService()
  6066. {
  6067. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6068. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6069. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6070. $instance->setName('server:log');
  6071. $instance->setDescription('Start a log server that displays logs in real time');
  6072. return $instance;
  6073. }
  6074. /**
  6075. * Gets the private 'monolog.handler.console' shared service.
  6076. *
  6077. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6078. */
  6079. protected function getMonolog_Handler_ConsoleService()
  6080. {
  6081. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  6082. }
  6083. /**
  6084. * Gets the private 'monolog.handler.main' shared service.
  6085. *
  6086. * @return \Monolog\Handler\StreamHandler
  6087. */
  6088. protected function getMonolog_Handler_MainService()
  6089. {
  6090. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  6091. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6092. return $instance;
  6093. }
  6094. /**
  6095. * Gets the private 'monolog.logger' shared service.
  6096. *
  6097. * @return \Symfony\Bridge\Monolog\Logger
  6098. */
  6099. protected function getMonolog_LoggerService()
  6100. {
  6101. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6102. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6103. $instance->useMicrosecondTimestamps(true);
  6104. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6105. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6106. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6107. return $instance;
  6108. }
  6109. /**
  6110. * Gets the private 'monolog.logger.cache' shared service.
  6111. *
  6112. * @return \Symfony\Bridge\Monolog\Logger
  6113. */
  6114. protected function getMonolog_Logger_CacheService()
  6115. {
  6116. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6117. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6118. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6119. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6120. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6121. return $instance;
  6122. }
  6123. /**
  6124. * Gets the private 'monolog.logger.mailer' shared service.
  6125. *
  6126. * @return \Symfony\Bridge\Monolog\Logger
  6127. */
  6128. protected function getMonolog_Logger_MailerService()
  6129. {
  6130. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  6131. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6132. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6133. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6134. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6135. return $instance;
  6136. }
  6137. /**
  6138. * Gets the private 'monolog.logger.request' shared service.
  6139. *
  6140. * @return \Symfony\Bridge\Monolog\Logger
  6141. */
  6142. protected function getMonolog_Logger_RequestService()
  6143. {
  6144. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6145. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6146. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6147. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6148. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6149. return $instance;
  6150. }
  6151. /**
  6152. * Gets the private 'monolog.logger.security' shared service.
  6153. *
  6154. * @return \Symfony\Bridge\Monolog\Logger
  6155. */
  6156. protected function getMonolog_Logger_SecurityService()
  6157. {
  6158. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6159. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6160. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6161. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6162. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6163. return $instance;
  6164. }
  6165. /**
  6166. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  6167. *
  6168. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  6169. */
  6170. protected function getNelmioApiDoc_Describers_ConfigService()
  6171. {
  6172. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6173. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  6174. 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' => []]]]);
  6175. }
  6176. /**
  6177. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  6178. *
  6179. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  6180. */
  6181. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  6182. {
  6183. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6184. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  6185. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6186. 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()));
  6187. }
  6188. /**
  6189. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  6190. *
  6191. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  6192. */
  6193. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  6194. {
  6195. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  6196. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6197. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6198. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  6199. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6200. 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 () {
  6201. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  6202. 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()));
  6203. 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()));
  6204. }, 3));
  6205. }
  6206. /**
  6207. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  6208. *
  6209. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  6210. */
  6211. protected function getNelmioApiDoc_ModelDescribers_FormService()
  6212. {
  6213. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6214. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6215. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6216. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  6217. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  6218. 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);
  6219. }
  6220. /**
  6221. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  6222. *
  6223. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  6224. */
  6225. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  6226. {
  6227. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  6228. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6229. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6230. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  6231. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  6232. 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()));
  6233. }
  6234. /**
  6235. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  6236. *
  6237. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  6238. */
  6239. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  6240. {
  6241. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  6242. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6243. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6244. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  6245. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  6246. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  6247. 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()));
  6248. 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()));
  6249. 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()));
  6250. 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()));
  6251. 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()));
  6252. 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()));
  6253. 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()));
  6254. 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()));
  6255. 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()));
  6256. 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()));
  6257. }, 11));
  6258. }
  6259. /**
  6260. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  6261. *
  6262. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  6263. */
  6264. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  6265. {
  6266. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  6267. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  6268. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  6269. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  6270. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  6271. 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 () {
  6272. return new \EmptyIterator();
  6273. }, 0));
  6274. }
  6275. /**
  6276. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  6277. *
  6278. * @return \Symfony\Component\Routing\RouteCollection
  6279. */
  6280. protected function getNelmioApiDoc_Routes_DefaultService()
  6281. {
  6282. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  6283. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  6284. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  6285. 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());
  6286. }
  6287. /**
  6288. * Gets the private 'nelmio_cors.cors_listener' shared service.
  6289. *
  6290. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  6291. */
  6292. protected function getNelmioCors_CorsListenerService()
  6293. {
  6294. 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'])]));
  6295. }
  6296. /**
  6297. * Gets the private 'parameter_bag' shared service.
  6298. *
  6299. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6300. */
  6301. protected function getParameterBagService()
  6302. {
  6303. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6304. }
  6305. /**
  6306. * Gets the private 'profiler_listener' shared service.
  6307. *
  6308. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6309. */
  6310. protected function getProfilerListenerService()
  6311. {
  6312. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  6313. if (isset($this->privates['profiler_listener'])) {
  6314. return $this->privates['profiler_listener'];
  6315. }
  6316. 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);
  6317. }
  6318. /**
  6319. * Gets the private 'property_accessor' shared service.
  6320. *
  6321. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6322. */
  6323. protected function getPropertyAccessorService()
  6324. {
  6325. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  6326. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  6327. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  6328. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  6329. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  6330. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  6331. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6332. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  6333. }
  6334. /**
  6335. * Gets the private 'property_info' shared service.
  6336. *
  6337. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6338. */
  6339. protected function getPropertyInfoService()
  6340. {
  6341. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6342. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6343. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6344. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6345. }, 3), new RewindableGenerator(function () {
  6346. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6347. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  6348. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6349. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6350. }, 4), new RewindableGenerator(function () {
  6351. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6352. }, 1), new RewindableGenerator(function () {
  6353. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6354. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6355. }, 2), new RewindableGenerator(function () {
  6356. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6357. }, 1));
  6358. }
  6359. /**
  6360. * Gets the private 'property_info.serializer_extractor' shared service.
  6361. *
  6362. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6363. */
  6364. protected function getPropertyInfo_SerializerExtractorService()
  6365. {
  6366. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6367. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6368. }
  6369. /**
  6370. * Gets the private 'router.cache_warmer' shared service.
  6371. *
  6372. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6373. */
  6374. protected function getRouter_CacheWarmerService()
  6375. {
  6376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6377. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6378. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6379. 'router' => ['services', 'router', 'getRouterService', false],
  6380. ], [
  6381. 'router' => '?',
  6382. ]))->withContext('router.cache_warmer', $this));
  6383. }
  6384. /**
  6385. * Gets the private 'router.expression_language_provider' shared service.
  6386. *
  6387. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  6388. */
  6389. protected function getRouter_ExpressionLanguageProviderService()
  6390. {
  6391. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6392. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  6393. ], [
  6394. 'env' => 'Closure',
  6395. ]));
  6396. }
  6397. /**
  6398. * Gets the private 'router.request_context' shared service.
  6399. *
  6400. * @return \Symfony\Component\Routing\RequestContext
  6401. */
  6402. protected function getRouter_RequestContextService()
  6403. {
  6404. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  6405. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6406. return $instance;
  6407. }
  6408. /**
  6409. * Gets the private 'router_listener' shared service.
  6410. *
  6411. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6412. */
  6413. protected function getRouterListenerService()
  6414. {
  6415. 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);
  6416. }
  6417. /**
  6418. * Gets the private 'secrets.vault' shared service.
  6419. *
  6420. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  6421. */
  6422. protected function getSecrets_VaultService()
  6423. {
  6424. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6425. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6426. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6427. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  6428. 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'));
  6429. }
  6430. /**
  6431. * Gets the private 'security.access_listener' shared service.
  6432. *
  6433. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6434. */
  6435. protected function getSecurity_AccessListenerService()
  6436. {
  6437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6440. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6441. if (isset($this->privates['security.access_listener'])) {
  6442. return $this->privates['security.access_listener'];
  6443. }
  6444. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6445. if (isset($this->privates['security.access_listener'])) {
  6446. return $this->privates['security.access_listener'];
  6447. }
  6448. 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);
  6449. }
  6450. /**
  6451. * Gets the private 'security.access_map' shared service.
  6452. *
  6453. * @return \Symfony\Component\Security\Http\AccessMap
  6454. */
  6455. protected function getSecurity_AccessMapService()
  6456. {
  6457. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6458. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  6459. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6461. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6462. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc$'), [0 => 'PUBLIC_ACCESS'], NULL);
  6463. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc/.+'), [0 => 'PUBLIC_ACCESS'], NULL);
  6464. return $instance;
  6465. }
  6466. /**
  6467. * Gets the private 'security.authentication.guard_handler' shared service.
  6468. *
  6469. * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6470. *
  6471. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  6472. */
  6473. protected function getSecurity_Authentication_GuardHandlerService()
  6474. {
  6475. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  6476. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6477. if (isset($this->privates['security.authentication.guard_handler'])) {
  6478. return $this->privates['security.authentication.guard_handler'];
  6479. }
  6480. $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, []);
  6481. $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  6482. return $instance;
  6483. }
  6484. /**
  6485. * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6486. *
  6487. * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6488. *
  6489. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  6490. */
  6491. protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6492. {
  6493. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6494. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6495. if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  6496. return $this->privates['security.authentication.listener.anonymous.main'];
  6497. }
  6498. 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);
  6499. }
  6500. /**
  6501. * Gets the private 'security.authentication.listener.guard.main' shared service.
  6502. *
  6503. * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6504. *
  6505. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  6506. */
  6507. protected function getSecurity_Authentication_Listener_Guard_MainService()
  6508. {
  6509. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  6510. $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  6511. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6512. return $this->privates['security.authentication.listener.guard.main'];
  6513. }
  6514. $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6515. if (isset($this->privates['security.authentication.listener.guard.main'])) {
  6516. return $this->privates['security.authentication.listener.guard.main'];
  6517. }
  6518. $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
  6519. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6520. }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6521. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6522. return $instance;
  6523. }
  6524. /**
  6525. * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  6526. *
  6527. * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  6528. *
  6529. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  6530. */
  6531. protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  6532. {
  6533. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6534. $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  6535. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6536. return $this->privates['security.authentication.listener.rememberme.main'];
  6537. }
  6538. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6539. if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  6540. return $this->privates['security.authentication.listener.rememberme.main'];
  6541. }
  6542. 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()));
  6543. }
  6544. /**
  6545. * Gets the private 'security.authentication.manager' shared service.
  6546. *
  6547. * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6548. *
  6549. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  6550. */
  6551. protected function getSecurity_Authentication_ManagerService()
  6552. {
  6553. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  6554. $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6555. yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6556. yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  6557. yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  6558. }, 3), true);
  6559. $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6560. return $instance;
  6561. }
  6562. /**
  6563. * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  6564. *
  6565. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  6566. *
  6567. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  6568. */
  6569. protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  6570. {
  6571. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  6572. return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  6573. }
  6574. /**
  6575. * Gets the private 'security.authentication.provider.guard.main' shared service.
  6576. *
  6577. * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6578. *
  6579. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  6580. */
  6581. protected function getSecurity_Authentication_Provider_Guard_MainService()
  6582. {
  6583. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  6584. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6585. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6586. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6587. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6588. return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6589. yield 0 => ($this->privates['App\\Security\\LoginAuthenticator'] ?? $this->getLoginAuthenticatorService());
  6590. }, 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())));
  6591. }
  6592. /**
  6593. * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  6594. *
  6595. * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  6596. *
  6597. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  6598. */
  6599. protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  6600. {
  6601. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  6602. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6603. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6604. 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');
  6605. }
  6606. /**
  6607. * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  6608. *
  6609. * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  6610. */
  6611. protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  6612. {
  6613. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  6614. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  6615. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  6616. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  6617. return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  6618. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6619. }, 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()));
  6620. }
  6621. /**
  6622. * Gets the private 'security.authentication.session_strategy' shared service.
  6623. *
  6624. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  6625. */
  6626. protected function getSecurity_Authentication_SessionStrategyService()
  6627. {
  6628. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6629. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6630. 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()));
  6631. }
  6632. /**
  6633. * Gets the private 'security.authentication_utils' shared service.
  6634. *
  6635. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  6636. */
  6637. protected function getSecurity_AuthenticationUtilsService()
  6638. {
  6639. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  6640. 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())));
  6641. }
  6642. /**
  6643. * Gets the private 'security.channel_listener' shared service.
  6644. *
  6645. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6646. */
  6647. protected function getSecurity_ChannelListenerService()
  6648. {
  6649. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6650. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6651. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6652. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6653. 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());
  6654. }
  6655. /**
  6656. * Gets the private 'security.command.debug_firewall' shared service.
  6657. *
  6658. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  6659. */
  6660. protected function getSecurity_Command_DebugFirewallService()
  6661. {
  6662. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6663. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  6664. $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);
  6665. $instance->setName('debug:firewall');
  6666. $instance->setDescription('Display information about your security firewall(s)');
  6667. return $instance;
  6668. }
  6669. /**
  6670. * Gets the private 'security.command.user_password_encoder' shared service.
  6671. *
  6672. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6673. *
  6674. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  6675. */
  6676. protected function getSecurity_Command_UserPasswordEncoderService()
  6677. {
  6678. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  6679. $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']);
  6680. $instance->setName('security:encode-password');
  6681. $instance->setDescription('Encode a password');
  6682. return $instance;
  6683. }
  6684. /**
  6685. * Gets the private 'security.command.user_password_hash' shared service.
  6686. *
  6687. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  6688. */
  6689. protected function getSecurity_Command_UserPasswordHashService()
  6690. {
  6691. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6692. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  6693. $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']);
  6694. $instance->setName('security:hash-password');
  6695. $instance->setDescription('Hash a user password');
  6696. return $instance;
  6697. }
  6698. /**
  6699. * Gets the private 'security.context_listener.0' shared service.
  6700. *
  6701. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6702. */
  6703. protected function getSecurity_ContextListener_0Service()
  6704. {
  6705. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6706. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6707. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6708. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6709. if (isset($this->privates['security.context_listener.0'])) {
  6710. return $this->privates['security.context_listener.0'];
  6711. }
  6712. $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 () {
  6713. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6714. }, 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']);
  6715. $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  6716. return $instance;
  6717. }
  6718. /**
  6719. * Gets the private 'security.csrf.token_storage' shared service.
  6720. *
  6721. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6722. */
  6723. protected function getSecurity_Csrf_TokenStorageService()
  6724. {
  6725. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  6726. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  6727. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  6728. 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())));
  6729. }
  6730. /**
  6731. * Gets the private 'security.encoder_factory.generic' shared service.
  6732. *
  6733. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  6734. *
  6735. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  6736. */
  6737. protected function getSecurity_EncoderFactory_GenericService()
  6738. {
  6739. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  6740. 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]]);
  6741. }
  6742. /**
  6743. * Gets the private 'security.event_dispatcher.main' shared service.
  6744. *
  6745. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6746. */
  6747. protected function getSecurity_EventDispatcher_MainService()
  6748. {
  6749. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6750. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6751. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  6752. }, 1 => 'onLogout'], 64);
  6753. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6754. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  6755. }, 1 => 'onLogout'], 0);
  6756. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6757. return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  6758. }, 1 => 'onLogout'], 0);
  6759. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6760. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6761. }, 1 => 'onLogout'], 0);
  6762. return $instance;
  6763. }
  6764. /**
  6765. * Gets the private 'security.firewall.map' shared service.
  6766. *
  6767. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  6768. */
  6769. protected function getSecurity_Firewall_MapService()
  6770. {
  6771. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  6772. if (isset($this->privates['security.firewall.map'])) {
  6773. return $this->privates['security.firewall.map'];
  6774. }
  6775. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  6776. 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)/')));
  6777. yield 'security.firewall.map.context.main' => NULL;
  6778. }, 2));
  6779. }
  6780. /**
  6781. * Gets the private 'security.firewall.map.context.dev' shared service.
  6782. *
  6783. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  6784. */
  6785. protected function getSecurity_Firewall_Map_Context_DevService()
  6786. {
  6787. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6788. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6789. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  6790. return new \EmptyIterator();
  6791. }, 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));
  6792. }
  6793. /**
  6794. * Gets the private 'security.firewall.map.context.main' shared service.
  6795. *
  6796. * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  6797. */
  6798. protected function getSecurity_Firewall_Map_Context_MainService()
  6799. {
  6800. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  6801. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  6802. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  6803. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  6804. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6805. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  6806. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  6807. $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  6808. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  6809. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  6810. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  6811. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6812. yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  6813. yield 3 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  6814. yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  6815. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  6816. }, 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())));
  6817. }
  6818. /**
  6819. * Gets the private 'security.http_utils' shared service.
  6820. *
  6821. * @return \Symfony\Component\Security\Http\HttpUtils
  6822. */
  6823. protected function getSecurity_HttpUtilsService()
  6824. {
  6825. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  6826. $a = ($this->services['router'] ?? $this->getRouterService());
  6827. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  6828. }
  6829. /**
  6830. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  6831. *
  6832. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  6833. */
  6834. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  6835. {
  6836. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  6837. 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()));
  6838. }
  6839. /**
  6840. * Gets the private 'security.logout.listener.default.main' shared service.
  6841. *
  6842. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  6843. */
  6844. protected function getSecurity_Logout_Listener_Default_MainService()
  6845. {
  6846. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  6847. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  6848. }
  6849. /**
  6850. * Gets the private 'security.logout.listener.remember_me.main' shared service.
  6851. *
  6852. * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  6853. */
  6854. protected function getSecurity_Logout_Listener_RememberMe_MainService()
  6855. {
  6856. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  6857. 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()));
  6858. }
  6859. /**
  6860. * Gets the private 'security.logout_url_generator' shared service.
  6861. *
  6862. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  6863. */
  6864. protected function getSecurity_LogoutUrlGeneratorService()
  6865. {
  6866. $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()));
  6867. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  6868. return $instance;
  6869. }
  6870. /**
  6871. * Gets the private 'security.password_hasher_factory' shared service.
  6872. *
  6873. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  6874. */
  6875. protected function getSecurity_PasswordHasherFactoryService()
  6876. {
  6877. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  6878. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  6879. 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]]);
  6880. }
  6881. /**
  6882. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  6883. *
  6884. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  6885. */
  6886. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  6887. {
  6888. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6889. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6890. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  6891. 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);
  6892. }
  6893. /**
  6894. * Gets the private 'security.validator.user_password' shared service.
  6895. *
  6896. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  6897. */
  6898. protected function getSecurity_Validator_UserPasswordService()
  6899. {
  6900. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6901. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  6902. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  6903. 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()));
  6904. }
  6905. /**
  6906. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  6907. *
  6908. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  6909. */
  6910. protected function getSensioFrameworkExtra_Controller_ListenerService()
  6911. {
  6912. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6913. }
  6914. /**
  6915. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  6916. *
  6917. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  6918. */
  6919. protected function getSensioFrameworkExtra_Converter_ListenerService()
  6920. {
  6921. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  6922. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  6923. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  6924. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  6925. }
  6926. /**
  6927. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  6928. *
  6929. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  6930. */
  6931. protected function getSensioFrameworkExtra_Security_ListenerService()
  6932. {
  6933. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6934. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  6935. return $this->privates['sensio_framework_extra.security.listener'];
  6936. }
  6937. 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()));
  6938. }
  6939. /**
  6940. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  6941. *
  6942. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  6943. */
  6944. protected function getSensioFrameworkExtra_View_ListenerService()
  6945. {
  6946. $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))));
  6947. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6948. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  6949. ], [
  6950. 'twig' => '?',
  6951. ]))->withContext('sensio_framework_extra.view.listener', $this));
  6952. return $instance;
  6953. }
  6954. /**
  6955. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  6956. *
  6957. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  6958. */
  6959. protected function getSerializer_Mapping_CacheWarmerService()
  6960. {
  6961. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6962. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6963. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  6964. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6965. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6966. 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'));
  6967. }
  6968. /**
  6969. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  6970. *
  6971. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  6972. */
  6973. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  6974. {
  6975. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  6976. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  6977. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  6978. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  6979. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  6980. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  6981. 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()))]));
  6982. }
  6983. /**
  6984. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  6985. *
  6986. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  6987. */
  6988. protected function getSerializer_NameConverter_MetadataAwareService()
  6989. {
  6990. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  6991. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  6992. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  6993. 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()));
  6994. }
  6995. /**
  6996. * Gets the private 'session.factory' shared service.
  6997. *
  6998. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  6999. */
  7000. protected function getSession_FactoryService()
  7001. {
  7002. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7003. if (isset($this->privates['session.factory'])) {
  7004. return $this->privates['session.factory'];
  7005. }
  7006. 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']);
  7007. }
  7008. /**
  7009. * Gets the private 'session.storage.factory.service' shared service.
  7010. *
  7011. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  7012. *
  7013. * @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.
  7014. */
  7015. protected function getSession_Storage_Factory_ServiceService()
  7016. {
  7017. 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.');
  7018. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  7019. }
  7020. /**
  7021. * Gets the private 'session.storage.metadata_bag' shared service.
  7022. *
  7023. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  7024. *
  7025. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  7026. */
  7027. protected function getSession_Storage_MetadataBagService()
  7028. {
  7029. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  7030. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  7031. }
  7032. /**
  7033. * Gets the private 'session.storage.native' shared service.
  7034. *
  7035. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7036. *
  7037. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  7038. */
  7039. protected function getSession_Storage_NativeService()
  7040. {
  7041. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  7042. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  7043. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  7044. 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());
  7045. }
  7046. /**
  7047. * Gets the private 'session_listener' shared service.
  7048. *
  7049. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7050. */
  7051. protected function getSessionListenerService()
  7052. {
  7053. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7054. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  7055. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  7056. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  7057. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  7058. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  7059. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  7060. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
  7061. ], [
  7062. 'initialized_session' => '?',
  7063. 'logger' => '?',
  7064. 'request_stack' => '?',
  7065. 'session' => '?',
  7066. 'session_collector' => '?',
  7067. 'session_factory' => '?',
  7068. 'session_storage' => '?',
  7069. ]), true, $this->parameters['session.storage.options']);
  7070. }
  7071. /**
  7072. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  7073. *
  7074. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  7075. */
  7076. protected function getSymfonycasts_ResetPassword_CleanerService()
  7077. {
  7078. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  7079. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  7080. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Fake/FakeResetPasswordInternalRepository.php';
  7081. 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);
  7082. }
  7083. /**
  7084. * Gets the private 'translation.extractor' shared service.
  7085. *
  7086. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7087. */
  7088. protected function getTranslation_ExtractorService()
  7089. {
  7090. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7091. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7092. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7093. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7094. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7095. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7096. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7097. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  7098. return $instance;
  7099. }
  7100. /**
  7101. * Gets the private 'translation.loader.csv' shared service.
  7102. *
  7103. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7104. */
  7105. protected function getTranslation_Loader_CsvService()
  7106. {
  7107. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7108. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7109. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7110. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7111. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7112. }
  7113. /**
  7114. * Gets the private 'translation.loader.dat' shared service.
  7115. *
  7116. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7117. */
  7118. protected function getTranslation_Loader_DatService()
  7119. {
  7120. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7121. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7122. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7123. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7124. }
  7125. /**
  7126. * Gets the private 'translation.loader.ini' shared service.
  7127. *
  7128. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7129. */
  7130. protected function getTranslation_Loader_IniService()
  7131. {
  7132. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7133. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7134. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7135. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7136. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7137. }
  7138. /**
  7139. * Gets the private 'translation.loader.json' shared service.
  7140. *
  7141. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7142. */
  7143. protected function getTranslation_Loader_JsonService()
  7144. {
  7145. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7146. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7147. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7148. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7149. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7150. }
  7151. /**
  7152. * Gets the private 'translation.loader.mo' shared service.
  7153. *
  7154. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7155. */
  7156. protected function getTranslation_Loader_MoService()
  7157. {
  7158. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7159. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7160. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7161. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7162. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7163. }
  7164. /**
  7165. * Gets the private 'translation.loader.php' shared service.
  7166. *
  7167. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7168. */
  7169. protected function getTranslation_Loader_PhpService()
  7170. {
  7171. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7172. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7173. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7174. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7175. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7176. }
  7177. /**
  7178. * Gets the private 'translation.loader.po' shared service.
  7179. *
  7180. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7181. */
  7182. protected function getTranslation_Loader_PoService()
  7183. {
  7184. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7185. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7186. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7187. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7188. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7189. }
  7190. /**
  7191. * Gets the private 'translation.loader.qt' shared service.
  7192. *
  7193. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7194. */
  7195. protected function getTranslation_Loader_QtService()
  7196. {
  7197. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7199. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7200. }
  7201. /**
  7202. * Gets the private 'translation.loader.res' shared service.
  7203. *
  7204. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7205. */
  7206. protected function getTranslation_Loader_ResService()
  7207. {
  7208. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7210. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7211. }
  7212. /**
  7213. * Gets the private 'translation.loader.xliff' shared service.
  7214. *
  7215. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7216. */
  7217. protected function getTranslation_Loader_XliffService()
  7218. {
  7219. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7220. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7221. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7222. }
  7223. /**
  7224. * Gets the private 'translation.loader.yml' shared service.
  7225. *
  7226. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7227. */
  7228. protected function getTranslation_Loader_YmlService()
  7229. {
  7230. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7231. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7232. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7233. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7234. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7235. }
  7236. /**
  7237. * Gets the private 'translation.provider_collection' shared service.
  7238. *
  7239. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  7240. */
  7241. protected function getTranslation_ProviderCollectionService()
  7242. {
  7243. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  7244. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  7245. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  7246. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  7247. }, 1), []))->fromConfig([]);
  7248. }
  7249. /**
  7250. * Gets the private 'translation.reader' shared service.
  7251. *
  7252. * @return \Symfony\Component\Translation\Reader\TranslationReader
  7253. */
  7254. protected function getTranslation_ReaderService()
  7255. {
  7256. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7257. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7258. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7259. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7260. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7261. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7262. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7263. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7264. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7265. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7266. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7267. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7268. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7269. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7270. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7271. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7272. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7273. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7274. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7275. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7276. $instance->addLoader('yaml', $a);
  7277. $instance->addLoader('yml', $a);
  7278. $instance->addLoader('xlf', $b);
  7279. $instance->addLoader('xliff', $b);
  7280. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7281. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7282. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7283. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7284. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7285. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7286. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7287. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7288. return $instance;
  7289. }
  7290. /**
  7291. * Gets the private 'translation.warmer' shared service.
  7292. *
  7293. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7294. */
  7295. protected function getTranslation_WarmerService()
  7296. {
  7297. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7298. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7299. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7300. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7301. ], [
  7302. 'translator' => '?',
  7303. ]))->withContext('translation.warmer', $this));
  7304. }
  7305. /**
  7306. * Gets the private 'translation.writer' shared service.
  7307. *
  7308. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  7309. */
  7310. protected function getTranslation_WriterService()
  7311. {
  7312. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7313. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7314. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7315. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7316. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7317. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7318. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7319. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7320. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7321. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7322. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7323. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7324. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7325. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7326. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7327. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7328. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7329. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7330. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7331. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7332. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7333. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7334. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7335. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7336. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7337. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7338. return $instance;
  7339. }
  7340. /**
  7341. * Gets the private 'translator.default' shared service.
  7342. *
  7343. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7344. */
  7345. protected function getTranslator_DefaultService()
  7346. {
  7347. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7348. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  7349. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  7350. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  7351. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  7352. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  7353. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  7354. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  7355. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  7356. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  7357. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  7358. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  7359. ], [
  7360. 'translation.loader.csv' => '?',
  7361. 'translation.loader.dat' => '?',
  7362. 'translation.loader.ini' => '?',
  7363. 'translation.loader.json' => '?',
  7364. 'translation.loader.mo' => '?',
  7365. 'translation.loader.php' => '?',
  7366. 'translation.loader.po' => '?',
  7367. 'translation.loader.qt' => '?',
  7368. 'translation.loader.res' => '?',
  7369. 'translation.loader.xliff' => '?',
  7370. 'translation.loader.yml' => '?',
  7371. ]), 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']]], []);
  7372. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7373. $instance->setFallbackLocales([0 => 'en']);
  7374. return $instance;
  7375. }
  7376. /**
  7377. * Gets the private 'twig.command.debug' shared service.
  7378. *
  7379. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7380. */
  7381. protected function getTwig_Command_DebugService()
  7382. {
  7383. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7384. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7385. $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()));
  7386. $instance->setName('debug:twig');
  7387. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  7388. return $instance;
  7389. }
  7390. /**
  7391. * Gets the private 'twig.command.lint' shared service.
  7392. *
  7393. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7394. */
  7395. protected function getTwig_Command_LintService()
  7396. {
  7397. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7398. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7399. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7400. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  7401. $instance->setName('lint:twig');
  7402. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  7403. return $instance;
  7404. }
  7405. /**
  7406. * Gets the private 'twig.form.engine' shared service.
  7407. *
  7408. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7409. */
  7410. protected function getTwig_Form_EngineService()
  7411. {
  7412. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7413. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7414. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7415. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7416. if (isset($this->privates['twig.form.engine'])) {
  7417. return $this->privates['twig.form.engine'];
  7418. }
  7419. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  7420. }
  7421. /**
  7422. * Gets the private 'twig.form.renderer' shared service.
  7423. *
  7424. * @return \Symfony\Component\Form\FormRenderer
  7425. */
  7426. protected function getTwig_Form_RendererService()
  7427. {
  7428. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  7429. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  7430. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  7431. if (isset($this->privates['twig.form.renderer'])) {
  7432. return $this->privates['twig.form.renderer'];
  7433. }
  7434. 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()));
  7435. }
  7436. /**
  7437. * Gets the private 'twig.mailer.message_listener' shared service.
  7438. *
  7439. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  7440. */
  7441. protected function getTwig_Mailer_MessageListenerService()
  7442. {
  7443. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  7444. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  7445. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  7446. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7447. if (isset($this->privates['twig.mailer.message_listener'])) {
  7448. return $this->privates['twig.mailer.message_listener'];
  7449. }
  7450. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  7451. }
  7452. /**
  7453. * Gets the private 'twig.runtime.httpkernel' shared service.
  7454. *
  7455. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7456. */
  7457. protected function getTwig_Runtime_HttpkernelService()
  7458. {
  7459. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  7463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  7464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  7465. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7466. 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, [
  7467. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  7468. ], [
  7469. 'inline' => '?',
  7470. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  7471. }
  7472. /**
  7473. * Gets the private 'twig.runtime.security_csrf' shared service.
  7474. *
  7475. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7476. */
  7477. protected function getTwig_Runtime_SecurityCsrfService()
  7478. {
  7479. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7480. 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()));
  7481. }
  7482. /**
  7483. * Gets the private 'twig.runtime.serializer' shared service.
  7484. *
  7485. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  7486. */
  7487. protected function getTwig_Runtime_SerializerService()
  7488. {
  7489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  7490. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  7491. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  7492. }
  7493. /**
  7494. * Gets the private 'twig.template_cache_warmer' shared service.
  7495. *
  7496. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7497. */
  7498. protected function getTwig_TemplateCacheWarmerService()
  7499. {
  7500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7501. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7502. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7503. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7504. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  7505. ], [
  7506. 'twig' => '?',
  7507. ]))->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')));
  7508. }
  7509. /**
  7510. * Gets the private 'validator.builder' shared service.
  7511. *
  7512. * @return \Symfony\Component\Validator\ValidatorBuilder
  7513. */
  7514. protected function getValidator_BuilderService()
  7515. {
  7516. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7517. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7518. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7519. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7520. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7521. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  7522. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7523. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  7524. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  7525. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  7526. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  7527. ], [
  7528. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7529. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7530. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7531. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7532. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7533. 'doctrine.orm.validator.unique' => '?',
  7534. 'security.validator.user_password' => '?',
  7535. 'validator.expression' => '?',
  7536. ])));
  7537. if ($this->has('translator')) {
  7538. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7539. }
  7540. $instance->setTranslationDomain('validators');
  7541. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7542. $instance->enableAnnotationMapping(true);
  7543. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7544. $instance->addMethodMapping('loadValidatorMetadata');
  7545. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7546. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  7547. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7548. return $instance;
  7549. }
  7550. /**
  7551. * Gets the private 'validator.email' shared service.
  7552. *
  7553. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7554. */
  7555. protected function getValidator_EmailService()
  7556. {
  7557. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7558. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7559. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7560. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7561. }
  7562. /**
  7563. * Gets the private 'validator.expression' shared service.
  7564. *
  7565. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7566. */
  7567. protected function getValidator_ExpressionService()
  7568. {
  7569. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7570. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7571. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7572. 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())));
  7573. }
  7574. /**
  7575. * Gets the private 'validator.mapping.cache_warmer' shared service.
  7576. *
  7577. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7578. */
  7579. protected function getValidator_Mapping_CacheWarmerService()
  7580. {
  7581. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7582. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7583. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7584. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7585. }
  7586. /**
  7587. * Gets the private 'validator.not_compromised_password' shared service.
  7588. *
  7589. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7590. */
  7591. protected function getValidator_NotCompromisedPasswordService()
  7592. {
  7593. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7594. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  7595. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7596. 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);
  7597. }
  7598. /**
  7599. * Gets the private 'var_dumper.command.server_dump' shared service.
  7600. *
  7601. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7602. */
  7603. protected function getVarDumper_Command_ServerDumpService()
  7604. {
  7605. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7606. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7607. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7608. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7609. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7610. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7611. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7612. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7613. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7614. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7615. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7616. $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()))]);
  7617. $instance->setName('server:dump');
  7618. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  7619. return $instance;
  7620. }
  7621. /**
  7622. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7623. *
  7624. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7625. */
  7626. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7627. {
  7628. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  7629. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7630. return $instance;
  7631. }
  7632. /**
  7633. * Gets the private 'var_dumper.html_dumper' shared service.
  7634. *
  7635. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7636. */
  7637. protected function getVarDumper_HtmlDumperService()
  7638. {
  7639. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  7640. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7641. return $instance;
  7642. }
  7643. /**
  7644. * Gets the private 'var_dumper.server_connection' shared service.
  7645. *
  7646. * @return \Symfony\Component\VarDumper\Server\Connection
  7647. */
  7648. protected function getVarDumper_ServerConnectionService()
  7649. {
  7650. 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()]);
  7651. }
  7652. /**
  7653. * Gets the private 'web_profiler.csp.handler' shared service.
  7654. *
  7655. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7656. */
  7657. protected function getWebProfiler_Csp_HandlerService()
  7658. {
  7659. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7660. }
  7661. /**
  7662. * Gets the private 'web_profiler.debug_toolbar' shared service.
  7663. *
  7664. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7665. */
  7666. protected function getWebProfiler_DebugToolbarService()
  7667. {
  7668. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7669. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  7670. return $this->privates['web_profiler.debug_toolbar'];
  7671. }
  7672. 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()));
  7673. }
  7674. /**
  7675. * Gets the public 'cache_clearer' alias.
  7676. *
  7677. * @return object The ".container.private.cache_clearer" service.
  7678. */
  7679. protected function getCacheClearerService()
  7680. {
  7681. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  7682. return $this->get('.container.private.cache_clearer');
  7683. }
  7684. /**
  7685. * Gets the public 'filesystem' alias.
  7686. *
  7687. * @return object The ".container.private.filesystem" service.
  7688. */
  7689. protected function getFilesystemService()
  7690. {
  7691. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  7692. return $this->get('.container.private.filesystem');
  7693. }
  7694. /**
  7695. * Gets the public 'serializer' alias.
  7696. *
  7697. * @return object The ".container.private.serializer" service.
  7698. */
  7699. protected function getSerializerService()
  7700. {
  7701. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  7702. return $this->get('.container.private.serializer');
  7703. }
  7704. /**
  7705. * Gets the public 'security.csrf.token_manager' alias.
  7706. *
  7707. * @return object The ".container.private.security.csrf.token_manager" service.
  7708. */
  7709. protected function getSecurity_Csrf_TokenManagerService()
  7710. {
  7711. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  7712. return $this->get('.container.private.security.csrf.token_manager');
  7713. }
  7714. /**
  7715. * Gets the public 'form.factory' alias.
  7716. *
  7717. * @return object The ".container.private.form.factory" service.
  7718. */
  7719. protected function getForm_FactoryService()
  7720. {
  7721. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  7722. return $this->get('.container.private.form.factory');
  7723. }
  7724. /**
  7725. * Gets the public 'form.type.file' alias.
  7726. *
  7727. * @return object The ".container.private.form.type.file" service.
  7728. */
  7729. protected function getForm_Type_FileService()
  7730. {
  7731. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  7732. return $this->get('.container.private.form.type.file');
  7733. }
  7734. /**
  7735. * Gets the public 'profiler' alias.
  7736. *
  7737. * @return object The ".container.private.profiler" service.
  7738. */
  7739. protected function getProfilerService()
  7740. {
  7741. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  7742. return $this->get('.container.private.profiler');
  7743. }
  7744. /**
  7745. * Gets the public 'twig' alias.
  7746. *
  7747. * @return object The ".container.private.twig" service.
  7748. */
  7749. protected function getTwigService()
  7750. {
  7751. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  7752. return $this->get('.container.private.twig');
  7753. }
  7754. /**
  7755. * Gets the public 'security.authorization_checker' alias.
  7756. *
  7757. * @return object The ".container.private.security.authorization_checker" service.
  7758. */
  7759. protected function getSecurity_AuthorizationCheckerService()
  7760. {
  7761. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  7762. return $this->get('.container.private.security.authorization_checker');
  7763. }
  7764. /**
  7765. * Gets the public 'security.token_storage' alias.
  7766. *
  7767. * @return object The ".container.private.security.token_storage" service.
  7768. */
  7769. protected function getSecurity_TokenStorageService()
  7770. {
  7771. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  7772. return $this->get('.container.private.security.token_storage');
  7773. }
  7774. /**
  7775. * Gets the public 'security.password_encoder' alias.
  7776. *
  7777. * @return object The ".container.private.security.password_encoder" service.
  7778. */
  7779. protected function getSecurity_PasswordEncoderService()
  7780. {
  7781. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  7782. return $this->get('.container.private.security.password_encoder');
  7783. }
  7784. /**
  7785. * Gets the public 'session' alias.
  7786. *
  7787. * @return object The ".container.private.session" service.
  7788. */
  7789. protected function getSessionService()
  7790. {
  7791. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  7792. return $this->get('.container.private.session');
  7793. }
  7794. /**
  7795. * Gets the public 'validator' alias.
  7796. *
  7797. * @return object The ".container.private.validator" service.
  7798. */
  7799. protected function getValidatorService()
  7800. {
  7801. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  7802. return $this->get('.container.private.validator');
  7803. }
  7804. /**
  7805. * @return array|bool|float|int|string|\UnitEnum|null
  7806. */
  7807. public function getParameter(string $name)
  7808. {
  7809. if (isset($this->buildParameters[$name])) {
  7810. return $this->buildParameters[$name];
  7811. }
  7812. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  7813. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  7814. }
  7815. if (isset($this->loadedDynamicParameters[$name])) {
  7816. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7817. }
  7818. return $this->parameters[$name];
  7819. }
  7820. public function hasParameter(string $name): bool
  7821. {
  7822. if (isset($this->buildParameters[$name])) {
  7823. return true;
  7824. }
  7825. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  7826. }
  7827. public function setParameter(string $name, $value): void
  7828. {
  7829. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7830. }
  7831. public function getParameterBag(): ParameterBagInterface
  7832. {
  7833. if (null === $this->parameterBag) {
  7834. $parameters = $this->parameters;
  7835. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7836. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7837. }
  7838. foreach ($this->buildParameters as $name => $value) {
  7839. $parameters[$name] = $value;
  7840. }
  7841. $this->parameterBag = new FrozenParameterBag($parameters);
  7842. }
  7843. return $this->parameterBag;
  7844. }
  7845. private $loadedDynamicParameters = [
  7846. 'kernel.runtime_environment' => false,
  7847. 'kernel.build_dir' => false,
  7848. 'kernel.cache_dir' => false,
  7849. 'onlyoffice.document_server_url' => false,
  7850. 'onlyoffice.jwt_secret' => false,
  7851. 'kernel.secret' => false,
  7852. 'debug.container.dump' => false,
  7853. 'serializer.mapping.cache.file' => false,
  7854. 'validator.mapping.cache.file' => false,
  7855. 'profiler.storage.dsn' => false,
  7856. 'doctrine.orm.proxy_dir' => false,
  7857. ];
  7858. private $dynamicParameters = [];
  7859. private function getDynamicParameter(string $name)
  7860. {
  7861. switch ($name) {
  7862. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  7863. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  7864. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  7865. case 'onlyoffice.document_server_url': $value = $this->getEnv('ONLYOFFICE_DOCUMENT_SERVER_URL'); break;
  7866. case 'onlyoffice.jwt_secret': $value = $this->getEnv('ONLYOFFICE_JWT_SECRET'); break;
  7867. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  7868. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  7869. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  7870. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  7871. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7872. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7873. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  7874. }
  7875. $this->loadedDynamicParameters[$name] = true;
  7876. return $this->dynamicParameters[$name] = $value;
  7877. }
  7878. protected function getDefaultParameters(): array
  7879. {
  7880. return [
  7881. 'kernel.project_dir' => \dirname(__DIR__, 4),
  7882. 'kernel.environment' => 'dev',
  7883. 'kernel.debug' => true,
  7884. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  7885. 'kernel.bundles' => [
  7886. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  7887. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  7888. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  7889. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  7890. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  7891. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  7892. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  7893. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  7894. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  7895. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  7896. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  7897. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  7898. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  7899. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  7900. ],
  7901. 'kernel.bundles_metadata' => [
  7902. 'FrameworkBundle' => [
  7903. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  7904. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  7905. ],
  7906. 'SensioFrameworkExtraBundle' => [
  7907. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  7908. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  7909. ],
  7910. 'TwigBundle' => [
  7911. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  7912. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  7913. ],
  7914. 'WebProfilerBundle' => [
  7915. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  7916. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  7917. ],
  7918. 'MonologBundle' => [
  7919. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  7920. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  7921. ],
  7922. 'DebugBundle' => [
  7923. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  7924. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  7925. ],
  7926. 'MakerBundle' => [
  7927. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  7928. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  7929. ],
  7930. 'DoctrineBundle' => [
  7931. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  7932. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  7933. ],
  7934. 'DoctrineMigrationsBundle' => [
  7935. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  7936. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  7937. ],
  7938. 'SecurityBundle' => [
  7939. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  7940. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  7941. ],
  7942. 'TwigExtraBundle' => [
  7943. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  7944. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  7945. ],
  7946. 'SymfonyCastsResetPasswordBundle' => [
  7947. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  7948. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  7949. ],
  7950. 'NelmioApiDocBundle' => [
  7951. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  7952. 'namespace' => 'Nelmio\\ApiDocBundle',
  7953. ],
  7954. 'NelmioCorsBundle' => [
  7955. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  7956. 'namespace' => 'Nelmio\\CorsBundle',
  7957. ],
  7958. ],
  7959. 'kernel.charset' => 'UTF-8',
  7960. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  7961. 'container.dumper.inline_class_loader' => true,
  7962. 'container.dumper.inline_factories' => true,
  7963. 'event_dispatcher.event_aliases' => [
  7964. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7965. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7966. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7967. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7968. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7969. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7970. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7971. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7972. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7973. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7974. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7975. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7976. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7977. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7978. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7979. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7980. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7981. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7982. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7983. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7984. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7985. ],
  7986. 'fragment.renderer.hinclude.global_template' => NULL,
  7987. 'fragment.path' => '/_fragment',
  7988. 'kernel.http_method_override' => true,
  7989. 'kernel.trusted_hosts' => [
  7990. ],
  7991. 'kernel.default_locale' => 'en',
  7992. 'kernel.enabled_locales' => [
  7993. ],
  7994. 'kernel.error_controller' => 'error_controller',
  7995. 'debug.file_link_format' => NULL,
  7996. 'asset.request_context.base_path' => NULL,
  7997. 'asset.request_context.secure' => NULL,
  7998. 'translator.logging' => false,
  7999. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  8000. 'debug.error_handler.throw_at' => -1,
  8001. 'router.request_context.host' => 'localhost',
  8002. 'router.request_context.scheme' => 'http',
  8003. 'router.request_context.base_url' => '',
  8004. 'router.resource' => 'kernel::loadRoutes',
  8005. 'request_listener.http_port' => 80,
  8006. 'request_listener.https_port' => 443,
  8007. 'session.metadata.storage_key' => '_sf2_meta',
  8008. 'session.storage.options' => [
  8009. 'cache_limiter' => '0',
  8010. 'cookie_secure' => 'auto',
  8011. 'cookie_httponly' => true,
  8012. 'cookie_samesite' => 'lax',
  8013. 'gc_probability' => 1,
  8014. ],
  8015. 'session.save_path' => NULL,
  8016. 'session.metadata.update_threshold' => 0,
  8017. 'form.type_extension.csrf.enabled' => true,
  8018. 'form.type_extension.csrf.field_name' => '_token',
  8019. 'validator.translation_domain' => 'validators',
  8020. 'profiler_listener.only_exceptions' => false,
  8021. 'profiler_listener.only_main_requests' => false,
  8022. 'twig.form.resources' => [
  8023. 0 => 'form_div_layout.html.twig',
  8024. ],
  8025. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  8026. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  8027. 'web_profiler.debug_toolbar.mode' => 2,
  8028. 'monolog.use_microseconds' => true,
  8029. 'monolog.swift_mailer.handlers' => [
  8030. ],
  8031. 'monolog.handlers_to_channels' => [
  8032. 'monolog.handler.console' => [
  8033. 'type' => 'exclusive',
  8034. 'elements' => [
  8035. 0 => 'event',
  8036. 1 => 'doctrine',
  8037. 2 => 'console',
  8038. ],
  8039. ],
  8040. 'monolog.handler.main' => [
  8041. 'type' => 'exclusive',
  8042. 'elements' => [
  8043. 0 => 'event',
  8044. ],
  8045. ],
  8046. ],
  8047. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8048. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8049. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8050. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8051. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8052. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8053. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8054. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8055. 'doctrine.entity_managers' => [
  8056. 'default' => 'doctrine.orm.default_entity_manager',
  8057. ],
  8058. 'doctrine.default_entity_manager' => 'default',
  8059. 'doctrine.dbal.connection_factory.types' => [
  8060. ],
  8061. 'doctrine.connections' => [
  8062. 'default' => 'doctrine.dbal.default_connection',
  8063. ],
  8064. 'doctrine.default_connection' => 'default',
  8065. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8066. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8067. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8068. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8069. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8070. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8071. 'doctrine.orm.cache.memcache_host' => 'localhost',
  8072. 'doctrine.orm.cache.memcache_port' => 11211,
  8073. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8074. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8075. 'doctrine.orm.cache.memcached_host' => 'localhost',
  8076. 'doctrine.orm.cache.memcached_port' => 11211,
  8077. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8078. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8079. 'doctrine.orm.cache.redis_host' => 'localhost',
  8080. 'doctrine.orm.cache.redis_port' => 6379,
  8081. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8082. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8083. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8084. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8085. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8086. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8087. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8088. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8089. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8090. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8091. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8092. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8093. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8094. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8095. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8096. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8097. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8098. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8099. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8100. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8101. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8102. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8103. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  8104. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8105. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8106. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8107. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8108. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8109. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8110. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8111. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8112. 'doctrine.orm.auto_generate_proxy_classes' => true,
  8113. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  8114. 'doctrine.orm.proxy_namespace' => 'Proxies',
  8115. 'doctrine.migrations.preferred_em' => NULL,
  8116. 'doctrine.migrations.preferred_connection' => NULL,
  8117. 'security.role_hierarchy.roles' => [
  8118. ],
  8119. 'security.access.denied_url' => NULL,
  8120. 'security.authentication.manager.erase_credentials' => true,
  8121. 'security.authentication.session_strategy.strategy' => 'migrate',
  8122. 'security.access.always_authenticate_before_granting' => false,
  8123. 'security.authentication.hide_user_not_found' => true,
  8124. 'security.firewalls' => [
  8125. 0 => 'dev',
  8126. 1 => 'main',
  8127. ],
  8128. 'security.main._indexed_authenticators' => [
  8129. ],
  8130. 'nelmio_api_doc.areas' => [
  8131. 0 => 'default',
  8132. ],
  8133. 'nelmio_api_doc.use_validation_groups' => false,
  8134. 'nelmio_cors.map' => [
  8135. '^/' => [
  8136. ],
  8137. ],
  8138. 'nelmio_cors.defaults' => [
  8139. 'allow_origin' => true,
  8140. 'allow_credentials' => false,
  8141. 'allow_headers' => [
  8142. 0 => 'content-type',
  8143. 1 => 'authorization',
  8144. ],
  8145. 'allow_private_network' => false,
  8146. 'expose_headers' => [
  8147. 0 => 'Link',
  8148. ],
  8149. 'allow_methods' => [
  8150. 0 => 'GET',
  8151. 1 => 'OPTIONS',
  8152. 2 => 'POST',
  8153. 3 => 'PUT',
  8154. 4 => 'PATCH',
  8155. 5 => 'DELETE',
  8156. ],
  8157. 'max_age' => 3600,
  8158. 'hosts' => [
  8159. ],
  8160. 'origin_regex' => true,
  8161. 'forced_allow_origin_value' => NULL,
  8162. 'skip_same_as_origin' => true,
  8163. ],
  8164. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8165. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8166. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8167. 'data_collector.templates' => [
  8168. 'data_collector.request' => [
  8169. 0 => 'request',
  8170. 1 => '@WebProfiler/Collector/request.html.twig',
  8171. ],
  8172. 'data_collector.time' => [
  8173. 0 => 'time',
  8174. 1 => '@WebProfiler/Collector/time.html.twig',
  8175. ],
  8176. 'data_collector.memory' => [
  8177. 0 => 'memory',
  8178. 1 => '@WebProfiler/Collector/memory.html.twig',
  8179. ],
  8180. 'data_collector.validator' => [
  8181. 0 => 'validator',
  8182. 1 => '@WebProfiler/Collector/validator.html.twig',
  8183. ],
  8184. 'data_collector.ajax' => [
  8185. 0 => 'ajax',
  8186. 1 => '@WebProfiler/Collector/ajax.html.twig',
  8187. ],
  8188. 'data_collector.form' => [
  8189. 0 => 'form',
  8190. 1 => '@WebProfiler/Collector/form.html.twig',
  8191. ],
  8192. 'data_collector.exception' => [
  8193. 0 => 'exception',
  8194. 1 => '@WebProfiler/Collector/exception.html.twig',
  8195. ],
  8196. 'data_collector.logger' => [
  8197. 0 => 'logger',
  8198. 1 => '@WebProfiler/Collector/logger.html.twig',
  8199. ],
  8200. 'data_collector.events' => [
  8201. 0 => 'events',
  8202. 1 => '@WebProfiler/Collector/events.html.twig',
  8203. ],
  8204. 'data_collector.router' => [
  8205. 0 => 'router',
  8206. 1 => '@WebProfiler/Collector/router.html.twig',
  8207. ],
  8208. 'data_collector.cache' => [
  8209. 0 => 'cache',
  8210. 1 => '@WebProfiler/Collector/cache.html.twig',
  8211. ],
  8212. 'data_collector.translation' => [
  8213. 0 => 'translation',
  8214. 1 => '@WebProfiler/Collector/translation.html.twig',
  8215. ],
  8216. 'data_collector.security' => [
  8217. 0 => 'security',
  8218. 1 => '@Security/Collector/security.html.twig',
  8219. ],
  8220. 'data_collector.twig' => [
  8221. 0 => 'twig',
  8222. 1 => '@WebProfiler/Collector/twig.html.twig',
  8223. ],
  8224. 'data_collector.http_client' => [
  8225. 0 => 'http_client',
  8226. 1 => '@WebProfiler/Collector/http_client.html.twig',
  8227. ],
  8228. 'data_collector.doctrine' => [
  8229. 0 => 'db',
  8230. 1 => '@Doctrine/Collector/db.html.twig',
  8231. ],
  8232. 'doctrine_migrations.migrations_collector' => [
  8233. 0 => 'doctrine_migrations',
  8234. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  8235. ],
  8236. 'data_collector.dump' => [
  8237. 0 => 'dump',
  8238. 1 => '@Debug/Profiler/dump.html.twig',
  8239. ],
  8240. 'mailer.data_collector' => [
  8241. 0 => 'mailer',
  8242. 1 => '@WebProfiler/Collector/mailer.html.twig',
  8243. ],
  8244. 'data_collector.config' => [
  8245. 0 => 'config',
  8246. 1 => '@WebProfiler/Collector/config.html.twig',
  8247. ],
  8248. ],
  8249. 'console.command.ids' => [
  8250. ],
  8251. ];
  8252. }
  8253. protected function throw($message)
  8254. {
  8255. throw new RuntimeException($message);
  8256. }
  8257. }