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

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