var/cache/dev/ContainerDZwRkG8/App_KernelDevDebugContainer.php line 431

Open in your IDE?
  1. <?php
  2. namespace ContainerDZwRkG8;
  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. 'doctrine' => 'getDoctrineService',
  42. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44. 'event_dispatcher' => 'getEventDispatcherService',
  45. 'http_kernel' => 'getHttpKernelService',
  46. 'request_stack' => 'getRequestStackService',
  47. 'router' => 'getRouterService',
  48. 'cache_clearer' => 'getCacheClearerService',
  49. 'filesystem' => 'getFilesystemService',
  50. 'serializer' => 'getSerializerService',
  51. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  52. 'form.factory' => 'getForm_FactoryService',
  53. 'form.type.file' => 'getForm_Type_FileService',
  54. 'profiler' => 'getProfilerService',
  55. 'twig' => 'getTwigService',
  56. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  57. 'security.token_storage' => 'getSecurity_TokenStorageService',
  58. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  59. 'session' => 'getSessionService',
  60. 'validator' => 'getValidatorService',
  61. ];
  62. $this->fileMap = [
  63. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  64. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  65. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  66. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  67. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  68. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  69. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  70. '.container.private.session' => 'get_Container_Private_SessionService',
  71. 'App\\Controller\\ApiController' => 'getApiControllerService',
  72. 'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  73. 'App\\Controller\\EventController' => 'getEventControllerService',
  74. 'App\\Controller\\MediaController' => 'getMediaControllerService',
  75. 'App\\Controller\\PlaylistController' => 'getPlaylistControllerService',
  76. 'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  77. 'App\\Controller\\ScheduleController' => 'getScheduleControllerService',
  78. 'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  79. 'App\\Controller\\StationController' => 'getStationControllerService',
  80. 'App\\Controller\\TagController' => 'getTagControllerService',
  81. 'App\\Controller\\VideoController' => 'getVideoControllerService',
  82. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  84. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  85. 'cache.app_clearer' => 'getCache_AppClearerService',
  86. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  87. 'cache.system_clearer' => 'getCache_SystemClearerService',
  88. 'cache_warmer' => 'getCacheWarmerService',
  89. 'console.command_loader' => 'getConsole_CommandLoaderService',
  90. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  91. 'error_controller' => 'getErrorControllerService',
  92. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  93. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  94. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  95. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  96. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  97. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  98. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  99. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  100. 'routing.loader' => 'getRouting_LoaderService',
  101. 'services_resetter' => 'getServicesResetterService',
  102. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  103. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  104. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  105. ];
  106. $this->aliases = [
  107. 'database_connection' => 'doctrine.dbal.default_connection',
  108. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  109. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  110. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  111. ];
  112. $this->privates['service_container'] = function () {
  113. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  114. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  115. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  116. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  117. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  118. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  119. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  120. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  121. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ApiSubscriber.php';
  122. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  123. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  124. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  125. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  126. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  127. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  135. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  387. include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  407. };
  408. }
  409. public function compile(): void
  410. {
  411. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  412. }
  413. public function isCompiled(): bool
  414. {
  415. return true;
  416. }
  417. public function getRemovedIds(): array
  418. {
  419. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  420. }
  421. protected function load($file, $lazyLoad = true)
  422. {
  423. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  424. return $class::do($this, $lazyLoad);
  425. }
  426. if ('.' === $file[-4]) {
  427. $class = substr($class, 0, -4);
  428. } else {
  429. $file .= '.php';
  430. }
  431. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  432. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  433. }
  434. /**
  435. * Gets the public '.container.private.profiler' shared service.
  436. *
  437. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  438. */
  439. protected function get_Container_Private_ProfilerService()
  440. {
  441. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  442. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  443. $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  444. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  445. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  446. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  447. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  448. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  449. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  450. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  451. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  452. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  453. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  454. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  455. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  456. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  457. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  458. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  459. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  460. if ($this->has('kernel')) {
  461. $e->setKernel($b);
  462. }
  463. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  464. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  465. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  466. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  467. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  468. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  469. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  470. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  471. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  472. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  473. $instance->add($d);
  474. $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()), false));
  475. $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())));
  476. $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([])))));
  477. $instance->add($e);
  478. return $instance;
  479. }
  480. /**
  481. * Gets the public '.container.private.security.authorization_checker' shared service.
  482. *
  483. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  484. */
  485. protected function get_Container_Private_Security_AuthorizationCheckerService()
  486. {
  487. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  488. if (isset($this->services['.container.private.security.authorization_checker'])) {
  489. return $this->services['.container.private.security.authorization_checker'];
  490. }
  491. 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);
  492. }
  493. /**
  494. * Gets the public '.container.private.security.token_storage' shared service.
  495. *
  496. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  497. */
  498. protected function get_Container_Private_Security_TokenStorageService()
  499. {
  500. 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, [
  501. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  502. ], [
  503. 'request_stack' => '?',
  504. ]));
  505. }
  506. /**
  507. * Gets the public '.container.private.twig' shared service.
  508. *
  509. * @return \Twig\Environment
  510. */
  511. protected function get_Container_Private_TwigService()
  512. {
  513. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  514. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  515. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  516. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  517. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  518. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  519. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  520. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  521. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  522. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  523. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  524. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  525. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  526. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  527. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  528. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  529. $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  530. $e = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c, $d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  531. return new \EmptyIterator();
  532. }, 0)));
  533. $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  534. $g = ($this->services['router'] ?? $this->getRouterService());
  535. $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  536. $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  537. $i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
  538. $j = new \Symfony\Bridge\Twig\AppVariable();
  539. $j->setEnvironment('dev');
  540. $j->setDebug(true);
  541. if ($this->has('.container.private.security.token_storage')) {
  542. $j->setTokenStorage($h);
  543. }
  544. if ($this->has('request_stack')) {
  545. $j->setRequestStack($c);
  546. }
  547. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  548. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  549. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  550. $instance->addExtension($e);
  551. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
  552. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  553. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  554. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  555. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  556. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  557. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, $g)));
  558. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  559. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  560. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  561. $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($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  562. $instance->addExtension(new \App\Twig\AppExtension());
  563. $instance->addExtension(new \Twig\Extension\DebugExtension());
  564. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  565. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  566. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  567. $instance->addGlobal('app', $j);
  568. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  569. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  570. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  571. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  572. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  573. ], [
  574. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  575. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  576. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  577. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  578. ])));
  579. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  580. return $instance;
  581. }
  582. /**
  583. * Gets the public '.container.private.validator' shared service.
  584. *
  585. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  586. */
  587. protected function get_Container_Private_ValidatorService()
  588. {
  589. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  590. }
  591. /**
  592. * Gets the public 'cache.app' shared service.
  593. *
  594. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  595. */
  596. protected function getCache_AppService()
  597. {
  598. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Z-Bnp4SBe9', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  599. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  600. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  601. }
  602. /**
  603. * Gets the public 'cache.system' shared service.
  604. *
  605. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  606. */
  607. protected function getCache_SystemService()
  608. {
  609. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('E-CigpMt7W', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  610. }
  611. /**
  612. * Gets the public 'cache.validator_expression_language' shared service.
  613. *
  614. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  615. */
  616. protected function getCache_ValidatorExpressionLanguageService()
  617. {
  618. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bmIeCPZE4T', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  619. }
  620. /**
  621. * Gets the public 'doctrine' shared service.
  622. *
  623. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  624. */
  625. protected function getDoctrineService()
  626. {
  627. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  628. }
  629. /**
  630. * Gets the public 'doctrine.dbal.default_connection' shared service.
  631. *
  632. * @return \Doctrine\DBAL\Connection
  633. */
  634. protected function getDoctrine_Dbal_DefaultConnectionService()
  635. {
  636. $a = new \Doctrine\DBAL\Configuration();
  637. $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  638. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  639. $b->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  640. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  641. $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))));
  642. $c->setConnectionName('default');
  643. $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  644. $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')))]));
  645. $a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
  646. 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(['driver' => 'mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  647. }
  648. /**
  649. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  650. *
  651. * @return \Doctrine\ORM\EntityManager
  652. */
  653. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  654. {
  655. $a = new \Doctrine\ORM\Configuration();
  656. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  657. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  658. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  659. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  660. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  661. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  662. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  663. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  664. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  665. ], [
  666. 'doctrine.ulid_generator' => '?',
  667. 'doctrine.uuid_generator' => '?',
  668. ])));
  669. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  670. $a->setProxyNamespace('Proxies');
  671. $a->setAutoGenerateProxyClasses(true);
  672. $a->setSchemaIgnoreClasses([]);
  673. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  674. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  675. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  676. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  677. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  678. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  679. $a->setLazyGhostObjectEnabled(false);
  680. $a->setIdentityGenerationPreferences([]);
  681. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  682. 'App\\Repository\\EventRepository' => ['privates', 'App\\Repository\\EventRepository', 'getEventRepositoryService', true],
  683. 'App\\Repository\\EventTagRepository' => ['privates', 'App\\Repository\\EventTagRepository', 'getEventTagRepositoryService', true],
  684. 'App\\Repository\\HistoryRepository' => ['privates', 'App\\Repository\\HistoryRepository', 'getHistoryRepositoryService', true],
  685. 'App\\Repository\\PlaylistRepository' => ['privates', 'App\\Repository\\PlaylistRepository', 'getPlaylistRepositoryService', true],
  686. 'App\\Repository\\PlaylistTagRepository' => ['privates', 'App\\Repository\\PlaylistTagRepository', 'getPlaylistTagRepositoryService', true],
  687. 'App\\Repository\\PlaylistVideoTagRepository' => ['privates', 'App\\Repository\\PlaylistVideoTagRepository', 'getPlaylistVideoTagRepositoryService', true],
  688. 'App\\Repository\\ServerRepository' => ['privates', 'App\\Repository\\ServerRepository', 'getServerRepositoryService', true],
  689. 'App\\Repository\\SongRepository' => ['privates', 'App\\Repository\\SongRepository', 'getSongRepositoryService', true],
  690. 'App\\Repository\\SongStationRepository' => ['privates', 'App\\Repository\\SongStationRepository', 'getSongStationRepositoryService', true],
  691. 'App\\Repository\\StationRepository' => ['privates', 'App\\Repository\\StationRepository', 'getStationRepositoryService', true],
  692. 'App\\Repository\\TagRepository' => ['privates', 'App\\Repository\\TagRepository', 'getTagRepositoryService', true],
  693. 'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
  694. 'App\\Repository\\VideoRepository' => ['privates', 'App\\Repository\\VideoRepository', 'getVideoRepositoryService', true],
  695. ], [
  696. 'App\\Repository\\EventRepository' => '?',
  697. 'App\\Repository\\EventTagRepository' => '?',
  698. 'App\\Repository\\HistoryRepository' => '?',
  699. 'App\\Repository\\PlaylistRepository' => '?',
  700. 'App\\Repository\\PlaylistTagRepository' => '?',
  701. 'App\\Repository\\PlaylistVideoTagRepository' => '?',
  702. 'App\\Repository\\ServerRepository' => '?',
  703. 'App\\Repository\\SongRepository' => '?',
  704. 'App\\Repository\\SongStationRepository' => '?',
  705. 'App\\Repository\\StationRepository' => '?',
  706. 'App\\Repository\\TagRepository' => '?',
  707. 'App\\Repository\\UserRepository' => '?',
  708. 'App\\Repository\\VideoRepository' => '?',
  709. ])));
  710. $a->addCustomStringFunction('GROUP_CONCAT', 'App\\DQL\\GroupConcatFunction');
  711. $a->addCustomStringFunction('DATE', 'App\\DQL\\DateFunction');
  712. $a->addCustomStringFunction('NOW', 'App\\DQL\\NowFunction');
  713. $a->addCustomStringFunction('IF', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
  714. $a->addCustomStringFunction('SumIfWithinLastXHours', 'App\\DQL\\SumIfWithinLastXHours');
  715. $a->addCustomNumericFunction('RAND', 'App\\DQL\\RandFunction');
  716. $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()));
  717. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  718. return $instance;
  719. }
  720. /**
  721. * Gets the public 'event_dispatcher' shared service.
  722. *
  723. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  724. */
  725. protected function getEventDispatcherService()
  726. {
  727. $a = new \Symfony\Bridge\Monolog\Logger('event');
  728. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  729. $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  730. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  731. $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())));
  732. $instance->addListener('kernel.controller', [0 => function () {
  733. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  734. }, 1 => 'onKernelController'], 0);
  735. $instance->addListener('console.command', [0 => function () {
  736. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  737. }, 1 => 'onConsoleCommand'], 0);
  738. $instance->addListener('kernel.request', [0 => function () {
  739. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  740. }, 1 => 'onKernelRequest'], 250);
  741. $instance->addListener('kernel.response', [0 => function () {
  742. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  743. }, 1 => 'onKernelResponse'], 0);
  744. $instance->addListener('kernel.response', [0 => function () {
  745. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  746. }, 1 => 'onResponse'], -15);
  747. $instance->addListener('kernel.request', [0 => function () {
  748. return ($this->privates['App\\EventSubscriber\\ApiSubscriber'] ?? $this->getApiSubscriberService());
  749. }, 1 => 'onKernelRequest'], 10);
  750. $instance->addListener('kernel.exception', [0 => function () {
  751. return ($this->privates['App\\EventSubscriber\\ApiSubscriber'] ?? $this->getApiSubscriberService());
  752. }, 1 => 'onKernelException'], 0);
  753. $instance->addListener('kernel.response', [0 => function () {
  754. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  755. }, 1 => 'onKernelResponse'], 0);
  756. $instance->addListener('kernel.response', [0 => function () {
  757. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  758. }, 1 => 'onKernelResponse'], -1024);
  759. $instance->addListener('kernel.request', [0 => function () {
  760. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  761. }, 1 => 'setDefaultLocale'], 100);
  762. $instance->addListener('kernel.request', [0 => function () {
  763. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  764. }, 1 => 'onKernelRequest'], 16);
  765. $instance->addListener('kernel.finish_request', [0 => function () {
  766. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  767. }, 1 => 'onKernelFinishRequest'], 0);
  768. $instance->addListener('kernel.request', [0 => function () {
  769. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  770. }, 1 => 'onKernelRequest'], 256);
  771. $instance->addListener('kernel.response', [0 => function () {
  772. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  773. }, 1 => 'onResponse'], -255);
  774. $instance->addListener('kernel.controller_arguments', [0 => function () {
  775. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  776. }, 1 => 'onControllerArguments'], 0);
  777. $instance->addListener('kernel.exception', [0 => function () {
  778. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  779. }, 1 => 'logKernelException'], 0);
  780. $instance->addListener('kernel.exception', [0 => function () {
  781. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  782. }, 1 => 'onKernelException'], -128);
  783. $instance->addListener('kernel.response', [0 => function () {
  784. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  785. }, 1 => 'removeCspHeader'], -128);
  786. $instance->addListener('kernel.request', [0 => function () {
  787. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  788. }, 1 => 'onKernelRequest'], 15);
  789. $instance->addListener('kernel.finish_request', [0 => function () {
  790. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  791. }, 1 => 'onKernelFinishRequest'], -15);
  792. $instance->addListener('console.error', [0 => function () {
  793. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  794. }, 1 => 'onConsoleError'], -128);
  795. $instance->addListener('console.terminate', [0 => function () {
  796. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  797. }, 1 => 'onConsoleTerminate'], -128);
  798. $instance->addListener('console.error', [0 => function () {
  799. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  800. }, 1 => 'onConsoleError'], 0);
  801. $instance->addListener('kernel.request', [0 => function () {
  802. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  803. }, 1 => 'configure'], 2048);
  804. $instance->addListener('console.command', [0 => function () {
  805. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  806. }, 1 => 'configure'], 2048);
  807. $instance->addListener('kernel.request', [0 => function () {
  808. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  809. }, 1 => 'onKernelRequest'], 32);
  810. $instance->addListener('kernel.finish_request', [0 => function () {
  811. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  812. }, 1 => 'onKernelFinishRequest'], 0);
  813. $instance->addListener('kernel.exception', [0 => function () {
  814. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  815. }, 1 => 'onKernelException'], -64);
  816. $instance->addListener('kernel.request', [0 => function () {
  817. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  818. }, 1 => 'onKernelRequest'], 128);
  819. $instance->addListener('kernel.response', [0 => function () {
  820. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  821. }, 1 => 'onKernelResponse'], -1000);
  822. $instance->addListener('kernel.finish_request', [0 => function () {
  823. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  824. }, 1 => 'onFinishRequest'], 0);
  825. $instance->addListener('kernel.response', [0 => function () {
  826. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  827. }, 1 => 'onKernelResponse'], -100);
  828. $instance->addListener('kernel.exception', [0 => function () {
  829. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  830. }, 1 => 'onKernelException'], 0);
  831. $instance->addListener('kernel.terminate', [0 => function () {
  832. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  833. }, 1 => 'onKernelTerminate'], -1024);
  834. $instance->addListener('kernel.controller', [0 => function () {
  835. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  836. }, 1 => 'onKernelController'], 0);
  837. $instance->addListener('kernel.response', [0 => function () {
  838. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  839. }, 1 => 'onKernelResponse'], 0);
  840. $instance->addListener('console.error', [0 => function () {
  841. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  842. }, 1 => 'onConsoleError'], 0);
  843. $instance->addListener('console.terminate', [0 => function () {
  844. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  845. }, 1 => 'onConsoleTerminate'], 0);
  846. $instance->addListener('kernel.response', [0 => function () {
  847. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  848. }, 1 => 'onKernelResponse'], 0);
  849. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  850. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  851. }, 1 => 'onVoterVote'], 0);
  852. $instance->addListener('kernel.request', [0 => function () {
  853. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  854. }, 1 => 'configureLogoutUrlGenerator'], 8);
  855. $instance->addListener('kernel.request', [0 => function () {
  856. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  857. }, 1 => 'onKernelRequest'], 8);
  858. $instance->addListener('kernel.finish_request', [0 => function () {
  859. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  860. }, 1 => 'onKernelFinishRequest'], 0);
  861. $instance->addListener('kernel.response', [0 => function () {
  862. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  863. }, 1 => 'onKernelResponse'], -128);
  864. $instance->addListener('kernel.controller', [0 => function () {
  865. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  866. }, 1 => 'onKernelController'], 0);
  867. $instance->addListener('kernel.controller', [0 => function () {
  868. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  869. }, 1 => 'onKernelController'], 0);
  870. $instance->addListener('kernel.controller', [0 => function () {
  871. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  872. }, 1 => 'onKernelController'], -128);
  873. $instance->addListener('kernel.view', [0 => function () {
  874. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  875. }, 1 => 'onKernelView'], 0);
  876. $instance->addListener('kernel.controller', [0 => function () {
  877. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  878. }, 1 => 'onKernelController'], 0);
  879. $instance->addListener('kernel.response', [0 => function () {
  880. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  881. }, 1 => 'onKernelResponse'], 0);
  882. $instance->addListener('kernel.controller_arguments', [0 => function () {
  883. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  884. }, 1 => 'onKernelControllerArguments'], 0);
  885. $instance->addListener('kernel.controller_arguments', [0 => function () {
  886. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  887. }, 1 => 'onKernelControllerArguments'], 0);
  888. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  889. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  890. }, 1 => 'onLogout'], 0);
  891. return $instance;
  892. }
  893. /**
  894. * Gets the public 'http_kernel' shared service.
  895. *
  896. * @return \Symfony\Component\HttpKernel\HttpKernel
  897. */
  898. protected function getHttpKernelService()
  899. {
  900. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  901. if (isset($this->services['http_kernel'])) {
  902. return $this->services['http_kernel'];
  903. }
  904. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  905. 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 () {
  906. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  907. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  908. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  909. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  910. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  911. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  912. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  913. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  914. }, 8)), $b));
  915. }
  916. /**
  917. * Gets the public 'request_stack' shared service.
  918. *
  919. * @return \Symfony\Component\HttpFoundation\RequestStack
  920. */
  921. protected function getRequestStackService()
  922. {
  923. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  924. }
  925. /**
  926. * Gets the public 'router' shared service.
  927. *
  928. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  929. */
  930. protected function getRouterService()
  931. {
  932. $a = new \Symfony\Bridge\Monolog\Logger('router');
  933. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  934. $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  935. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  936. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  937. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  938. ], [
  939. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  940. ]))->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, 'en');
  941. $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  942. 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)));
  943. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  944. }, 2)));
  945. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  946. return $instance;
  947. }
  948. /**
  949. * Gets the private '.service_locator.zJyh7qS' shared service.
  950. *
  951. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  952. */
  953. protected function get_ServiceLocator_ZJyh7qSService()
  954. {
  955. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  956. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  957. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  958. ], [
  959. 'security.firewall.map.context.dev' => '?',
  960. 'security.firewall.map.context.main' => '?',
  961. ]);
  962. }
  963. /**
  964. * Gets the private 'App\EventSubscriber\ApiSubscriber' shared autowired service.
  965. *
  966. * @return \App\EventSubscriber\ApiSubscriber
  967. */
  968. protected function getApiSubscriberService()
  969. {
  970. return $this->privates['App\\EventSubscriber\\ApiSubscriber'] = new \App\EventSubscriber\ApiSubscriber(($this->services['router'] ?? $this->getRouterService()), $this->getEnv('string:API_TOKEN'));
  971. }
  972. /**
  973. * Gets the private 'annotations.cache_adapter' shared service.
  974. *
  975. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  976. */
  977. protected function getAnnotations_CacheAdapterService()
  978. {
  979. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  980. }
  981. /**
  982. * Gets the private 'annotations.cached_reader' shared service.
  983. *
  984. * @return \Doctrine\Common\Annotations\PsrCachedReader
  985. */
  986. protected function getAnnotations_CachedReaderService()
  987. {
  988. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  989. }
  990. /**
  991. * Gets the private 'annotations.reader' shared service.
  992. *
  993. * @return \Doctrine\Common\Annotations\AnnotationReader
  994. */
  995. protected function getAnnotations_ReaderService()
  996. {
  997. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  998. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  999. $a->registerUniqueLoader('class_exists');
  1000. $instance->addGlobalIgnoredName('required', $a);
  1001. return $instance;
  1002. }
  1003. /**
  1004. * Gets the private 'cache.annotations' shared service.
  1005. *
  1006. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1007. */
  1008. protected function getCache_AnnotationsService()
  1009. {
  1010. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+kWE7y6ppD', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1011. }
  1012. /**
  1013. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1014. *
  1015. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1016. */
  1017. protected function getCache_Doctrine_Orm_Default_QueryService()
  1018. {
  1019. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1020. }
  1021. /**
  1022. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1023. *
  1024. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1025. */
  1026. protected function getCache_Doctrine_Orm_Default_ResultService()
  1027. {
  1028. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1029. }
  1030. /**
  1031. * Gets the private 'cache.property_info' shared service.
  1032. *
  1033. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1034. */
  1035. protected function getCache_PropertyInfoService()
  1036. {
  1037. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SU3w7BTbzr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1038. }
  1039. /**
  1040. * Gets the private 'cache.security_expression_language' shared service.
  1041. *
  1042. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1043. */
  1044. protected function getCache_SecurityExpressionLanguageService()
  1045. {
  1046. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('djIuDx3l9V', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1047. }
  1048. /**
  1049. * Gets the private 'cache.serializer' shared service.
  1050. *
  1051. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1052. */
  1053. protected function getCache_SerializerService()
  1054. {
  1055. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ei2tkxs1jt', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1056. }
  1057. /**
  1058. * Gets the private 'cache.validator' shared service.
  1059. *
  1060. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1061. */
  1062. protected function getCache_ValidatorService()
  1063. {
  1064. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1Iw15y8vba', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1065. }
  1066. /**
  1067. * Gets the private 'data_collector.form' shared service.
  1068. *
  1069. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1070. */
  1071. protected function getDataCollector_FormService()
  1072. {
  1073. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1074. }
  1075. /**
  1076. * Gets the private 'data_collector.request' shared service.
  1077. *
  1078. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1079. */
  1080. protected function getDataCollector_RequestService()
  1081. {
  1082. 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())));
  1083. }
  1084. /**
  1085. * Gets the private 'debug.debug_handlers_listener' shared service.
  1086. *
  1087. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1088. */
  1089. protected function getDebug_DebugHandlersListenerService()
  1090. {
  1091. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1092. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1093. $a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1094. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1095. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  1096. }
  1097. /**
  1098. * Gets the private 'debug.file_link_formatter' shared service.
  1099. *
  1100. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1101. */
  1102. protected function getDebug_FileLinkFormatterService()
  1103. {
  1104. 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 () {
  1105. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1106. });
  1107. }
  1108. /**
  1109. * Gets the private 'debug.log_processor' shared service.
  1110. *
  1111. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1112. */
  1113. protected function getDebug_LogProcessorService()
  1114. {
  1115. 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())));
  1116. }
  1117. /**
  1118. * Gets the private 'debug.security.access.decision_manager' shared service.
  1119. *
  1120. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1121. */
  1122. protected function getDebug_Security_Access_DecisionManagerService()
  1123. {
  1124. 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 () {
  1125. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1126. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1127. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1128. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1129. }
  1130. /**
  1131. * Gets the private 'debug.security.firewall' shared service.
  1132. *
  1133. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1134. */
  1135. protected function getDebug_Security_FirewallService()
  1136. {
  1137. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1138. if (isset($this->privates['debug.security.firewall'])) {
  1139. return $this->privates['debug.security.firewall'];
  1140. }
  1141. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1142. if (isset($this->privates['debug.security.firewall'])) {
  1143. return $this->privates['debug.security.firewall'];
  1144. }
  1145. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1146. }
  1147. /**
  1148. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1149. *
  1150. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1151. */
  1152. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1153. {
  1154. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1155. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  1156. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  1157. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  1158. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  1159. ], [
  1160. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1161. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1162. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1163. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1164. ]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1165. }
  1166. /**
  1167. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1168. *
  1169. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1170. */
  1171. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1172. {
  1173. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  1174. }
  1175. /**
  1176. * Gets the private 'exception_listener' shared service.
  1177. *
  1178. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1179. */
  1180. protected function getExceptionListenerService()
  1181. {
  1182. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1183. }
  1184. /**
  1185. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1186. *
  1187. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1188. */
  1189. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1190. {
  1191. 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())));
  1192. }
  1193. /**
  1194. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1195. *
  1196. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1197. */
  1198. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1199. {
  1200. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1201. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1202. return $this->privates['framework_extra_bundle.event.is_granted'];
  1203. }
  1204. 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);
  1205. }
  1206. /**
  1207. * Gets the private 'locale_aware_listener' shared service.
  1208. *
  1209. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1210. */
  1211. protected function getLocaleAwareListenerService()
  1212. {
  1213. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1214. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1215. }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1216. }
  1217. /**
  1218. * Gets the private 'locale_listener' shared service.
  1219. *
  1220. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1221. */
  1222. protected function getLocaleListenerService()
  1223. {
  1224. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1225. }
  1226. /**
  1227. * Gets the private 'monolog.logger' shared service.
  1228. *
  1229. * @return \Symfony\Bridge\Monolog\Logger
  1230. */
  1231. protected function getMonolog_LoggerService()
  1232. {
  1233. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1234. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1235. $instance->useMicrosecondTimestamps(true);
  1236. $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1237. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1238. return $instance;
  1239. }
  1240. /**
  1241. * Gets the private 'monolog.logger.cache' shared service.
  1242. *
  1243. * @return \Symfony\Bridge\Monolog\Logger
  1244. */
  1245. protected function getMonolog_Logger_CacheService()
  1246. {
  1247. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1248. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1249. $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1250. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1251. return $instance;
  1252. }
  1253. /**
  1254. * Gets the private 'monolog.logger.request' shared service.
  1255. *
  1256. * @return \Symfony\Bridge\Monolog\Logger
  1257. */
  1258. protected function getMonolog_Logger_RequestService()
  1259. {
  1260. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1261. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1262. $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  1263. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1264. return $instance;
  1265. }
  1266. /**
  1267. * Gets the private 'nelmio_cors.cors_listener' shared service.
  1268. *
  1269. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1270. */
  1271. protected function getNelmioCors_CorsListenerService()
  1272. {
  1273. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  1274. }
  1275. /**
  1276. * Gets the private 'parameter_bag' shared service.
  1277. *
  1278. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1279. */
  1280. protected function getParameterBagService()
  1281. {
  1282. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1283. }
  1284. /**
  1285. * Gets the private 'profiler_listener' shared service.
  1286. *
  1287. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1288. */
  1289. protected function getProfilerListenerService()
  1290. {
  1291. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1292. if (isset($this->privates['profiler_listener'])) {
  1293. return $this->privates['profiler_listener'];
  1294. }
  1295. 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);
  1296. }
  1297. /**
  1298. * Gets the private 'property_info' shared service.
  1299. *
  1300. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1301. */
  1302. protected function getPropertyInfoService()
  1303. {
  1304. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1305. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1306. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1307. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1308. }, 3), new RewindableGenerator(function () {
  1309. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1310. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1311. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1312. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1313. }, 4), new RewindableGenerator(function () {
  1314. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1315. }, 1), new RewindableGenerator(function () {
  1316. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1317. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1318. }, 2), new RewindableGenerator(function () {
  1319. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1320. }, 1));
  1321. }
  1322. /**
  1323. * Gets the private 'router.expression_language_provider' shared service.
  1324. *
  1325. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1326. */
  1327. protected function getRouter_ExpressionLanguageProviderService()
  1328. {
  1329. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1330. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1331. ], [
  1332. 'env' => 'Closure',
  1333. ]));
  1334. }
  1335. /**
  1336. * Gets the private 'router.request_context' shared service.
  1337. *
  1338. * @return \Symfony\Component\Routing\RequestContext
  1339. */
  1340. protected function getRouter_RequestContextService()
  1341. {
  1342. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1343. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1344. return $instance;
  1345. }
  1346. /**
  1347. * Gets the private 'router_listener' shared service.
  1348. *
  1349. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1350. */
  1351. protected function getRouterListenerService()
  1352. {
  1353. 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);
  1354. }
  1355. /**
  1356. * Gets the private 'security.firewall.map' shared service.
  1357. *
  1358. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1359. */
  1360. protected function getSecurity_Firewall_MapService()
  1361. {
  1362. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1363. if (isset($this->privates['security.firewall.map'])) {
  1364. return $this->privates['security.firewall.map'];
  1365. }
  1366. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1367. 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)/')));
  1368. yield 'security.firewall.map.context.main' => NULL;
  1369. }, 2));
  1370. }
  1371. /**
  1372. * Gets the private 'security.logout_url_generator' shared service.
  1373. *
  1374. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1375. */
  1376. protected function getSecurity_LogoutUrlGeneratorService()
  1377. {
  1378. $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()));
  1379. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  1380. return $instance;
  1381. }
  1382. /**
  1383. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1384. *
  1385. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1386. */
  1387. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1388. {
  1389. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1390. }
  1391. /**
  1392. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1393. *
  1394. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1395. */
  1396. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1397. {
  1398. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1399. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  1400. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1401. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1402. }
  1403. /**
  1404. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1405. *
  1406. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1407. */
  1408. protected function getSensioFrameworkExtra_Security_ListenerService()
  1409. {
  1410. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1411. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1412. return $this->privates['sensio_framework_extra.security.listener'];
  1413. }
  1414. 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1415. }
  1416. /**
  1417. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1418. *
  1419. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1420. */
  1421. protected function getSensioFrameworkExtra_View_ListenerService()
  1422. {
  1423. $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))));
  1424. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1425. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1426. ], [
  1427. 'twig' => '?',
  1428. ]))->withContext('sensio_framework_extra.view.listener', $this));
  1429. return $instance;
  1430. }
  1431. /**
  1432. * Gets the private 'session_listener' shared service.
  1433. *
  1434. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1435. */
  1436. protected function getSessionListenerService()
  1437. {
  1438. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1439. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  1440. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  1441. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1442. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  1443. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1444. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  1445. 'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
  1446. ], [
  1447. 'initialized_session' => '?',
  1448. 'logger' => '?',
  1449. 'request_stack' => '?',
  1450. 'session' => '?',
  1451. 'session_collector' => '?',
  1452. 'session_factory' => '?',
  1453. 'session_storage' => '?',
  1454. ]), true, $this->parameters['session.storage.options']);
  1455. }
  1456. /**
  1457. * Gets the private 'validator.builder' shared service.
  1458. *
  1459. * @return \Symfony\Component\Validator\ValidatorBuilder
  1460. */
  1461. protected function getValidator_BuilderService()
  1462. {
  1463. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1464. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1465. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1466. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1467. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1468. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1469. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1470. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1471. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  1472. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1473. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1474. ], [
  1475. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1476. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1477. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1478. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1479. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1480. 'doctrine.orm.validator.unique' => '?',
  1481. 'security.validator.user_password' => '?',
  1482. 'validator.expression' => '?',
  1483. ])));
  1484. $instance->setTranslationDomain('validators');
  1485. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1486. $instance->enableAnnotationMapping(true);
  1487. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1488. $instance->addMethodMapping('loadValidatorMetadata');
  1489. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1490. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1491. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1492. return $instance;
  1493. }
  1494. /**
  1495. * Gets the private 'web_profiler.csp.handler' shared service.
  1496. *
  1497. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1498. */
  1499. protected function getWebProfiler_Csp_HandlerService()
  1500. {
  1501. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1502. }
  1503. /**
  1504. * Gets the private 'web_profiler.debug_toolbar' shared service.
  1505. *
  1506. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1507. */
  1508. protected function getWebProfiler_DebugToolbarService()
  1509. {
  1510. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1511. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1512. return $this->privates['web_profiler.debug_toolbar'];
  1513. }
  1514. 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()), NULL);
  1515. }
  1516. /**
  1517. * Gets the public 'cache_clearer' alias.
  1518. *
  1519. * @return object The ".container.private.cache_clearer" service.
  1520. */
  1521. protected function getCacheClearerService()
  1522. {
  1523. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1524. return $this->get('.container.private.cache_clearer');
  1525. }
  1526. /**
  1527. * Gets the public 'filesystem' alias.
  1528. *
  1529. * @return object The ".container.private.filesystem" service.
  1530. */
  1531. protected function getFilesystemService()
  1532. {
  1533. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1534. return $this->get('.container.private.filesystem');
  1535. }
  1536. /**
  1537. * Gets the public 'serializer' alias.
  1538. *
  1539. * @return object The ".container.private.serializer" service.
  1540. */
  1541. protected function getSerializerService()
  1542. {
  1543. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1544. return $this->get('.container.private.serializer');
  1545. }
  1546. /**
  1547. * Gets the public 'security.csrf.token_manager' alias.
  1548. *
  1549. * @return object The ".container.private.security.csrf.token_manager" service.
  1550. */
  1551. protected function getSecurity_Csrf_TokenManagerService()
  1552. {
  1553. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1554. return $this->get('.container.private.security.csrf.token_manager');
  1555. }
  1556. /**
  1557. * Gets the public 'form.factory' alias.
  1558. *
  1559. * @return object The ".container.private.form.factory" service.
  1560. */
  1561. protected function getForm_FactoryService()
  1562. {
  1563. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1564. return $this->get('.container.private.form.factory');
  1565. }
  1566. /**
  1567. * Gets the public 'form.type.file' alias.
  1568. *
  1569. * @return object The ".container.private.form.type.file" service.
  1570. */
  1571. protected function getForm_Type_FileService()
  1572. {
  1573. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1574. return $this->get('.container.private.form.type.file');
  1575. }
  1576. /**
  1577. * Gets the public 'profiler' alias.
  1578. *
  1579. * @return object The ".container.private.profiler" service.
  1580. */
  1581. protected function getProfilerService()
  1582. {
  1583. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1584. return $this->get('.container.private.profiler');
  1585. }
  1586. /**
  1587. * Gets the public 'twig' alias.
  1588. *
  1589. * @return object The ".container.private.twig" service.
  1590. */
  1591. protected function getTwigService()
  1592. {
  1593. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1594. return $this->get('.container.private.twig');
  1595. }
  1596. /**
  1597. * Gets the public 'security.authorization_checker' alias.
  1598. *
  1599. * @return object The ".container.private.security.authorization_checker" service.
  1600. */
  1601. protected function getSecurity_AuthorizationCheckerService()
  1602. {
  1603. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1604. return $this->get('.container.private.security.authorization_checker');
  1605. }
  1606. /**
  1607. * Gets the public 'security.token_storage' alias.
  1608. *
  1609. * @return object The ".container.private.security.token_storage" service.
  1610. */
  1611. protected function getSecurity_TokenStorageService()
  1612. {
  1613. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1614. return $this->get('.container.private.security.token_storage');
  1615. }
  1616. /**
  1617. * Gets the public 'security.password_encoder' alias.
  1618. *
  1619. * @return object The ".container.private.security.password_encoder" service.
  1620. */
  1621. protected function getSecurity_PasswordEncoderService()
  1622. {
  1623. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1624. return $this->get('.container.private.security.password_encoder');
  1625. }
  1626. /**
  1627. * Gets the public 'session' alias.
  1628. *
  1629. * @return object The ".container.private.session" service.
  1630. */
  1631. protected function getSessionService()
  1632. {
  1633. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1634. return $this->get('.container.private.session');
  1635. }
  1636. /**
  1637. * Gets the public 'validator' alias.
  1638. *
  1639. * @return object The ".container.private.validator" service.
  1640. */
  1641. protected function getValidatorService()
  1642. {
  1643. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1644. return $this->get('.container.private.validator');
  1645. }
  1646. /**
  1647. * @return array|bool|float|int|string|\UnitEnum|null
  1648. */
  1649. public function getParameter(string $name)
  1650. {
  1651. if (isset($this->buildParameters[$name])) {
  1652. return $this->buildParameters[$name];
  1653. }
  1654. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  1655. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  1656. }
  1657. if (isset($this->loadedDynamicParameters[$name])) {
  1658. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1659. }
  1660. return $this->parameters[$name];
  1661. }
  1662. public function hasParameter(string $name): bool
  1663. {
  1664. if (isset($this->buildParameters[$name])) {
  1665. return true;
  1666. }
  1667. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  1668. }
  1669. public function setParameter(string $name, $value): void
  1670. {
  1671. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1672. }
  1673. public function getParameterBag(): ParameterBagInterface
  1674. {
  1675. if (null === $this->parameterBag) {
  1676. $parameters = $this->parameters;
  1677. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1678. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1679. }
  1680. foreach ($this->buildParameters as $name => $value) {
  1681. $parameters[$name] = $value;
  1682. }
  1683. $this->parameterBag = new FrozenParameterBag($parameters);
  1684. }
  1685. return $this->parameterBag;
  1686. }
  1687. private $loadedDynamicParameters = [
  1688. 'kernel.runtime_environment' => false,
  1689. 'kernel.build_dir' => false,
  1690. 'kernel.cache_dir' => false,
  1691. 'kernel.secret' => false,
  1692. 'debug.container.dump' => false,
  1693. 'serializer.mapping.cache.file' => false,
  1694. 'validator.mapping.cache.file' => false,
  1695. 'profiler.storage.dsn' => false,
  1696. 'doctrine.orm.proxy_dir' => false,
  1697. ];
  1698. private $dynamicParameters = [];
  1699. private function getDynamicParameter(string $name)
  1700. {
  1701. switch ($name) {
  1702. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  1703. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  1704. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  1705. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  1706. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  1707. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  1708. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  1709. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1710. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1711. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  1712. }
  1713. $this->loadedDynamicParameters[$name] = true;
  1714. return $this->dynamicParameters[$name] = $value;
  1715. }
  1716. protected function getDefaultParameters(): array
  1717. {
  1718. return [
  1719. 'kernel.project_dir' => \dirname(__DIR__, 4),
  1720. 'kernel.environment' => 'dev',
  1721. 'kernel.debug' => true,
  1722. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  1723. 'kernel.bundles' => [
  1724. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1725. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1726. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1727. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1728. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1729. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1730. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1731. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1732. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1733. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  1734. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  1735. ],
  1736. 'kernel.bundles_metadata' => [
  1737. 'FrameworkBundle' => [
  1738. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  1739. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1740. ],
  1741. 'MakerBundle' => [
  1742. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  1743. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1744. ],
  1745. 'TwigBundle' => [
  1746. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  1747. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1748. ],
  1749. 'SecurityBundle' => [
  1750. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  1751. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1752. ],
  1753. 'DoctrineBundle' => [
  1754. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  1755. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1756. ],
  1757. 'DoctrineMigrationsBundle' => [
  1758. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1759. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1760. ],
  1761. 'WebProfilerBundle' => [
  1762. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  1763. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1764. ],
  1765. 'SensioFrameworkExtraBundle' => [
  1766. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  1767. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1768. ],
  1769. 'MonologBundle' => [
  1770. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  1771. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1772. ],
  1773. 'NelmioApiDocBundle' => [
  1774. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  1775. 'namespace' => 'Nelmio\\ApiDocBundle',
  1776. ],
  1777. 'NelmioCorsBundle' => [
  1778. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  1779. 'namespace' => 'Nelmio\\CorsBundle',
  1780. ],
  1781. ],
  1782. 'kernel.charset' => 'UTF-8',
  1783. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  1784. 'container.dumper.inline_class_loader' => true,
  1785. 'event_dispatcher.event_aliases' => [
  1786. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1787. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1788. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  1789. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1790. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1791. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1792. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1793. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1794. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1795. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1796. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1797. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1798. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1799. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1800. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1801. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1802. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1803. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1804. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  1805. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1806. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1807. ],
  1808. 'fragment.renderer.hinclude.global_template' => NULL,
  1809. 'fragment.path' => '/_fragment',
  1810. 'kernel.http_method_override' => true,
  1811. 'kernel.trusted_hosts' => [
  1812. ],
  1813. 'kernel.default_locale' => 'en',
  1814. 'kernel.enabled_locales' => [
  1815. ],
  1816. 'kernel.error_controller' => 'error_controller',
  1817. 'debug.file_link_format' => NULL,
  1818. 'asset.request_context.base_path' => NULL,
  1819. 'asset.request_context.secure' => NULL,
  1820. 'debug.error_handler.throw_at' => -1,
  1821. 'router.request_context.host' => 'localhost',
  1822. 'router.request_context.scheme' => 'http',
  1823. 'router.request_context.base_url' => '',
  1824. 'router.resource' => 'kernel::loadRoutes',
  1825. 'request_listener.http_port' => 80,
  1826. 'request_listener.https_port' => 443,
  1827. 'session.metadata.storage_key' => '_sf2_meta',
  1828. 'session.storage.options' => [
  1829. 'cache_limiter' => '0',
  1830. 'cookie_secure' => 'auto',
  1831. 'cookie_httponly' => true,
  1832. 'cookie_samesite' => 'lax',
  1833. 'gc_probability' => 1,
  1834. ],
  1835. 'session.save_path' => NULL,
  1836. 'session.metadata.update_threshold' => 0,
  1837. 'form.type_extension.csrf.enabled' => true,
  1838. 'form.type_extension.csrf.field_name' => '_token',
  1839. 'validator.translation_domain' => 'validators',
  1840. 'profiler_listener.only_exceptions' => false,
  1841. 'profiler_listener.only_main_requests' => false,
  1842. 'twig.form.resources' => [
  1843. 0 => 'form_div_layout.html.twig',
  1844. 1 => 'bootstrap_4_layout.html.twig',
  1845. ],
  1846. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  1847. 'security.role_hierarchy.roles' => [
  1848. ],
  1849. 'security.access.denied_url' => NULL,
  1850. 'security.authentication.manager.erase_credentials' => true,
  1851. 'security.authentication.session_strategy.strategy' => 'migrate',
  1852. 'security.access.always_authenticate_before_granting' => false,
  1853. 'security.authentication.hide_user_not_found' => true,
  1854. 'security.firewalls' => [
  1855. 0 => 'dev',
  1856. 1 => 'main',
  1857. ],
  1858. 'security.main._indexed_authenticators' => [
  1859. ],
  1860. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1861. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1862. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1863. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1864. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1865. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1866. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1867. 'doctrine.entity_managers' => [
  1868. 'default' => 'doctrine.orm.default_entity_manager',
  1869. ],
  1870. 'doctrine.default_entity_manager' => 'default',
  1871. 'doctrine.dbal.connection_factory.types' => [
  1872. ],
  1873. 'doctrine.connections' => [
  1874. 'default' => 'doctrine.dbal.default_connection',
  1875. ],
  1876. 'doctrine.default_connection' => 'default',
  1877. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1878. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1879. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1880. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1881. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1882. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1883. 'doctrine.orm.cache.memcache_host' => 'localhost',
  1884. 'doctrine.orm.cache.memcache_port' => 11211,
  1885. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1886. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1887. 'doctrine.orm.cache.memcached_host' => 'localhost',
  1888. 'doctrine.orm.cache.memcached_port' => 11211,
  1889. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1890. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1891. 'doctrine.orm.cache.redis_host' => 'localhost',
  1892. 'doctrine.orm.cache.redis_port' => 6379,
  1893. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1894. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1895. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1896. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1897. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1898. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1899. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1900. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1901. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1902. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1903. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  1904. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1905. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1906. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1907. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1908. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1909. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1910. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1911. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1912. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1913. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1914. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1915. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  1916. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1917. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1918. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1919. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1920. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1921. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1922. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1923. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1924. 'doctrine.orm.auto_generate_proxy_classes' => true,
  1925. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  1926. 'doctrine.orm.proxy_namespace' => 'Proxies',
  1927. 'doctrine.migrations.preferred_em' => NULL,
  1928. 'doctrine.migrations.preferred_connection' => NULL,
  1929. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  1930. 'web_profiler.debug_toolbar.mode' => 2,
  1931. 'monolog.use_microseconds' => true,
  1932. 'monolog.swift_mailer.handlers' => [
  1933. ],
  1934. 'monolog.handlers_to_channels' => [
  1935. ],
  1936. 'nelmio_api_doc.areas' => [
  1937. 0 => 'default',
  1938. ],
  1939. 'nelmio_api_doc.use_validation_groups' => false,
  1940. 'nelmio_cors.map' => [
  1941. '^/api/' => [
  1942. 'allow_origin' => true,
  1943. 'allow_headers' => [
  1944. 0 => 'content-type',
  1945. 1 => 'authorization',
  1946. 2 => 'x-api-token',
  1947. 3 => 'accept',
  1948. 4 => 'origin',
  1949. ],
  1950. 'allow_methods' => [
  1951. 0 => 'GET',
  1952. 1 => 'POST',
  1953. 2 => 'PUT',
  1954. 3 => 'PATCH',
  1955. 4 => 'DELETE',
  1956. 5 => 'OPTIONS',
  1957. ],
  1958. 'max_age' => 3600,
  1959. ],
  1960. ],
  1961. 'nelmio_cors.defaults' => [
  1962. 'allow_origin' => true,
  1963. 'allow_credentials' => false,
  1964. 'allow_headers' => [
  1965. 0 => 'content-type',
  1966. 1 => 'authorization',
  1967. 2 => 'x-api-token',
  1968. 3 => 'accept',
  1969. 4 => 'origin',
  1970. ],
  1971. 'allow_private_network' => false,
  1972. 'expose_headers' => [
  1973. 0 => 'Link',
  1974. ],
  1975. 'allow_methods' => [
  1976. 0 => 'GET',
  1977. 1 => 'POST',
  1978. 2 => 'PUT',
  1979. 3 => 'PATCH',
  1980. 4 => 'DELETE',
  1981. 5 => 'OPTIONS',
  1982. ],
  1983. 'max_age' => 3600,
  1984. 'hosts' => [
  1985. ],
  1986. 'origin_regex' => false,
  1987. 'skip_same_as_origin' => true,
  1988. 'forced_allow_origin_value' => NULL,
  1989. ],
  1990. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  1991. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  1992. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  1993. 'data_collector.templates' => [
  1994. 'data_collector.request' => [
  1995. 0 => 'request',
  1996. 1 => '@WebProfiler/Collector/request.html.twig',
  1997. ],
  1998. 'data_collector.time' => [
  1999. 0 => 'time',
  2000. 1 => '@WebProfiler/Collector/time.html.twig',
  2001. ],
  2002. 'data_collector.memory' => [
  2003. 0 => 'memory',
  2004. 1 => '@WebProfiler/Collector/memory.html.twig',
  2005. ],
  2006. 'data_collector.validator' => [
  2007. 0 => 'validator',
  2008. 1 => '@WebProfiler/Collector/validator.html.twig',
  2009. ],
  2010. 'data_collector.ajax' => [
  2011. 0 => 'ajax',
  2012. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2013. ],
  2014. 'data_collector.form' => [
  2015. 0 => 'form',
  2016. 1 => '@WebProfiler/Collector/form.html.twig',
  2017. ],
  2018. 'data_collector.exception' => [
  2019. 0 => 'exception',
  2020. 1 => '@WebProfiler/Collector/exception.html.twig',
  2021. ],
  2022. 'data_collector.logger' => [
  2023. 0 => 'logger',
  2024. 1 => '@WebProfiler/Collector/logger.html.twig',
  2025. ],
  2026. 'data_collector.events' => [
  2027. 0 => 'events',
  2028. 1 => '@WebProfiler/Collector/events.html.twig',
  2029. ],
  2030. 'data_collector.router' => [
  2031. 0 => 'router',
  2032. 1 => '@WebProfiler/Collector/router.html.twig',
  2033. ],
  2034. 'data_collector.cache' => [
  2035. 0 => 'cache',
  2036. 1 => '@WebProfiler/Collector/cache.html.twig',
  2037. ],
  2038. 'data_collector.security' => [
  2039. 0 => 'security',
  2040. 1 => '@Security/Collector/security.html.twig',
  2041. ],
  2042. 'data_collector.twig' => [
  2043. 0 => 'twig',
  2044. 1 => '@WebProfiler/Collector/twig.html.twig',
  2045. ],
  2046. 'data_collector.doctrine' => [
  2047. 0 => 'db',
  2048. 1 => '@Doctrine/Collector/db.html.twig',
  2049. ],
  2050. 'data_collector.config' => [
  2051. 0 => 'config',
  2052. 1 => '@WebProfiler/Collector/config.html.twig',
  2053. ],
  2054. ],
  2055. 'console.command.ids' => [
  2056. ],
  2057. ];
  2058. }
  2059. protected function throw($message)
  2060. {
  2061. throw new RuntimeException($message);
  2062. }
  2063. }