var/cache/dev/ContainerLO6Ing6/App_KernelDevDebugContainer.php line 771

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