var/cache/dev/ContainerH3kW8Nu/App_KernelDevDebugContainer.php line 503

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