var/cache/dev/Container2JwOiQr/App_KernelDevDebugContainer.php line 490

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