var/cache/dev/ContainerOzMr9JU/App_KernelDevDebugContainer.php line 781

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