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

Open in your IDE?
  1. <?php
  2. namespace ContainerWn34HQn;
  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\\WorkerStartedEvent', [0 => function () {
  828. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  829. }, 1 => 'onWorkerStarted'], 0);
  830. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  831. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  832. }, 1 => 'onWorkerRunning'], 0);
  833. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  834. 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()));
  835. }, 1 => 'onMessageFailed'], 0);
  836. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  837. 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()));
  838. }, 1 => 'onWorkerRunning'], 0);
  839. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  840. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  841. }, 1 => 'onNotification'], -255);
  842. $instance->addListener('kernel.response', [0 => function () {
  843. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  844. }, 1 => 'onKernelResponse'], -100);
  845. $instance->addListener('kernel.exception', [0 => function () {
  846. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  847. }, 1 => 'onKernelException'], 0);
  848. $instance->addListener('kernel.terminate', [0 => function () {
  849. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  850. }, 1 => 'onKernelTerminate'], -1024);
  851. $instance->addListener('kernel.controller', [0 => function () {
  852. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  853. }, 1 => 'onKernelController'], 0);
  854. $instance->addListener('kernel.response', [0 => function () {
  855. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  856. }, 1 => 'onKernelResponse'], 0);
  857. $instance->addListener('console.command', [0 => function () {
  858. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  859. }, 1 => 'configure'], 1024);
  860. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  861. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  862. }, 1 => 'onMessage'], 0);
  863. $instance->addListener('kernel.response', [0 => function () {
  864. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  865. }, 1 => 'onKernelResponse'], -128);
  866. $instance->addListener('kernel.finish_request', [0 => function () {
  867. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  868. }, 1 => 'resetAssets'], 0);
  869. $instance->addListener('kernel.response', [0 => function () {
  870. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  871. }, 1 => 'onKernelResponse'], 0);
  872. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  873. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  874. }, 1 => 'onVoterVote'], 0);
  875. $instance->addListener('kernel.request', [0 => function () {
  876. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  877. }, 1 => 'configureLogoutUrlGenerator'], 8);
  878. $instance->addListener('kernel.request', [0 => function () {
  879. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  880. }, 1 => 'onKernelRequest'], 8);
  881. $instance->addListener('kernel.finish_request', [0 => function () {
  882. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  883. }, 1 => 'onKernelFinishRequest'], 0);
  884. $instance->addListener('console.command', [0 => function () {
  885. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  886. }, 1 => 'onCommand'], 255);
  887. $instance->addListener('console.terminate', [0 => function () {
  888. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  889. }, 1 => 'onTerminate'], -255);
  890. $instance->addListener('console.error', [0 => function () {
  891. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  892. }, 1 => 'onConsoleError'], 0);
  893. $instance->addListener('console.terminate', [0 => function () {
  894. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  895. }, 1 => 'onConsoleTerminate'], 0);
  896. $instance->addListener('kernel.controller', [0 => function () {
  897. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  898. }, 1 => 'onKernelController'], 0);
  899. $instance->addListener('kernel.controller', [0 => function () {
  900. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  901. }, 1 => 'onKernelController'], 0);
  902. $instance->addListener('kernel.controller', [0 => function () {
  903. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  904. }, 1 => 'onKernelController'], -128);
  905. $instance->addListener('kernel.view', [0 => function () {
  906. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  907. }, 1 => 'onKernelView'], 0);
  908. $instance->addListener('kernel.controller', [0 => function () {
  909. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  910. }, 1 => 'onKernelController'], 0);
  911. $instance->addListener('kernel.response', [0 => function () {
  912. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  913. }, 1 => 'onKernelResponse'], 0);
  914. $instance->addListener('kernel.controller_arguments', [0 => function () {
  915. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  916. }, 1 => 'onKernelControllerArguments'], 0);
  917. $instance->addListener('kernel.controller_arguments', [0 => function () {
  918. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  919. }, 1 => 'onKernelControllerArguments'], 0);
  920. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  921. return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->load('getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService'));
  922. }, 1 => 'onWorkerMessageHandled'], 0);
  923. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  924. return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->load('getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService'));
  925. }, 1 => 'onWorkerMessageFailed'], 0);
  926. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  927. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  928. }, 1 => 'onLogout'], 0);
  929. return $instance;
  930. }
  931. /**
  932. * Gets the public 'http_kernel' shared service.
  933. *
  934. * @return \Symfony\Component\HttpKernel\HttpKernel
  935. */
  936. protected function getHttpKernelService()
  937. {
  938. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  939. if (isset($this->services['http_kernel'])) {
  940. return $this->services['http_kernel'];
  941. }
  942. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  943. 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 () {
  944. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  945. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  946. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  947. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  948. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  949. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  950. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  951. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  952. }, 8)), $b));
  953. }
  954. /**
  955. * Gets the public 'messenger.default_bus' shared service.
  956. *
  957. * @return \Symfony\Component\Messenger\TraceableMessageBus
  958. */
  959. protected function getMessenger_DefaultBusService()
  960. {
  961. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  962. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  963. 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')));
  964. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  965. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  966. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  967. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  968. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  969. }, 7)));
  970. }
  971. /**
  972. * Gets the public 'monolog.logger.deprecation' shared service.
  973. *
  974. * @return \Symfony\Bridge\Monolog\Logger
  975. */
  976. protected function getMonolog_Logger_DeprecationService()
  977. {
  978. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  979. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  980. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  981. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  982. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  983. return $instance;
  984. }
  985. /**
  986. * Gets the public 'request_stack' shared service.
  987. *
  988. * @return \Symfony\Component\HttpFoundation\RequestStack
  989. */
  990. protected function getRequestStackService()
  991. {
  992. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  993. }
  994. /**
  995. * Gets the public 'router' shared service.
  996. *
  997. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  998. */
  999. protected function getRouterService()
  1000. {
  1001. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1002. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1003. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1004. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1005. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1006. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1007. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1008. ], [
  1009. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1010. ]))->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');
  1011. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1012. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1013. return $instance;
  1014. }
  1015. /**
  1016. * Gets the public 'translator' shared service.
  1017. *
  1018. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1019. */
  1020. protected function getTranslatorService()
  1021. {
  1022. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1023. }
  1024. /**
  1025. * Gets the public 'var_dumper.cloner' shared service.
  1026. *
  1027. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1028. */
  1029. protected function getVarDumper_ClonerService()
  1030. {
  1031. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1032. $instance->setMaxItems(2500);
  1033. $instance->setMinDepth(1);
  1034. $instance->setMaxString(-1);
  1035. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1036. return $instance;
  1037. }
  1038. /**
  1039. * Gets the private '.debug.http_client' shared service.
  1040. *
  1041. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1042. */
  1043. protected function get_Debug_HttpClientService()
  1044. {
  1045. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1046. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1047. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1048. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1049. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1050. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1051. $a->setLogger($b);
  1052. 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))));
  1053. }
  1054. /**
  1055. * Gets the private '.debug.hwi_oauth.http_client' shared service.
  1056. *
  1057. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1058. */
  1059. protected function get_Debug_HwiOauth_HttpClientService()
  1060. {
  1061. 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))));
  1062. }
  1063. /**
  1064. * Gets the private '.service_locator.7H2CzqJ' shared service.
  1065. *
  1066. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1067. */
  1068. protected function get_ServiceLocator_7H2CzqJService()
  1069. {
  1070. return $this->privates['.service_locator.7H2CzqJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1071. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1072. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1073. 'security.firewall.map.context.oauth' => ['privates', 'security.firewall.map.context.oauth', 'getSecurity_Firewall_Map_Context_OauthService', true],
  1074. ], [
  1075. 'security.firewall.map.context.dev' => '?',
  1076. 'security.firewall.map.context.main' => '?',
  1077. 'security.firewall.map.context.oauth' => '?',
  1078. ]);
  1079. }
  1080. /**
  1081. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1082. *
  1083. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1084. */
  1085. protected function getResetAssetsEventListenerService()
  1086. {
  1087. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1088. }
  1089. /**
  1090. * Gets the private 'annotations.cache_adapter' shared service.
  1091. *
  1092. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1093. */
  1094. protected function getAnnotations_CacheAdapterService()
  1095. {
  1096. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1097. }
  1098. /**
  1099. * Gets the private 'annotations.cached_reader' shared service.
  1100. *
  1101. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1102. */
  1103. protected function getAnnotations_CachedReaderService()
  1104. {
  1105. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1106. }
  1107. /**
  1108. * Gets the private 'annotations.reader' shared service.
  1109. *
  1110. * @return \Doctrine\Common\Annotations\AnnotationReader
  1111. */
  1112. protected function getAnnotations_ReaderService()
  1113. {
  1114. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1115. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1116. $a->registerUniqueLoader('class_exists');
  1117. $instance->addGlobalIgnoredName('required', $a);
  1118. return $instance;
  1119. }
  1120. /**
  1121. * Gets the private 'assets.packages' shared service.
  1122. *
  1123. * @return \Symfony\Component\Asset\Packages
  1124. */
  1125. protected function getAssets_PackagesService()
  1126. {
  1127. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1128. 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 () {
  1129. return new \EmptyIterator();
  1130. }, 0));
  1131. }
  1132. /**
  1133. * Gets the private 'cache.annotations' shared service.
  1134. *
  1135. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1136. */
  1137. protected function getCache_AnnotationsService()
  1138. {
  1139. 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())));
  1140. }
  1141. /**
  1142. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1143. *
  1144. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1145. */
  1146. protected function getCache_Messenger_RestartWorkersSignalService()
  1147. {
  1148. $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))));
  1149. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1150. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1151. }
  1152. /**
  1153. * Gets the private 'cache.property_info' shared service.
  1154. *
  1155. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1156. */
  1157. protected function getCache_PropertyInfoService()
  1158. {
  1159. 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())));
  1160. }
  1161. /**
  1162. * Gets the private 'cache.security_expression_language' shared service.
  1163. *
  1164. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1165. */
  1166. protected function getCache_SecurityExpressionLanguageService()
  1167. {
  1168. 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())));
  1169. }
  1170. /**
  1171. * Gets the private 'cache.serializer' shared service.
  1172. *
  1173. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1174. */
  1175. protected function getCache_SerializerService()
  1176. {
  1177. 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())));
  1178. }
  1179. /**
  1180. * Gets the private 'cache.validator' shared service.
  1181. *
  1182. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1183. */
  1184. protected function getCache_ValidatorService()
  1185. {
  1186. 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())));
  1187. }
  1188. /**
  1189. * Gets the private 'cache.webpack_encore' shared service.
  1190. *
  1191. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1192. */
  1193. protected function getCache_WebpackEncoreService()
  1194. {
  1195. 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())));
  1196. }
  1197. /**
  1198. * Gets the private 'config_cache_factory' shared service.
  1199. *
  1200. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1201. */
  1202. protected function getConfigCacheFactoryService()
  1203. {
  1204. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1205. 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)));
  1206. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1207. }, 2));
  1208. }
  1209. /**
  1210. * Gets the private 'data_collector.form' shared service.
  1211. *
  1212. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1213. */
  1214. protected function getDataCollector_FormService()
  1215. {
  1216. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1217. }
  1218. /**
  1219. * Gets the private 'data_collector.request' shared service.
  1220. *
  1221. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1222. */
  1223. protected function getDataCollector_RequestService()
  1224. {
  1225. 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())));
  1226. }
  1227. /**
  1228. * Gets the private 'debug.debug_handlers_listener' shared service.
  1229. *
  1230. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1231. */
  1232. protected function getDebug_DebugHandlersListenerService()
  1233. {
  1234. $a = new \Symfony\Bridge\Monolog\Logger('php');
  1235. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1236. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1237. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1238. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1239. 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()));
  1240. }
  1241. /**
  1242. * Gets the private 'debug.file_link_formatter' shared service.
  1243. *
  1244. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1245. */
  1246. protected function getDebug_FileLinkFormatterService()
  1247. {
  1248. 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 () {
  1249. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1250. });
  1251. }
  1252. /**
  1253. * Gets the private 'debug.log_processor' shared service.
  1254. *
  1255. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1256. */
  1257. protected function getDebug_LogProcessorService()
  1258. {
  1259. 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())));
  1260. }
  1261. /**
  1262. * Gets the private 'debug.security.access.decision_manager' shared service.
  1263. *
  1264. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1265. */
  1266. protected function getDebug_Security_Access_DecisionManagerService()
  1267. {
  1268. 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 () {
  1269. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1270. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1271. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1272. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1273. }
  1274. /**
  1275. * Gets the private 'debug.security.firewall' shared service.
  1276. *
  1277. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1278. */
  1279. protected function getDebug_Security_FirewallService()
  1280. {
  1281. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1282. if (isset($this->privates['debug.security.firewall'])) {
  1283. return $this->privates['debug.security.firewall'];
  1284. }
  1285. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1286. if (isset($this->privates['debug.security.firewall'])) {
  1287. return $this->privates['debug.security.firewall'];
  1288. }
  1289. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1290. }
  1291. /**
  1292. * Gets the private 'exception_listener' shared service.
  1293. *
  1294. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1295. */
  1296. protected function getExceptionListenerService()
  1297. {
  1298. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1299. }
  1300. /**
  1301. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1302. *
  1303. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1304. */
  1305. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1306. {
  1307. 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())));
  1308. }
  1309. /**
  1310. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1311. *
  1312. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1313. */
  1314. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1315. {
  1316. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1317. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1318. return $this->privates['framework_extra_bundle.event.is_granted'];
  1319. }
  1320. 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);
  1321. }
  1322. /**
  1323. * Gets the private 'locale_aware_listener' shared service.
  1324. *
  1325. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1326. */
  1327. protected function getLocaleAwareListenerService()
  1328. {
  1329. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1330. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1331. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1332. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1333. }
  1334. /**
  1335. * Gets the private 'locale_listener' shared service.
  1336. *
  1337. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1338. */
  1339. protected function getLocaleListenerService()
  1340. {
  1341. 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, []);
  1342. }
  1343. /**
  1344. * Gets the private 'monolog.handler.console' shared service.
  1345. *
  1346. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1347. */
  1348. protected function getMonolog_Handler_ConsoleService()
  1349. {
  1350. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  1351. }
  1352. /**
  1353. * Gets the private 'monolog.handler.main' shared service.
  1354. *
  1355. * @return \Monolog\Handler\StreamHandler
  1356. */
  1357. protected function getMonolog_Handler_MainService()
  1358. {
  1359. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  1360. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1361. return $instance;
  1362. }
  1363. /**
  1364. * Gets the private 'monolog.logger' shared service.
  1365. *
  1366. * @return \Symfony\Bridge\Monolog\Logger
  1367. */
  1368. protected function getMonolog_LoggerService()
  1369. {
  1370. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1371. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1372. $instance->useMicrosecondTimestamps(true);
  1373. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1374. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1375. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1376. return $instance;
  1377. }
  1378. /**
  1379. * Gets the private 'monolog.logger.cache' shared service.
  1380. *
  1381. * @return \Symfony\Bridge\Monolog\Logger
  1382. */
  1383. protected function getMonolog_Logger_CacheService()
  1384. {
  1385. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1386. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1387. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1388. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1389. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1390. return $instance;
  1391. }
  1392. /**
  1393. * Gets the private 'monolog.logger.request' shared service.
  1394. *
  1395. * @return \Symfony\Bridge\Monolog\Logger
  1396. */
  1397. protected function getMonolog_Logger_RequestService()
  1398. {
  1399. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1400. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1401. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1402. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1403. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1404. return $instance;
  1405. }
  1406. /**
  1407. * Gets the private 'parameter_bag' shared service.
  1408. *
  1409. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1410. */
  1411. protected function getParameterBagService()
  1412. {
  1413. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1414. }
  1415. /**
  1416. * Gets the private 'profiler_listener' shared service.
  1417. *
  1418. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1419. */
  1420. protected function getProfilerListenerService()
  1421. {
  1422. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1423. if (isset($this->privates['profiler_listener'])) {
  1424. return $this->privates['profiler_listener'];
  1425. }
  1426. 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);
  1427. }
  1428. /**
  1429. * Gets the private 'property_info' shared service.
  1430. *
  1431. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1432. */
  1433. protected function getPropertyInfoService()
  1434. {
  1435. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1436. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1437. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1438. }, 2), new RewindableGenerator(function () {
  1439. yield 0 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1440. yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1441. yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1442. }, 3), new RewindableGenerator(function () {
  1443. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1444. }, 1), new RewindableGenerator(function () {
  1445. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1446. }, 1), new RewindableGenerator(function () {
  1447. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1448. }, 1));
  1449. }
  1450. /**
  1451. * Gets the private 'router.expression_language_provider' shared service.
  1452. *
  1453. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1454. */
  1455. protected function getRouter_ExpressionLanguageProviderService()
  1456. {
  1457. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1458. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  1459. ], [
  1460. 'env' => 'Closure',
  1461. ]));
  1462. }
  1463. /**
  1464. * Gets the private 'router.request_context' shared service.
  1465. *
  1466. * @return \Symfony\Component\Routing\RequestContext
  1467. */
  1468. protected function getRouter_RequestContextService()
  1469. {
  1470. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  1471. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1472. return $instance;
  1473. }
  1474. /**
  1475. * Gets the private 'router_listener' shared service.
  1476. *
  1477. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1478. */
  1479. protected function getRouterListenerService()
  1480. {
  1481. 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);
  1482. }
  1483. /**
  1484. * Gets the private 'security.firewall.map' shared service.
  1485. *
  1486. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1487. */
  1488. protected function getSecurity_Firewall_MapService()
  1489. {
  1490. $a = ($this->privates['.service_locator.7H2CzqJ'] ?? $this->get_ServiceLocator_7H2CzqJService());
  1491. if (isset($this->privates['security.firewall.map'])) {
  1492. return $this->privates['security.firewall.map'];
  1493. }
  1494. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1495. 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)/')));
  1496. 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)')));
  1497. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1498. }, 3));
  1499. }
  1500. /**
  1501. * Gets the private 'security.logout_url_generator' shared service.
  1502. *
  1503. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1504. */
  1505. protected function getSecurity_LogoutUrlGeneratorService()
  1506. {
  1507. $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()));
  1508. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, 'main_context');
  1509. return $instance;
  1510. }
  1511. /**
  1512. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1513. *
  1514. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1515. */
  1516. protected function getSensioFrameworkExtra_Controller_ListenerService()
  1517. {
  1518. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1519. }
  1520. /**
  1521. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1522. *
  1523. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1524. */
  1525. protected function getSensioFrameworkExtra_Converter_ListenerService()
  1526. {
  1527. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1528. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  1529. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  1530. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  1531. }
  1532. /**
  1533. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1534. *
  1535. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1536. */
  1537. protected function getSensioFrameworkExtra_Security_ListenerService()
  1538. {
  1539. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1540. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1541. return $this->privates['sensio_framework_extra.security.listener'];
  1542. }
  1543. 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()));
  1544. }
  1545. /**
  1546. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1547. *
  1548. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1549. */
  1550. protected function getSensioFrameworkExtra_View_ListenerService()
  1551. {
  1552. $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))));
  1553. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1554. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1555. ], [
  1556. 'twig' => '?',
  1557. ]))->withContext('sensio_framework_extra.view.listener', $this));
  1558. return $instance;
  1559. }
  1560. /**
  1561. * Gets the private 'session_listener' shared service.
  1562. *
  1563. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1564. */
  1565. protected function getSessionListenerService()
  1566. {
  1567. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1568. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  1569. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  1570. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1571. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  1572. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  1573. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  1574. ], [
  1575. 'initialized_session' => '?',
  1576. 'logger' => '?',
  1577. 'request_stack' => '?',
  1578. 'session' => '?',
  1579. 'session_collector' => '?',
  1580. 'session_factory' => '?',
  1581. ]), true, $this->parameters['session.storage.options']);
  1582. }
  1583. /**
  1584. * Gets the private 'translator.default' shared service.
  1585. *
  1586. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1587. */
  1588. protected function getTranslator_DefaultService()
  1589. {
  1590. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1591. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  1592. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  1593. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  1594. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  1595. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  1596. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  1597. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  1598. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  1599. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  1600. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  1601. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  1602. ], [
  1603. 'translation.loader.csv' => '?',
  1604. 'translation.loader.dat' => '?',
  1605. 'translation.loader.ini' => '?',
  1606. 'translation.loader.json' => '?',
  1607. 'translation.loader.mo' => '?',
  1608. 'translation.loader.php' => '?',
  1609. 'translation.loader.po' => '?',
  1610. 'translation.loader.qt' => '?',
  1611. 'translation.loader.res' => '?',
  1612. 'translation.loader.xliff' => '?',
  1613. 'translation.loader.yml' => '?',
  1614. ]), 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']]], []);
  1615. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1616. $instance->setFallbackLocales([0 => 'en']);
  1617. return $instance;
  1618. }
  1619. /**
  1620. * Gets the private 'validator.builder' shared service.
  1621. *
  1622. * @return \Symfony\Component\Validator\ValidatorBuilder
  1623. */
  1624. protected function getValidator_BuilderService()
  1625. {
  1626. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1627. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1628. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1629. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine_odm.mongodb.validator.unique', 'getDoctrineOdm_Mongodb_Validator_UniqueService', true],
  1630. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1631. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  1632. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1633. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  1634. 'doctrine_odm.mongodb.unique' => ['privates', 'doctrine_odm.mongodb.validator.unique', 'getDoctrineOdm_Mongodb_Validator_UniqueService', true],
  1635. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  1636. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  1637. ], [
  1638. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1639. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1640. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1641. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1642. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1643. 'doctrine_odm.mongodb.unique' => '?',
  1644. 'security.validator.user_password' => '?',
  1645. 'validator.expression' => '?',
  1646. ])));
  1647. if ($this->has('translator')) {
  1648. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1649. }
  1650. $instance->setTranslationDomain('validators');
  1651. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1652. $instance->enableAnnotationMapping(true);
  1653. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1654. $instance->addMethodMapping('loadValidatorMetadata');
  1655. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()))]);
  1656. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  1657. return $instance;
  1658. }
  1659. /**
  1660. * Gets the private 'var_dumper.html_dumper' shared service.
  1661. *
  1662. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1663. */
  1664. protected function getVarDumper_HtmlDumperService()
  1665. {
  1666. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  1667. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1668. return $instance;
  1669. }
  1670. /**
  1671. * Gets the private 'var_dumper.server_connection' shared service.
  1672. *
  1673. * @return \Symfony\Component\VarDumper\Server\Connection
  1674. */
  1675. protected function getVarDumper_ServerConnectionService()
  1676. {
  1677. 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()]);
  1678. }
  1679. /**
  1680. * Gets the private 'web_profiler.csp.handler' shared service.
  1681. *
  1682. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1683. */
  1684. protected function getWebProfiler_Csp_HandlerService()
  1685. {
  1686. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1687. }
  1688. /**
  1689. * Gets the private 'web_profiler.debug_toolbar' shared service.
  1690. *
  1691. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1692. */
  1693. protected function getWebProfiler_DebugToolbarService()
  1694. {
  1695. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1696. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1697. return $this->privates['web_profiler.debug_toolbar'];
  1698. }
  1699. 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()));
  1700. }
  1701. /**
  1702. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  1703. *
  1704. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  1705. */
  1706. protected function getWebpackEncore_EntrypointLookupCollectionService()
  1707. {
  1708. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1709. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  1710. ], [
  1711. '_default' => '?',
  1712. ]), '_default');
  1713. }
  1714. /**
  1715. * Gets the public 'cache_clearer' alias.
  1716. *
  1717. * @return object The ".container.private.cache_clearer" service.
  1718. */
  1719. protected function getCacheClearerService()
  1720. {
  1721. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1722. return $this->get('.container.private.cache_clearer');
  1723. }
  1724. /**
  1725. * Gets the public 'filesystem' alias.
  1726. *
  1727. * @return object The ".container.private.filesystem" service.
  1728. */
  1729. protected function getFilesystemService()
  1730. {
  1731. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1732. return $this->get('.container.private.filesystem');
  1733. }
  1734. /**
  1735. * Gets the public 'serializer' alias.
  1736. *
  1737. * @return object The ".container.private.serializer" service.
  1738. */
  1739. protected function getSerializerService()
  1740. {
  1741. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1742. return $this->get('.container.private.serializer');
  1743. }
  1744. /**
  1745. * Gets the public 'security.csrf.token_manager' alias.
  1746. *
  1747. * @return object The ".container.private.security.csrf.token_manager" service.
  1748. */
  1749. protected function getSecurity_Csrf_TokenManagerService()
  1750. {
  1751. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1752. return $this->get('.container.private.security.csrf.token_manager');
  1753. }
  1754. /**
  1755. * Gets the public 'form.factory' alias.
  1756. *
  1757. * @return object The ".container.private.form.factory" service.
  1758. */
  1759. protected function getForm_FactoryService()
  1760. {
  1761. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1762. return $this->get('.container.private.form.factory');
  1763. }
  1764. /**
  1765. * Gets the public 'form.type.file' alias.
  1766. *
  1767. * @return object The ".container.private.form.type.file" service.
  1768. */
  1769. protected function getForm_Type_FileService()
  1770. {
  1771. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1772. return $this->get('.container.private.form.type.file');
  1773. }
  1774. /**
  1775. * Gets the public 'profiler' alias.
  1776. *
  1777. * @return object The ".container.private.profiler" service.
  1778. */
  1779. protected function getProfilerService()
  1780. {
  1781. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1782. return $this->get('.container.private.profiler');
  1783. }
  1784. /**
  1785. * Gets the public 'twig' alias.
  1786. *
  1787. * @return object The ".container.private.twig" service.
  1788. */
  1789. protected function getTwigService()
  1790. {
  1791. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1792. return $this->get('.container.private.twig');
  1793. }
  1794. /**
  1795. * Gets the public 'security.authorization_checker' alias.
  1796. *
  1797. * @return object The ".container.private.security.authorization_checker" service.
  1798. */
  1799. protected function getSecurity_AuthorizationCheckerService()
  1800. {
  1801. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1802. return $this->get('.container.private.security.authorization_checker');
  1803. }
  1804. /**
  1805. * Gets the public 'security.token_storage' alias.
  1806. *
  1807. * @return object The ".container.private.security.token_storage" service.
  1808. */
  1809. protected function getSecurity_TokenStorageService()
  1810. {
  1811. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1812. return $this->get('.container.private.security.token_storage');
  1813. }
  1814. /**
  1815. * Gets the public 'security.password_encoder' alias.
  1816. *
  1817. * @return object The ".container.private.security.password_encoder" service.
  1818. */
  1819. protected function getSecurity_PasswordEncoderService()
  1820. {
  1821. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1822. return $this->get('.container.private.security.password_encoder');
  1823. }
  1824. /**
  1825. * Gets the public 'session' alias.
  1826. *
  1827. * @return object The ".container.private.session" service.
  1828. */
  1829. protected function getSessionService()
  1830. {
  1831. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1832. return $this->get('.container.private.session');
  1833. }
  1834. /**
  1835. * Gets the public 'validator' alias.
  1836. *
  1837. * @return object The ".container.private.validator" service.
  1838. */
  1839. protected function getValidatorService()
  1840. {
  1841. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1842. return $this->get('.container.private.validator');
  1843. }
  1844. /**
  1845. * @return array|bool|float|int|string|\UnitEnum|null
  1846. */
  1847. public function getParameter(string $name)
  1848. {
  1849. if (isset($this->buildParameters[$name])) {
  1850. return $this->buildParameters[$name];
  1851. }
  1852. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  1853. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  1854. }
  1855. if (isset($this->loadedDynamicParameters[$name])) {
  1856. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1857. }
  1858. return $this->parameters[$name];
  1859. }
  1860. public function hasParameter(string $name): bool
  1861. {
  1862. if (isset($this->buildParameters[$name])) {
  1863. return true;
  1864. }
  1865. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  1866. }
  1867. public function setParameter(string $name, $value): void
  1868. {
  1869. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1870. }
  1871. public function getParameterBag(): ParameterBagInterface
  1872. {
  1873. if (null === $this->parameterBag) {
  1874. $parameters = $this->parameters;
  1875. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1876. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1877. }
  1878. foreach ($this->buildParameters as $name => $value) {
  1879. $parameters[$name] = $value;
  1880. }
  1881. $this->parameterBag = new FrozenParameterBag($parameters);
  1882. }
  1883. return $this->parameterBag;
  1884. }
  1885. private $loadedDynamicParameters = [
  1886. 'kernel.runtime_environment' => false,
  1887. 'kernel.build_dir' => false,
  1888. 'kernel.cache_dir' => false,
  1889. 'kernel.secret' => false,
  1890. 'debug.container.dump' => false,
  1891. 'serializer.mapping.cache.file' => false,
  1892. 'validator.mapping.cache.file' => false,
  1893. 'profiler.storage.dsn' => false,
  1894. 'doctrine_mongodb.odm.proxy_dir' => false,
  1895. 'doctrine_mongodb.odm.hydrator_dir' => false,
  1896. 'doctrine_mongodb.odm.persistent_collection_dir' => false,
  1897. ];
  1898. private $dynamicParameters = [];
  1899. private function getDynamicParameter(string $name)
  1900. {
  1901. switch ($name) {
  1902. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  1903. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  1904. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  1905. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  1906. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  1907. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  1908. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  1909. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1910. case 'doctrine_mongodb.odm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  1911. case 'doctrine_mongodb.odm.hydrator_dir': $value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  1912. case 'doctrine_mongodb.odm.persistent_collection_dir': $value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  1913. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  1914. }
  1915. $this->loadedDynamicParameters[$name] = true;
  1916. return $this->dynamicParameters[$name] = $value;
  1917. }
  1918. protected function getDefaultParameters(): array
  1919. {
  1920. return [
  1921. 'kernel.project_dir' => \dirname(__DIR__, 4),
  1922. 'kernel.environment' => 'dev',
  1923. 'kernel.debug' => true,
  1924. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  1925. 'kernel.bundles' => [
  1926. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1927. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1928. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1929. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1930. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  1931. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  1932. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1933. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1934. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1935. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1936. 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  1937. 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  1938. ],
  1939. 'kernel.bundles_metadata' => [
  1940. 'FrameworkBundle' => [
  1941. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  1942. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1943. ],
  1944. 'DebugBundle' => [
  1945. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  1946. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1947. ],
  1948. 'TwigBundle' => [
  1949. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  1950. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1951. ],
  1952. 'WebProfilerBundle' => [
  1953. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  1954. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1955. ],
  1956. 'WebpackEncoreBundle' => [
  1957. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  1958. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  1959. ],
  1960. 'TwigExtraBundle' => [
  1961. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  1962. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  1963. ],
  1964. 'SecurityBundle' => [
  1965. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  1966. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1967. ],
  1968. 'MonologBundle' => [
  1969. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  1970. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1971. ],
  1972. 'MakerBundle' => [
  1973. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  1974. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1975. ],
  1976. 'SensioFrameworkExtraBundle' => [
  1977. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  1978. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1979. ],
  1980. 'DoctrineMongoDBBundle' => [
  1981. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/mongodb-odm-bundle'),
  1982. 'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  1983. ],
  1984. 'HWIOAuthBundle' => [
  1985. 'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
  1986. 'namespace' => 'HWI\\Bundle\\OAuthBundle',
  1987. ],
  1988. ],
  1989. 'kernel.charset' => 'UTF-8',
  1990. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  1991. 'env(MONGODB_URL)' => '',
  1992. 'env(MONGODB_DB)' => '',
  1993. 'event_dispatcher.event_aliases' => [
  1994. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1995. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1996. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  1997. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1998. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1999. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2000. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2001. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2002. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2003. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2004. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2005. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2006. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2007. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2008. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2009. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2010. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2011. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2012. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2013. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2014. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2015. ],
  2016. 'fragment.renderer.hinclude.global_template' => NULL,
  2017. 'fragment.path' => '/_fragment',
  2018. 'kernel.http_method_override' => false,
  2019. 'kernel.trusted_hosts' => [
  2020. ],
  2021. 'kernel.default_locale' => 'en',
  2022. 'kernel.enabled_locales' => [
  2023. ],
  2024. 'kernel.error_controller' => 'error_controller',
  2025. 'debug.file_link_format' => NULL,
  2026. 'asset.request_context.base_path' => NULL,
  2027. 'asset.request_context.secure' => NULL,
  2028. 'translator.logging' => false,
  2029. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  2030. 'debug.error_handler.throw_at' => -1,
  2031. 'router.request_context.host' => 'localhost',
  2032. 'router.request_context.scheme' => 'http',
  2033. 'router.request_context.base_url' => '',
  2034. 'router.resource' => 'kernel::loadRoutes',
  2035. 'request_listener.http_port' => 80,
  2036. 'request_listener.https_port' => 443,
  2037. 'session.metadata.storage_key' => '_sf2_meta',
  2038. 'session.storage.options' => [
  2039. 'cache_limiter' => '0',
  2040. 'cookie_secure' => 'auto',
  2041. 'cookie_httponly' => true,
  2042. 'cookie_samesite' => 'lax',
  2043. 'gc_probability' => 1,
  2044. ],
  2045. 'session.save_path' => NULL,
  2046. 'session.metadata.update_threshold' => 0,
  2047. 'form.type_extension.csrf.enabled' => true,
  2048. 'form.type_extension.csrf.field_name' => '_token',
  2049. 'validator.translation_domain' => 'validators',
  2050. 'profiler_listener.only_exceptions' => false,
  2051. 'profiler_listener.only_main_requests' => false,
  2052. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2053. 'twig.form.resources' => [
  2054. 0 => 'form_div_layout.html.twig',
  2055. ],
  2056. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  2057. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  2058. 'web_profiler.debug_toolbar.mode' => 2,
  2059. 'security.role_hierarchy.roles' => [
  2060. ],
  2061. 'security.access.denied_url' => NULL,
  2062. 'security.authentication.manager.erase_credentials' => true,
  2063. 'security.authentication.session_strategy.strategy' => 'migrate',
  2064. 'security.access.always_authenticate_before_granting' => false,
  2065. 'security.authentication.hide_user_not_found' => true,
  2066. 'security.firewalls' => [
  2067. 0 => 'dev',
  2068. 1 => 'oauth',
  2069. 2 => 'main',
  2070. ],
  2071. 'hwi_oauth.resource_ownermap.configured.oauth' => [
  2072. 'google' => '/login/with-google',
  2073. ],
  2074. 'security.oauth._indexed_authenticators' => [
  2075. ],
  2076. 'security.main._indexed_authenticators' => [
  2077. ],
  2078. 'monolog.use_microseconds' => true,
  2079. 'monolog.swift_mailer.handlers' => [
  2080. ],
  2081. 'monolog.handlers_to_channels' => [
  2082. 'monolog.handler.console' => [
  2083. 'type' => 'exclusive',
  2084. 'elements' => [
  2085. 0 => 'event',
  2086. 1 => 'doctrine',
  2087. 2 => 'console',
  2088. ],
  2089. ],
  2090. 'monolog.handler.main' => [
  2091. 'type' => 'exclusive',
  2092. 'elements' => [
  2093. 0 => 'event',
  2094. ],
  2095. ],
  2096. ],
  2097. 'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  2098. 'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  2099. 'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  2100. 'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  2101. 'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2102. 'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2103. 'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2104. 'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  2105. 'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2106. 'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  2107. 'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  2108. 'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  2109. 'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2110. 'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2111. 'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2112. 'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2113. 'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  2114. 'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  2115. 'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  2116. 'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2117. 'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2118. 'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  2119. 'doctrine_mongodb.odm.metadata.attribute.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeDriver',
  2120. 'doctrine_mongodb.odm.metadata.attribute_reader.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeReader',
  2121. 'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  2122. 'doctrine_mongodb.odm.mapping_dirs' => [
  2123. ],
  2124. 'doctrine_mongodb.odm.xml_mapping_dirs' => [
  2125. ],
  2126. 'doctrine_mongodb.odm.document_dirs' => [
  2127. ],
  2128. 'doctrine_mongodb.odm.fixtures_dirs' => [
  2129. ],
  2130. 'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  2131. 'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  2132. 'doctrine_mongodb.odm.default_connection' => 'default',
  2133. 'doctrine_mongodb.odm.default_document_manager' => 'default',
  2134. 'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  2135. 'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  2136. 'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  2137. 'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  2138. 'doctrine_mongodb.odm.default_commit_options' => [
  2139. ],
  2140. 'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  2141. 'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  2142. 'doctrine_mongodb.odm.connections' => [
  2143. 'default' => 'doctrine_mongodb.odm.default_connection',
  2144. ],
  2145. 'doctrine_mongodb.odm.document_managers' => [
  2146. 'default' => 'doctrine_mongodb.odm.default_document_manager',
  2147. ],
  2148. 'hwi_oauth.target_path_parameter' => NULL,
  2149. 'hwi_oauth.target_path_domains_whitelist' => [
  2150. ],
  2151. 'hwi_oauth.use_referer' => false,
  2152. 'hwi_oauth.failed_use_referer' => false,
  2153. 'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  2154. 'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  2155. 'hwi_oauth.resource_owners' => [
  2156. 'google' => 'google',
  2157. ],
  2158. 'hwi_oauth.connect' => false,
  2159. 'hwi_oauth.connect.confirmation' => false,
  2160. 'hwi_oauth.connect.registration_form' => NULL,
  2161. 'data_collector.templates' => [
  2162. 'data_collector.request' => [
  2163. 0 => 'request',
  2164. 1 => '@WebProfiler/Collector/request.html.twig',
  2165. ],
  2166. 'data_collector.time' => [
  2167. 0 => 'time',
  2168. 1 => '@WebProfiler/Collector/time.html.twig',
  2169. ],
  2170. 'data_collector.memory' => [
  2171. 0 => 'memory',
  2172. 1 => '@WebProfiler/Collector/memory.html.twig',
  2173. ],
  2174. 'data_collector.validator' => [
  2175. 0 => 'validator',
  2176. 1 => '@WebProfiler/Collector/validator.html.twig',
  2177. ],
  2178. 'data_collector.ajax' => [
  2179. 0 => 'ajax',
  2180. 1 => '@WebProfiler/Collector/ajax.html.twig',
  2181. ],
  2182. 'data_collector.form' => [
  2183. 0 => 'form',
  2184. 1 => '@WebProfiler/Collector/form.html.twig',
  2185. ],
  2186. 'data_collector.exception' => [
  2187. 0 => 'exception',
  2188. 1 => '@WebProfiler/Collector/exception.html.twig',
  2189. ],
  2190. 'data_collector.logger' => [
  2191. 0 => 'logger',
  2192. 1 => '@WebProfiler/Collector/logger.html.twig',
  2193. ],
  2194. 'data_collector.events' => [
  2195. 0 => 'events',
  2196. 1 => '@WebProfiler/Collector/events.html.twig',
  2197. ],
  2198. 'data_collector.router' => [
  2199. 0 => 'router',
  2200. 1 => '@WebProfiler/Collector/router.html.twig',
  2201. ],
  2202. 'data_collector.cache' => [
  2203. 0 => 'cache',
  2204. 1 => '@WebProfiler/Collector/cache.html.twig',
  2205. ],
  2206. 'data_collector.translation' => [
  2207. 0 => 'translation',
  2208. 1 => '@WebProfiler/Collector/translation.html.twig',
  2209. ],
  2210. 'data_collector.security' => [
  2211. 0 => 'security',
  2212. 1 => '@Security/Collector/security.html.twig',
  2213. ],
  2214. 'data_collector.twig' => [
  2215. 0 => 'twig',
  2216. 1 => '@WebProfiler/Collector/twig.html.twig',
  2217. ],
  2218. 'data_collector.http_client' => [
  2219. 0 => 'http_client',
  2220. 1 => '@WebProfiler/Collector/http_client.html.twig',
  2221. ],
  2222. 'data_collector.dump' => [
  2223. 0 => 'dump',
  2224. 1 => '@Debug/Profiler/dump.html.twig',
  2225. ],
  2226. 'data_collector.messenger' => [
  2227. 0 => 'messenger',
  2228. 1 => '@WebProfiler/Collector/messenger.html.twig',
  2229. ],
  2230. 'mailer.data_collector' => [
  2231. 0 => 'mailer',
  2232. 1 => '@WebProfiler/Collector/mailer.html.twig',
  2233. ],
  2234. 'notifier.data_collector' => [
  2235. 0 => 'notifier',
  2236. 1 => '@WebProfiler/Collector/notifier.html.twig',
  2237. ],
  2238. 'doctrine_mongodb.odm.data_collector' => [
  2239. 0 => 'mongodb',
  2240. 1 => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  2241. ],
  2242. 'data_collector.config' => [
  2243. 0 => 'config',
  2244. 1 => '@WebProfiler/Collector/config.html.twig',
  2245. ],
  2246. ],
  2247. 'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  2248. 'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  2249. 'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  2250. 'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  2251. 'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  2252. 'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  2253. 'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  2254. 'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  2255. 'hwi_oauth.resource_owner.linkedin_openid.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinOpenIdResourceOwner',
  2256. 'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  2257. 'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  2258. 'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  2259. 'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  2260. 'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  2261. 'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  2262. 'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  2263. 'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  2264. 'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  2265. 'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  2266. 'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  2267. 'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  2268. 'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  2269. 'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  2270. 'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  2271. 'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  2272. 'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  2273. 'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  2274. 'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  2275. 'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  2276. 'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  2277. 'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  2278. 'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  2279. 'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  2280. 'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  2281. 'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  2282. 'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  2283. 'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  2284. 'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  2285. 'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  2286. 'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  2287. 'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  2288. 'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  2289. 'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  2290. 'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  2291. 'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  2292. 'hwi_oauth.resource_owner.telegram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TelegramResourceOwner',
  2293. 'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  2294. 'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  2295. 'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  2296. 'hwi_oauth.resource_owner.amazon_cognito.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonCognitoResourceOwner',
  2297. 'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  2298. 'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  2299. 'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  2300. 'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  2301. 'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  2302. 'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  2303. 'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  2304. 'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  2305. 'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  2306. 'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  2307. 'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  2308. 'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  2309. 'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  2310. 'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  2311. 'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  2312. 'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  2313. 'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  2314. 'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  2315. 'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  2316. 'console.command.ids' => [
  2317. ],
  2318. ];
  2319. }
  2320. protected function throw($message)
  2321. {
  2322. throw new RuntimeException($message);
  2323. }
  2324. }