var/cache/dev/ContainerDQx4ECx/App_KernelDevDebugContainer.php line 1007

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