var/cache/dev/Container4pIDxSL/App_KernelDevDebugContainer.php line 642

Open in your IDE?
  1. <?php
  2. namespace Container4pIDxSL;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36. '.container.private.twig' => 'get_Container_Private_TwigService',
  37. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38. 'cache.app' => 'getCache_AppService',
  39. 'cache.system' => 'getCache_SystemService',
  40. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41. 'data_collector.dump' => 'getDataCollector_DumpService',
  42. 'doctrine' => 'getDoctrineService',
  43. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45. 'event_dispatcher' => 'getEventDispatcherService',
  46. 'http_kernel' => 'getHttpKernelService',
  47. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  48. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'translator' => 'getTranslatorService',
  52. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53. 'cache_clearer' => 'getCacheClearerService',
  54. 'filesystem' => 'getFilesystemService',
  55. 'serializer' => 'getSerializerService',
  56. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57. 'form.factory' => 'getForm_FactoryService',
  58. 'form.type.file' => 'getForm_Type_FileService',
  59. 'profiler' => 'getProfilerService',
  60. 'twig' => 'getTwigService',
  61. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  62. 'security.token_storage' => 'getSecurity_TokenStorageService',
  63. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64. 'session' => 'getSessionService',
  65. 'validator' => 'getValidatorService',
  66. ];
  67. $this->fileMap = [
  68. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75. '.container.private.session' => 'get_Container_Private_SessionService',
  76. 'App\\Controller\\AjustesController' => 'getAjustesControllerService',
  77. 'App\\Controller\\AjustesavanzadosController' => 'getAjustesavanzadosControllerService',
  78. 'App\\Controller\\AlbaranController' => 'getAlbaranControllerService',
  79. 'App\\Controller\\BaseController' => 'getBaseControllerService',
  80. 'App\\Controller\\CajaController' => 'getCajaControllerService',
  81. 'App\\Controller\\ClienteMensualidadController' => 'getClienteMensualidadControllerService',
  82. 'App\\Controller\\CocinaController' => 'getCocinaControllerService',
  83. 'App\\Controller\\ComidaController' => 'getComidaControllerService',
  84. 'App\\Controller\\CommentController' => 'getCommentControllerService',
  85. 'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  86. 'App\\Controller\\ErrorController' => 'getErrorControllerService',
  87. 'App\\Controller\\EstadisticasController' => 'getEstadisticasControllerService',
  88. 'App\\Controller\\FacturasController' => 'getFacturasControllerService',
  89. 'App\\Controller\\FichajeController' => 'getFichajeControllerService',
  90. 'App\\Controller\\HistorialPedidosController' => 'getHistorialPedidosControllerService',
  91. 'App\\Controller\\IconController' => 'getIconControllerService',
  92. 'App\\Controller\\MailController' => 'getMailControllerService',
  93. 'App\\Controller\\MesasController' => 'getMesasControllerService',
  94. 'App\\Controller\\PDFController' => 'getPDFControllerService',
  95. 'App\\Controller\\PapeleraController' => 'getPapeleraControllerService',
  96. 'App\\Controller\\PedidoMesaController' => 'getPedidoMesaControllerService',
  97. 'App\\Controller\\PersonalController' => 'getPersonalControllerService',
  98. 'App\\Controller\\PresupuestoController' => 'getPresupuestoControllerService',
  99. 'App\\Controller\\ProductoController' => 'getProductoControllerService',
  100. 'App\\Controller\\ProductostiendaController' => 'getProductostiendaControllerService',
  101. 'App\\Controller\\ProfileController' => 'getProfileControllerService',
  102. 'App\\Controller\\ProveedoresController' => 'getProveedoresControllerService',
  103. 'App\\Controller\\RegistroController' => 'getRegistroControllerService',
  104. 'App\\Controller\\ReservasController' => 'getReservasControllerService',
  105. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  106. 'App\\Controller\\StatsComensalesController' => 'getStatsComensalesControllerService',
  107. 'App\\Controller\\StatsbebidaController' => 'getStatsbebidaControllerService',
  108. 'App\\Controller\\StatscomidaController' => 'getStatscomidaControllerService',
  109. 'App\\Controller\\StockController' => 'getStockControllerService',
  110. 'App\\Controller\\TicketCobroController' => 'getTicketCobroControllerService',
  111. 'App\\Controller\\TicketController' => 'getTicketControllerService',
  112. 'App\\Controller\\TickettofacturaController' => 'getTickettofacturaControllerService',
  113. 'App\\Controller\\TipoComidaController' => 'getTipoComidaControllerService',
  114. 'App\\Controller\\UserController' => 'getUserControllerService',
  115. 'App\\Controller\\VentasController' => 'getVentasControllerService',
  116. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  117. 'KevinPapst\\AdminLTEBundle\\Controller\\BreadcrumbController' => 'getBreadcrumbControllerService',
  118. 'KevinPapst\\AdminLTEBundle\\Controller\\EmitterController' => 'getEmitterControllerService',
  119. 'KevinPapst\\AdminLTEBundle\\Controller\\NavbarController' => 'getNavbarControllerService',
  120. 'KevinPapst\\AdminLTEBundle\\Controller\\SidebarController' => 'getSidebarControllerService',
  121. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  122. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  123. 'cache.app_clearer' => 'getCache_AppClearerService',
  124. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  125. 'cache.system_clearer' => 'getCache_SystemClearerService',
  126. 'cache_warmer' => 'getCacheWarmerService',
  127. 'console.command_loader' => 'getConsole_CommandLoaderService',
  128. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  129. 'error_controller' => 'getErrorController2Service',
  130. 'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  131. 'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  132. 'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  133. 'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  134. 'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  135. 'fos_user.user_manager' => 'getFosUser_UserManagerService',
  136. 'routing.loader' => 'getRouting_LoaderService',
  137. 'services_resetter' => 'getServicesResetterService',
  138. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  139. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  140. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  141. ];
  142. $this->aliases = [
  143. 'App\\Kernel' => 'kernel',
  144. 'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  145. 'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  146. 'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  147. 'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  148. 'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  149. 'database_connection' => 'doctrine.dbal.default_connection',
  150. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  151. ];
  152. $this->privates['service_container'] = function () {
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  159. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Helper/ContextHelper.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Twig/AdminExtension.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-turbo/src/Twig/TwigExtension.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  502. };
  503. }
  504. public function compile(): void
  505. {
  506. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  507. }
  508. public function isCompiled(): bool
  509. {
  510. return true;
  511. }
  512. public function getRemovedIds(): array
  513. {
  514. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  515. }
  516. protected function load($file, $lazyLoad = true)
  517. {
  518. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  519. return $class::do($this, $lazyLoad);
  520. }
  521. if ('.' === $file[-4]) {
  522. $class = substr($class, 0, -4);
  523. } else {
  524. $file .= '.php';
  525. }
  526. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  527. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  528. }
  529. /**
  530. * Gets the public '.container.private.profiler' shared service.
  531. *
  532. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  533. */
  534. protected function get_Container_Private_ProfilerService()
  535. {
  536. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  537. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  538. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  539. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  540. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  541. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  542. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  543. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  544. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  545. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  546. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  547. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  548. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  549. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  550. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  551. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  552. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  553. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  554. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  555. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  556. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  557. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  558. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  559. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  560. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  561. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  562. if ($this->has('kernel')) {
  563. $g->setKernel($b);
  564. }
  565. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  566. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  567. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  568. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  569. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  570. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  571. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  572. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  573. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  574. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  575. $instance->add($d);
  576. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  577. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  578. $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())));
  579. $instance->add($e);
  580. $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([])))));
  581. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  582. $instance->add($f);
  583. $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()))));
  584. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  585. $instance->add($g);
  586. return $instance;
  587. }
  588. /**
  589. * Gets the public '.container.private.security.authorization_checker' shared service.
  590. *
  591. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  592. */
  593. protected function get_Container_Private_Security_AuthorizationCheckerService()
  594. {
  595. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  596. if (isset($this->services['.container.private.security.authorization_checker'])) {
  597. return $this->services['.container.private.security.authorization_checker'];
  598. }
  599. 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);
  600. }
  601. /**
  602. * Gets the public '.container.private.security.token_storage' shared service.
  603. *
  604. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  605. */
  606. protected function get_Container_Private_Security_TokenStorageService()
  607. {
  608. 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, [
  609. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  610. ], [
  611. 'request_stack' => '?',
  612. ]));
  613. }
  614. /**
  615. * Gets the public '.container.private.twig' shared service.
  616. *
  617. * @return \Twig\Environment
  618. */
  619. protected function get_Container_Private_TwigService()
  620. {
  621. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  622. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  623. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  624. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  625. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  626. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  627. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  628. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  629. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  630. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  631. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  632. $a->addPath((\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), 'AdminLTE');
  633. $a->addPath((\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), '!AdminLTE');
  634. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  635. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  636. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  637. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  638. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  639. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  640. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  641. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  642. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  643. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  644. $e = ($this->services['router'] ?? $this->getRouterService());
  645. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  646. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  647. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  648. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  649. $i = ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService());
  650. $j = new \Symfony\Bridge\Twig\AppVariable();
  651. $j->setEnvironment('dev');
  652. $j->setDebug(true);
  653. if ($this->has('.container.private.security.token_storage')) {
  654. $j->setTokenStorage($g);
  655. }
  656. if ($this->has('request_stack')) {
  657. $j->setRequestStack($f);
  658. }
  659. $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  660. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  661. $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())));
  662. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  663. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  664. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  665. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  666. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  667. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  668. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  669. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  670. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  671. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  672. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  673. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  674. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  675. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  676. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  677. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  678. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  679. $instance->addExtension(new \KevinPapst\AdminLTEBundle\Twig\AdminExtension($i, $this->parameters['admin_lte_theme.routes']));
  680. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  681. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  682. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  683. ], [
  684. 'webpack_encore.entrypoint_lookup_collection' => '?',
  685. 'webpack_encore.tag_renderer' => '?',
  686. ])));
  687. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  688. $instance->addExtension(new \Symfony\UX\Turbo\Twig\TwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), 'default'));
  689. $instance->addGlobal('app', $j);
  690. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  691. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  692. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  693. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  694. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  695. ], [
  696. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  697. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  698. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  699. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  700. ])));
  701. $instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
  702. $instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
  703. $instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
  704. $instance->addGlobal('admin_lte_context', $i);
  705. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  706. return $instance;
  707. }
  708. /**
  709. * Gets the public '.container.private.validator' shared service.
  710. *
  711. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  712. */
  713. protected function get_Container_Private_ValidatorService()
  714. {
  715. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  716. if (isset($this->services['.container.private.validator'])) {
  717. return $this->services['.container.private.validator'];
  718. }
  719. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  720. }
  721. /**
  722. * Gets the public 'cache.app' shared service.
  723. *
  724. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  725. */
  726. protected function getCache_AppService()
  727. {
  728. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('85-BwCPsdm', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  729. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  730. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  731. }
  732. /**
  733. * Gets the public 'cache.system' shared service.
  734. *
  735. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  736. */
  737. protected function getCache_SystemService()
  738. {
  739. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DEVCk57weJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  740. }
  741. /**
  742. * Gets the public 'cache.validator_expression_language' shared service.
  743. *
  744. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  745. */
  746. protected function getCache_ValidatorExpressionLanguageService()
  747. {
  748. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9JzWgeweCT', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  749. }
  750. /**
  751. * Gets the public 'data_collector.dump' shared service.
  752. *
  753. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  754. */
  755. protected function getDataCollector_DumpService()
  756. {
  757. 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()));
  758. }
  759. /**
  760. * Gets the public 'doctrine' shared service.
  761. *
  762. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  763. */
  764. protected function getDoctrineService()
  765. {
  766. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  767. }
  768. /**
  769. * Gets the public 'doctrine.dbal.default_connection' shared service.
  770. *
  771. * @return \Doctrine\DBAL\Connection
  772. */
  773. protected function getDoctrine_Dbal_DefaultConnectionService()
  774. {
  775. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  776. if (isset($this->services['doctrine.dbal.default_connection'])) {
  777. return $this->services['doctrine.dbal.default_connection'];
  778. }
  779. $b = new \Doctrine\DBAL\Configuration();
  780. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  781. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  782. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  783. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  784. $d = 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))));
  785. $d->setConnectionName('default');
  786. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  787. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  788. 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', 'host' => $this->getEnv('resolve:DATABASE_HOST'), 'port' => $this->getEnv('resolve:DATABASE_PORT'), 'dbname' => $this->getEnv('resolve:DATABASE_NAME'), 'user' => $this->getEnv('resolve:DATABASE_USER'), 'password' => $this->getEnv('resolve:DATABASE_PASSWORD'), 'idle_connection_ttl' => 600, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  789. }
  790. /**
  791. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  792. *
  793. * @return \Doctrine\ORM\EntityManager
  794. */
  795. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  796. {
  797. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  798. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  799. return $this->services['doctrine.orm.default_entity_manager'];
  800. }
  801. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  802. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  803. return $this->services['doctrine.orm.default_entity_manager'];
  804. }
  805. $c = new \Doctrine\ORM\Configuration();
  806. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  807. $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  808. $d->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', false), 'FOS\\UserBundle\\Model');
  809. $c->setEntityNamespaces(['App' => 'App\\Entity']);
  810. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  811. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  812. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  813. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  814. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  815. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  816. ], [
  817. 'doctrine.ulid_generator' => '?',
  818. 'doctrine.uuid_generator' => '?',
  819. ])));
  820. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  821. $c->setProxyNamespace('Proxies');
  822. $c->setAutoGenerateProxyClasses(true);
  823. $c->setSchemaIgnoreClasses([]);
  824. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  825. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  826. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  827. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  828. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  829. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  830. $c->setLazyGhostObjectEnabled(false);
  831. $c->setIdentityGenerationPreferences([]);
  832. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  833. 'App\\Repository\\AlbaranRepository' => ['privates', 'App\\Repository\\AlbaranRepository', 'getAlbaranRepositoryService', true],
  834. 'App\\Repository\\AuditoriaRepository' => ['privates', 'App\\Repository\\AuditoriaRepository', 'getAuditoriaRepositoryService', true],
  835. 'App\\Repository\\BudgetproductRepository' => ['privates', 'App\\Repository\\BudgetproductRepository', 'getBudgetproductRepositoryService', true],
  836. 'App\\Repository\\CajaRepository' => ['privates', 'App\\Repository\\CajaRepository', 'getCajaRepositoryService', true],
  837. 'App\\Repository\\CajaregistroRepository' => ['privates', 'App\\Repository\\CajaregistroRepository', 'getCajaregistroRepositoryService', true],
  838. 'App\\Repository\\ClienteMensualidadRepository' => ['privates', 'App\\Repository\\ClienteMensualidadRepository', 'getClienteMensualidadRepositoryService', true],
  839. 'App\\Repository\\ComidaRepository' => ['privates', 'App\\Repository\\ComidaRepository', 'getComidaRepositoryService', true],
  840. 'App\\Repository\\EstadosfactuRepository' => ['privates', 'App\\Repository\\EstadosfactuRepository', 'getEstadosfactuRepositoryService', true],
  841. 'App\\Repository\\EstadospresuRepository' => ['privates', 'App\\Repository\\EstadospresuRepository', 'getEstadospresuRepositoryService', true],
  842. 'App\\Repository\\FacturasRepository' => ['privates', 'App\\Repository\\FacturasRepository', 'getFacturasRepositoryService', true],
  843. 'App\\Repository\\FichajeRepository' => ['privates', 'App\\Repository\\FichajeRepository', 'getFichajeRepositoryService', true],
  844. 'App\\Repository\\HistorialPedidosRepository' => ['privates', 'App\\Repository\\HistorialPedidosRepository', 'getHistorialPedidosRepositoryService', true],
  845. 'App\\Repository\\ImpresorasRepository' => ['privates', 'App\\Repository\\ImpresorasRepository', 'getImpresorasRepositoryService', true],
  846. 'App\\Repository\\ImpuestoFacturasRepository' => ['privates', 'App\\Repository\\ImpuestoFacturasRepository', 'getImpuestoFacturasRepositoryService', true],
  847. 'App\\Repository\\InfoRepository' => ['privates', 'App\\Repository\\InfoRepository', 'getInfoRepositoryService', true],
  848. 'App\\Repository\\InvoiceproductRepository' => ['privates', 'App\\Repository\\InvoiceproductRepository', 'getInvoiceproductRepositoryService', true],
  849. 'App\\Repository\\MesasRepository' => ['privates', 'App\\Repository\\MesasRepository', 'getMesasRepositoryService', true],
  850. 'App\\Repository\\PapeleraRepository' => ['privates', 'App\\Repository\\PapeleraRepository', 'getPapeleraRepositoryService', true],
  851. 'App\\Repository\\PedidosRepository' => ['privates', 'App\\Repository\\PedidosRepository', 'getPedidosRepositoryService', true],
  852. 'App\\Repository\\PersonalizacionRepository' => ['privates', 'App\\Repository\\PersonalizacionRepository', 'getPersonalizacionRepositoryService', true],
  853. 'App\\Repository\\PresupuestoRepository' => ['privates', 'App\\Repository\\PresupuestoRepository', 'getPresupuestoRepositoryService', true],
  854. 'App\\Repository\\ProductosRepository' => ['privates', 'App\\Repository\\ProductosRepository', 'getProductosRepositoryService', true],
  855. 'App\\Repository\\ProductostiendaRepository' => ['privates', 'App\\Repository\\ProductostiendaRepository', 'getProductostiendaRepositoryService', true],
  856. 'App\\Repository\\ProveedoresRepository' => ['privates', 'App\\Repository\\ProveedoresRepository', 'getProveedoresRepositoryService', true],
  857. 'App\\Repository\\RegistroUsuariosRepository' => ['privates', 'App\\Repository\\RegistroUsuariosRepository', 'getRegistroUsuariosRepositoryService', true],
  858. 'App\\Repository\\ReservasRepository' => ['privates', 'App\\Repository\\ReservasRepository', 'getReservasRepositoryService', true],
  859. 'App\\Repository\\StatscomensalesRepository' => ['privates', 'App\\Repository\\StatscomensalesRepository', 'getStatscomensalesRepositoryService', true],
  860. 'App\\Repository\\StatscomidaRepository' => ['privates', 'App\\Repository\\StatscomidaRepository', 'getStatscomidaRepositoryService', true],
  861. 'App\\Repository\\StockRepository' => ['privates', 'App\\Repository\\StockRepository', 'getStockRepositoryService', true],
  862. 'App\\Repository\\SunmiCloudPrinterRepository' => ['privates', 'App\\Repository\\SunmiCloudPrinterRepository', 'getSunmiCloudPrinterRepositoryService', true],
  863. 'App\\Repository\\TicketsRepository' => ['privates', 'App\\Repository\\TicketsRepository', 'getTicketsRepositoryService', true],
  864. 'App\\Repository\\TickettofacturaRepository' => ['privates', 'App\\Repository\\TickettofacturaRepository', 'getTickettofacturaRepositoryService', true],
  865. 'App\\Repository\\TipoComidaRepository' => ['privates', 'App\\Repository\\TipoComidaRepository', 'getTipoComidaRepositoryService', true],
  866. 'App\\Repository\\TypeIvaRepository' => ['privates', 'App\\Repository\\TypeIvaRepository', 'getTypeIvaRepositoryService', true],
  867. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  868. 'App\\Repository\\VentasRepository' => ['privates', 'App\\Repository\\VentasRepository', 'getVentasRepositoryService', true],
  869. 'App\\Repository\\ZonasRepository' => ['privates', 'App\\Repository\\ZonasRepository', 'getZonasRepositoryService', true],
  870. ], [
  871. 'App\\Repository\\AlbaranRepository' => '?',
  872. 'App\\Repository\\AuditoriaRepository' => '?',
  873. 'App\\Repository\\BudgetproductRepository' => '?',
  874. 'App\\Repository\\CajaRepository' => '?',
  875. 'App\\Repository\\CajaregistroRepository' => '?',
  876. 'App\\Repository\\ClienteMensualidadRepository' => '?',
  877. 'App\\Repository\\ComidaRepository' => '?',
  878. 'App\\Repository\\EstadosfactuRepository' => '?',
  879. 'App\\Repository\\EstadospresuRepository' => '?',
  880. 'App\\Repository\\FacturasRepository' => '?',
  881. 'App\\Repository\\FichajeRepository' => '?',
  882. 'App\\Repository\\HistorialPedidosRepository' => '?',
  883. 'App\\Repository\\ImpresorasRepository' => '?',
  884. 'App\\Repository\\ImpuestoFacturasRepository' => '?',
  885. 'App\\Repository\\InfoRepository' => '?',
  886. 'App\\Repository\\InvoiceproductRepository' => '?',
  887. 'App\\Repository\\MesasRepository' => '?',
  888. 'App\\Repository\\PapeleraRepository' => '?',
  889. 'App\\Repository\\PedidosRepository' => '?',
  890. 'App\\Repository\\PersonalizacionRepository' => '?',
  891. 'App\\Repository\\PresupuestoRepository' => '?',
  892. 'App\\Repository\\ProductosRepository' => '?',
  893. 'App\\Repository\\ProductostiendaRepository' => '?',
  894. 'App\\Repository\\ProveedoresRepository' => '?',
  895. 'App\\Repository\\RegistroUsuariosRepository' => '?',
  896. 'App\\Repository\\ReservasRepository' => '?',
  897. 'App\\Repository\\StatscomensalesRepository' => '?',
  898. 'App\\Repository\\StatscomidaRepository' => '?',
  899. 'App\\Repository\\StockRepository' => '?',
  900. 'App\\Repository\\SunmiCloudPrinterRepository' => '?',
  901. 'App\\Repository\\TicketsRepository' => '?',
  902. 'App\\Repository\\TickettofacturaRepository' => '?',
  903. 'App\\Repository\\TipoComidaRepository' => '?',
  904. 'App\\Repository\\TypeIvaRepository' => '?',
  905. 'App\\Repository\\UserRepository' => '?',
  906. 'App\\Repository\\VentasRepository' => '?',
  907. 'App\\Repository\\ZonasRepository' => '?',
  908. ])));
  909. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  910. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  911. return $instance;
  912. }
  913. /**
  914. * Gets the public 'event_dispatcher' shared service.
  915. *
  916. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  917. */
  918. protected function getEventDispatcherService()
  919. {
  920. $a = new \Symfony\Bridge\Monolog\Logger('event');
  921. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  922. $a->pushHandler(new \Monolog\Handler\NullHandler());
  923. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  924. $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())));
  925. $instance->addListener('theme.navbar_user', [0 => function () {
  926. return ($this->privates['my_admin_bundle.show_user_listener'] ?? ($this->privates['my_admin_bundle.show_user_listener'] = new \App\EventListener\NavbarUserListener()));
  927. }, 1 => 'onShowUser'], 0);
  928. $instance->addListener('theme.sidebar_setup_menu', [0 => function () {
  929. return ($this->privates['my_admin_bundle.menu_listener'] ?? ($this->privates['my_admin_bundle.menu_listener'] = new \App\EventListener\MenuBuilderListener()));
  930. }, 1 => 'onSetupMenu'], 0);
  931. $instance->addListener('kernel.controller', [0 => function () {
  932. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  933. }, 1 => 'onKernelController'], 0);
  934. $instance->addListener('kernel.exception', [0 => function () {
  935. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  936. }, 1 => 'onKernelException'], 0);
  937. $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\SidebarMenuEvent', [0 => function () {
  938. return ($this->privates['App\\EventSubscriber\\MenuBuilderSubscriber'] ?? $this->load('getMenuBuilderSubscriberService'));
  939. }, 1 => 'onSetupMenu'], 100);
  940. $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\NavbarUserEvent', [0 => function () {
  941. return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->load('getNavbarUserSubscriberService'));
  942. }, 1 => 'onShowUser'], 100);
  943. $instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\SidebarUserEvent', [0 => function () {
  944. return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->load('getNavbarUserSubscriberService'));
  945. }, 1 => 'onShowUser'], 100);
  946. $instance->addListener('security.interactive_login', [0 => function () {
  947. return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  948. }, 1 => 'onSecurityInteractiveLogin'], 0);
  949. $instance->addListener('kernel.response', [0 => function () {
  950. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  951. }, 1 => 'onKernelResponse'], 0);
  952. $instance->addListener('kernel.response', [0 => function () {
  953. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  954. }, 1 => 'onKernelResponse'], -1024);
  955. $instance->addListener('kernel.request', [0 => function () {
  956. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  957. }, 1 => 'setDefaultLocale'], 100);
  958. $instance->addListener('kernel.request', [0 => function () {
  959. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  960. }, 1 => 'onKernelRequest'], 16);
  961. $instance->addListener('kernel.finish_request', [0 => function () {
  962. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  963. }, 1 => 'onKernelFinishRequest'], 0);
  964. $instance->addListener('kernel.request', [0 => function () {
  965. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  966. }, 1 => 'onKernelRequest'], 256);
  967. $instance->addListener('kernel.response', [0 => function () {
  968. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  969. }, 1 => 'onResponse'], -255);
  970. $instance->addListener('kernel.controller_arguments', [0 => function () {
  971. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  972. }, 1 => 'onControllerArguments'], 0);
  973. $instance->addListener('kernel.exception', [0 => function () {
  974. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  975. }, 1 => 'logKernelException'], 0);
  976. $instance->addListener('kernel.exception', [0 => function () {
  977. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  978. }, 1 => 'onKernelException'], -128);
  979. $instance->addListener('kernel.response', [0 => function () {
  980. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  981. }, 1 => 'removeCspHeader'], -128);
  982. $instance->addListener('kernel.request', [0 => function () {
  983. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  984. }, 1 => 'onKernelRequest'], 15);
  985. $instance->addListener('kernel.finish_request', [0 => function () {
  986. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  987. }, 1 => 'onKernelFinishRequest'], -15);
  988. $instance->addListener('console.error', [0 => function () {
  989. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  990. }, 1 => 'onConsoleError'], -128);
  991. $instance->addListener('console.terminate', [0 => function () {
  992. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  993. }, 1 => 'onConsoleTerminate'], -128);
  994. $instance->addListener('console.error', [0 => function () {
  995. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  996. }, 1 => 'onConsoleError'], 0);
  997. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  998. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  999. }, 1 => 'onMessage'], -255);
  1000. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1001. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1002. }, 1 => 'onMessage'], -255);
  1003. $instance->addListener('kernel.request', [0 => function () {
  1004. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1005. }, 1 => 'configure'], 2048);
  1006. $instance->addListener('console.command', [0 => function () {
  1007. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1008. }, 1 => 'configure'], 2048);
  1009. $instance->addListener('kernel.request', [0 => function () {
  1010. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1011. }, 1 => 'onKernelRequest'], 32);
  1012. $instance->addListener('kernel.finish_request', [0 => function () {
  1013. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1014. }, 1 => 'onKernelFinishRequest'], 0);
  1015. $instance->addListener('kernel.exception', [0 => function () {
  1016. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1017. }, 1 => 'onKernelException'], -64);
  1018. $instance->addListener('kernel.response', [0 => function () {
  1019. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1020. }, 1 => 'onKernelResponse'], 0);
  1021. $instance->addListener('kernel.request', [0 => function () {
  1022. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1023. }, 1 => 'onKernelRequest'], 128);
  1024. $instance->addListener('kernel.response', [0 => function () {
  1025. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1026. }, 1 => 'onKernelResponse'], -1000);
  1027. $instance->addListener('kernel.finish_request', [0 => function () {
  1028. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1029. }, 1 => 'onFinishRequest'], 0);
  1030. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1031. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1032. }, 1 => 'onMessageFailed'], 100);
  1033. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1034. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1035. }, 1 => 'onMessageFailed'], 200);
  1036. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1037. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1038. }, 1 => 'onMessageFailed'], -100);
  1039. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1040. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1041. }, 1 => 'onWorkerStarted'], 0);
  1042. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1043. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1044. }, 1 => 'onWorkerRunning'], 0);
  1045. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1046. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1047. }, 1 => 'onMessageFailed'], 0);
  1048. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1049. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1050. }, 1 => 'onWorkerRunning'], 0);
  1051. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1052. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1053. }, 1 => 'onNotification'], -255);
  1054. $instance->addListener('kernel.response', [0 => function () {
  1055. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1056. }, 1 => 'onKernelResponse'], -100);
  1057. $instance->addListener('kernel.exception', [0 => function () {
  1058. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1059. }, 1 => 'onKernelException'], 0);
  1060. $instance->addListener('kernel.terminate', [0 => function () {
  1061. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1062. }, 1 => 'onKernelTerminate'], -1024);
  1063. $instance->addListener('kernel.controller', [0 => function () {
  1064. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1065. }, 1 => 'onKernelController'], 0);
  1066. $instance->addListener('kernel.response', [0 => function () {
  1067. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1068. }, 1 => 'onKernelResponse'], 0);
  1069. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1070. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1071. }, 1 => 'onWorkerMessageHandled'], 0);
  1072. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1073. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1074. }, 1 => 'onWorkerMessageFailed'], 0);
  1075. $instance->addListener('console.command', [0 => function () {
  1076. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1077. }, 1 => 'configure'], 1024);
  1078. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1079. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1080. }, 1 => 'onMessage'], 0);
  1081. $instance->addListener('kernel.response', [0 => function () {
  1082. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1083. }, 1 => 'onKernelResponse'], -128);
  1084. $instance->addListener('kernel.response', [0 => function () {
  1085. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1086. }, 1 => 'onKernelResponse'], 0);
  1087. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1088. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1089. }, 1 => 'onVoterVote'], 0);
  1090. $instance->addListener('kernel.request', [0 => function () {
  1091. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1092. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1093. $instance->addListener('kernel.request', [0 => function () {
  1094. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1095. }, 1 => 'onKernelRequest'], 8);
  1096. $instance->addListener('kernel.finish_request', [0 => function () {
  1097. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1098. }, 1 => 'onKernelFinishRequest'], 0);
  1099. $instance->addListener('console.command', [0 => function () {
  1100. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1101. }, 1 => 'onCommand'], 255);
  1102. $instance->addListener('console.terminate', [0 => function () {
  1103. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1104. }, 1 => 'onTerminate'], -255);
  1105. $instance->addListener('console.error', [0 => function () {
  1106. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1107. }, 1 => 'onConsoleError'], 0);
  1108. $instance->addListener('console.terminate', [0 => function () {
  1109. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1110. }, 1 => 'onConsoleTerminate'], 0);
  1111. $instance->addListener('kernel.controller', [0 => function () {
  1112. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1113. }, 1 => 'onKernelController'], 0);
  1114. $instance->addListener('kernel.controller', [0 => function () {
  1115. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1116. }, 1 => 'onKernelController'], 0);
  1117. $instance->addListener('kernel.controller', [0 => function () {
  1118. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1119. }, 1 => 'onKernelController'], -128);
  1120. $instance->addListener('kernel.view', [0 => function () {
  1121. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1122. }, 1 => 'onKernelView'], 0);
  1123. $instance->addListener('kernel.controller', [0 => function () {
  1124. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1125. }, 1 => 'onKernelController'], 0);
  1126. $instance->addListener('kernel.response', [0 => function () {
  1127. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1128. }, 1 => 'onKernelResponse'], 0);
  1129. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1130. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1131. }, 1 => 'onKernelControllerArguments'], 0);
  1132. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1133. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1134. }, 1 => 'onKernelControllerArguments'], 0);
  1135. $instance->addListener('kernel.finish_request', [0 => function () {
  1136. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1137. }, 1 => 'resetAssets'], 0);
  1138. $instance->addListener('fos_user.security.implicit_login', [0 => function () {
  1139. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1140. }, 1 => 'onImplicitLogin'], 0);
  1141. $instance->addListener('security.interactive_login', [0 => function () {
  1142. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1143. }, 1 => 'onSecurityInteractiveLogin'], 0);
  1144. $instance->addListener('fos_user.registration.completed', [0 => function () {
  1145. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1146. }, 1 => 'authenticate'], 0);
  1147. $instance->addListener('fos_user.registration.confirmed', [0 => function () {
  1148. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1149. }, 1 => 'authenticate'], 0);
  1150. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  1151. return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1152. }, 1 => 'authenticate'], 0);
  1153. $instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
  1154. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1155. }, 1 => 'addSuccessFlash'], 0);
  1156. $instance->addListener('fos_user.profile.edit.completed', [0 => function () {
  1157. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1158. }, 1 => 'addSuccessFlash'], 0);
  1159. $instance->addListener('fos_user.registration.completed', [0 => function () {
  1160. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1161. }, 1 => 'addSuccessFlash'], 0);
  1162. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  1163. return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1164. }, 1 => 'addSuccessFlash'], 0);
  1165. $instance->addListener('fos_user.registration.success', [0 => function () {
  1166. return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService'));
  1167. }, 1 => 'onRegistrationSuccess'], 0);
  1168. $instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
  1169. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1170. }, 1 => 'onResettingResetInitialize'], 0);
  1171. $instance->addListener('fos_user.resetting.reset.success', [0 => function () {
  1172. return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1173. }, 1 => 'onResettingResetSuccess'], 0);
  1174. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1175. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1176. }, 1 => 'onLogout'], 0);
  1177. return $instance;
  1178. }
  1179. /**
  1180. * Gets the public 'http_kernel' shared service.
  1181. *
  1182. * @return \Symfony\Component\HttpKernel\HttpKernel
  1183. */
  1184. protected function getHttpKernelService()
  1185. {
  1186. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1187. if (isset($this->services['http_kernel'])) {
  1188. return $this->services['http_kernel'];
  1189. }
  1190. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1191. 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 () {
  1192. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1193. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1194. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1195. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1196. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1197. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1198. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1199. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1200. }, 8)), $b));
  1201. }
  1202. /**
  1203. * Gets the public 'messenger.default_bus' shared service.
  1204. *
  1205. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1206. */
  1207. protected function getMessenger_DefaultBusService()
  1208. {
  1209. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1210. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1211. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1212. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1213. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1214. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1215. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1216. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1217. }, 7)));
  1218. }
  1219. /**
  1220. * Gets the public 'monolog.logger.deprecation' shared service.
  1221. *
  1222. * @return \Symfony\Bridge\Monolog\Logger
  1223. */
  1224. protected function getMonolog_Logger_DeprecationService()
  1225. {
  1226. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1227. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1228. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1229. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1230. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1231. return $instance;
  1232. }
  1233. /**
  1234. * Gets the public 'request_stack' shared service.
  1235. *
  1236. * @return \Symfony\Component\HttpFoundation\RequestStack
  1237. */
  1238. protected function getRequestStackService()
  1239. {
  1240. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1241. }
  1242. /**
  1243. * Gets the public 'router' shared service.
  1244. *
  1245. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1246. */
  1247. protected function getRouterService()
  1248. {
  1249. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1250. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1251. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1252. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1253. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1254. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1255. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1256. ], [
  1257. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1258. ]))->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, 'es');
  1259. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1260. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1261. return $instance;
  1262. }
  1263. /**
  1264. * Gets the public 'translator' shared service.
  1265. *
  1266. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1267. */
  1268. protected function getTranslatorService()
  1269. {
  1270. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1271. }
  1272. /**
  1273. * Gets the public 'var_dumper.cloner' shared service.
  1274. *
  1275. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1276. */
  1277. protected function getVarDumper_ClonerService()
  1278. {
  1279. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1280. $instance->setMaxItems(2500);
  1281. $instance->setMinDepth(1);
  1282. $instance->setMaxString(-1);
  1283. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1284. return $instance;
  1285. }
  1286. /**
  1287. * Gets the private '.debug.http_client' shared service.
  1288. *
  1289. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1290. */
  1291. protected function get_Debug_HttpClientService()
  1292. {
  1293. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1294. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1295. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1296. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1297. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1298. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1299. $a->setLogger($b);
  1300. 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))));
  1301. }
  1302. /**
  1303. * Gets the private '.service_locator.VVEsbTt' shared service.
  1304. *
  1305. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1306. */
  1307. protected function get_ServiceLocator_VVEsbTtService()
  1308. {
  1309. return $this->privates['.service_locator.VVEsbTt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1310. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1311. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1312. 'security.firewall.map.context.prod' => ['privates', 'security.firewall.map.context.prod', 'getSecurity_Firewall_Map_Context_ProdService', true],
  1313. ], [
  1314. 'security.firewall.map.context.dev' => '?',
  1315. 'security.firewall.map.context.main' => '?',
  1316. 'security.firewall.map.context.prod' => '?',
  1317. ]);
  1318. }
  1319. /**
  1320. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1321. *
  1322. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1323. */
  1324. protected function getResetAssetsEventListenerService()
  1325. {
  1326. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1327. }
  1328. /**
  1329. * Gets the private 'admin_lte_theme.context_helper' shared service.
  1330. *
  1331. * @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
  1332. */
  1333. protected function getAdminLteTheme_ContextHelperService()
  1334. {
  1335. return $this->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($this->parameters['admin_lte_theme.options']);
  1336. }
  1337. /**
  1338. * Gets the private 'annotations.cache_adapter' shared service.
  1339. *
  1340. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1341. */
  1342. protected function getAnnotations_CacheAdapterService()
  1343. {
  1344. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1345. }
  1346. /**
  1347. * Gets the private 'annotations.cached_reader' shared service.
  1348. *
  1349. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1350. */
  1351. protected function getAnnotations_CachedReaderService()
  1352. {
  1353. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1354. }
  1355. /**
  1356. * Gets the private 'annotations.reader' shared service.
  1357. *
  1358. * @return \Doctrine\Common\Annotations\AnnotationReader
  1359. */
  1360. protected function getAnnotations_ReaderService()
  1361. {
  1362. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1363. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1364. $a->registerUniqueLoader('class_exists');
  1365. $instance->addGlobalIgnoredName('required', $a);
  1366. return $instance;
  1367. }
  1368. /**
  1369. * Gets the private 'assets._version__default' shared service.
  1370. *
  1371. * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  1372. */
  1373. protected function getAssets_VersionDefaultService()
  1374. {
  1375. return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  1376. }
  1377. /**
  1378. * Gets the private 'assets.context' shared service.
  1379. *
  1380. * @return \Symfony\Component\Asset\Context\RequestStackContext
  1381. */
  1382. protected function getAssets_ContextService()
  1383. {
  1384. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1385. return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  1386. }
  1387. /**
  1388. * Gets the private 'assets.packages' shared service.
  1389. *
  1390. * @return \Symfony\Component\Asset\Packages
  1391. */
  1392. protected function getAssets_PackagesService()
  1393. {
  1394. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1395. yield 'adminlte' => ($this->privates['assets._package_adminlte'] ?? $this->load('getAssets_PackageAdminlteService'));
  1396. }, 1));
  1397. }
  1398. /**
  1399. * Gets the private 'cache.annotations' shared service.
  1400. *
  1401. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1402. */
  1403. protected function getCache_AnnotationsService()
  1404. {
  1405. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DqPOg86xxZ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1406. }
  1407. /**
  1408. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1409. *
  1410. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1411. */
  1412. protected function getCache_Doctrine_Orm_Default_QueryService()
  1413. {
  1414. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1415. }
  1416. /**
  1417. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1418. *
  1419. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1420. */
  1421. protected function getCache_Doctrine_Orm_Default_ResultService()
  1422. {
  1423. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1424. }
  1425. /**
  1426. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1427. *
  1428. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1429. */
  1430. protected function getCache_Messenger_RestartWorkersSignalService()
  1431. {
  1432. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('xbJRmuPtLD', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  1433. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1434. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1435. }
  1436. /**
  1437. * Gets the private 'cache.property_info' shared service.
  1438. *
  1439. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1440. */
  1441. protected function getCache_PropertyInfoService()
  1442. {
  1443. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('71rS7wqUrS', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1444. }
  1445. /**
  1446. * Gets the private 'cache.security_expression_language' shared service.
  1447. *
  1448. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1449. */
  1450. protected function getCache_SecurityExpressionLanguageService()
  1451. {
  1452. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4CcMrIvewi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1453. }
  1454. /**
  1455. * Gets the private 'cache.serializer' shared service.
  1456. *
  1457. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1458. */
  1459. protected function getCache_SerializerService()
  1460. {
  1461. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zZz48O5vfR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1462. }
  1463. /**
  1464. * Gets the private 'cache.validator' shared service.
  1465. *
  1466. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1467. */
  1468. protected function getCache_ValidatorService()
  1469. {
  1470. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s9f8rIhM4s', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1471. }
  1472. /**
  1473. * Gets the private 'cache.webpack_encore' shared service.
  1474. *
  1475. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1476. */
  1477. protected function getCache_WebpackEncoreService()
  1478. {
  1479. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jjHXf2RfV5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1480. }
  1481. /**
  1482. * Gets the private 'config_cache_factory' shared service.
  1483. *
  1484. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1485. */
  1486. protected function getConfigCacheFactoryService()
  1487. {
  1488. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1489. 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)));
  1490. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1491. }, 2));
  1492. }
  1493. /**
  1494. * Gets the private 'data_collector.form' shared service.
  1495. *
  1496. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1497. */
  1498. protected function getDataCollector_FormService()
  1499. {
  1500. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1501. }
  1502. /**
  1503. * Gets the private 'data_collector.request' shared service.
  1504. *
  1505. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1506. */
  1507. protected function getDataCollector_RequestService()
  1508. {
  1509. 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())));
  1510. }
  1511. /**
  1512. * Gets the private 'debug.debug_handlers_listener' shared service.
  1513. *
  1514. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1515. */
  1516. protected function getDebug_DebugHandlersListenerService()
  1517. {
  1518. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1519. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1520. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1521. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1522. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1523. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1524. }
  1525. /**
  1526. * Gets the private 'debug.file_link_formatter' shared service.
  1527. *
  1528. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1529. */
  1530. protected function getDebug_FileLinkFormatterService()
  1531. {
  1532. 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 () {
  1533. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1534. });
  1535. }
  1536. /**
  1537. * Gets the private 'debug.log_processor' shared service.
  1538. *
  1539. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1540. */
  1541. protected function getDebug_LogProcessorService()
  1542. {
  1543. 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())));
  1544. }
  1545. /**
  1546. * Gets the private 'debug.security.access.decision_manager' shared service.
  1547. *
  1548. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1549. */
  1550. protected function getDebug_Security_Access_DecisionManagerService()
  1551. {
  1552. 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 () {
  1553. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1554. yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1555. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1556. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1557. }
  1558. /**
  1559. * Gets the private 'debug.security.firewall' shared service.
  1560. *
  1561. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1562. */
  1563. protected function getDebug_Security_FirewallService()
  1564. {
  1565. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1566. if (isset($this->privates['debug.security.firewall'])) {
  1567. return $this->privates['debug.security.firewall'];
  1568. }
  1569. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1570. if (isset($this->privates['debug.security.firewall'])) {
  1571. return $this->privates['debug.security.firewall'];
  1572. }
  1573. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1574. }
  1575. /**
  1576. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1577. *
  1578. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1579. */
  1580. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1581. {
  1582. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1583. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1584. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1585. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1586. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1587. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  1588. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
  1589. 'turbo.doctrine.event_listener' => ['privates', 'turbo.doctrine.event_listener', 'getTurbo_Doctrine_EventListenerService', true],
  1590. ], [
  1591. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1592. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1593. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1594. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1595. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1596. 'fos_user.user_listener' => '?',
  1597. 'turbo.doctrine.event_listener' => '?',
  1598. ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => 'fos_user.user_listener', 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 6 => [0 => [0 => 'onFlush'], 1 => 'turbo.doctrine.event_listener'], 7 => [0 => [0 => 'postFlush'], 1 => 'turbo.doctrine.event_listener']]);
  1599. }
  1600. /**
  1601. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1602. *
  1603. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1604. */
  1605. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1606. {
  1607. 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);
  1608. }
  1609. /**
  1610. * Gets the private 'exception_listener' shared service.
  1611. *
  1612. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1613. */
  1614. protected function getExceptionListenerService()
  1615. {
  1616. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('App\\Controller\\ErrorController::accessDenied', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1617. }
  1618. /**
  1619. * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1620. *
  1621. * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1622. */
  1623. protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1624. {
  1625. $a = new \FOS\UserBundle\Util\Canonicalizer();
  1626. return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
  1627. }
  1628. /**
  1629. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1630. *
  1631. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1632. */
  1633. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1634. {
  1635. 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())));
  1636. }
  1637. /**
  1638. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1639. *
  1640. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1641. */
  1642. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1643. {
  1644. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1645. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1646. return $this->privates['framework_extra_bundle.event.is_granted'];
  1647. }
  1648. 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);
  1649. }
  1650. /**
  1651. * Gets the private 'locale_aware_listener' shared service.
  1652. *
  1653. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1654. */
  1655. protected function getLocaleAwareListenerService()
  1656. {
  1657. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1658. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  1659. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1660. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1661. }
  1662. /**
  1663. * Gets the private 'locale_listener' shared service.
  1664. *
  1665. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1666. */
  1667. protected function getLocaleListenerService()
  1668. {
  1669. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1670. }
  1671. /**
  1672. * Gets the private 'monolog.handler.console' shared service.
  1673. *
  1674. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1675. */
  1676. protected function getMonolog_Handler_ConsoleService()
  1677. {
  1678. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1679. }
  1680. /**
  1681. * Gets the private 'monolog.handler.main' shared service.
  1682. *
  1683. * @return \Monolog\Handler\StreamHandler
  1684. */
  1685. protected function getMonolog_Handler_MainService()
  1686. {
  1687. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1688. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1689. return $instance;
  1690. }
  1691. /**
  1692. * Gets the private 'monolog.logger' shared service.
  1693. *
  1694. * @return \Symfony\Bridge\Monolog\Logger
  1695. */
  1696. protected function getMonolog_LoggerService()
  1697. {
  1698. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1699. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1700. $instance->useMicrosecondTimestamps(true);
  1701. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1702. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1703. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1704. return $instance;
  1705. }
  1706. /**
  1707. * Gets the private 'monolog.logger.cache' shared service.
  1708. *
  1709. * @return \Symfony\Bridge\Monolog\Logger
  1710. */
  1711. protected function getMonolog_Logger_CacheService()
  1712. {
  1713. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1714. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1715. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1716. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1717. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1718. return $instance;
  1719. }
  1720. /**
  1721. * Gets the private 'monolog.logger.request' shared service.
  1722. *
  1723. * @return \Symfony\Bridge\Monolog\Logger
  1724. */
  1725. protected function getMonolog_Logger_RequestService()
  1726. {
  1727. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1728. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1729. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1730. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1731. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1732. return $instance;
  1733. }
  1734. /**
  1735. * Gets the private 'parameter_bag' shared service.
  1736. *
  1737. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1738. */
  1739. protected function getParameterBagService()
  1740. {
  1741. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1742. }
  1743. /**
  1744. * Gets the private 'profiler_listener' shared service.
  1745. *
  1746. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1747. */
  1748. protected function getProfilerListenerService()
  1749. {
  1750. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1751. if (isset($this->privates['profiler_listener'])) {
  1752. return $this->privates['profiler_listener'];
  1753. }
  1754. 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);
  1755. }
  1756. /**
  1757. * Gets the private 'property_info' shared service.
  1758. *
  1759. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1760. */
  1761. protected function getPropertyInfoService()
  1762. {
  1763. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1764. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1765. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1766. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1767. }, 3), new RewindableGenerator(function () {
  1768. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1769. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1770. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1771. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1772. }, 4), new RewindableGenerator(function () {
  1773. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1774. }, 1), new RewindableGenerator(function () {
  1775. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1776. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1777. }, 2), new RewindableGenerator(function () {
  1778. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1779. }, 1));
  1780. }
  1781. /**
  1782. * Gets the private 'router.expression_language_provider' shared service.
  1783. *
  1784. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1785. */
  1786. protected function getRouter_ExpressionLanguageProviderService()
  1787. {
  1788. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1789. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1790. ], [
  1791. 'env' => 'Closure',
  1792. ]));
  1793. }
  1794. /**
  1795. * Gets the private 'router.request_context' shared service.
  1796. *
  1797. * @return \Symfony\Component\Routing\RequestContext
  1798. */
  1799. protected function getRouter_RequestContextService()
  1800. {
  1801. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1802. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1803. return $instance;
  1804. }
  1805. /**
  1806. * Gets the private 'router_listener' shared service.
  1807. *
  1808. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1809. */
  1810. protected function getRouterListenerService()
  1811. {
  1812. 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);
  1813. }
  1814. /**
  1815. * Gets the private 'security.firewall.map' shared service.
  1816. *
  1817. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1818. */
  1819. protected function getSecurity_Firewall_MapService()
  1820. {
  1821. $a = ($this->privates['.service_locator.VVEsbTt'] ?? $this->get_ServiceLocator_VVEsbTtService());
  1822. if (isset($this->privates['security.firewall.map'])) {
  1823. return $this->privates['security.firewall.map'];
  1824. }
  1825. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1826. 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)/')));
  1827. yield 'security.firewall.map.context.prod' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1828. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1829. }, 3));
  1830. }
  1831. /**
  1832. * Gets the private 'security.logout_url_generator' shared service.
  1833. *
  1834. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1835. */
  1836. protected function getSecurity_LogoutUrlGeneratorService()
  1837. {
  1838. $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()));
  1839. $instance->registerListener('main', 'fos_user_security_logout', 'logout', '_csrf_token', NULL, NULL);
  1840. return $instance;
  1841. }
  1842. /**
  1843. * Gets the private 'security.role_hierarchy' shared service.
  1844. *
  1845. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1846. */
  1847. protected function getSecurity_RoleHierarchyService()
  1848. {
  1849. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1850. }
  1851. /**
  1852. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1853. *
  1854. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1855. */
  1856. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1857. {
  1858. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1859. }
  1860. /**
  1861. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1862. *
  1863. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1864. */
  1865. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1866. {
  1867. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1868. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  1869. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1870. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1871. }
  1872. /**
  1873. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1874. *
  1875. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1876. */
  1877. protected function getSensioFrameworkExtra_Security_ListenerService()
  1878. {
  1879. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1880. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1881. return $this->privates['sensio_framework_extra.security.listener'];
  1882. }
  1883. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1884. }
  1885. /**
  1886. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1887. *
  1888. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1889. */
  1890. protected function getSensioFrameworkExtra_View_ListenerService()
  1891. {
  1892. $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))));
  1893. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1894. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1895. ], [
  1896. 'twig' => '?',
  1897. ]))->withContext('sensio_framework_extra.view.listener', $this));
  1898. return $instance;
  1899. }
  1900. /**
  1901. * Gets the private 'session_listener' shared service.
  1902. *
  1903. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1904. */
  1905. protected function getSessionListenerService()
  1906. {
  1907. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1908. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  1909. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  1910. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  1911. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1912. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  1913. ], [
  1914. 'initialized_session' => '?',
  1915. 'logger' => '?',
  1916. 'session' => '?',
  1917. 'session_collector' => '?',
  1918. 'session_factory' => '?',
  1919. ]), true, $this->parameters['session.storage.options']);
  1920. }
  1921. /**
  1922. * Gets the private 'translator.default' shared service.
  1923. *
  1924. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1925. */
  1926. protected function getTranslator_DefaultService()
  1927. {
  1928. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1929. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  1930. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  1931. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  1932. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  1933. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  1934. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  1935. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  1936. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  1937. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  1938. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  1939. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  1940. ], [
  1941. 'translation.loader.csv' => '?',
  1942. 'translation.loader.dat' => '?',
  1943. 'translation.loader.ini' => '?',
  1944. 'translation.loader.json' => '?',
  1945. 'translation.loader.mo' => '?',
  1946. 'translation.loader.php' => '?',
  1947. 'translation.loader.po' => '?',
  1948. 'translation.loader.qt' => '?',
  1949. 'translation.loader.res' => '?',
  1950. 'translation.loader.xliff' => '?',
  1951. 'translation.loader.yml' => '?',
  1952. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.he.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.zh_CN.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eo.xliff'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], '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/kevinpapst/adminlte-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-turbo/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/kevinpapst/adminlte-bundle/Resources/translations', 4 => 'vendor/friendsofsymfony/user-bundle/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/doctrine/doctrine-bundle/translations', 8 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 9 => 'vendor/symfony/debug-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/twig/extra-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/monolog-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/sensio/framework-extra-bundle/src/translations', 17 => 'vendor/symfony/webpack-encore-bundle/src/translations', 18 => 'vendor/symfony/ux-turbo/translations']]], []);
  1953. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1954. $instance->setFallbackLocales([0 => 'en']);
  1955. return $instance;
  1956. }
  1957. /**
  1958. * Gets the private 'validator.builder' shared service.
  1959. *
  1960. * @return \Symfony\Component\Validator\ValidatorBuilder
  1961. */
  1962. protected function getValidator_BuilderService()
  1963. {
  1964. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1965. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1966. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1967. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1968. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1969. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1970. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1971. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1972. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1973. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1974. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1975. ], [
  1976. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1977. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1978. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1979. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1980. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1981. 'doctrine.orm.validator.unique' => '?',
  1982. 'security.validator.user_password' => '?',
  1983. 'validator.expression' => '?',
  1984. ])));
  1985. if ($this->has('translator')) {
  1986. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1987. }
  1988. $instance->setTranslationDomain('validators');
  1989. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1990. $instance->enableAnnotationMapping(true);
  1991. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1992. $instance->addMethodMapping('loadValidatorMetadata');
  1993. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1994. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1995. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1996. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1997. return $instance;
  1998. }
  1999. /**
  2000. * Gets the private 'var_dumper.html_dumper' shared service.
  2001. *
  2002. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2003. */
  2004. protected function getVarDumper_HtmlDumperService()
  2005. {
  2006. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2007. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2008. return $instance;
  2009. }
  2010. /**
  2011. * Gets the private 'var_dumper.server_connection' shared service.
  2012. *
  2013. * @return \Symfony\Component\VarDumper\Server\Connection
  2014. */
  2015. protected function getVarDumper_ServerConnectionService()
  2016. {
  2017. 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()]);
  2018. }
  2019. /**
  2020. * Gets the private 'web_profiler.csp.handler' shared service.
  2021. *
  2022. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2023. */
  2024. protected function getWebProfiler_Csp_HandlerService()
  2025. {
  2026. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2027. }
  2028. /**
  2029. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2030. *
  2031. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2032. */
  2033. protected function getWebProfiler_DebugToolbarService()
  2034. {
  2035. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2036. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2037. return $this->privates['web_profiler.debug_toolbar'];
  2038. }
  2039. 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()));
  2040. }
  2041. /**
  2042. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2043. *
  2044. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2045. */
  2046. protected function getWebpackEncore_EntrypointLookupCollectionService()
  2047. {
  2048. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2049. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  2050. ], [
  2051. '_default' => '?',
  2052. ]), '_default');
  2053. }
  2054. /**
  2055. * Gets the public 'cache_clearer' alias.
  2056. *
  2057. * @return object The ".container.private.cache_clearer" service.
  2058. */
  2059. protected function getCacheClearerService()
  2060. {
  2061. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2062. return $this->get('.container.private.cache_clearer');
  2063. }
  2064. /**
  2065. * Gets the public 'filesystem' alias.
  2066. *
  2067. * @return object The ".container.private.filesystem" service.
  2068. */
  2069. protected function getFilesystemService()
  2070. {
  2071. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2072. return $this->get('.container.private.filesystem');
  2073. }
  2074. /**
  2075. * Gets the public 'serializer' alias.
  2076. *
  2077. * @return object The ".container.private.serializer" service.
  2078. */
  2079. protected function getSerializerService()
  2080. {
  2081. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2082. return $this->get('.container.private.serializer');
  2083. }
  2084. /**
  2085. * Gets the public 'security.csrf.token_manager' alias.
  2086. *
  2087. * @return object The ".container.private.security.csrf.token_manager" service.
  2088. */
  2089. protected function getSecurity_Csrf_TokenManagerService()
  2090. {
  2091. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2092. return $this->get('.container.private.security.csrf.token_manager');
  2093. }
  2094. /**
  2095. * Gets the public 'form.factory' alias.
  2096. *
  2097. * @return object The ".container.private.form.factory" service.
  2098. */
  2099. protected function getForm_FactoryService()
  2100. {
  2101. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2102. return $this->get('.container.private.form.factory');
  2103. }
  2104. /**
  2105. * Gets the public 'form.type.file' alias.
  2106. *
  2107. * @return object The ".container.private.form.type.file" service.
  2108. */
  2109. protected function getForm_Type_FileService()
  2110. {
  2111. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2112. return $this->get('.container.private.form.type.file');
  2113. }
  2114. /**
  2115. * Gets the public 'profiler' alias.
  2116. *
  2117. * @return object The ".container.private.profiler" service.
  2118. */
  2119. protected function getProfilerService()
  2120. {
  2121. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2122. return $this->get('.container.private.profiler');
  2123. }
  2124. /**
  2125. * Gets the public 'twig' alias.
  2126. *
  2127. * @return object The ".container.private.twig" service.
  2128. */
  2129. protected function getTwigService()
  2130. {
  2131. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2132. return $this->get('.container.private.twig');
  2133. }
  2134. /**
  2135. * Gets the public 'security.authorization_checker' alias.
  2136. *
  2137. * @return object The ".container.private.security.authorization_checker" service.
  2138. */
  2139. protected function getSecurity_AuthorizationCheckerService()
  2140. {
  2141. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2142. return $this->get('.container.private.security.authorization_checker');
  2143. }
  2144. /**
  2145. * Gets the public 'security.token_storage' alias.
  2146. *
  2147. * @return object The ".container.private.security.token_storage" service.
  2148. */
  2149. protected function getSecurity_TokenStorageService()
  2150. {
  2151. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2152. return $this->get('.container.private.security.token_storage');
  2153. }
  2154. /**
  2155. * Gets the public 'security.password_encoder' alias.
  2156. *
  2157. * @return object The ".container.private.security.password_encoder" service.
  2158. */
  2159. protected function getSecurity_PasswordEncoderService()
  2160. {
  2161. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2162. return $this->get('.container.private.security.password_encoder');
  2163. }
  2164. /**
  2165. * Gets the public 'session' alias.
  2166. *
  2167. * @return object The ".container.private.session" service.
  2168. */
  2169. protected function getSessionService()
  2170. {
  2171. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2172. return $this->get('.container.private.session');
  2173. }
  2174. /**
  2175. * Gets the public 'validator' alias.
  2176. *
  2177. * @return object The ".container.private.validator" service.
  2178. */
  2179. protected function getValidatorService()
  2180. {
  2181. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2182. return $this->get('.container.private.validator');
  2183. }
  2184. /**
  2185. * @return array|bool|float|int|string|\UnitEnum|null
  2186. */
  2187. public function getParameter(string $name)
  2188. {
  2189. if (isset($this->buildParameters[$name])) {
  2190. return $this->buildParameters[$name];
  2191. }
  2192. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2193. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2194. }
  2195. if (isset($this->loadedDynamicParameters[$name])) {
  2196. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2197. }
  2198. return $this->parameters[$name];
  2199. }
  2200. public function hasParameter(string $name): bool
  2201. {
  2202. if (isset($this->buildParameters[$name])) {
  2203. return true;
  2204. }
  2205. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2206. }
  2207. public function setParameter(string $name, $value): void
  2208. {
  2209. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2210. }
  2211. public function getParameterBag(): ParameterBagInterface
  2212. {
  2213. if (null === $this->parameterBag) {
  2214. $parameters = $this->parameters;
  2215. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2216. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2217. }
  2218. foreach ($this->buildParameters as $name => $value) {
  2219. $parameters[$name] = $value;
  2220. }
  2221. $this->parameterBag = new FrozenParameterBag($parameters);
  2222. }
  2223. return $this->parameterBag;
  2224. }
  2225. private $loadedDynamicParameters = [
  2226. 'kernel.runtime_environment' => false,
  2227. 'kernel.build_dir' => false,
  2228. 'kernel.cache_dir' => false,
  2229. 'kernel.secret' => false,
  2230. 'debug.container.dump' => false,
  2231. 'serializer.mapping.cache.file' => false,
  2232. 'validator.mapping.cache.file' => false,
  2233. 'profiler.storage.dsn' => false,
  2234. 'doctrine.orm.proxy_dir' => false,
  2235. ];
  2236. private $dynamicParameters = [];
  2237. private function getDynamicParameter(string $name)
  2238. {
  2239. switch ($name) {
  2240. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2241. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2242. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2243. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2244. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2245. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2246. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2247. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2248. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2249. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2250. }
  2251. $this->loadedDynamicParameters[$name] = true;
  2252. return $this->dynamicParameters[$name] = $value;
  2253. }
  2254. protected function getDefaultParameters(): array
  2255. {
  2256. return [
  2257. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2258. 'kernel.environment' => 'dev',
  2259. 'kernel.debug' => true,
  2260. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2261. 'kernel.bundles' => [
  2262. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2263. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2264. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2265. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2266. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2267. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2268. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2269. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2270. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2271. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2272. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2273. 'AdminLTEBundle' => 'KevinPapst\\AdminLTEBundle\\AdminLTEBundle',
  2274. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2275. 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2276. 'TurboBundle' => 'Symfony\\UX\\Turbo\\TurboBundle',
  2277. ],
  2278. 'kernel.bundles_metadata' => [
  2279. 'FrameworkBundle' => [
  2280. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2281. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2282. ],
  2283. 'DoctrineBundle' => [
  2284. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  2285. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2286. ],
  2287. 'DoctrineMigrationsBundle' => [
  2288. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2289. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2290. ],
  2291. 'DebugBundle' => [
  2292. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  2293. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2294. ],
  2295. 'TwigBundle' => [
  2296. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  2297. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2298. ],
  2299. 'WebProfilerBundle' => [
  2300. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  2301. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2302. ],
  2303. 'TwigExtraBundle' => [
  2304. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  2305. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2306. ],
  2307. 'SecurityBundle' => [
  2308. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  2309. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2310. ],
  2311. 'MonologBundle' => [
  2312. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  2313. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2314. ],
  2315. 'MakerBundle' => [
  2316. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  2317. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2318. ],
  2319. 'SensioFrameworkExtraBundle' => [
  2320. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  2321. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2322. ],
  2323. 'AdminLTEBundle' => [
  2324. 'path' => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle'),
  2325. 'namespace' => 'KevinPapst\\AdminLTEBundle',
  2326. ],
  2327. 'WebpackEncoreBundle' => [
  2328. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  2329. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  2330. ],
  2331. 'FOSUserBundle' => [
  2332. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle'),
  2333. 'namespace' => 'FOS\\UserBundle',
  2334. ],
  2335. 'TurboBundle' => [
  2336. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-turbo'),
  2337. 'namespace' => 'Symfony\\UX\\Turbo',
  2338. ],
  2339. ],
  2340. 'kernel.charset' => 'UTF-8',
  2341. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  2342. 'Pdf' => (\dirname(__DIR__, 4).'/public/pdf'),
  2343. 'uploads_directory' => (\dirname(__DIR__, 4).'/public/ticketfacturasPdf'),
  2344. 'budgets_directory' => (\dirname(__DIR__, 4).'/public/presupuestos/'),
  2345. 'invoice_directory' => (\dirname(__DIR__, 4).'/public/facturas/'),
  2346. 'albaranes_directory' => (\dirname(__DIR__, 4).'/public/albaranes/'),
  2347. 'public' => (\dirname(__DIR__, 4).'/public/'),
  2348. 'admin_lte_theme.options' => [
  2349. 'default_avatar' => 'bundles/adminlte/images/usuario.png',
  2350. 'boxed_layout' => false,
  2351. 'collapsed_sidebar' => true,
  2352. 'mini_sidebar' => true,
  2353. 'default_brand_logo' => 'img/logo_factu.svg',
  2354. 'skin' => 'skin-blue',
  2355. 'form_theme' => 'default',
  2356. 'fixed_header' => false,
  2357. 'fixed_menu' => false,
  2358. 'fixed_footer' => false,
  2359. 'max_navbar_notifications' => 10,
  2360. 'max_navbar_tasks' => 10,
  2361. 'max_navbar_messages' => 10,
  2362. 'control_sidebar' => [
  2363. ],
  2364. 'knp_menu' => [
  2365. 'enable' => false,
  2366. 'main_menu' => 'adminlte_main',
  2367. 'breadcrumb_menu' => false,
  2368. ],
  2369. 'widget' => [
  2370. 'collapsible_title' => 'Collapse',
  2371. 'removable_title' => 'Remove',
  2372. 'type' => 'primary',
  2373. 'collapsible' => false,
  2374. 'removable' => false,
  2375. 'solid' => false,
  2376. ],
  2377. 'button' => [
  2378. 'type' => 'primary',
  2379. 'size' => false,
  2380. ],
  2381. ],
  2382. 'admin_lte_theme.routes' => [
  2383. 'adminlte_welcome' => 'dashboard',
  2384. 'adminlte_login' => 'login',
  2385. 'adminlte_profile' => 'profile',
  2386. 'adminlte_login_check' => 'login_check',
  2387. 'adminlte_registration' => NULL,
  2388. 'adminlte_password_reset' => NULL,
  2389. 'adminlte_message' => 'message',
  2390. 'adminlte_messages' => 'messages',
  2391. 'adminlte_notification' => 'notification',
  2392. 'adminlte_notifications' => 'notifications',
  2393. 'adminlte_task' => 'task',
  2394. 'adminlte_tasks' => 'tasks',
  2395. ],
  2396. 'event_dispatcher.event_aliases' => [
  2397. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2398. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2399. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2400. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2401. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2402. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2403. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2404. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2405. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2406. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2407. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2408. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2409. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2410. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2411. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2412. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2413. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2414. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2415. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2416. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2417. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2418. ],
  2419. 'fragment.renderer.hinclude.global_template' => NULL,
  2420. 'fragment.path' => '/_fragment',
  2421. 'kernel.http_method_override' => false,
  2422. 'kernel.trusted_hosts' => [
  2423. ],
  2424. 'kernel.default_locale' => 'es',
  2425. 'kernel.enabled_locales' => [
  2426. ],
  2427. 'kernel.error_controller' => 'App\\Controller\\ErrorController::accessDenied',
  2428. 'debug.file_link_format' => NULL,
  2429. 'asset.request_context.base_path' => NULL,
  2430. 'asset.request_context.secure' => NULL,
  2431. 'translator.logging' => false,
  2432. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2433. 'debug.error_handler.throw_at' => -1,
  2434. 'router.request_context.host' => 'localhost',
  2435. 'router.request_context.scheme' => 'http',
  2436. 'router.request_context.base_url' => '',
  2437. 'router.resource' => 'kernel::loadRoutes',
  2438. 'request_listener.http_port' => 80,
  2439. 'request_listener.https_port' => 443,
  2440. 'session.metadata.storage_key' => '_sf2_meta',
  2441. 'session.storage.options' => [
  2442. 'cache_limiter' => '0',
  2443. 'cookie_lifetime' => 21600,
  2444. 'cookie_secure' => 'auto',
  2445. 'cookie_httponly' => true,
  2446. 'cookie_samesite' => 'lax',
  2447. 'gc_maxlifetime' => 21600,
  2448. 'gc_probability' => 1,
  2449. ],
  2450. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  2451. 'session.metadata.update_threshold' => 0,
  2452. 'form.type_extension.csrf.enabled' => true,
  2453. 'form.type_extension.csrf.field_name' => '_token',
  2454. 'validator.translation_domain' => 'validators',
  2455. 'profiler_listener.only_exceptions' => false,
  2456. 'profiler_listener.only_main_requests' => false,
  2457. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2458. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2459. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2460. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2461. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2462. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2463. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2464. 'doctrine.entity_managers' => [
  2465. 'default' => 'doctrine.orm.default_entity_manager',
  2466. ],
  2467. 'doctrine.default_entity_manager' => 'default',
  2468. 'doctrine.dbal.connection_factory.types' => [
  2469. ],
  2470. 'doctrine.connections' => [
  2471. 'default' => 'doctrine.dbal.default_connection',
  2472. ],
  2473. 'doctrine.default_connection' => 'default',
  2474. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2475. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2476. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2477. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2478. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2479. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2480. 'doctrine.orm.cache.memcache_host' => 'localhost',
  2481. 'doctrine.orm.cache.memcache_port' => 11211,
  2482. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2483. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2484. 'doctrine.orm.cache.memcached_host' => 'localhost',
  2485. 'doctrine.orm.cache.memcached_port' => 11211,
  2486. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2487. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2488. 'doctrine.orm.cache.redis_host' => 'localhost',
  2489. 'doctrine.orm.cache.redis_port' => 6379,
  2490. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2491. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2492. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2493. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2494. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2495. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2496. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2497. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2498. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2499. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2500. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2501. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2502. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2503. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2504. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2505. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2506. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2507. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2508. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2509. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2510. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2511. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2512. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  2513. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2514. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2515. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2516. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2517. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2518. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2519. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2520. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2521. 'doctrine.orm.auto_generate_proxy_classes' => true,
  2522. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  2523. 'doctrine.orm.proxy_namespace' => 'Proxies',
  2524. 'doctrine.migrations.preferred_em' => NULL,
  2525. 'doctrine.migrations.preferred_connection' => NULL,
  2526. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2527. 'twig.form.resources' => [
  2528. 0 => 'form_div_layout.html.twig',
  2529. 1 => '@AdminLTE/layout/form-theme.html.twig',
  2530. ],
  2531. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2532. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2533. 'web_profiler.debug_toolbar.mode' => 2,
  2534. 'security.role_hierarchy.roles' => [
  2535. 'ROLE_USER' => [
  2536. ],
  2537. 'ROLE_GESTOR' => [
  2538. ],
  2539. 'ROLE_CAMARERO' => [
  2540. ],
  2541. 'ROLE_ADMIN' => [
  2542. 0 => 'ROLE_USER',
  2543. 1 => 'ROLE_GESTOR',
  2544. 2 => 'ROLE_CAMARERO',
  2545. ],
  2546. 'ROLE_SUPER_ADMIN' => [
  2547. 0 => 'ROLE_ADMIN',
  2548. 1 => 'ROLE_USER',
  2549. 2 => 'ROLE_GESTOR',
  2550. 3 => 'ROLE_CAMARERO',
  2551. 4 => 'ROLE_ALLOWED_TO_SWITCH',
  2552. ],
  2553. ],
  2554. 'security.access.denied_url' => '/error/403',
  2555. 'security.authentication.manager.erase_credentials' => true,
  2556. 'security.authentication.session_strategy.strategy' => 'migrate',
  2557. 'security.access.always_authenticate_before_granting' => false,
  2558. 'security.authentication.hide_user_not_found' => true,
  2559. 'security.firewalls' => [
  2560. 0 => 'dev',
  2561. 1 => 'prod',
  2562. 2 => 'main',
  2563. ],
  2564. 'security.main._indexed_authenticators' => [
  2565. ],
  2566. 'monolog.use_microseconds' => true,
  2567. 'monolog.swift_mailer.handlers' => [
  2568. ],
  2569. 'monolog.handlers_to_channels' => [
  2570. 'monolog.handler.console' => [
  2571. 'type' => 'exclusive',
  2572. 'elements' => [
  2573. 0 => 'event',
  2574. 1 => 'doctrine',
  2575. 2 => 'console',
  2576. ],
  2577. ],
  2578. 'monolog.handler.main' => [
  2579. 'type' => 'exclusive',
  2580. 'elements' => [
  2581. 0 => 'event',
  2582. ],
  2583. ],
  2584. ],
  2585. 'fos_user.backend_type_orm' => true,
  2586. 'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2587. 'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2588. 'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2589. 'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2590. 'fos_user.registration.confirmation.from_email' => [
  2591. 'jaumealcantarago@gmail.com' => 'Jaume Alcantara',
  2592. ],
  2593. 'fos_user.resetting.email.from_email' => [
  2594. 'jaumealcantarago@gmail.com' => 'Jaume Alcantara',
  2595. ],
  2596. 'fos_user.storage' => 'orm',
  2597. 'fos_user.firewall_name' => 'main',
  2598. 'fos_user.model_manager_name' => NULL,
  2599. 'fos_user.model.user.class' => 'App\\Entity\\User',
  2600. 'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2601. 'fos_user.profile.form.name' => 'fos_user_profile_form',
  2602. 'fos_user.profile.form.validation_groups' => [
  2603. 0 => 'Profile',
  2604. 1 => 'Default',
  2605. ],
  2606. 'fos_user.registration.confirmation.enabled' => true,
  2607. 'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2608. 'fos_user.registration.form.name' => 'fos_user_registration_form',
  2609. 'fos_user.registration.form.validation_groups' => [
  2610. 0 => 'Registration',
  2611. 1 => 'Default',
  2612. ],
  2613. 'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2614. 'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2615. 'fos_user.change_password.form.validation_groups' => [
  2616. 0 => 'ChangePassword',
  2617. 1 => 'Default',
  2618. ],
  2619. 'fos_user.resetting.retry_ttl' => 7200,
  2620. 'fos_user.resetting.token_ttl' => 86400,
  2621. 'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2622. 'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2623. 'fos_user.resetting.form.validation_groups' => [
  2624. 0 => 'ResetPassword',
  2625. 1 => 'Default',
  2626. ],
  2627. 'maker.compatible_check.doctrine.supports_attributes' => true,
  2628. 'data_collector.templates' => [
  2629. 'data_collector.request' => [
  2630. 0 => 'request',
  2631. 1 => '@WebProfiler/Collector/request.html.twig',
  2632. ],
  2633. 'data_collector.time' => [
  2634. 0 => 'time',
  2635. 1 => '@WebProfiler/Collector/time.html.twig',
  2636. ],
  2637. 'data_collector.memory' => [
  2638. 0 => 'memory',
  2639. 1 => '@WebProfiler/Collector/memory.html.twig',
  2640. ],
  2641. 'data_collector.validator' => [
  2642. 0 => 'validator',
  2643. 1 => '@WebProfiler/Collector/validator.html.twig',
  2644. ],
  2645. 'data_collector.ajax' => [
  2646. 0 => 'ajax',
  2647. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2648. ],
  2649. 'data_collector.form' => [
  2650. 0 => 'form',
  2651. 1 => '@WebProfiler/Collector/form.html.twig',
  2652. ],
  2653. 'data_collector.exception' => [
  2654. 0 => 'exception',
  2655. 1 => '@WebProfiler/Collector/exception.html.twig',
  2656. ],
  2657. 'data_collector.logger' => [
  2658. 0 => 'logger',
  2659. 1 => '@WebProfiler/Collector/logger.html.twig',
  2660. ],
  2661. 'data_collector.events' => [
  2662. 0 => 'events',
  2663. 1 => '@WebProfiler/Collector/events.html.twig',
  2664. ],
  2665. 'data_collector.router' => [
  2666. 0 => 'router',
  2667. 1 => '@WebProfiler/Collector/router.html.twig',
  2668. ],
  2669. 'data_collector.cache' => [
  2670. 0 => 'cache',
  2671. 1 => '@WebProfiler/Collector/cache.html.twig',
  2672. ],
  2673. 'data_collector.translation' => [
  2674. 0 => 'translation',
  2675. 1 => '@WebProfiler/Collector/translation.html.twig',
  2676. ],
  2677. 'data_collector.security' => [
  2678. 0 => 'security',
  2679. 1 => '@Security/Collector/security.html.twig',
  2680. ],
  2681. 'data_collector.twig' => [
  2682. 0 => 'twig',
  2683. 1 => '@WebProfiler/Collector/twig.html.twig',
  2684. ],
  2685. 'data_collector.http_client' => [
  2686. 0 => 'http_client',
  2687. 1 => '@WebProfiler/Collector/http_client.html.twig',
  2688. ],
  2689. 'data_collector.doctrine' => [
  2690. 0 => 'db',
  2691. 1 => '@Doctrine/Collector/db.html.twig',
  2692. ],
  2693. 'data_collector.dump' => [
  2694. 0 => 'dump',
  2695. 1 => '@Debug/Profiler/dump.html.twig',
  2696. ],
  2697. 'data_collector.messenger' => [
  2698. 0 => 'messenger',
  2699. 1 => '@WebProfiler/Collector/messenger.html.twig',
  2700. ],
  2701. 'mailer.data_collector' => [
  2702. 0 => 'mailer',
  2703. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2704. ],
  2705. 'notifier.data_collector' => [
  2706. 0 => 'notifier',
  2707. 1 => '@WebProfiler/Collector/notifier.html.twig',
  2708. ],
  2709. 'data_collector.config' => [
  2710. 0 => 'config',
  2711. 1 => '@WebProfiler/Collector/config.html.twig',
  2712. ],
  2713. ],
  2714. 'console.command.ids' => [
  2715. ],
  2716. ];
  2717. }
  2718. protected function throw($message)
  2719. {
  2720. throw new RuntimeException($message);
  2721. }
  2722. }