var/cache/dev/ContainerLoendc8/App_KernelDevDebugContainer.php line 886

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