var/cache/dev/ContainerECTerS8/App_KernelDevDebugContainer.php line 515

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