var/cache/dev/ContainerO2B9d6D/App_KernelDevDebugContainer.php line 1869

Open in your IDE?
  1. <?php
  2. namespace ContainerO2B9d6D;
  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.serializer' => 'get_Container_Private_SerializerService',
  37. '.container.private.twig' => 'get_Container_Private_TwigService',
  38. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39. 'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  40. 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
  41. 'cache.app' => 'getCache_AppService',
  42. 'cache.system' => 'getCache_SystemService',
  43. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44. 'doctrine' => 'getDoctrineService',
  45. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47. 'event_dispatcher' => 'getEventDispatcherService',
  48. 'http_kernel' => 'getHttpKernelService',
  49. 'request_stack' => 'getRequestStackService',
  50. 'router' => 'getRouterService',
  51. 'cache_clearer' => 'getCacheClearerService',
  52. 'filesystem' => 'getFilesystemService',
  53. 'serializer' => 'getSerializerService',
  54. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  55. 'profiler' => 'getProfilerService',
  56. 'twig' => 'getTwigService',
  57. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  58. 'security.token_storage' => 'getSecurity_TokenStorageService',
  59. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  60. 'session' => 'getSessionService',
  61. 'validator' => 'getValidatorService',
  62. ];
  63. $this->fileMap = [
  64. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  65. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  66. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  67. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  68. '.container.private.session' => 'get_Container_Private_SessionService',
  69. 'App\\Controller\\Api\\FilestackConfigController' => 'getFilestackConfigControllerService',
  70. 'App\\Controller\\AuthenticationToken\\GetReviewAuthenticationToken' => 'getGetReviewAuthenticationTokenService',
  71. 'App\\Controller\\AuthenticationToken\\PostReviewAuthenticationToken' => 'getPostReviewAuthenticationTokenService',
  72. 'App\\Controller\\AuthenticationToken\\PostUpdateAuthenticationToken' => 'getPostUpdateAuthenticationTokenService',
  73. 'App\\Controller\\AuthenticationToken\\RequestAuthenticationToken' => 'getRequestAuthenticationTokenService',
  74. 'App\\Controller\\LoginController' => 'getLoginControllerService',
  75. 'App\\Controller\\LogoutController' => 'getLogoutControllerService',
  76. 'App\\Controller\\ReferralDocument\\DownloadReferralDocument' => 'getDownloadReferralDocumentService',
  77. 'App\\Controller\\ReferralDocument\\LinkReferralDocument' => 'getLinkReferralDocumentService',
  78. 'App\\Controller\\ReferralDocument\\RedirectReferralDocument' => 'getRedirectReferralDocumentService',
  79. 'App\\Controller\\ReferralDocument\\UploadReferralDocument' => 'getUploadReferralDocumentService',
  80. 'App\\Controller\\Referral\\CopyReferral' => 'getCopyReferralService',
  81. 'App\\Controller\\Referral\\DeleteReferral' => 'getDeleteReferralService',
  82. 'App\\Controller\\Referral\\ReferralReportController' => 'getReferralReportControllerService',
  83. 'App\\Controller\\Referral\\SubmitReferral' => 'getSubmitReferralService',
  84. 'App\\Controller\\SecuritySettingsController' => 'getSecuritySettingsControllerService',
  85. 'App\\Controller\\TwoFactorController' => 'getTwoFactorControllerService',
  86. 'App\\Controller\\User\\ConfirmUser' => 'getConfirmUserService',
  87. 'App\\Controller\\User\\ForgotPasswordUser' => 'getForgotPasswordUserService',
  88. 'App\\Controller\\User\\RegisterUser' => 'getRegisterUserService',
  89. 'App\\Controller\\User\\ResetPasswordUser' => 'getResetPasswordUserService',
  90. 'App\\Controller\\User\\SecurityQuestionsUser' => 'getSecurityQuestionsUserService',
  91. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  92. 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  93. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  94. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  95. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  96. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  97. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  98. 'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  99. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  100. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  101. 'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  102. 'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  103. 'cache.app_clearer' => 'getCache_AppClearerService',
  104. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  105. 'cache.system_clearer' => 'getCache_SystemClearerService',
  106. 'cache_warmer' => 'getCacheWarmerService',
  107. 'console.command.public_alias.App\\Command\\CopyReferralCommand' => 'getCopyReferralCommandService',
  108. 'console.command.public_alias.App\\Command\\DeduplicateLookupsCommand' => 'getDeduplicateLookupsCommandService',
  109. 'console.command.public_alias.App\\Command\\DeleteChildrenCommand' => 'getDeleteChildrenCommandService',
  110. 'console.command.public_alias.App\\Command\\DeleteLookupsCommand' => 'getDeleteLookupsCommandService',
  111. 'console.command.public_alias.App\\Command\\DeleteOrphanLookupsCommand' => 'getDeleteOrphanLookupsCommandService',
  112. 'console.command.public_alias.App\\Command\\DeleteReferralsCommand' => 'getDeleteReferralsCommandService',
  113. 'console.command.public_alias.App\\Command\\DisableLookupCommand' => 'getDisableLookupCommandService',
  114. 'console.command.public_alias.App\\Command\\LoadDictionaryCommand' => 'getLoadDictionaryCommandService',
  115. 'console.command.public_alias.App\\Command\\NotificationCommand' => 'getNotificationCommandService',
  116. 'console.command.public_alias.App\\Command\\PugTranscribeCommand' => 'getPugTranscribeCommandService',
  117. 'console.command.public_alias.App\\Command\\ReferralReportDataCommand' => 'getReferralReportDataCommandService',
  118. 'console.command.public_alias.App\\Command\\SanitizeSecurityAnswersCommand' => 'getSanitizeSecurityAnswersCommandService',
  119. 'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService',
  120. 'console.command.public_alias.App\\Command\\TestIFSPApiCommand' => 'getTestIFSPApiCommandService',
  121. 'console.command.public_alias.App\\Command\\TestS3BucketCommand' => 'getTestS3BucketCommandService',
  122. 'console.command.public_alias.App\\Command\\TestSESCommand' => 'getTestSESCommandService',
  123. 'console.command.public_alias.App\\Command\\TranslationDictionaryCommand' => 'getTranslationDictionaryCommandService',
  124. 'console.command.public_alias.App\\Command\\UserReportDataCommand' => 'getUserReportDataCommandService',
  125. 'console.command_loader' => 'getConsole_CommandLoaderService',
  126. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  127. 'error_controller' => 'getErrorControllerService',
  128. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  129. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  130. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  131. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  132. 'routing.loader' => 'getRouting_LoaderService',
  133. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  134. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  135. 'services_resetter' => 'getServicesResetterService',
  136. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  137. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  138. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  139. ];
  140. $this->aliases = [
  141. 'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  142. 'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  143. 'App\\Kernel' => 'kernel',
  144. 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  145. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  146. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  147. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  148. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  149. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  150. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  151. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  152. 'database_connection' => 'doctrine.dbal.default_connection',
  153. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  154. 'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
  155. ];
  156. $this->privates['service_container'] = function () {
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  163. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  164. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/AuthenticationToken/AuthenticationTokenSubscriber.php';
  165. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Maintenance/MaintenanceSubscriber.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  167. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/TwoFactorResendSubscriber.php';
  168. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/TwoFactorSetupSubscriber.php';
  169. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LoggerSubscriber.php';
  170. include_once \dirname(__DIR__, 4).'/src/EventSubscriber/PaginationSubscriber.php';
  171. include_once \dirname(__DIR__, 4).'/src/Service/AuthenticationTokenService.php';
  172. include_once \dirname(__DIR__, 4).'/src/Service/SESService.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  261. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  262. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  263. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  264. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  265. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  266. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  267. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  268. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/ColocatedMappingDriver.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  512. include_once \dirname(__DIR__, 4).'/src/Normalizer/AuthenticationTokenNormalizer.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  521. include_once \dirname(__DIR__, 4).'/src/Normalizer/ChildNormalizer.php';
  522. include_once \dirname(__DIR__, 4).'/src/Normalizer/LookupNormalizer.php';
  523. include_once \dirname(__DIR__, 4).'/src/Normalizer/ReferralDocumentNormalizer.php';
  524. include_once \dirname(__DIR__, 4).'/src/Normalizer/ReferralNormalizer.php';
  525. include_once \dirname(__DIR__, 4).'/src/Normalizer/UserNormalizer.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  530. include_once \dirname(__DIR__, 4).'/src/Normalizer/SwaggerNormalizer.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  636. };
  637. }
  638. public function compile(): void
  639. {
  640. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  641. }
  642. public function isCompiled(): bool
  643. {
  644. return true;
  645. }
  646. public function getRemovedIds(): array
  647. {
  648. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  649. }
  650. protected function load($file, $lazyLoad = true)
  651. {
  652. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  653. return $class::do($this, $lazyLoad);
  654. }
  655. if ('.' === $file[-4]) {
  656. $class = substr($class, 0, -4);
  657. } else {
  658. $file .= '.php';
  659. }
  660. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  661. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  662. }
  663. protected function createProxy($class, \Closure $factory)
  664. {
  665. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  666. return $factory();
  667. }
  668. /**
  669. * Gets the public '.container.private.profiler' shared service.
  670. *
  671. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  672. */
  673. protected function get_Container_Private_ProfilerService()
  674. {
  675. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  676. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  677. $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  678. $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  679. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  680. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  681. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  682. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  683. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  684. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  685. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  686. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  687. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  688. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  689. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  690. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  691. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  692. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  693. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  694. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  695. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  696. $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  697. $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  698. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  699. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  700. $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  701. if ($this->has('kernel')) {
  702. $e->setKernel($b);
  703. }
  704. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  705. $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  706. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  707. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  708. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  709. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  710. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  711. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  712. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  713. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  714. $instance->add($d);
  715. $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()), true));
  716. $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())));
  717. $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  718. $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  719. $instance->add($e);
  720. return $instance;
  721. }
  722. /**
  723. * Gets the public '.container.private.security.authorization_checker' shared service.
  724. *
  725. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  726. */
  727. protected function get_Container_Private_Security_AuthorizationCheckerService()
  728. {
  729. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  730. if (isset($this->services['.container.private.security.authorization_checker'])) {
  731. return $this->services['.container.private.security.authorization_checker'];
  732. }
  733. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
  734. }
  735. /**
  736. * Gets the public '.container.private.security.token_storage' shared service.
  737. *
  738. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  739. */
  740. protected function get_Container_Private_Security_TokenStorageService()
  741. {
  742. 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, [
  743. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  744. ], [
  745. 'request_stack' => '?',
  746. ]));
  747. }
  748. /**
  749. * Gets the public '.container.private.serializer' shared service.
  750. *
  751. * @return \Symfony\Component\Serializer\Serializer
  752. */
  753. protected function get_Container_Private_SerializerService()
  754. {
  755. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  756. if (isset($this->services['.container.private.serializer'])) {
  757. return $this->services['.container.private.serializer'];
  758. }
  759. $b = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  760. if (isset($this->services['.container.private.serializer'])) {
  761. return $this->services['.container.private.serializer'];
  762. }
  763. $c = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  764. if (isset($this->services['.container.private.serializer'])) {
  765. return $this->services['.container.private.serializer'];
  766. }
  767. $d = ($this->services['router'] ?? $this->getRouterService());
  768. if (isset($this->services['.container.private.serializer'])) {
  769. return $this->services['.container.private.serializer'];
  770. }
  771. $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  772. if (isset($this->services['.container.private.serializer'])) {
  773. return $this->services['.container.private.serializer'];
  774. }
  775. $f = ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService());
  776. if (isset($this->services['.container.private.serializer'])) {
  777. return $this->services['.container.private.serializer'];
  778. }
  779. $g = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  780. if (isset($this->services['.container.private.serializer'])) {
  781. return $this->services['.container.private.serializer'];
  782. }
  783. $h = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  784. if (isset($this->services['.container.private.serializer'])) {
  785. return $this->services['.container.private.serializer'];
  786. }
  787. $i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  788. $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  789. $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  790. $l = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  791. $m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  792. $n = new \ApiPlatform\Serializer\ItemNormalizer($a, $j, $b, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $i, $k, $l, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), false, NULL, new RewindableGenerator(function () {
  793. return new \EmptyIterator();
  794. }, 0), $m, $c);
  795. $o = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  796. $p = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  797. $q = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $i, $e)], [0 => $p]));
  798. $r = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($q);
  799. $s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \App\Normalizer\SwaggerNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($m, $a, $j, $f, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $g, NULL, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $h, false, '_page', true, 'count', $this->parameters['api_platform.formats'], true, 'paged', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $q), $o));
  800. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($i), 1 => new \App\Normalizer\AuthenticationTokenNormalizer($n, $o), 2 => new \App\Normalizer\ChildNormalizer($n, $o), 3 => new \App\Normalizer\LookupNormalizer($n, $o), 4 => new \App\Normalizer\ReferralDocumentNormalizer($n, $d, $o), 5 => new \App\Normalizer\ReferralNormalizer($n, $o), 6 => new \App\Normalizer\UserNormalizer($n, ($this->services['doctrine'] ?? $this->getDoctrineService()), $o, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 7 => $r, 8 => $s, 9 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), 10 => $s, 11 => $r, 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => $n, 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($l, $k, $i, $e, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($l), NULL, [], $e)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $p, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  801. }
  802. /**
  803. * Gets the public '.container.private.twig' shared service.
  804. *
  805. * @return \Twig\Environment
  806. */
  807. protected function get_Container_Private_TwigService()
  808. {
  809. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  810. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  811. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  812. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  813. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  814. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  815. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  816. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  817. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  818. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  819. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  820. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  821. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  822. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  823. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  824. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  825. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  826. $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  827. $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  828. $f = ($this->services['router'] ?? $this->getRouterService());
  829. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  830. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  831. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
  832. $i = new \Symfony\Bridge\Twig\AppVariable();
  833. $i->setEnvironment('dev');
  834. $i->setDebug(true);
  835. if ($this->has('.container.private.security.token_storage')) {
  836. $i->setTokenStorage($g);
  837. }
  838. if ($this->has('request_stack')) {
  839. $i->setRequestStack($c);
  840. }
  841. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  842. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  843. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  844. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c, $d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  845. return new \EmptyIterator();
  846. }, 0))));
  847. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
  848. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  849. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  850. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  851. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  852. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  853. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, $f)));
  854. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  855. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  856. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  857. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  858. $instance->addExtension(new \Twig\Extension\DebugExtension());
  859. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  860. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  861. $instance->addGlobal('app', $i);
  862. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  863. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  864. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  865. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  866. ], [
  867. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  868. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  869. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  870. ])));
  871. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  872. return $instance;
  873. }
  874. /**
  875. * Gets the public '.container.private.validator' shared service.
  876. *
  877. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  878. */
  879. protected function get_Container_Private_ValidatorService()
  880. {
  881. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  882. if (isset($this->services['.container.private.validator'])) {
  883. return $this->services['.container.private.validator'];
  884. }
  885. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  886. }
  887. /**
  888. * Gets the public 'Scheb\TwoFactorBundle\Model\PersisterInterface' shared service.
  889. *
  890. * @return \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister
  891. */
  892. protected function getPersisterInterfaceService($lazyLoad = true)
  893. {
  894. if ($lazyLoad) {
  895. return $this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] = $this->createProxy('DoctrinePersister_a694024', function () {
  896. return \DoctrinePersister_a694024::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  897. $wrappedInstance = $this->getPersisterInterfaceService(false);
  898. $proxy->setProxyInitializer(null);
  899. return true;
  900. });
  901. });
  902. }
  903. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/PersisterInterface.php';
  904. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersister.php';
  905. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Model/Persister/DoctrinePersisterFactory.php';
  906. return (new \Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL))->getPersister();
  907. }
  908. /**
  909. * Gets the public 'Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface' shared service.
  910. *
  911. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGenerator
  912. */
  913. protected function getCodeGeneratorInterfaceService($lazyLoad = true)
  914. {
  915. if ($lazyLoad) {
  916. return $this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface'] = $this->createProxy('CodeGenerator_6e857fe', function () {
  917. return \CodeGenerator_6e857fe::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  918. $wrappedInstance = $this->getCodeGeneratorInterfaceService(false);
  919. $proxy->setProxyInitializer(null);
  920. return true;
  921. });
  922. });
  923. }
  924. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-email/Security/TwoFactor/Provider/Email/Generator/CodeGeneratorInterface.php';
  925. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-email/Security/TwoFactor/Provider/Email/Generator/CodeGenerator.php';
  926. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-email/Mailer/AuthCodeMailerInterface.php';
  927. include_once \dirname(__DIR__, 4).'/src/Security/TwoFactor/EmailAuthCodeMailer.php';
  928. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGenerator(($this->services['Scheb\\TwoFactorBundle\\Model\\PersisterInterface'] ?? $this->getPersisterInterfaceService()), new \App\Security\TwoFactor\EmailAuthCodeMailer(($this->privates['App\\Service\\SESService'] ?? $this->getSESServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), 6);
  929. }
  930. /**
  931. * Gets the public 'cache.app' shared service.
  932. *
  933. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  934. */
  935. protected function getCache_AppService()
  936. {
  937. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('u6WMnE65Ct', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
  938. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  939. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  940. }
  941. /**
  942. * Gets the public 'cache.system' shared service.
  943. *
  944. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  945. */
  946. protected function getCache_SystemService()
  947. {
  948. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q4D7zet3zr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  949. }
  950. /**
  951. * Gets the public 'cache.validator_expression_language' shared service.
  952. *
  953. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  954. */
  955. protected function getCache_ValidatorExpressionLanguageService()
  956. {
  957. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('szmSsiC3uV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  958. }
  959. /**
  960. * Gets the public 'doctrine' shared service.
  961. *
  962. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  963. */
  964. protected function getDoctrineService()
  965. {
  966. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  967. }
  968. /**
  969. * Gets the public 'doctrine.dbal.default_connection' shared service.
  970. *
  971. * @return \Doctrine\DBAL\Connection
  972. */
  973. protected function getDoctrine_Dbal_DefaultConnectionService()
  974. {
  975. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  976. if (isset($this->services['doctrine.dbal.default_connection'])) {
  977. return $this->services['doctrine.dbal.default_connection'];
  978. }
  979. $b = new \Doctrine\DBAL\Configuration();
  980. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  981. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  982. $c->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  983. $c->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  984. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  985. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  986. $d->setConnectionName('default');
  987. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  988. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  989. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  990. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  991. }
  992. /**
  993. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  994. *
  995. * @return \Doctrine\ORM\EntityManager
  996. */
  997. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  998. {
  999. if ($lazyLoad) {
  1000. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1001. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1002. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1003. $proxy->setProxyInitializer(null);
  1004. return true;
  1005. });
  1006. });
  1007. }
  1008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1010. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  1011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1012. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  1013. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  1014. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1015. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  1016. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1017. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1018. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1019. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1020. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1021. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1022. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1027. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1028. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1029. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1030. $a = new \Doctrine\ORM\Configuration();
  1031. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1032. $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1033. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1034. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1035. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1036. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1037. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1038. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1039. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1040. ], [
  1041. 'doctrine.ulid_generator' => '?',
  1042. 'doctrine.uuid_generator' => '?',
  1043. ])));
  1044. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1045. $a->setProxyNamespace('Proxies');
  1046. $a->setAutoGenerateProxyClasses(true);
  1047. $a->setSchemaIgnoreClasses([]);
  1048. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1049. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1050. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1051. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1052. $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1053. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1054. $a->setLazyGhostObjectEnabled(false);
  1055. $a->setIdentityGenerationPreferences([]);
  1056. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1057. $a->addCustomStringFunction('REPLACE', 'App\\DoctrineExtensions\\ReplaceFunction');
  1058. $a->addCustomStringFunction('JSON_CONTAINS', 'App\\DoctrineExtensions\\JsonContainsFunction');
  1059. $a->addCustomStringFunction('DATE_FORMAT', 'App\\DoctrineExtensions\\DateFormatFunction');
  1060. $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1061. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1062. return $instance;
  1063. }
  1064. /**
  1065. * Gets the public 'event_dispatcher' shared service.
  1066. *
  1067. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1068. */
  1069. protected function getEventDispatcherService()
  1070. {
  1071. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1072. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1073. $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1074. $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1075. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1076. $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())));
  1077. $instance->addListener('kernel.request', [0 => function () {
  1078. return ($this->privates['App\\EventSubscriber\\AuthenticationToken\\AuthenticationTokenSubscriber'] ?? $this->getAuthenticationTokenSubscriberService());
  1079. }, 1 => 'onKernelRequest'], 99);
  1080. $instance->addListener('kernel.request', [0 => function () {
  1081. return ($this->privates['App\\EventSubscriber\\Maintenance\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1082. }, 1 => 'onKernelRequest'], 98);
  1083. $instance->addListener('App\\Event\\UserEvent', [0 => function () {
  1084. return ($this->privates['App\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  1085. }, 1 => 'onUserEvent'], 97);
  1086. $instance->addListener('App\\Event\\ReferralEvent', [0 => function () {
  1087. return ($this->privates['App\\EventSubscriber\\NotificationSubscriber'] ?? $this->load('getNotificationSubscriberService'));
  1088. }, 1 => 'onReferralEvent'], 97);
  1089. $instance->addListener('kernel.request', [0 => function () {
  1090. return ($this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'] ?? $this->getTwoFactorResendSubscriberService());
  1091. }, 1 => 'onKernelRequest'], 4);
  1092. $instance->addListener('kernel.request', [0 => function () {
  1093. return ($this->privates['App\\EventSubscriber\\TwoFactorSetupSubscriber'] ?? $this->getTwoFactorSetupSubscriberService());
  1094. }, 1 => 'onKernelRequest'], 4);
  1095. $instance->addListener('kernel.response', [0 => function () {
  1096. return ($this->privates['App\\EventSubscriber\\LoggerSubscriber'] ?? $this->getLoggerSubscriberService());
  1097. }, 1 => 'onKernelResponse'], 0);
  1098. $instance->addListener('kernel.response', [0 => function () {
  1099. return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] = new \App\EventSubscriber\PaginationSubscriber()));
  1100. }, 1 => 'onKernelResponse'], 0);
  1101. $instance->addListener('kernel.controller', [0 => function () {
  1102. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1103. }, 1 => 'onKernelController'], 0);
  1104. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1105. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1106. }, 1 => 'checkPassport'], 1024);
  1107. $instance->addListener('kernel.response', [0 => function () {
  1108. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1109. }, 1 => 'onKernelResponse'], 0);
  1110. $instance->addListener('console.command', [0 => function () {
  1111. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1112. }, 1 => 'onConsoleCommand'], 0);
  1113. $instance->addListener('kernel.request', [0 => function () {
  1114. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1115. }, 1 => 'onKernelRequest'], 250);
  1116. $instance->addListener('kernel.response', [0 => function () {
  1117. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1118. }, 1 => 'onKernelResponse'], 0);
  1119. $instance->addListener('kernel.response', [0 => function () {
  1120. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1121. }, 1 => 'onResponse'], -15);
  1122. $instance->addListener('kernel.request', [0 => function () {
  1123. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1124. }, 1 => 'onKernelRequest'], 28);
  1125. $instance->addListener('kernel.request', [0 => function () {
  1126. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1127. }, 1 => 'onKernelRequest'], 2);
  1128. $instance->addListener('kernel.view', [0 => function () {
  1129. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1130. }, 1 => 'onKernelView'], 16);
  1131. $instance->addListener('kernel.view', [0 => function () {
  1132. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1133. }, 1 => 'onKernelView'], 8);
  1134. $instance->addListener('kernel.exception', [0 => function () {
  1135. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1136. }, 1 => 'onKernelException'], 0);
  1137. $instance->addListener('kernel.exception', [0 => function () {
  1138. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1139. }, 1 => 'onKernelException'], -96);
  1140. $instance->addListener('kernel.view', [0 => function () {
  1141. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1142. }, 1 => 'onKernelView'], 32);
  1143. $instance->addListener('kernel.request', [0 => function () {
  1144. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1145. }, 1 => 'onKernelRequest'], 4);
  1146. $instance->addListener('kernel.request', [0 => function () {
  1147. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1148. }, 1 => 'onKernelRequest'], 0);
  1149. $instance->addListener('kernel.response', [0 => function () {
  1150. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1151. }, 1 => 'onKernelResponse'], -1);
  1152. $instance->addListener('kernel.view', [0 => function () {
  1153. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1154. }, 1 => 'onKernelView'], 64);
  1155. $instance->addListener('kernel.request', [0 => function () {
  1156. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1157. }, 1 => 'onKernelRequest'], 16);
  1158. $instance->addListener('kernel.request', [0 => function () {
  1159. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1160. }, 1 => 'onSecurity'], 3);
  1161. $instance->addListener('kernel.request', [0 => function () {
  1162. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1163. }, 1 => 'onSecurityPostDenormalize'], 1);
  1164. $instance->addListener('kernel.view', [0 => function () {
  1165. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1166. }, 1 => 'onSecurityPostValidation'], 63);
  1167. $instance->addListener('kernel.response', [0 => function () {
  1168. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1169. }, 1 => 'onKernelResponse'], 0);
  1170. $instance->addListener('kernel.response', [0 => function () {
  1171. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1172. }, 1 => 'onKernelResponse'], -1024);
  1173. $instance->addListener('kernel.request', [0 => function () {
  1174. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1175. }, 1 => 'setDefaultLocale'], 100);
  1176. $instance->addListener('kernel.request', [0 => function () {
  1177. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1178. }, 1 => 'onKernelRequest'], 16);
  1179. $instance->addListener('kernel.finish_request', [0 => function () {
  1180. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1181. }, 1 => 'onKernelFinishRequest'], 0);
  1182. $instance->addListener('kernel.request', [0 => function () {
  1183. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1184. }, 1 => 'onKernelRequest'], 256);
  1185. $instance->addListener('kernel.response', [0 => function () {
  1186. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1187. }, 1 => 'onResponse'], -255);
  1188. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1189. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1190. }, 1 => 'onControllerArguments'], 0);
  1191. $instance->addListener('kernel.exception', [0 => function () {
  1192. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1193. }, 1 => 'logKernelException'], 0);
  1194. $instance->addListener('kernel.exception', [0 => function () {
  1195. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1196. }, 1 => 'onKernelException'], -128);
  1197. $instance->addListener('kernel.response', [0 => function () {
  1198. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1199. }, 1 => 'removeCspHeader'], -128);
  1200. $instance->addListener('kernel.request', [0 => function () {
  1201. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1202. }, 1 => 'onKernelRequest'], 15);
  1203. $instance->addListener('kernel.finish_request', [0 => function () {
  1204. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1205. }, 1 => 'onKernelFinishRequest'], -15);
  1206. $instance->addListener('console.error', [0 => function () {
  1207. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1208. }, 1 => 'onConsoleError'], -128);
  1209. $instance->addListener('console.terminate', [0 => function () {
  1210. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1211. }, 1 => 'onConsoleTerminate'], -128);
  1212. $instance->addListener('console.error', [0 => function () {
  1213. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1214. }, 1 => 'onConsoleError'], 0);
  1215. $instance->addListener('kernel.request', [0 => function () {
  1216. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1217. }, 1 => 'configure'], 2048);
  1218. $instance->addListener('console.command', [0 => function () {
  1219. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1220. }, 1 => 'configure'], 2048);
  1221. $instance->addListener('kernel.request', [0 => function () {
  1222. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1223. }, 1 => 'onKernelRequest'], 32);
  1224. $instance->addListener('kernel.finish_request', [0 => function () {
  1225. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1226. }, 1 => 'onKernelFinishRequest'], 0);
  1227. $instance->addListener('kernel.exception', [0 => function () {
  1228. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1229. }, 1 => 'onKernelException'], -64);
  1230. $instance->addListener('kernel.response', [0 => function () {
  1231. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1232. }, 1 => 'onKernelResponse'], 0);
  1233. $instance->addListener('kernel.request', [0 => function () {
  1234. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1235. }, 1 => 'onKernelRequest'], 128);
  1236. $instance->addListener('kernel.response', [0 => function () {
  1237. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1238. }, 1 => 'onKernelResponse'], -1000);
  1239. $instance->addListener('kernel.finish_request', [0 => function () {
  1240. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1241. }, 1 => 'onFinishRequest'], 0);
  1242. $instance->addListener('kernel.response', [0 => function () {
  1243. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1244. }, 1 => 'onKernelResponse'], -100);
  1245. $instance->addListener('kernel.exception', [0 => function () {
  1246. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1247. }, 1 => 'onKernelException'], 0);
  1248. $instance->addListener('kernel.terminate', [0 => function () {
  1249. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1250. }, 1 => 'onKernelTerminate'], -1024);
  1251. $instance->addListener('kernel.controller', [0 => function () {
  1252. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1253. }, 1 => 'onKernelController'], 0);
  1254. $instance->addListener('kernel.response', [0 => function () {
  1255. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1256. }, 1 => 'onKernelResponse'], 0);
  1257. $instance->addListener('kernel.response', [0 => function () {
  1258. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1259. }, 1 => 'onKernelResponse'], 0);
  1260. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1261. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1262. }, 1 => 'checkPassport'], 0);
  1263. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1264. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1265. }, 1 => 'onLoginSuccess'], 0);
  1266. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1267. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1268. }, 1 => 'onVoterVote'], 0);
  1269. $instance->addListener('kernel.request', [0 => function () {
  1270. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1271. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1272. $instance->addListener('kernel.request', [0 => function () {
  1273. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1274. }, 1 => 'onKernelRequest'], 8);
  1275. $instance->addListener('kernel.finish_request', [0 => function () {
  1276. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1277. }, 1 => 'onKernelFinishRequest'], 0);
  1278. $instance->addListener('kernel.exception', [0 => function () {
  1279. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  1280. }, 1 => 'onKernelException'], 2);
  1281. $instance->addListener('kernel.request', [0 => function () {
  1282. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  1283. }, 1 => 'onKernelRequest'], 0);
  1284. $instance->addListener('security.authentication.success', [0 => function () {
  1285. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1286. }, 1 => 'onLogin'], 9223372036854775807);
  1287. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  1288. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1289. }, 1 => 'onAccessDenied'], 0);
  1290. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  1291. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1292. }, 1 => 'onTwoFactorForm'], 0);
  1293. $instance->addListener('kernel.response', [0 => function () {
  1294. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1295. }, 1 => 'onKernelResponse'], 1);
  1296. $instance->addListener('console.error', [0 => function () {
  1297. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1298. }, 1 => 'onConsoleError'], 0);
  1299. $instance->addListener('console.terminate', [0 => function () {
  1300. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1301. }, 1 => 'onConsoleTerminate'], 0);
  1302. $instance->addListener('kernel.response', [0 => function () {
  1303. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1304. }, 1 => 'onKernelResponse'], -128);
  1305. $instance->addListener('security.authentication.success', [0 => function () {
  1306. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  1307. }, 1 => 'onLogin'], 9223372036854775806);
  1308. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1309. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1310. }, 1 => 'checkPassport'], 0);
  1311. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1312. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  1313. }, 1 => 'onSuccessfulLogin'], -63);
  1314. $instance->addListener('kernel.response', [0 => function () {
  1315. return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  1316. }, 1 => 'onKernelResponse'], 0);
  1317. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1318. return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  1319. }, 1 => 'onSuccessfulLogin'], 0);
  1320. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1321. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1322. }, 1 => 'checkPassport'], 512);
  1323. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1324. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1325. }, 1 => 'onLogout'], 0);
  1326. return $instance;
  1327. }
  1328. /**
  1329. * Gets the public 'http_kernel' shared service.
  1330. *
  1331. * @return \Symfony\Component\HttpKernel\HttpKernel
  1332. */
  1333. protected function getHttpKernelService()
  1334. {
  1335. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1336. if (isset($this->services['http_kernel'])) {
  1337. return $this->services['http_kernel'];
  1338. }
  1339. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1340. 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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1341. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1342. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1343. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1344. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1345. yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1346. yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1347. yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1348. yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1349. }, 8)), $b));
  1350. }
  1351. /**
  1352. * Gets the public 'request_stack' shared service.
  1353. *
  1354. * @return \Symfony\Component\HttpFoundation\RequestStack
  1355. */
  1356. protected function getRequestStackService()
  1357. {
  1358. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1359. }
  1360. /**
  1361. * Gets the public 'router' shared service.
  1362. *
  1363. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1364. */
  1365. protected function getRouterService()
  1366. {
  1367. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1368. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1369. $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1370. $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1371. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1372. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1373. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1374. ], [
  1375. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1376. ]))->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');
  1377. $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1378. 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)));
  1379. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1380. }, 2)));
  1381. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1382. return $instance;
  1383. }
  1384. /**
  1385. * Gets the private '.service_locator.zJyh7qS' shared service.
  1386. *
  1387. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1388. */
  1389. protected function get_ServiceLocator_ZJyh7qSService()
  1390. {
  1391. return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1392. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1393. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1394. ], [
  1395. 'security.firewall.map.context.dev' => '?',
  1396. 'security.firewall.map.context.main' => '?',
  1397. ]);
  1398. }
  1399. /**
  1400. * Gets the private 'App\EventSubscriber\AuthenticationToken\AuthenticationTokenSubscriber' shared autowired service.
  1401. *
  1402. * @return \App\EventSubscriber\AuthenticationToken\AuthenticationTokenSubscriber
  1403. */
  1404. protected function getAuthenticationTokenSubscriberService()
  1405. {
  1406. $a = ($this->services['router'] ?? $this->getRouterService());
  1407. if (isset($this->privates['App\\EventSubscriber\\AuthenticationToken\\AuthenticationTokenSubscriber'])) {
  1408. return $this->privates['App\\EventSubscriber\\AuthenticationToken\\AuthenticationTokenSubscriber'];
  1409. }
  1410. return $this->privates['App\\EventSubscriber\\AuthenticationToken\\AuthenticationTokenSubscriber'] = new \App\EventSubscriber\AuthenticationToken\AuthenticationTokenSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Service\\AuthenticationTokenService'] ?? $this->getAuthenticationTokenServiceService()), $this->getEnv('AUTHENTICATION_KEY'), $this->getEnv('AUTHENTICATION_SECRET'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1411. }
  1412. /**
  1413. * Gets the private 'App\EventSubscriber\LoggerSubscriber' shared autowired service.
  1414. *
  1415. * @return \App\EventSubscriber\LoggerSubscriber
  1416. */
  1417. protected function getLoggerSubscriberService()
  1418. {
  1419. return $this->privates['App\\EventSubscriber\\LoggerSubscriber'] = new \App\EventSubscriber\LoggerSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1420. }
  1421. /**
  1422. * Gets the private 'App\EventSubscriber\Maintenance\MaintenanceSubscriber' shared autowired service.
  1423. *
  1424. * @return \App\EventSubscriber\Maintenance\MaintenanceSubscriber
  1425. */
  1426. protected function getMaintenanceSubscriberService()
  1427. {
  1428. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1429. if (isset($this->privates['App\\EventSubscriber\\Maintenance\\MaintenanceSubscriber'])) {
  1430. return $this->privates['App\\EventSubscriber\\Maintenance\\MaintenanceSubscriber'];
  1431. }
  1432. return $this->privates['App\\EventSubscriber\\Maintenance\\MaintenanceSubscriber'] = new \App\EventSubscriber\Maintenance\MaintenanceSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, $this->getEnv('UNDER_MAINTENANCE'));
  1433. }
  1434. /**
  1435. * Gets the private 'App\EventSubscriber\TwoFactorResendSubscriber' shared autowired service.
  1436. *
  1437. * @return \App\EventSubscriber\TwoFactorResendSubscriber
  1438. */
  1439. protected function getTwoFactorResendSubscriberService()
  1440. {
  1441. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1442. if (isset($this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'])) {
  1443. return $this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'];
  1444. }
  1445. $b = ($this->services['router'] ?? $this->getRouterService());
  1446. if (isset($this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'])) {
  1447. return $this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'];
  1448. }
  1449. return $this->privates['App\\EventSubscriber\\TwoFactorResendSubscriber'] = new \App\EventSubscriber\TwoFactorResendSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->services['Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface'] ?? $this->getCodeGeneratorInterfaceService()), $b);
  1450. }
  1451. /**
  1452. * Gets the private 'App\EventSubscriber\TwoFactorSetupSubscriber' shared autowired service.
  1453. *
  1454. * @return \App\EventSubscriber\TwoFactorSetupSubscriber
  1455. */
  1456. protected function getTwoFactorSetupSubscriberService()
  1457. {
  1458. $a = ($this->services['router'] ?? $this->getRouterService());
  1459. if (isset($this->privates['App\\EventSubscriber\\TwoFactorSetupSubscriber'])) {
  1460. return $this->privates['App\\EventSubscriber\\TwoFactorSetupSubscriber'];
  1461. }
  1462. return $this->privates['App\\EventSubscriber\\TwoFactorSetupSubscriber'] = new \App\EventSubscriber\TwoFactorSetupSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  1463. }
  1464. /**
  1465. * Gets the private 'App\Service\AuthenticationTokenService' shared autowired service.
  1466. *
  1467. * @return \App\Service\AuthenticationTokenService
  1468. */
  1469. protected function getAuthenticationTokenServiceService()
  1470. {
  1471. return $this->privates['App\\Service\\AuthenticationTokenService'] = new \App\Service\AuthenticationTokenService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1472. }
  1473. /**
  1474. * Gets the private 'App\Service\SESService' shared autowired service.
  1475. *
  1476. * @return \App\Service\SESService
  1477. */
  1478. protected function getSESServiceService()
  1479. {
  1480. return $this->privates['App\\Service\\SESService'] = new \App\Service\SESService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['aws.ses'] ?? $this->getAws_SesService()), $this->getEnv('SYSTEM_EMAIL_ADDRESS'), $this->getEnv('EMAIL_SOURCE_ARN'));
  1481. }
  1482. /**
  1483. * Gets the private 'annotations.cache_adapter' shared service.
  1484. *
  1485. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1486. */
  1487. protected function getAnnotations_CacheAdapterService()
  1488. {
  1489. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1490. }
  1491. /**
  1492. * Gets the private 'annotations.cached_reader' shared service.
  1493. *
  1494. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1495. */
  1496. protected function getAnnotations_CachedReaderService()
  1497. {
  1498. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1499. }
  1500. /**
  1501. * Gets the private 'annotations.reader' shared service.
  1502. *
  1503. * @return \Doctrine\Common\Annotations\AnnotationReader
  1504. */
  1505. protected function getAnnotations_ReaderService()
  1506. {
  1507. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1508. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1509. $a->registerUniqueLoader('class_exists');
  1510. $instance->addGlobalIgnoredName('required', $a);
  1511. return $instance;
  1512. }
  1513. /**
  1514. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1515. *
  1516. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1517. */
  1518. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1519. {
  1520. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tU0UU467Mp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1521. }
  1522. /**
  1523. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1524. *
  1525. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1526. */
  1527. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1528. {
  1529. return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SDgeLYl97L', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1530. }
  1531. /**
  1532. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1533. *
  1534. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1535. */
  1536. protected function getApiPlatform_Cache_Metadata_ResourceService()
  1537. {
  1538. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BOnRAMfyAw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1539. }
  1540. /**
  1541. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1542. *
  1543. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1544. */
  1545. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1546. {
  1547. return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eYiQ3itVzL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1548. }
  1549. /**
  1550. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1551. *
  1552. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1553. */
  1554. protected function getApiPlatform_Cache_RouteNameResolverService()
  1555. {
  1556. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dH8qLNHNDV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1557. }
  1558. /**
  1559. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1560. *
  1561. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1562. */
  1563. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1564. {
  1565. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kFgCzzN0bC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1566. }
  1567. /**
  1568. * Gets the private 'api_platform.filter_locator' shared service.
  1569. *
  1570. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1571. */
  1572. protected function getApiPlatform_FilterLocatorService()
  1573. {
  1574. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1575. 'App\\Filter\\BooleanNullFilter' => ['privates', 'App\\Filter\\BooleanNullFilter', 'getBooleanNullFilterService', true],
  1576. 'App\\Filter\\NotEqualsFilter' => ['privates', 'App\\Filter\\NotEqualsFilter', 'getNotEqualsFilterService', true],
  1577. 'App\\Filter\\NullFilter' => ['privates', 'App\\Filter\\NullFilter', 'getNullFilterService', true],
  1578. 'App\\Filter\\ReferralChildNameFilter' => ['privates', 'App\\Filter\\ReferralChildNameFilter', 'getReferralChildNameFilterService', true],
  1579. 'App\\Filter\\ReferralCreatedByNameFilter' => ['privates', 'App\\Filter\\ReferralCreatedByNameFilter', 'getReferralCreatedByNameFilterService', true],
  1580. 'App\\Filter\\ReferralReferrerNameFilter' => ['privates', 'App\\Filter\\ReferralReferrerNameFilter', 'getReferralReferrerNameFilterService', true],
  1581. 'App\\Filter\\UserNameFilter' => ['privates', 'App\\Filter\\UserNameFilter', 'getUserNameFilterService', true],
  1582. 'address.search_filter' => ['privates', 'address.search_filter', 'getAddress_SearchFilterService', true],
  1583. 'child.date_filter' => ['privates', 'child.date_filter', 'getChild_DateFilterService', true],
  1584. 'child.order_filter' => ['privates', 'child.order_filter', 'getChild_OrderFilterService', true],
  1585. 'child.page' => ['privates', 'child.page', 'getChild_PageService', true],
  1586. 'child.search_filter' => ['privates', 'child.search_filter', 'getChild_SearchFilterService', true],
  1587. 'lookup.search_filter' => ['privates', 'lookup.search_filter', 'getLookup_SearchFilterService', true],
  1588. 'miscellaneous.search_filter' => ['privates', 'miscellaneous.search_filter', 'getMiscellaneous_SearchFilterService', true],
  1589. 'referral.childName_filter' => ['privates', 'referral.childName_filter', 'getReferral_ChildNameFilterService', true],
  1590. 'referral.createdByName_filter' => ['privates', 'referral.createdByName_filter', 'getReferral_CreatedByNameFilterService', true],
  1591. 'referral.date_filter' => ['privates', 'referral.date_filter', 'getReferral_DateFilterService', true],
  1592. 'referral.not_equals_filter' => ['privates', 'referral.not_equals_filter', 'getReferral_NotEqualsFilterService', true],
  1593. 'referral.null_filter' => ['privates', 'referral.null_filter', 'getReferral_NullFilterService', true],
  1594. 'referral.order_filter' => ['privates', 'referral.order_filter', 'getReferral_OrderFilterService', true],
  1595. 'referral.page' => ['privates', 'referral.page', 'getReferral_PageService', true],
  1596. 'referral.referrerName_filter' => ['privates', 'referral.referrerName_filter', 'getReferral_ReferrerNameFilterService', true],
  1597. 'referral.search_filter' => ['privates', 'referral.search_filter', 'getReferral_SearchFilterService', true],
  1598. 'user.date_filter' => ['privates', 'user.date_filter', 'getUser_DateFilterService', true],
  1599. 'user.locked_filter' => ['privates', 'user.locked_filter', 'getUser_LockedFilterService', true],
  1600. 'user.null_filter' => ['privates', 'user.null_filter', 'getUser_NullFilterService', true],
  1601. 'user.numeric_filter' => ['privates', 'user.numeric_filter', 'getUser_NumericFilterService', true],
  1602. 'user.order_filter' => ['privates', 'user.order_filter', 'getUser_OrderFilterService', true],
  1603. 'user.page' => ['privates', 'user.page', 'getUser_PageService', true],
  1604. 'user.search_filter' => ['privates', 'user.search_filter', 'getUser_SearchFilterService', true],
  1605. 'user.search_name_filter' => ['privates', 'user.search_name_filter', 'getUser_SearchNameFilterService', true],
  1606. ], [
  1607. 'App\\Filter\\BooleanNullFilter' => '?',
  1608. 'App\\Filter\\NotEqualsFilter' => '?',
  1609. 'App\\Filter\\NullFilter' => '?',
  1610. 'App\\Filter\\ReferralChildNameFilter' => '?',
  1611. 'App\\Filter\\ReferralCreatedByNameFilter' => '?',
  1612. 'App\\Filter\\ReferralReferrerNameFilter' => '?',
  1613. 'App\\Filter\\UserNameFilter' => '?',
  1614. 'address.search_filter' => '?',
  1615. 'child.date_filter' => '?',
  1616. 'child.order_filter' => '?',
  1617. 'child.page' => '?',
  1618. 'child.search_filter' => '?',
  1619. 'lookup.search_filter' => '?',
  1620. 'miscellaneous.search_filter' => '?',
  1621. 'referral.childName_filter' => '?',
  1622. 'referral.createdByName_filter' => '?',
  1623. 'referral.date_filter' => '?',
  1624. 'referral.not_equals_filter' => '?',
  1625. 'referral.null_filter' => '?',
  1626. 'referral.order_filter' => '?',
  1627. 'referral.page' => '?',
  1628. 'referral.referrerName_filter' => '?',
  1629. 'referral.search_filter' => '?',
  1630. 'user.date_filter' => '?',
  1631. 'user.locked_filter' => '?',
  1632. 'user.null_filter' => '?',
  1633. 'user.numeric_filter' => '?',
  1634. 'user.order_filter' => '?',
  1635. 'user.page' => '?',
  1636. 'user.search_filter' => '?',
  1637. 'user.search_name_filter' => '?',
  1638. ]);
  1639. }
  1640. /**
  1641. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1642. *
  1643. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1644. */
  1645. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1646. {
  1647. return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1648. }
  1649. /**
  1650. * Gets the private 'api_platform.identifier.converter' shared service.
  1651. *
  1652. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1653. */
  1654. protected function getApiPlatform_Identifier_ConverterService()
  1655. {
  1656. return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1657. yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1658. yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1659. }, 2));
  1660. }
  1661. /**
  1662. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1663. *
  1664. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1665. */
  1666. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1667. {
  1668. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1669. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  1670. return $this->privates['api_platform.identifiers_extractor.cached'];
  1671. }
  1672. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1673. $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1674. return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, $c, true), $b, $c);
  1675. }
  1676. /**
  1677. * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  1678. *
  1679. * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  1680. */
  1681. protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  1682. {
  1683. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1684. if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  1685. return $this->privates['api_platform.json_schema.schema_factory'];
  1686. }
  1687. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1688. if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  1689. return $this->privates['api_platform.json_schema.schema_factory'];
  1690. }
  1691. return $this->privates['api_platform.json_schema.schema_factory'] = new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1692. }
  1693. /**
  1694. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1695. *
  1696. * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1697. */
  1698. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1699. {
  1700. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1701. $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  1702. return $instance;
  1703. }
  1704. /**
  1705. * Gets the private 'api_platform.listener.request.add_format' shared service.
  1706. *
  1707. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1708. */
  1709. protected function getApiPlatform_Listener_Request_AddFormatService()
  1710. {
  1711. return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1712. }
  1713. /**
  1714. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1715. *
  1716. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1717. */
  1718. protected function getApiPlatform_Listener_Request_DeserializeService()
  1719. {
  1720. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1721. }
  1722. /**
  1723. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1724. *
  1725. * @return \ApiPlatform\Core\EventListener\ReadListener
  1726. */
  1727. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1728. {
  1729. return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1730. }
  1731. /**
  1732. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1733. *
  1734. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1735. */
  1736. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1737. {
  1738. return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  1739. }
  1740. /**
  1741. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1742. *
  1743. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1744. */
  1745. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1746. {
  1747. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1748. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  1749. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  1750. }
  1751. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1752. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  1753. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  1754. }
  1755. $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1756. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1757. yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1758. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1759. yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1760. yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1761. yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1762. yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1763. yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1764. yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1765. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1766. yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1767. yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1768. yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1769. yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1770. }, 13)));
  1771. }
  1772. /**
  1773. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1774. *
  1775. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1776. */
  1777. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1778. {
  1779. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1780. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  1781. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  1782. }
  1783. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  1784. }
  1785. /**
  1786. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1787. *
  1788. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1789. */
  1790. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1791. {
  1792. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1793. return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1794. }
  1795. /**
  1796. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1797. *
  1798. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1799. */
  1800. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1801. {
  1802. return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1803. }
  1804. /**
  1805. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1806. *
  1807. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1808. */
  1809. protected function getApiPlatform_OperationPathResolver_CustomService()
  1810. {
  1811. return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  1812. }
  1813. /**
  1814. * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1815. *
  1816. * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1817. */
  1818. protected function getApiPlatform_OperationPathResolver_RouterService()
  1819. {
  1820. $a = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1821. if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  1822. return $this->privates['api_platform.operation_path_resolver.router'];
  1823. }
  1824. return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $a);
  1825. }
  1826. /**
  1827. * Gets the private 'api_platform.resource_class_resolver' shared service.
  1828. *
  1829. * @return \ApiPlatform\Api\ResourceClassResolver
  1830. */
  1831. protected function getApiPlatform_ResourceClassResolverService()
  1832. {
  1833. return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1834. }
  1835. /**
  1836. * Gets the private 'api_platform.router' shared service.
  1837. *
  1838. * @return \ApiPlatform\Symfony\Routing\Router
  1839. */
  1840. protected function getApiPlatform_RouterService()
  1841. {
  1842. $a = ($this->services['router'] ?? $this->getRouterService());
  1843. if (isset($this->privates['api_platform.router'])) {
  1844. return $this->privates['api_platform.router'];
  1845. }
  1846. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  1847. }
  1848. /**
  1849. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1850. *
  1851. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1852. */
  1853. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1854. {
  1855. return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1856. }
  1857. /**
  1858. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1859. *
  1860. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1861. */
  1862. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1863. {
  1864. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1865. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  1866. return $this->privates['api_platform.security.resource_access_checker'];
  1867. }
  1868. return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($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, false);
  1869. }
  1870. /**
  1871. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1872. *
  1873. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1874. */
  1875. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1876. {
  1877. $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1878. return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1879. }
  1880. /**
  1881. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1882. *
  1883. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1884. */
  1885. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1886. {
  1887. return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1888. }
  1889. /**
  1890. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1891. *
  1892. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1893. */
  1894. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1895. {
  1896. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1897. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  1898. return $this->privates['api_platform.subresource_operation_factory.cached'];
  1899. }
  1900. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1901. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  1902. return $this->privates['api_platform.subresource_operation_factory.cached'];
  1903. }
  1904. $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1905. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  1906. return $this->privates['api_platform.subresource_operation_factory.cached'];
  1907. }
  1908. return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $c));
  1909. }
  1910. /**
  1911. * Gets the private 'aws.ses' shared service.
  1912. *
  1913. * @return \Aws\Ses\SesClient
  1914. */
  1915. protected function getAws_SesService($lazyLoad = true)
  1916. {
  1917. if ($lazyLoad) {
  1918. return $this->privates['aws.ses'] = $this->createProxy('SesClient_4e20be1', function () {
  1919. return \SesClient_4e20be1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1920. $wrappedInstance = $this->getAws_SesService(false);
  1921. $proxy->setProxyInitializer(null);
  1922. return true;
  1923. });
  1924. });
  1925. }
  1926. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  1927. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  1928. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  1929. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Ses/SesClient.php';
  1930. return ($this->privates['aws_sdk'] ?? $this->getAwsSdkService())->createClient('Ses');
  1931. }
  1932. /**
  1933. * Gets the private 'aws_sdk' shared service.
  1934. *
  1935. * @return \Aws\Sdk
  1936. */
  1937. protected function getAwsSdkService()
  1938. {
  1939. return $this->privates['aws_sdk'] = new \Aws\Sdk(['version' => 'latest', 'region' => 'us-east-1', 'credentials' => ['key' => $this->getEnv('AWS_KEY'), 'secret' => $this->getEnv('AWS_SECRET')], 'ua_append' => [0 => 'Symfony/5.4.51', 1 => 'SYMOD/2.5.0']]);
  1940. }
  1941. /**
  1942. * Gets the private 'cache.annotations' shared service.
  1943. *
  1944. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1945. */
  1946. protected function getCache_AnnotationsService()
  1947. {
  1948. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('83eGV3bN9G', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1949. }
  1950. /**
  1951. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1952. *
  1953. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1954. */
  1955. protected function getCache_Doctrine_Orm_Default_QueryService()
  1956. {
  1957. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1958. }
  1959. /**
  1960. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1961. *
  1962. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1963. */
  1964. protected function getCache_Doctrine_Orm_Default_ResultService()
  1965. {
  1966. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1967. }
  1968. /**
  1969. * Gets the private 'cache.property_info' shared service.
  1970. *
  1971. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1972. */
  1973. protected function getCache_PropertyInfoService()
  1974. {
  1975. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PNHbbjPAAr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1976. }
  1977. /**
  1978. * Gets the private 'cache.security_expression_language' shared service.
  1979. *
  1980. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1981. */
  1982. protected function getCache_SecurityExpressionLanguageService()
  1983. {
  1984. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JFXGifRBuB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1985. }
  1986. /**
  1987. * Gets the private 'cache.serializer' shared service.
  1988. *
  1989. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1990. */
  1991. protected function getCache_SerializerService()
  1992. {
  1993. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mRVm0uBweC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1994. }
  1995. /**
  1996. * Gets the private 'cache.validator' shared service.
  1997. *
  1998. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1999. */
  2000. protected function getCache_ValidatorService()
  2001. {
  2002. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OSEvgOqUtR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2003. }
  2004. /**
  2005. * Gets the private 'data_collector.request' shared service.
  2006. *
  2007. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2008. */
  2009. protected function getDataCollector_RequestService()
  2010. {
  2011. 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())));
  2012. }
  2013. /**
  2014. * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2015. *
  2016. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2017. */
  2018. protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2019. {
  2020. return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2021. yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2022. }, 1)));
  2023. }
  2024. /**
  2025. * Gets the private 'debug.api_platform.data_persister' shared service.
  2026. *
  2027. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2028. */
  2029. protected function getDebug_ApiPlatform_DataPersisterService()
  2030. {
  2031. return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2032. yield 0 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2033. }, 1)));
  2034. }
  2035. /**
  2036. * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2037. *
  2038. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2039. */
  2040. protected function getDebug_ApiPlatform_ItemDataProviderService()
  2041. {
  2042. return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2043. yield 0 => ($this->privates['App\\Provider\\AuthenticationTokenProvider'] ?? $this->load('getAuthenticationTokenProviderService'));
  2044. yield 1 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2045. }, 2)));
  2046. }
  2047. /**
  2048. * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2049. *
  2050. * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2051. */
  2052. protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2053. {
  2054. return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2055. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2056. }, 1)));
  2057. }
  2058. /**
  2059. * Gets the private 'debug.debug_handlers_listener' shared service.
  2060. *
  2061. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2062. */
  2063. protected function getDebug_DebugHandlersListenerService()
  2064. {
  2065. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2066. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2067. $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2068. $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2069. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2070. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
  2071. }
  2072. /**
  2073. * Gets the private 'debug.file_link_formatter' shared service.
  2074. *
  2075. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2076. */
  2077. protected function getDebug_FileLinkFormatterService()
  2078. {
  2079. 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 () {
  2080. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2081. });
  2082. }
  2083. /**
  2084. * Gets the private 'debug.log_processor' shared service.
  2085. *
  2086. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2087. */
  2088. protected function getDebug_LogProcessorService()
  2089. {
  2090. 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())));
  2091. }
  2092. /**
  2093. * Gets the private 'debug.security.access.decision_manager' shared service.
  2094. *
  2095. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2096. */
  2097. protected function getDebug_Security_Access_DecisionManagerService()
  2098. {
  2099. 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 () {
  2100. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2101. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  2102. yield 2 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2103. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2104. yield 4 => ($this->privates['debug.security.voter.App\\Voter\\IsOwnerVoter'] ?? $this->load('getIsOwnerVoterService'));
  2105. }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2106. }
  2107. /**
  2108. * Gets the private 'debug.security.firewall' shared service.
  2109. *
  2110. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2111. */
  2112. protected function getDebug_Security_FirewallService()
  2113. {
  2114. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2115. if (isset($this->privates['debug.security.firewall'])) {
  2116. return $this->privates['debug.security.firewall'];
  2117. }
  2118. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2119. if (isset($this->privates['debug.security.firewall'])) {
  2120. return $this->privates['debug.security.firewall'];
  2121. }
  2122. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2123. }
  2124. /**
  2125. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2126. *
  2127. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2128. */
  2129. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2130. {
  2131. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2132. 'App\\EventSubscriber\\AbstractTimestamp\\AbstractTimestampSubscriber' => ['privates', 'App\\EventSubscriber\\AbstractTimestamp\\AbstractTimestampSubscriber', 'getAbstractTimestampSubscriberService', true],
  2133. 'App\\EventSubscriber\\DeleteSubscriber' => ['privates', 'App\\EventSubscriber\\DeleteSubscriber', 'getDeleteSubscriberService', true],
  2134. 'App\\EventSubscriber\\Referral\\ReferralSubscriber' => ['privates', 'App\\EventSubscriber\\Referral\\ReferralSubscriber', 'getReferralSubscriberService', true],
  2135. 'App\\EventSubscriber\\Referral\\ReferralUpdatedSubscriber' => ['privates', 'App\\EventSubscriber\\Referral\\ReferralUpdatedSubscriber', 'getReferralUpdatedSubscriberService', true],
  2136. 'App\\EventSubscriber\\User\\UserSubscriber' => ['privates', 'App\\EventSubscriber\\User\\UserSubscriber', 'getUserSubscriberService', true],
  2137. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2138. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2139. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2140. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2141. ], [
  2142. 'App\\EventSubscriber\\AbstractTimestamp\\AbstractTimestampSubscriber' => '?',
  2143. 'App\\EventSubscriber\\DeleteSubscriber' => '?',
  2144. 'App\\EventSubscriber\\Referral\\ReferralSubscriber' => '?',
  2145. 'App\\EventSubscriber\\Referral\\ReferralUpdatedSubscriber' => '?',
  2146. 'App\\EventSubscriber\\User\\UserSubscriber' => '?',
  2147. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2148. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2149. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2150. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2151. ]), [0 => 'App\\EventSubscriber\\AbstractTimestamp\\AbstractTimestampSubscriber', 1 => 'App\\EventSubscriber\\Referral\\ReferralSubscriber', 2 => 'App\\EventSubscriber\\Referral\\ReferralUpdatedSubscriber', 3 => 'App\\EventSubscriber\\User\\UserSubscriber', 4 => 'App\\EventSubscriber\\DeleteSubscriber', 5 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 6 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 7 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 8 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2152. }
  2153. /**
  2154. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2155. *
  2156. * @return \Doctrine\Migrations\DependencyFactory
  2157. */
  2158. protected function getDoctrine_Migrations_DependencyFactoryService()
  2159. {
  2160. $a = new \Doctrine\Migrations\Configuration\Configuration();
  2161. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  2162. $a->setAllOrNothing(false);
  2163. $a->setCheckDatabasePlatform(true);
  2164. $a->setTransactional(true);
  2165. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2166. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2167. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2168. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2169. });
  2170. return $instance;
  2171. }
  2172. /**
  2173. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2174. *
  2175. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2176. */
  2177. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2178. {
  2179. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], false);
  2180. }
  2181. /**
  2182. * Gets the private 'exception_listener' shared service.
  2183. *
  2184. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2185. */
  2186. protected function getExceptionListenerService()
  2187. {
  2188. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2189. }
  2190. /**
  2191. * Gets the private 'locale_aware_listener' shared service.
  2192. *
  2193. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2194. */
  2195. protected function getLocaleAwareListenerService()
  2196. {
  2197. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2198. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2199. }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2200. }
  2201. /**
  2202. * Gets the private 'locale_listener' shared service.
  2203. *
  2204. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2205. */
  2206. protected function getLocaleListenerService()
  2207. {
  2208. $a = ($this->services['router'] ?? $this->getRouterService());
  2209. if (isset($this->privates['locale_listener'])) {
  2210. return $this->privates['locale_listener'];
  2211. }
  2212. 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', $a, false, []);
  2213. }
  2214. /**
  2215. * Gets the private 'monolog.handler.file_log' shared service.
  2216. *
  2217. * @return \Monolog\Handler\StreamHandler
  2218. */
  2219. protected function getMonolog_Handler_FileLogService()
  2220. {
  2221. $this->privates['monolog.handler.file_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2222. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2223. return $instance;
  2224. }
  2225. /**
  2226. * Gets the private 'monolog.handler.syslog_handler' shared service.
  2227. *
  2228. * @return \Monolog\Handler\SyslogHandler
  2229. */
  2230. protected function getMonolog_Handler_SyslogHandlerService()
  2231. {
  2232. $this->privates['monolog.handler.syslog_handler'] = $instance = new \Monolog\Handler\SyslogHandler(false, 'user', 'error', true, 1);
  2233. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2234. return $instance;
  2235. }
  2236. /**
  2237. * Gets the private 'monolog.logger' shared service.
  2238. *
  2239. * @return \Symfony\Bridge\Monolog\Logger
  2240. */
  2241. protected function getMonolog_LoggerService()
  2242. {
  2243. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2244. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2245. $instance->useMicrosecondTimestamps(true);
  2246. $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2247. $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2248. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2249. return $instance;
  2250. }
  2251. /**
  2252. * Gets the private 'monolog.logger.cache' shared service.
  2253. *
  2254. * @return \Symfony\Bridge\Monolog\Logger
  2255. */
  2256. protected function getMonolog_Logger_CacheService()
  2257. {
  2258. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2259. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2260. $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2261. $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2262. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2263. return $instance;
  2264. }
  2265. /**
  2266. * Gets the private 'monolog.logger.request' shared service.
  2267. *
  2268. * @return \Symfony\Bridge\Monolog\Logger
  2269. */
  2270. protected function getMonolog_Logger_RequestService()
  2271. {
  2272. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2273. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2274. $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2275. $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2276. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2277. return $instance;
  2278. }
  2279. /**
  2280. * Gets the private 'monolog.logger.security' shared service.
  2281. *
  2282. * @return \Symfony\Bridge\Monolog\Logger
  2283. */
  2284. protected function getMonolog_Logger_SecurityService()
  2285. {
  2286. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2287. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2288. $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  2289. $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  2290. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2291. return $instance;
  2292. }
  2293. /**
  2294. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2295. *
  2296. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2297. */
  2298. protected function getNelmioCors_CorsListenerService()
  2299. {
  2300. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2301. }
  2302. /**
  2303. * Gets the private 'parameter_bag' shared service.
  2304. *
  2305. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2306. */
  2307. protected function getParameterBagService()
  2308. {
  2309. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2310. }
  2311. /**
  2312. * Gets the private 'profiler_listener' shared service.
  2313. *
  2314. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2315. */
  2316. protected function getProfilerListenerService()
  2317. {
  2318. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2319. if (isset($this->privates['profiler_listener'])) {
  2320. return $this->privates['profiler_listener'];
  2321. }
  2322. 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);
  2323. }
  2324. /**
  2325. * Gets the private 'property_accessor' shared service.
  2326. *
  2327. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2328. */
  2329. protected function getPropertyAccessorService()
  2330. {
  2331. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2332. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2333. }
  2334. /**
  2335. * Gets the private 'property_info' shared service.
  2336. *
  2337. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2338. */
  2339. protected function getPropertyInfoService()
  2340. {
  2341. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2342. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2343. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2344. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2345. }, 3), new RewindableGenerator(function () {
  2346. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2347. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2348. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2349. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2350. }, 4), new RewindableGenerator(function () {
  2351. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2352. }, 1), new RewindableGenerator(function () {
  2353. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2354. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2355. }, 2), new RewindableGenerator(function () {
  2356. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2357. }, 1));
  2358. }
  2359. /**
  2360. * Gets the private 'router.expression_language_provider' shared service.
  2361. *
  2362. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2363. */
  2364. protected function getRouter_ExpressionLanguageProviderService()
  2365. {
  2366. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2367. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2368. ], [
  2369. 'env' => 'Closure',
  2370. ]));
  2371. }
  2372. /**
  2373. * Gets the private 'router.request_context' shared service.
  2374. *
  2375. * @return \Symfony\Component\Routing\RequestContext
  2376. */
  2377. protected function getRouter_RequestContextService()
  2378. {
  2379. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', $this->getEnv('DOMAIN'), 'http', 80, 443);
  2380. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2381. return $instance;
  2382. }
  2383. /**
  2384. * Gets the private 'router_listener' shared service.
  2385. *
  2386. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2387. */
  2388. protected function getRouterListenerService()
  2389. {
  2390. $a = ($this->services['router'] ?? $this->getRouterService());
  2391. if (isset($this->privates['router_listener'])) {
  2392. return $this->privates['router_listener'];
  2393. }
  2394. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  2395. }
  2396. /**
  2397. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  2398. *
  2399. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  2400. */
  2401. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  2402. {
  2403. return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2404. }
  2405. /**
  2406. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  2407. *
  2408. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  2409. */
  2410. protected function getSchebTwoFactor_ProviderRegistryService()
  2411. {
  2412. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  2413. yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  2414. }, 1));
  2415. }
  2416. /**
  2417. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  2418. *
  2419. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  2420. */
  2421. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  2422. {
  2423. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  2424. }
  2425. /**
  2426. * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  2427. *
  2428. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  2429. */
  2430. protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad = true)
  2431. {
  2432. if ($lazyLoad) {
  2433. return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  2434. return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2435. $wrappedInstance = $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  2436. $proxy->setProxyInitializer(null);
  2437. return true;
  2438. });
  2439. });
  2440. }
  2441. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  2442. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 7776000, 'trusted_device', NULL, 'lax', '/', NULL);
  2443. }
  2444. /**
  2445. * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  2446. *
  2447. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  2448. */
  2449. protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad = true)
  2450. {
  2451. if ($lazyLoad) {
  2452. return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  2453. return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2454. $wrappedInstance = $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  2455. $proxy->setProxyInitializer(null);
  2456. return true;
  2457. });
  2458. });
  2459. }
  2460. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  2461. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  2462. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-trusted-device/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  2463. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 7776000), 'trusted_device');
  2464. }
  2465. /**
  2466. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  2467. *
  2468. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  2469. */
  2470. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  2471. {
  2472. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2473. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  2474. return $this->privates['security.authentication.form_listener.two_factor.main'];
  2475. }
  2476. return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2477. }
  2478. /**
  2479. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  2480. *
  2481. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2482. */
  2483. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  2484. {
  2485. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  2486. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  2487. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  2488. }
  2489. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', true, true);
  2490. }
  2491. /**
  2492. * Gets the private 'security.context_listener.0' shared service.
  2493. *
  2494. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2495. */
  2496. protected function getSecurity_ContextListener_0Service()
  2497. {
  2498. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2499. if (isset($this->privates['security.context_listener.0'])) {
  2500. return $this->privates['security.context_listener.0'];
  2501. }
  2502. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2503. yield 0 => ($this->privates['App\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2504. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  2505. }
  2506. /**
  2507. * Gets the private 'security.event_dispatcher.main' shared service.
  2508. *
  2509. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2510. */
  2511. protected function getSecurity_EventDispatcher_MainService()
  2512. {
  2513. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2514. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2515. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2516. }, 1 => 'checkPassport'], 2048);
  2517. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2518. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2519. }, 1 => 'onSuccessfulLogin'], 0);
  2520. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2521. return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2522. }, 1 => 'onLogout'], 64);
  2523. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2524. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2525. }, 1 => 'onLogout'], 0);
  2526. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  2527. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService'));
  2528. }, 1 => 'onAuthenticationTokenCreated'], 0);
  2529. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2530. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2531. }, 1 => 'preCheckCredentials'], 256);
  2532. $instance->addListener('security.authentication.success', [0 => function () {
  2533. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2534. }, 1 => 'postCheckCredentials'], 256);
  2535. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2536. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2537. }, 1 => 'checkPassport'], 1024);
  2538. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2539. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2540. }, 1 => 'checkPassport'], 0);
  2541. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2542. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2543. }, 1 => 'onLoginSuccess'], 0);
  2544. $instance->addListener('security.authentication.success', [0 => function () {
  2545. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  2546. }, 1 => 'onLogin'], 9223372036854775807);
  2547. $instance->addListener('security.authentication.success', [0 => function () {
  2548. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  2549. }, 1 => 'onLogin'], 9223372036854775806);
  2550. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2551. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  2552. }, 1 => 'checkPassport'], 0);
  2553. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2554. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  2555. }, 1 => 'onSuccessfulLogin'], -63);
  2556. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2557. return ($this->privates['scheb_two_factor.security.listener.trusted_device'] ?? $this->load('getSchebTwoFactor_Security_Listener_TrustedDeviceService'));
  2558. }, 1 => 'onSuccessfulLogin'], 0);
  2559. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2560. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2561. }, 1 => 'checkPassport'], 512);
  2562. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2563. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2564. }, 1 => 'onLogout'], 0);
  2565. return $instance;
  2566. }
  2567. /**
  2568. * Gets the private 'security.expression_language' shared service.
  2569. *
  2570. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2571. */
  2572. protected function getSecurity_ExpressionLanguageService()
  2573. {
  2574. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2575. $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  2576. return $instance;
  2577. }
  2578. /**
  2579. * Gets the private 'security.firewall.map' shared service.
  2580. *
  2581. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2582. */
  2583. protected function getSecurity_Firewall_MapService()
  2584. {
  2585. $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2586. if (isset($this->privates['security.firewall.map'])) {
  2587. return $this->privates['security.firewall.map'];
  2588. }
  2589. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2590. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Whq7_mc'] ?? ($this->privates['.security.request_matcher.Whq7_mc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_(profiler|wdt)')));
  2591. yield 'security.firewall.map.context.main' => NULL;
  2592. }, 2));
  2593. }
  2594. /**
  2595. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  2596. *
  2597. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  2598. */
  2599. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  2600. {
  2601. return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login', 'check_path' => '2fa_login_check', 'default_target_path' => '/app/dashboard', 'always_use_default_target_path' => true, 'prepare_on_login' => true, 'prepare_on_access_denied' => true, 'post_only' => true, 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  2602. }
  2603. /**
  2604. * Gets the private 'security.helper' shared service.
  2605. *
  2606. * @return \Symfony\Component\Security\Core\Security
  2607. */
  2608. protected function getSecurity_HelperService()
  2609. {
  2610. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2611. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  2612. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  2613. ], [
  2614. 'security.authorization_checker' => '?',
  2615. 'security.token_storage' => '?',
  2616. ]));
  2617. }
  2618. /**
  2619. * Gets the private 'security.http_utils' shared service.
  2620. *
  2621. * @return \Symfony\Component\Security\Http\HttpUtils
  2622. */
  2623. protected function getSecurity_HttpUtilsService()
  2624. {
  2625. $a = ($this->services['router'] ?? $this->getRouterService());
  2626. if (isset($this->privates['security.http_utils'])) {
  2627. return $this->privates['security.http_utils'];
  2628. }
  2629. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
  2630. }
  2631. /**
  2632. * Gets the private 'security.logout_url_generator' shared service.
  2633. *
  2634. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2635. */
  2636. protected function getSecurity_LogoutUrlGeneratorService()
  2637. {
  2638. $a = ($this->services['router'] ?? $this->getRouterService());
  2639. if (isset($this->privates['security.logout_url_generator'])) {
  2640. return $this->privates['security.logout_url_generator'];
  2641. }
  2642. $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2643. $instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
  2644. return $instance;
  2645. }
  2646. /**
  2647. * Gets the private 'security.password_hasher_factory' shared service.
  2648. *
  2649. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  2650. */
  2651. protected function getSecurity_PasswordHasherFactoryService()
  2652. {
  2653. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  2654. }
  2655. /**
  2656. * Gets the private 'security.user_password_hasher' shared service.
  2657. *
  2658. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  2659. */
  2660. protected function getSecurity_UserPasswordHasherService()
  2661. {
  2662. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  2663. }
  2664. /**
  2665. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2666. *
  2667. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2668. */
  2669. protected function getSerializer_NameConverter_MetadataAwareService()
  2670. {
  2671. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2672. }
  2673. /**
  2674. * Gets the private 'session_listener' shared service.
  2675. *
  2676. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2677. */
  2678. protected function getSessionListenerService()
  2679. {
  2680. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2681. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2682. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2683. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2684. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2685. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2686. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2687. ], [
  2688. 'initialized_session' => '?',
  2689. 'logger' => '?',
  2690. 'request_stack' => '?',
  2691. 'session' => '?',
  2692. 'session_collector' => '?',
  2693. 'session_factory' => '?',
  2694. ]), true, $this->parameters['session.storage.options']);
  2695. }
  2696. /**
  2697. * Gets the private 'validator.builder' shared service.
  2698. *
  2699. * @return \Symfony\Component\Validator\ValidatorBuilder
  2700. */
  2701. protected function getValidator_BuilderService()
  2702. {
  2703. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2704. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2705. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2706. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2707. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2708. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2709. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2710. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2711. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2712. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2713. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2714. ], [
  2715. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2716. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2717. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2718. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2719. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2720. 'doctrine.orm.validator.unique' => '?',
  2721. 'security.validator.user_password' => '?',
  2722. 'validator.expression' => '?',
  2723. ])));
  2724. $instance->setTranslationDomain('validators');
  2725. $instance->enableAnnotationMapping(true);
  2726. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2727. $instance->addMethodMapping('loadValidatorMetadata');
  2728. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2729. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2730. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2731. return $instance;
  2732. }
  2733. /**
  2734. * Gets the private 'web_profiler.csp.handler' shared service.
  2735. *
  2736. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2737. */
  2738. protected function getWebProfiler_Csp_HandlerService()
  2739. {
  2740. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2741. }
  2742. /**
  2743. * Gets the private 'web_profiler.debug_toolbar' shared service.
  2744. *
  2745. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2746. */
  2747. protected function getWebProfiler_DebugToolbarService()
  2748. {
  2749. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2750. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2751. return $this->privates['web_profiler.debug_toolbar'];
  2752. }
  2753. $b = ($this->services['router'] ?? $this->getRouterService());
  2754. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2755. return $this->privates['web_profiler.debug_toolbar'];
  2756. }
  2757. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2758. }
  2759. /**
  2760. * Gets the public 'cache_clearer' alias.
  2761. *
  2762. * @return object The ".container.private.cache_clearer" service.
  2763. */
  2764. protected function getCacheClearerService()
  2765. {
  2766. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2767. return $this->get('.container.private.cache_clearer');
  2768. }
  2769. /**
  2770. * Gets the public 'filesystem' alias.
  2771. *
  2772. * @return object The ".container.private.filesystem" service.
  2773. */
  2774. protected function getFilesystemService()
  2775. {
  2776. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2777. return $this->get('.container.private.filesystem');
  2778. }
  2779. /**
  2780. * Gets the public 'serializer' alias.
  2781. *
  2782. * @return object The ".container.private.serializer" service.
  2783. */
  2784. protected function getSerializerService()
  2785. {
  2786. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2787. return $this->get('.container.private.serializer');
  2788. }
  2789. /**
  2790. * Gets the public 'security.csrf.token_manager' alias.
  2791. *
  2792. * @return object The ".container.private.security.csrf.token_manager" service.
  2793. */
  2794. protected function getSecurity_Csrf_TokenManagerService()
  2795. {
  2796. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2797. return $this->get('.container.private.security.csrf.token_manager');
  2798. }
  2799. /**
  2800. * Gets the public 'profiler' alias.
  2801. *
  2802. * @return object The ".container.private.profiler" service.
  2803. */
  2804. protected function getProfilerService()
  2805. {
  2806. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2807. return $this->get('.container.private.profiler');
  2808. }
  2809. /**
  2810. * Gets the public 'twig' alias.
  2811. *
  2812. * @return object The ".container.private.twig" service.
  2813. */
  2814. protected function getTwigService()
  2815. {
  2816. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2817. return $this->get('.container.private.twig');
  2818. }
  2819. /**
  2820. * Gets the public 'security.authorization_checker' alias.
  2821. *
  2822. * @return object The ".container.private.security.authorization_checker" service.
  2823. */
  2824. protected function getSecurity_AuthorizationCheckerService()
  2825. {
  2826. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2827. return $this->get('.container.private.security.authorization_checker');
  2828. }
  2829. /**
  2830. * Gets the public 'security.token_storage' alias.
  2831. *
  2832. * @return object The ".container.private.security.token_storage" service.
  2833. */
  2834. protected function getSecurity_TokenStorageService()
  2835. {
  2836. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2837. return $this->get('.container.private.security.token_storage');
  2838. }
  2839. /**
  2840. * Gets the public 'security.password_encoder' alias.
  2841. *
  2842. * @return object The ".container.private.security.password_encoder" service.
  2843. */
  2844. protected function getSecurity_PasswordEncoderService()
  2845. {
  2846. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2847. return $this->get('.container.private.security.password_encoder');
  2848. }
  2849. /**
  2850. * Gets the public 'session' alias.
  2851. *
  2852. * @return object The ".container.private.session" service.
  2853. */
  2854. protected function getSessionService()
  2855. {
  2856. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2857. return $this->get('.container.private.session');
  2858. }
  2859. /**
  2860. * Gets the public 'validator' alias.
  2861. *
  2862. * @return object The ".container.private.validator" service.
  2863. */
  2864. protected function getValidatorService()
  2865. {
  2866. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2867. return $this->get('.container.private.validator');
  2868. }
  2869. /**
  2870. * @return array|bool|float|int|string|\UnitEnum|null
  2871. */
  2872. public function getParameter(string $name)
  2873. {
  2874. if (isset($this->buildParameters[$name])) {
  2875. return $this->buildParameters[$name];
  2876. }
  2877. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  2878. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  2879. }
  2880. if (isset($this->loadedDynamicParameters[$name])) {
  2881. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2882. }
  2883. return $this->parameters[$name];
  2884. }
  2885. public function hasParameter(string $name): bool
  2886. {
  2887. if (isset($this->buildParameters[$name])) {
  2888. return true;
  2889. }
  2890. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  2891. }
  2892. public function setParameter(string $name, $value): void
  2893. {
  2894. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2895. }
  2896. public function getParameterBag(): ParameterBagInterface
  2897. {
  2898. if (null === $this->parameterBag) {
  2899. $parameters = $this->parameters;
  2900. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2901. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2902. }
  2903. foreach ($this->buildParameters as $name => $value) {
  2904. $parameters[$name] = $value;
  2905. }
  2906. $this->parameterBag = new FrozenParameterBag($parameters);
  2907. }
  2908. return $this->parameterBag;
  2909. }
  2910. private $loadedDynamicParameters = [
  2911. 'kernel.runtime_environment' => false,
  2912. 'kernel.build_dir' => false,
  2913. 'kernel.cache_dir' => false,
  2914. 'router.request_context.host' => false,
  2915. 'kernel.secret' => false,
  2916. 'debug.container.dump' => false,
  2917. 'serializer.mapping.cache.file' => false,
  2918. 'validator.mapping.cache.file' => false,
  2919. 'profiler.storage.dsn' => false,
  2920. 'doctrine.orm.proxy_dir' => false,
  2921. 'nelmio_cors.defaults' => false,
  2922. 'lexik_jwt_authentication.pass_phrase' => false,
  2923. ];
  2924. private $dynamicParameters = [];
  2925. private function getDynamicParameter(string $name)
  2926. {
  2927. switch ($name) {
  2928. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2929. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  2930. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  2931. case 'router.request_context.host': $value = $this->getEnv('DOMAIN'); break;
  2932. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  2933. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2934. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  2935. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  2936. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2937. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2938. case 'nelmio_cors.defaults': $value = [
  2939. 'allow_origin' => [
  2940. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2941. ],
  2942. 'allow_credentials' => false,
  2943. 'allow_headers' => [
  2944. 0 => 'content-type',
  2945. 1 => 'authorization',
  2946. ],
  2947. 'allow_private_network' => false,
  2948. 'expose_headers' => [
  2949. 0 => 'Link',
  2950. ],
  2951. 'allow_methods' => [
  2952. 0 => 'GET',
  2953. 1 => 'OPTIONS',
  2954. 2 => 'POST',
  2955. 3 => 'PUT',
  2956. 4 => 'PATCH',
  2957. 5 => 'DELETE',
  2958. ],
  2959. 'max_age' => 3600,
  2960. 'hosts' => [
  2961. ],
  2962. 'origin_regex' => true,
  2963. 'skip_same_as_origin' => true,
  2964. 'forced_allow_origin_value' => NULL,
  2965. ]; break;
  2966. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  2967. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  2968. }
  2969. $this->loadedDynamicParameters[$name] = true;
  2970. return $this->dynamicParameters[$name] = $value;
  2971. }
  2972. protected function getDefaultParameters(): array
  2973. {
  2974. return [
  2975. 'kernel.project_dir' => \dirname(__DIR__, 4),
  2976. 'kernel.environment' => 'dev',
  2977. 'kernel.debug' => true,
  2978. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  2979. 'kernel.bundles' => [
  2980. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2981. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2982. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2983. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2984. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2985. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2986. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  2987. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2988. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2989. 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  2990. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2991. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2992. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2993. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2994. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2995. ],
  2996. 'kernel.bundles_metadata' => [
  2997. 'FrameworkBundle' => [
  2998. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  2999. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3000. ],
  3001. 'TwigBundle' => [
  3002. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3003. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3004. ],
  3005. 'SecurityBundle' => [
  3006. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3007. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3008. ],
  3009. 'DoctrineBundle' => [
  3010. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3011. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3012. ],
  3013. 'DoctrineMigrationsBundle' => [
  3014. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3015. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3016. ],
  3017. 'NelmioCorsBundle' => [
  3018. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3019. 'namespace' => 'Nelmio\\CorsBundle',
  3020. ],
  3021. 'ApiPlatformBundle' => [
  3022. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3023. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3024. ],
  3025. 'DoctrineFixturesBundle' => [
  3026. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3027. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3028. ],
  3029. 'LexikJWTAuthenticationBundle' => [
  3030. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3031. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3032. ],
  3033. 'AwsBundle' => [
  3034. 'path' => (\dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3035. 'namespace' => 'Aws\\Symfony',
  3036. ],
  3037. 'MonologBundle' => [
  3038. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3039. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3040. ],
  3041. 'StofDoctrineExtensionsBundle' => [
  3042. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3043. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3044. ],
  3045. 'MakerBundle' => [
  3046. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3047. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3048. ],
  3049. 'WebProfilerBundle' => [
  3050. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3051. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3052. ],
  3053. 'SchebTwoFactorBundle' => [
  3054. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  3055. 'namespace' => 'Scheb\\TwoFactorBundle',
  3056. ],
  3057. ],
  3058. 'kernel.charset' => 'UTF-8',
  3059. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3060. 'env(DOMAIN)' => 'local',
  3061. 'env(UNDER_MAINTENANCE)' => 'false',
  3062. 'env(RESET_TTL)' => '604800',
  3063. 'env(HOST_URL)' => '',
  3064. 'env(S3_BUCKET)' => '',
  3065. 'env(EMAIL_SOURCE_ARN)' => '',
  3066. 'event_dispatcher.event_aliases' => [
  3067. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3068. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3069. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3070. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3071. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3072. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3073. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3074. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3075. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3076. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3077. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3078. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3079. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3080. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3081. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3082. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3083. ],
  3084. 'fragment.renderer.hinclude.global_template' => NULL,
  3085. 'fragment.path' => '/_fragment',
  3086. 'kernel.http_method_override' => false,
  3087. 'kernel.trusted_hosts' => [
  3088. ],
  3089. 'kernel.default_locale' => 'en',
  3090. 'kernel.enabled_locales' => [
  3091. ],
  3092. 'kernel.error_controller' => 'error_controller',
  3093. 'debug.file_link_format' => NULL,
  3094. 'asset.request_context.base_path' => NULL,
  3095. 'asset.request_context.secure' => NULL,
  3096. 'debug.error_handler.throw_at' => -1,
  3097. 'router.request_context.scheme' => 'http',
  3098. 'router.request_context.base_url' => '',
  3099. 'router.resource' => 'kernel::loadRoutes',
  3100. 'request_listener.http_port' => 80,
  3101. 'request_listener.https_port' => 443,
  3102. 'session.metadata.storage_key' => '_sf2_meta',
  3103. 'session.storage.options' => [
  3104. 'cache_limiter' => '0',
  3105. 'cookie_secure' => 'auto',
  3106. 'cookie_httponly' => true,
  3107. 'cookie_samesite' => 'lax',
  3108. 'gc_probability' => 1,
  3109. ],
  3110. 'session.save_path' => NULL,
  3111. 'session.metadata.update_threshold' => 0,
  3112. 'validator.translation_domain' => 'validators',
  3113. 'profiler_listener.only_exceptions' => false,
  3114. 'profiler_listener.only_main_requests' => false,
  3115. 'twig.form.resources' => [
  3116. 0 => 'form_div_layout.html.twig',
  3117. ],
  3118. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3119. 'security.role_hierarchy.roles' => [
  3120. ],
  3121. 'security.access.denied_url' => NULL,
  3122. 'security.authentication.manager.erase_credentials' => true,
  3123. 'security.authentication.session_strategy.strategy' => 'migrate',
  3124. 'security.access.always_authenticate_before_granting' => false,
  3125. 'security.authentication.hide_user_not_found' => true,
  3126. 'security.firewalls' => [
  3127. 0 => 'dev',
  3128. 1 => 'main',
  3129. ],
  3130. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3131. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3132. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3133. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3134. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3135. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3136. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3137. 'doctrine.entity_managers' => [
  3138. 'default' => 'doctrine.orm.default_entity_manager',
  3139. ],
  3140. 'doctrine.default_entity_manager' => 'default',
  3141. 'doctrine.dbal.connection_factory.types' => [
  3142. ],
  3143. 'doctrine.connections' => [
  3144. 'default' => 'doctrine.dbal.default_connection',
  3145. ],
  3146. 'doctrine.default_connection' => 'default',
  3147. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3148. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3149. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3150. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3151. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3152. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3153. 'doctrine.orm.cache.memcache_host' => 'localhost',
  3154. 'doctrine.orm.cache.memcache_port' => 11211,
  3155. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3156. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3157. 'doctrine.orm.cache.memcached_host' => 'localhost',
  3158. 'doctrine.orm.cache.memcached_port' => 11211,
  3159. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3160. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3161. 'doctrine.orm.cache.redis_host' => 'localhost',
  3162. 'doctrine.orm.cache.redis_port' => 6379,
  3163. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3164. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3165. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3166. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3167. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3168. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3169. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3170. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3171. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3172. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3173. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3174. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3175. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3176. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3177. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3178. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3179. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3180. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3181. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3182. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3183. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3184. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3185. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3186. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3187. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3188. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3189. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3190. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3191. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3192. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3193. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3194. 'doctrine.orm.auto_generate_proxy_classes' => true,
  3195. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  3196. 'doctrine.orm.proxy_namespace' => 'Proxies',
  3197. 'doctrine.migrations.preferred_em' => NULL,
  3198. 'doctrine.migrations.preferred_connection' => NULL,
  3199. 'nelmio_cors.map' => [
  3200. '^/' => [
  3201. ],
  3202. ],
  3203. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3204. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3205. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3206. 'api_platform.metadata_backward_compatibility_layer' => true,
  3207. 'api_platform.enable_entrypoint' => true,
  3208. 'api_platform.enable_docs' => true,
  3209. 'api_platform.title' => '',
  3210. 'api_platform.description' => '',
  3211. 'api_platform.version' => '0.0.0',
  3212. 'api_platform.show_webby' => true,
  3213. 'api_platform.url_generation_strategy' => 1,
  3214. 'api_platform.exception_to_status' => [
  3215. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3216. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3217. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3218. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3219. ],
  3220. 'api_platform.formats' => [
  3221. 'json' => [
  3222. 0 => 'application/json',
  3223. ],
  3224. 'xml' => [
  3225. 0 => 'application/xml',
  3226. 1 => 'text/xml',
  3227. ],
  3228. 'html' => [
  3229. 0 => 'text/html',
  3230. ],
  3231. ],
  3232. 'api_platform.patch_formats' => [
  3233. 'json' => [
  3234. 0 => 'application/merge-patch+json',
  3235. ],
  3236. ],
  3237. 'api_platform.error_formats' => [
  3238. 'jsonproblem' => [
  3239. 0 => 'application/problem+json',
  3240. ],
  3241. 'jsonld' => [
  3242. 0 => 'application/ld+json',
  3243. ],
  3244. ],
  3245. 'api_platform.allow_plain_identifiers' => false,
  3246. 'api_platform.eager_loading.enabled' => true,
  3247. 'api_platform.eager_loading.max_joins' => 30,
  3248. 'api_platform.eager_loading.fetch_partial' => false,
  3249. 'api_platform.eager_loading.force_eager' => false,
  3250. 'api_platform.collection.exists_parameter_name' => 'exists',
  3251. 'api_platform.collection.order' => 'ASC',
  3252. 'api_platform.collection.order_parameter_name' => 'order',
  3253. 'api_platform.collection.order_nulls_comparison' => NULL,
  3254. 'api_platform.collection.pagination.enabled' => false,
  3255. 'api_platform.collection.pagination.partial' => false,
  3256. 'api_platform.collection.pagination.client_enabled' => true,
  3257. 'api_platform.collection.pagination.client_items_per_page' => true,
  3258. 'api_platform.collection.pagination.client_partial' => false,
  3259. 'api_platform.collection.pagination.items_per_page' => 10,
  3260. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3261. 'api_platform.collection.pagination.page_parameter_name' => '_page',
  3262. 'api_platform.collection.pagination.enabled_parameter_name' => 'paged',
  3263. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'count',
  3264. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3265. 'api_platform.collection.pagination' => [
  3266. 'enabled' => false,
  3267. 'client_enabled' => true,
  3268. 'enabled_parameter_name' => 'paged',
  3269. 'page_parameter_name' => '_page',
  3270. 'client_items_per_page' => true,
  3271. 'items_per_page_parameter_name' => 'count',
  3272. 'items_per_page' => 10,
  3273. 'partial' => false,
  3274. 'client_partial' => false,
  3275. 'maximum_items_per_page' => NULL,
  3276. 'partial_parameter_name' => 'partial',
  3277. ],
  3278. 'api_platform.http_cache.etag' => true,
  3279. 'api_platform.http_cache.max_age' => NULL,
  3280. 'api_platform.http_cache.shared_max_age' => NULL,
  3281. 'api_platform.http_cache.vary' => [
  3282. 0 => 'Accept',
  3283. ],
  3284. 'api_platform.http_cache.public' => NULL,
  3285. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3286. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3287. 'api_platform.asset_package' => NULL,
  3288. 'api_platform.defaults' => [
  3289. 'attributes' => [
  3290. ],
  3291. ],
  3292. 'api_platform.resource_class_directories' => [
  3293. 0 => (\dirname(__DIR__, 4).'/src/Entity'),
  3294. ],
  3295. 'api_platform.oauth.enabled' => false,
  3296. 'api_platform.oauth.clientId' => '',
  3297. 'api_platform.oauth.clientSecret' => '',
  3298. 'api_platform.oauth.type' => 'oauth2',
  3299. 'api_platform.oauth.flow' => 'application',
  3300. 'api_platform.oauth.tokenUrl' => '',
  3301. 'api_platform.oauth.authorizationUrl' => '',
  3302. 'api_platform.oauth.refreshUrl' => '',
  3303. 'api_platform.oauth.scopes' => [
  3304. ],
  3305. 'api_platform.oauth.pkce' => false,
  3306. 'api_platform.openapi.termsOfService' => NULL,
  3307. 'api_platform.openapi.contact.name' => NULL,
  3308. 'api_platform.openapi.contact.url' => NULL,
  3309. 'api_platform.openapi.contact.email' => NULL,
  3310. 'api_platform.openapi.license.name' => NULL,
  3311. 'api_platform.openapi.license.url' => NULL,
  3312. 'api_platform.swagger.versions' => [
  3313. 0 => 3,
  3314. ],
  3315. 'api_platform.enable_swagger_ui' => true,
  3316. 'api_platform.enable_re_doc' => true,
  3317. 'api_platform.swagger.api_keys' => [
  3318. 'apiKey' => [
  3319. 'name' => 'Authorization',
  3320. 'type' => 'header',
  3321. ],
  3322. ],
  3323. 'api_platform.swagger_ui.extra_configuration' => [
  3324. ],
  3325. 'api_platform.graphql.enabled' => false,
  3326. 'api_platform.graphql.graphiql.enabled' => false,
  3327. 'api_platform.graphql.graphql_playground.enabled' => false,
  3328. 'api_platform.graphql.collection.pagination' => [
  3329. 'enabled' => true,
  3330. ],
  3331. 'api_platform.validator.serialize_payload_fields' => [
  3332. ],
  3333. 'api_platform.validator.query_parameter_validation' => true,
  3334. 'api_platform.elasticsearch.enabled' => false,
  3335. 'lexik_jwt_authentication.token_ttl' => 36000,
  3336. 'lexik_jwt_authentication.clock_skew' => 0,
  3337. 'lexik_jwt_authentication.user_identity_field' => 'username',
  3338. 'lexik_jwt_authentication.allow_no_expiration' => false,
  3339. 'lexik_jwt_authentication.user_id_claim' => 'username',
  3340. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3341. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3342. 'aws_sdk.class' => 'Aws\\Sdk',
  3343. 'monolog.use_microseconds' => true,
  3344. 'monolog.swift_mailer.handlers' => [
  3345. ],
  3346. 'monolog.handlers_to_channels' => [
  3347. 'monolog.handler.syslog_handler' => NULL,
  3348. 'monolog.handler.file_log' => NULL,
  3349. ],
  3350. 'stof_doctrine_extensions.default_locale' => 'en_US',
  3351. 'stof_doctrine_extensions.translation_fallback' => false,
  3352. 'stof_doctrine_extensions.persist_default_translation' => false,
  3353. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  3354. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3355. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3356. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3357. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3358. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3359. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3360. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3361. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3362. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3363. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3364. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3365. 'web_profiler.debug_toolbar.mode' => 2,
  3366. 'scheb_two_factor.model_manager_name' => NULL,
  3367. 'scheb_two_factor.security_tokens' => [
  3368. 0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  3369. 1 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  3370. 2 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  3371. ],
  3372. 'scheb_two_factor.ip_whitelist' => [
  3373. ],
  3374. 'scheb_two_factor.email.sender_email' => 'no-reply@example.com',
  3375. 'scheb_two_factor.email.sender_name' => NULL,
  3376. 'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  3377. 'scheb_two_factor.email.digits' => 6,
  3378. 'scheb_two_factor.trusted_device.enabled' => true,
  3379. 'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  3380. 'scheb_two_factor.trusted_device.lifetime' => 7776000,
  3381. 'scheb_two_factor.trusted_device.extend_lifetime' => false,
  3382. 'scheb_two_factor.trusted_device.cookie_secure' => NULL,
  3383. 'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  3384. 'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  3385. 'scheb_two_factor.trusted_device.cookie_path' => '/',
  3386. 'data_collector.templates' => [
  3387. 'data_collector.request' => [
  3388. 0 => 'request',
  3389. 1 => '@WebProfiler/Collector/request.html.twig',
  3390. ],
  3391. 'api_platform.data_collector.request' => [
  3392. 0 => 'api_platform.data_collector.request',
  3393. 1 => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3394. ],
  3395. 'data_collector.time' => [
  3396. 0 => 'time',
  3397. 1 => '@WebProfiler/Collector/time.html.twig',
  3398. ],
  3399. 'data_collector.memory' => [
  3400. 0 => 'memory',
  3401. 1 => '@WebProfiler/Collector/memory.html.twig',
  3402. ],
  3403. 'data_collector.validator' => [
  3404. 0 => 'validator',
  3405. 1 => '@WebProfiler/Collector/validator.html.twig',
  3406. ],
  3407. 'data_collector.ajax' => [
  3408. 0 => 'ajax',
  3409. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3410. ],
  3411. 'data_collector.exception' => [
  3412. 0 => 'exception',
  3413. 1 => '@WebProfiler/Collector/exception.html.twig',
  3414. ],
  3415. 'data_collector.logger' => [
  3416. 0 => 'logger',
  3417. 1 => '@WebProfiler/Collector/logger.html.twig',
  3418. ],
  3419. 'data_collector.events' => [
  3420. 0 => 'events',
  3421. 1 => '@WebProfiler/Collector/events.html.twig',
  3422. ],
  3423. 'data_collector.router' => [
  3424. 0 => 'router',
  3425. 1 => '@WebProfiler/Collector/router.html.twig',
  3426. ],
  3427. 'data_collector.cache' => [
  3428. 0 => 'cache',
  3429. 1 => '@WebProfiler/Collector/cache.html.twig',
  3430. ],
  3431. 'data_collector.security' => [
  3432. 0 => 'security',
  3433. 1 => '@Security/Collector/security.html.twig',
  3434. ],
  3435. 'data_collector.twig' => [
  3436. 0 => 'twig',
  3437. 1 => '@WebProfiler/Collector/twig.html.twig',
  3438. ],
  3439. 'data_collector.doctrine' => [
  3440. 0 => 'db',
  3441. 1 => '@Doctrine/Collector/db.html.twig',
  3442. ],
  3443. 'doctrine_migrations.migrations_collector' => [
  3444. 0 => 'doctrine_migrations',
  3445. 1 => '@DoctrineMigrations/Collector/migrations.html.twig',
  3446. ],
  3447. 'data_collector.config' => [
  3448. 0 => 'config',
  3449. 1 => '@WebProfiler/Collector/config.html.twig',
  3450. ],
  3451. ],
  3452. 'console.command.ids' => [
  3453. 0 => 'console.command.public_alias.App\\Command\\CopyReferralCommand',
  3454. 1 => 'console.command.public_alias.App\\Command\\DeduplicateLookupsCommand',
  3455. 2 => 'console.command.public_alias.App\\Command\\DeleteChildrenCommand',
  3456. 3 => 'console.command.public_alias.App\\Command\\DeleteLookupsCommand',
  3457. 4 => 'console.command.public_alias.App\\Command\\DeleteOrphanLookupsCommand',
  3458. 5 => 'console.command.public_alias.App\\Command\\DeleteReferralsCommand',
  3459. 6 => 'console.command.public_alias.App\\Command\\DisableLookupCommand',
  3460. 7 => 'console.command.public_alias.App\\Command\\LoadDictionaryCommand',
  3461. 8 => 'console.command.public_alias.App\\Command\\NotificationCommand',
  3462. 9 => 'console.command.public_alias.App\\Command\\PugTranscribeCommand',
  3463. 10 => 'console.command.public_alias.App\\Command\\ReferralReportDataCommand',
  3464. 11 => 'console.command.public_alias.App\\Command\\SanitizeSecurityAnswersCommand',
  3465. 12 => 'console.command.public_alias.App\\Command\\TestCommand',
  3466. 13 => 'console.command.public_alias.App\\Command\\TestIFSPApiCommand',
  3467. 14 => 'console.command.public_alias.App\\Command\\TestS3BucketCommand',
  3468. 15 => 'console.command.public_alias.App\\Command\\TestSESCommand',
  3469. 16 => 'console.command.public_alias.App\\Command\\TranslationDictionaryCommand',
  3470. 17 => 'console.command.public_alias.App\\Command\\UserReportDataCommand',
  3471. ],
  3472. ];
  3473. }
  3474. protected function throw($message)
  3475. {
  3476. throw new RuntimeException($message);
  3477. }
  3478. }