var/cache/dev/ContainerKUh5XGm/App_KernelDevDebugContainer.php line 717

Open in your IDE?
  1. <?php
  2. namespace ContainerKUh5XGm;
  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. 'data_collector.dump' => 'getDataCollector_DumpService',
  43. 'doctrine' => 'getDoctrineService',
  44. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46. 'event_dispatcher' => 'getEventDispatcherService',
  47. 'http_kernel' => 'getHttpKernelService',
  48. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  49. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  50. 'request_stack' => 'getRequestStackService',
  51. 'router' => 'getRouterService',
  52. 'translator' => 'getTranslatorService',
  53. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54. 'cache_clearer' => 'getCacheClearerService',
  55. 'filesystem' => 'getFilesystemService',
  56. 'serializer' => 'getSerializerService',
  57. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58. 'form.factory' => 'getForm_FactoryService',
  59. 'form.type.file' => 'getForm_Type_FileService',
  60. 'profiler' => 'getProfilerService',
  61. 'twig' => 'getTwigService',
  62. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63. 'security.token_storage' => 'getSecurity_TokenStorageService',
  64. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65. 'session' => 'getSessionService',
  66. 'validator' => 'getValidatorService',
  67. ];
  68. $this->fileMap = [
  69. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  74. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75. '.container.private.session' => 'get_Container_Private_SessionService',
  76. 'App\\Controller\\ApiActiveAccountController' => 'getApiActiveAccountControllerService',
  77. 'App\\Controller\\ApiChangePasswordController' => 'getApiChangePasswordControllerService',
  78. 'App\\Controller\\ApiExportController' => 'getApiExportControllerService',
  79. 'App\\Controller\\ApiIntegrationController' => 'getApiIntegrationControllerService',
  80. 'App\\Controller\\ApiResetPasswordController' => 'getApiResetPasswordControllerService',
  81. 'App\\Controller\\ApiServiceController' => 'getApiServiceControllerService',
  82. 'App\\Controller\\ApiStatsController' => 'getApiStatsControllerService',
  83. 'App\\Controller\\AppController' => 'getAppControllerService',
  84. 'App\\Controller\\TestController' => 'getTestControllerService',
  85. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  86. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  87. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  88. 'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  89. 'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  90. 'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  91. 'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  92. 'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  93. 'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  94. 'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  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_loader' => 'getConsole_CommandLoaderService',
  102. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  103. 'error_controller' => 'getErrorControllerService',
  104. 'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  105. 'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  106. 'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  107. 'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  108. 'routing.loader' => 'getRouting_LoaderService',
  109. 'services_resetter' => 'getServicesResetterService',
  110. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  111. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  112. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  113. ];
  114. $this->aliases = [
  115. 'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  116. 'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  117. 'App\\Kernel' => 'kernel',
  118. 'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  119. 'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  120. 'api_platform.action.get_item' => 'api_platform.action.placeholder',
  121. 'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  122. 'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  123. 'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  124. 'api_platform.action.put_item' => 'api_platform.action.placeholder',
  125. 'database_connection' => 'doctrine.dbal.default_connection',
  126. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  127. ];
  128. $this->privates['service_container'] = function () {
  129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  130. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  131. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  132. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  133. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  134. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  135. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  136. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  138. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  141. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  142. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  145. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  146. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  147. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  148. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  149. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  150. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  151. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
  152. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  153. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  154. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
  155. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
  156. include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  158. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  159. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  160. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  161. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  162. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  165. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  166. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  167. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  168. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  170. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  171. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  172. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  173. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  174. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  175. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  176. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  177. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  178. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  179. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  180. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  181. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  182. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  183. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  184. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  185. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  186. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  187. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  188. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  189. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  190. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  191. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  192. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  193. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  194. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  195. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  196. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  197. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  198. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  199. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  200. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  201. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  202. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  203. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  204. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  205. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  206. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  207. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  208. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  209. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  210. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  211. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  212. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  213. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  214. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  215. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  216. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  217. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  218. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  219. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  220. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  221. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  222. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  223. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  224. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  225. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  226. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  227. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  228. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  229. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  230. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  231. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  232. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  233. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  234. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  235. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  236. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  237. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  238. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  239. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  240. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  241. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  242. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  243. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  244. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  245. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  246. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  247. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  248. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  249. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  250. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  251. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  252. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  253. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  254. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  255. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  256. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  257. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  258. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  259. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  260. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.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/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  269. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  270. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  271. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  272. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  273. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  274. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  275. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  278. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  281. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  282. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  283. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  284. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  285. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  287. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  288. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  289. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  293. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  294. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  299. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  300. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  302. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  303. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  304. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  305. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  306. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  307. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  308. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  309. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  310. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  311. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  312. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  313. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  314. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  315. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  316. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  317. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  318. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  319. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  320. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  321. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  322. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  323. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  324. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  325. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  326. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  327. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  328. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  331. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  333. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  334. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  335. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  337. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  338. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  339. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  340. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  341. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  349. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  350. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  351. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  352. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  353. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.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/State/UriVariablesResolverTrait.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  693. };
  694. }
  695. public function compile(): void
  696. {
  697. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  698. }
  699. public function isCompiled(): bool
  700. {
  701. return true;
  702. }
  703. public function getRemovedIds(): array
  704. {
  705. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  706. }
  707. protected function load($file, $lazyLoad = true)
  708. {
  709. if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
  710. return $class::do($this, $lazyLoad);
  711. }
  712. if ('.' === $file[-4]) {
  713. $class = substr($class, 0, -4);
  714. } else {
  715. $file .= '.php';
  716. }
  717. $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  718. return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
  719. }
  720. protected function createProxy($class, \Closure $factory)
  721. {
  722. class_exists($class, false) || require __DIR__.'/'.$class.'.php';
  723. return $factory();
  724. }
  725. /**
  726. * Gets the public '.container.private.profiler' shared service.
  727. *
  728. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  729. */
  730. protected function get_Container_Private_ProfilerService()
  731. {
  732. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  733. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  734. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  735. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  736. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  737. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  738. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  739. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  740. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  741. $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  742. $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  743. $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  744. $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  745. $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  746. $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  747. $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  748. $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  749. $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  750. $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  751. $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  752. $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  753. $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  754. $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  755. $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  756. $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  757. $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  758. $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  759. $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  760. $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  761. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  762. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  763. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  764. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  765. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  766. if ($this->has('kernel')) {
  767. $g->setKernel($b);
  768. }
  769. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  770. $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  771. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  772. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  773. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  774. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  775. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  776. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  777. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  778. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  779. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  780. $instance->add($d);
  781. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  782. $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));
  783. $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())));
  784. $instance->add($e);
  785. $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([])))));
  786. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  787. $instance->add($f);
  788. $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  789. $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  790. $instance->add($g);
  791. return $instance;
  792. }
  793. /**
  794. * Gets the public '.container.private.security.authorization_checker' shared service.
  795. *
  796. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  797. */
  798. protected function get_Container_Private_Security_AuthorizationCheckerService()
  799. {
  800. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  801. if (isset($this->services['.container.private.security.authorization_checker'])) {
  802. return $this->services['.container.private.security.authorization_checker'];
  803. }
  804. 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);
  805. }
  806. /**
  807. * Gets the public '.container.private.security.token_storage' shared service.
  808. *
  809. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  810. */
  811. protected function get_Container_Private_Security_TokenStorageService()
  812. {
  813. 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, [
  814. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  815. ], [
  816. 'request_stack' => '?',
  817. ]));
  818. }
  819. /**
  820. * Gets the public '.container.private.serializer' shared service.
  821. *
  822. * @return \Symfony\Component\Serializer\Serializer
  823. */
  824. protected function get_Container_Private_SerializerService()
  825. {
  826. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  827. if (isset($this->services['.container.private.serializer'])) {
  828. return $this->services['.container.private.serializer'];
  829. }
  830. $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  831. if (isset($this->services['.container.private.serializer'])) {
  832. return $this->services['.container.private.serializer'];
  833. }
  834. $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  835. if (isset($this->services['.container.private.serializer'])) {
  836. return $this->services['.container.private.serializer'];
  837. }
  838. $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  839. if (isset($this->services['.container.private.serializer'])) {
  840. return $this->services['.container.private.serializer'];
  841. }
  842. $e = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  843. if (isset($this->services['.container.private.serializer'])) {
  844. return $this->services['.container.private.serializer'];
  845. }
  846. $f = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  847. if (isset($this->services['.container.private.serializer'])) {
  848. return $this->services['.container.private.serializer'];
  849. }
  850. $g = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  851. if (isset($this->services['.container.private.serializer'])) {
  852. return $this->services['.container.private.serializer'];
  853. }
  854. $h = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  855. $i = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
  856. $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $h, $a)], [0 => $i])));
  857. $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  858. $l = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  859. $m = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  860. $n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b, $c, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($k, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $l), NULL, $m, NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $l, false, 'page', true, 'itemsPerPage', $this->parameters['api_platform.formats'], true, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, false));
  861. $o = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  862. $p = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  863. $q = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  864. $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  865. $s = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  866. $t = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r);
  867. $u = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r, $o, $h, $a, $t, NULL, [], $a);
  868. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($h), 1 => $j, 2 => $n, 3 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $o), 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $o), 5 => $n, 6 => $j, 7 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($b, $c, $p, $q, NULL, $k, NULL, $o), 8 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($b, $e, $k), 9 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($k, true), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($b, $c, $p, $e, $q, $f, $h, $o, $r, [], new RewindableGenerator(function () {
  869. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  870. }, 1), $s), 15 => new \ApiPlatform\Serializer\ItemNormalizer($c, $p, $e, $q, $h, $o, $r, $g, false, NULL, new RewindableGenerator(function () {
  871. yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  872. }, 1), $b, $s), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $o), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r, $o, $a, $t, NULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($f, $q, $e, $b), 'page', 'pagination', $b, $h), $b, $q, $m), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($u, $e, $f), 28 => $u], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $i, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  873. }
  874. /**
  875. * Gets the public '.container.private.twig' shared service.
  876. *
  877. * @return \Twig\Environment
  878. */
  879. protected function get_Container_Private_TwigService()
  880. {
  881. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  882. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  883. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  884. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  885. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  886. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  887. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  888. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  889. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  890. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  891. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  892. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  893. $a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  894. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  895. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  896. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  897. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  898. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
  899. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  900. $c = ($this->services['translator'] ?? $this->getTranslatorService());
  901. $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  902. $e = ($this->services['router'] ?? $this->getRouterService());
  903. $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  904. $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  905. $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  906. $h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
  907. $i = new \Symfony\Bridge\Twig\AppVariable();
  908. $i->setEnvironment('dev');
  909. $i->setDebug(true);
  910. if ($this->has('.container.private.security.token_storage')) {
  911. $i->setTokenStorage($g);
  912. }
  913. if ($this->has('request_stack')) {
  914. $i->setRequestStack($f);
  915. }
  916. $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  917. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  918. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  919. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  920. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  921. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  922. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
  923. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  924. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  925. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
  926. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  927. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  928. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
  929. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  930. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  931. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  932. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  933. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  934. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  935. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  936. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  937. 'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
  938. 'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
  939. ], [
  940. 'webpack_encore.entrypoint_lookup_collection' => '?',
  941. 'webpack_encore.tag_renderer' => '?',
  942. ])));
  943. $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  944. $instance->addGlobal('app', $i);
  945. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  946. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
  947. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
  948. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
  949. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
  950. ], [
  951. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  952. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  953. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  954. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  955. ])));
  956. $instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
  957. $instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
  958. $instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
  959. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  960. return $instance;
  961. }
  962. /**
  963. * Gets the public '.container.private.validator' shared service.
  964. *
  965. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  966. */
  967. protected function get_Container_Private_ValidatorService()
  968. {
  969. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  970. if (isset($this->services['.container.private.validator'])) {
  971. return $this->services['.container.private.validator'];
  972. }
  973. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  974. }
  975. /**
  976. * Gets the public 'cache.app' shared service.
  977. *
  978. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  979. */
  980. protected function getCache_AppService()
  981. {
  982. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8j66XP1OB3', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  983. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  984. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  985. }
  986. /**
  987. * Gets the public 'cache.system' shared service.
  988. *
  989. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  990. */
  991. protected function getCache_SystemService()
  992. {
  993. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TeCCEmcKnV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  994. }
  995. /**
  996. * Gets the public 'cache.validator_expression_language' shared service.
  997. *
  998. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  999. */
  1000. protected function getCache_ValidatorExpressionLanguageService()
  1001. {
  1002. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wCBm9Yu0OI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1003. }
  1004. /**
  1005. * Gets the public 'data_collector.dump' shared service.
  1006. *
  1007. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1008. */
  1009. protected function getDataCollector_DumpService()
  1010. {
  1011. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1012. }
  1013. /**
  1014. * Gets the public 'doctrine' shared service.
  1015. *
  1016. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1017. */
  1018. protected function getDoctrineService()
  1019. {
  1020. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  1021. }
  1022. /**
  1023. * Gets the public 'doctrine.dbal.default_connection' shared service.
  1024. *
  1025. * @return \Doctrine\DBAL\Connection
  1026. */
  1027. protected function getDoctrine_Dbal_DefaultConnectionService()
  1028. {
  1029. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1030. if (isset($this->services['doctrine.dbal.default_connection'])) {
  1031. return $this->services['doctrine.dbal.default_connection'];
  1032. }
  1033. $b = new \Doctrine\DBAL\Configuration();
  1034. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1035. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1036. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1037. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1038. $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))));
  1039. $d->setConnectionName('default');
  1040. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1041. $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')))]));
  1042. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
  1043. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], 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', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
  1044. }
  1045. /**
  1046. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1047. *
  1048. * @return \Doctrine\ORM\EntityManager
  1049. */
  1050. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  1051. {
  1052. if ($lazyLoad) {
  1053. return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1054. return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1055. $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1056. $proxy->setProxyInitializer(null);
  1057. return true;
  1058. });
  1059. });
  1060. }
  1061. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1062. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1063. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1064. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1065. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1066. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1067. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1068. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1069. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1070. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1071. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1072. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1073. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1074. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1075. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1076. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1077. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1079. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1080. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1081. $a = new \Doctrine\ORM\Configuration();
  1082. $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1083. $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories'], false))), 'App\\Entity');
  1084. $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1085. $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1086. $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1087. $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1088. $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1089. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
  1090. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
  1091. ], [
  1092. 'doctrine.ulid_generator' => '?',
  1093. 'doctrine.uuid_generator' => '?',
  1094. ])));
  1095. $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1096. $a->setProxyNamespace('Proxies');
  1097. $a->setAutoGenerateProxyClasses(true);
  1098. $a->setSchemaIgnoreClasses([]);
  1099. $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1100. $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1101. $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
  1102. $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1103. $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1104. $a->setLazyGhostObjectEnabled(false);
  1105. $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1106. 'App\\Repository\\ApplicationRepository' => ['privates', 'App\\Repository\\ApplicationRepository', 'getApplicationRepositoryService', true],
  1107. 'App\\Repository\\CommuneRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', true],
  1108. 'App\\Repository\\ContenuRepository' => ['privates', 'App\\Repository\\ContenuRepository', 'getContenuRepositoryService', true],
  1109. 'App\\Repository\\CultureRepository' => ['privates', 'App\\Repository\\CultureRepository', 'getCultureRepositoryService', true],
  1110. 'App\\Repository\\EmailModeleRepository' => ['privates', 'App\\Repository\\EmailModeleRepository', 'getEmailModeleRepositoryService', true],
  1111. 'App\\Repository\\EmailRepository' => ['privates', 'App\\Repository\\EmailRepository', 'getEmailRepositoryService', true],
  1112. 'App\\Repository\\EnfouissementRepository' => ['privates', 'App\\Repository\\EnfouissementRepository', 'getEnfouissementRepositoryService', true],
  1113. 'App\\Repository\\EntrepriseRepository' => ['privates', 'App\\Repository\\EntrepriseRepository', 'getEntrepriseRepositoryService', true],
  1114. 'App\\Repository\\FertiMinRepository' => ['privates', 'App\\Repository\\FertiMinRepository', 'getFertiMinRepositoryService', true],
  1115. 'App\\Repository\\FertiOrgRepository' => ['privates', 'App\\Repository\\FertiOrgRepository', 'getFertiOrgRepositoryService', true],
  1116. 'App\\Repository\\IndiceGlobalRepository' => ['privates', 'App\\Repository\\IndiceGlobalRepository', 'getIndiceGlobalRepositoryService', true],
  1117. 'App\\Repository\\IndiceMaterielRepository' => ['privates', 'App\\Repository\\IndiceMaterielRepository', 'getIndiceMaterielRepositoryService', true],
  1118. 'App\\Repository\\IndiceMeteoRepository' => ['privates', 'App\\Repository\\IndiceMeteoRepository', 'getIndiceMeteoRepositoryService', true],
  1119. 'App\\Repository\\InterventionRepository' => ['privates', 'App\\Repository\\InterventionRepository', 'getInterventionRepositoryService', true],
  1120. 'App\\Repository\\MaterielRepository' => ['privates', 'App\\Repository\\MaterielRepository', 'getMaterielRepositoryService', true],
  1121. 'App\\Repository\\ParametrageRepository' => ['privates', 'App\\Repository\\ParametrageRepository', 'getParametrageRepositoryService', true],
  1122. 'App\\Repository\\PersCommuneRepository' => ['privates', 'App\\Repository\\PersCommuneRepository', 'getPersCommuneRepositoryService', true],
  1123. 'App\\Repository\\PersCultureRepository' => ['privates', 'App\\Repository\\PersCultureRepository', 'getPersCultureRepositoryService', true],
  1124. 'App\\Repository\\PersFertiCoutRepository' => ['privates', 'App\\Repository\\PersFertiCoutRepository', 'getPersFertiCoutRepositoryService', true],
  1125. 'App\\Repository\\PersFertiMinRepository' => ['privates', 'App\\Repository\\PersFertiMinRepository', 'getPersFertiMinRepositoryService', true],
  1126. 'App\\Repository\\PersFertiOrgRepository' => ['privates', 'App\\Repository\\PersFertiOrgRepository', 'getPersFertiOrgRepositoryService', true],
  1127. 'App\\Repository\\PersFertiOrgSpecCompositionRepository' => ['privates', 'App\\Repository\\PersFertiOrgSpecCompositionRepository', 'getPersFertiOrgSpecCompositionRepositoryService', true],
  1128. 'App\\Repository\\PersFertiOrgSpecRepository' => ['privates', 'App\\Repository\\PersFertiOrgSpecRepository', 'getPersFertiOrgSpecRepositoryService', true],
  1129. 'App\\Repository\\ProcessusRepository' => ['privates', 'App\\Repository\\ProcessusRepository', 'getProcessusRepositoryService', true],
  1130. 'App\\Repository\\RegionRepository' => ['privates', 'App\\Repository\\RegionRepository', 'getRegionRepositoryService', true],
  1131. 'App\\Repository\\UtilisateurRepository' => ['privates', 'App\\Repository\\UtilisateurRepository', 'getUtilisateurRepositoryService', true],
  1132. ], [
  1133. 'App\\Repository\\ApplicationRepository' => '?',
  1134. 'App\\Repository\\CommuneRepository' => '?',
  1135. 'App\\Repository\\ContenuRepository' => '?',
  1136. 'App\\Repository\\CultureRepository' => '?',
  1137. 'App\\Repository\\EmailModeleRepository' => '?',
  1138. 'App\\Repository\\EmailRepository' => '?',
  1139. 'App\\Repository\\EnfouissementRepository' => '?',
  1140. 'App\\Repository\\EntrepriseRepository' => '?',
  1141. 'App\\Repository\\FertiMinRepository' => '?',
  1142. 'App\\Repository\\FertiOrgRepository' => '?',
  1143. 'App\\Repository\\IndiceGlobalRepository' => '?',
  1144. 'App\\Repository\\IndiceMaterielRepository' => '?',
  1145. 'App\\Repository\\IndiceMeteoRepository' => '?',
  1146. 'App\\Repository\\InterventionRepository' => '?',
  1147. 'App\\Repository\\MaterielRepository' => '?',
  1148. 'App\\Repository\\ParametrageRepository' => '?',
  1149. 'App\\Repository\\PersCommuneRepository' => '?',
  1150. 'App\\Repository\\PersCultureRepository' => '?',
  1151. 'App\\Repository\\PersFertiCoutRepository' => '?',
  1152. 'App\\Repository\\PersFertiMinRepository' => '?',
  1153. 'App\\Repository\\PersFertiOrgRepository' => '?',
  1154. 'App\\Repository\\PersFertiOrgSpecCompositionRepository' => '?',
  1155. 'App\\Repository\\PersFertiOrgSpecRepository' => '?',
  1156. 'App\\Repository\\ProcessusRepository' => '?',
  1157. 'App\\Repository\\RegionRepository' => '?',
  1158. 'App\\Repository\\UtilisateurRepository' => '?',
  1159. ])));
  1160. $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()));
  1161. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1162. return $instance;
  1163. }
  1164. /**
  1165. * Gets the public 'event_dispatcher' shared service.
  1166. *
  1167. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1168. */
  1169. protected function getEventDispatcherService()
  1170. {
  1171. $a = new \Symfony\Bridge\Monolog\Logger('event');
  1172. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1173. $a->pushHandler(new \Monolog\Handler\NullHandler());
  1174. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1175. $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())));
  1176. $instance->addListener('kernel.controller', [0 => function () {
  1177. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1178. }, 1 => 'onKernelController'], 0);
  1179. $instance->addListener('console.command', [0 => function () {
  1180. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1181. }, 1 => 'onConsoleCommand'], 0);
  1182. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1183. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1184. }, 1 => 'checkPassport'], 1024);
  1185. $instance->addListener('kernel.response', [0 => function () {
  1186. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1187. }, 1 => 'onKernelResponse'], 0);
  1188. $instance->addListener('kernel.request', [0 => function () {
  1189. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1190. }, 1 => 'onKernelRequest'], 250);
  1191. $instance->addListener('kernel.response', [0 => function () {
  1192. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1193. }, 1 => 'onKernelResponse'], 0);
  1194. $instance->addListener('kernel.response', [0 => function () {
  1195. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1196. }, 1 => 'onResponse'], -10);
  1197. $instance->addListener('kernel.view', [0 => function () {
  1198. return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1199. }, 1 => 'onKernelView'], 32);
  1200. $instance->addListener('kernel.request', [0 => function () {
  1201. return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1202. }, 1 => 'onKernelRequest'], 4);
  1203. $instance->addListener('kernel.request', [0 => function () {
  1204. return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1205. }, 1 => 'onKernelRequest'], 0);
  1206. $instance->addListener('kernel.response', [0 => function () {
  1207. return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1208. }, 1 => 'onKernelResponse'], 0);
  1209. $instance->addListener('kernel.response', [0 => function () {
  1210. return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1211. }, 1 => 'onKernelResponse'], -1);
  1212. $instance->addListener('kernel.view', [0 => function () {
  1213. return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1214. }, 1 => 'onKernelView'], 64);
  1215. $instance->addListener('kernel.request', [0 => function () {
  1216. return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1217. }, 1 => 'onKernelRequest'], 16);
  1218. $instance->addListener('kernel.request', [0 => function () {
  1219. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1220. }, 1 => 'onSecurity'], 3);
  1221. $instance->addListener('kernel.request', [0 => function () {
  1222. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1223. }, 1 => 'onSecurityPostDenormalize'], 1);
  1224. $instance->addListener('kernel.view', [0 => function () {
  1225. return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1226. }, 1 => 'onSecurityPostValidation'], 63);
  1227. $instance->addListener('kernel.request', [0 => function () {
  1228. return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1229. }, 1 => 'onKernelRequest'], 28);
  1230. $instance->addListener('kernel.request', [0 => function () {
  1231. return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1232. }, 1 => 'onKernelRequest'], 4);
  1233. $instance->addListener('kernel.view', [0 => function () {
  1234. return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1235. }, 1 => 'onKernelView'], 32);
  1236. $instance->addListener('kernel.request', [0 => function () {
  1237. return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1238. }, 1 => 'onKernelRequest'], 2);
  1239. $instance->addListener('kernel.view', [0 => function () {
  1240. return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1241. }, 1 => 'onKernelView'], 16);
  1242. $instance->addListener('kernel.view', [0 => function () {
  1243. return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1244. }, 1 => 'onKernelView'], 8);
  1245. $instance->addListener('kernel.exception', [0 => function () {
  1246. return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1247. }, 1 => 'onKernelException'], 0);
  1248. $instance->addListener('kernel.exception', [0 => function () {
  1249. return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1250. }, 1 => 'onKernelException'], -96);
  1251. $instance->addListener('kernel.exception', [0 => function () {
  1252. return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1253. }, 1 => 'onKernelException'], 0);
  1254. $instance->addListener('kernel.view', [0 => function () {
  1255. return ($this->privates['App\\Events\\AddPersCommuneSubscriber'] ?? $this->load('getAddPersCommuneSubscriberService'));
  1256. }, 1 => 'setEntrepriseForPersCommune'], 65);
  1257. $instance->addListener('kernel.view', [0 => function () {
  1258. return ($this->privates['App\\Events\\AddPersCultureSubscriber'] ?? $this->load('getAddPersCultureSubscriberService'));
  1259. }, 1 => 'setEntrepriseForPersCulture'], 65);
  1260. $instance->addListener('kernel.view', [0 => function () {
  1261. return ($this->privates['App\\Events\\AddPersFertiMinSubscriber'] ?? $this->load('getAddPersFertiMinSubscriberService'));
  1262. }, 1 => 'setEntrepriseForPersFertiMin'], 65);
  1263. $instance->addListener('kernel.view', [0 => function () {
  1264. return ($this->privates['App\\Events\\AddPersFertiOrgSpecCompositionSubscriber'] ?? $this->load('getAddPersFertiOrgSpecCompositionSubscriberService'));
  1265. }, 1 => 'setForPersFertiOrgSpecComposition'], 65);
  1266. $instance->addListener('kernel.view', [0 => function () {
  1267. return ($this->privates['App\\Events\\AddPersFertiOrgSpecSubscriber'] ?? $this->load('getAddPersFertiOrgSpecSubscriberService'));
  1268. }, 1 => 'setEntrepriseForPersFertiOrgSpec'], 65);
  1269. $instance->addListener('kernel.view', [0 => function () {
  1270. return ($this->privates['App\\Events\\AddPersFertiOrgSubscriber'] ?? $this->load('getAddPersFertiOrgSubscriberService'));
  1271. }, 1 => 'setEntrepriseForPersFertiOrg'], 65);
  1272. $instance->addListener('kernel.view', [0 => function () {
  1273. return ($this->privates['App\\Events\\InscriptionSubscriber'] ?? $this->load('getInscriptionSubscriberService'));
  1274. }, 1 => 'encodePassword'], 33);
  1275. $instance->addListener('kernel.response', [0 => function () {
  1276. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  1277. }, 1 => 'onKernelResponse'], 0);
  1278. $instance->addListener('kernel.response', [0 => function () {
  1279. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1280. }, 1 => 'onKernelResponse'], -1024);
  1281. $instance->addListener('kernel.request', [0 => function () {
  1282. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1283. }, 1 => 'setDefaultLocale'], 100);
  1284. $instance->addListener('kernel.request', [0 => function () {
  1285. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1286. }, 1 => 'onKernelRequest'], 16);
  1287. $instance->addListener('kernel.finish_request', [0 => function () {
  1288. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1289. }, 1 => 'onKernelFinishRequest'], 0);
  1290. $instance->addListener('kernel.request', [0 => function () {
  1291. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1292. }, 1 => 'onKernelRequest'], 256);
  1293. $instance->addListener('kernel.response', [0 => function () {
  1294. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1295. }, 1 => 'onResponse'], -255);
  1296. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1297. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1298. }, 1 => 'onControllerArguments'], 0);
  1299. $instance->addListener('kernel.exception', [0 => function () {
  1300. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1301. }, 1 => 'logKernelException'], 0);
  1302. $instance->addListener('kernel.exception', [0 => function () {
  1303. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1304. }, 1 => 'onKernelException'], -128);
  1305. $instance->addListener('kernel.response', [0 => function () {
  1306. return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1307. }, 1 => 'removeCspHeader'], -128);
  1308. $instance->addListener('kernel.request', [0 => function () {
  1309. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1310. }, 1 => 'onKernelRequest'], 15);
  1311. $instance->addListener('kernel.finish_request', [0 => function () {
  1312. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1313. }, 1 => 'onKernelFinishRequest'], -15);
  1314. $instance->addListener('console.error', [0 => function () {
  1315. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1316. }, 1 => 'onConsoleError'], -128);
  1317. $instance->addListener('console.terminate', [0 => function () {
  1318. return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1319. }, 1 => 'onConsoleTerminate'], -128);
  1320. $instance->addListener('console.error', [0 => function () {
  1321. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1322. }, 1 => 'onConsoleError'], 0);
  1323. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1324. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  1325. }, 1 => 'onMessage'], -255);
  1326. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1327. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1328. }, 1 => 'onMessage'], -255);
  1329. $instance->addListener('kernel.request', [0 => function () {
  1330. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1331. }, 1 => 'configure'], 2048);
  1332. $instance->addListener('console.command', [0 => function () {
  1333. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1334. }, 1 => 'configure'], 2048);
  1335. $instance->addListener('kernel.request', [0 => function () {
  1336. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1337. }, 1 => 'onKernelRequest'], 32);
  1338. $instance->addListener('kernel.finish_request', [0 => function () {
  1339. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1340. }, 1 => 'onKernelFinishRequest'], 0);
  1341. $instance->addListener('kernel.exception', [0 => function () {
  1342. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1343. }, 1 => 'onKernelException'], -64);
  1344. $instance->addListener('kernel.response', [0 => function () {
  1345. return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1346. }, 1 => 'onKernelResponse'], 0);
  1347. $instance->addListener('kernel.request', [0 => function () {
  1348. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1349. }, 1 => 'onKernelRequest'], 128);
  1350. $instance->addListener('kernel.response', [0 => function () {
  1351. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1352. }, 1 => 'onKernelResponse'], -1000);
  1353. $instance->addListener('kernel.finish_request', [0 => function () {
  1354. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1355. }, 1 => 'onFinishRequest'], 0);
  1356. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1357. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1358. }, 1 => 'onMessageFailed'], 100);
  1359. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1360. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1361. }, 1 => 'onMessageFailed'], 200);
  1362. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1363. return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1364. }, 1 => 'onMessageFailed'], -100);
  1365. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  1366. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1367. }, 1 => 'onWorkerStarted'], 0);
  1368. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1369. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1370. }, 1 => 'onWorkerRunning'], 0);
  1371. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1372. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1373. }, 1 => 'onMessageFailed'], 0);
  1374. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  1375. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1376. }, 1 => 'onWorkerRunning'], 0);
  1377. $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
  1378. return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1379. }, 1 => 'onNotification'], -255);
  1380. $instance->addListener('kernel.response', [0 => function () {
  1381. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1382. }, 1 => 'onKernelResponse'], -100);
  1383. $instance->addListener('kernel.exception', [0 => function () {
  1384. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1385. }, 1 => 'onKernelException'], 0);
  1386. $instance->addListener('kernel.terminate', [0 => function () {
  1387. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1388. }, 1 => 'onKernelTerminate'], -1024);
  1389. $instance->addListener('kernel.controller', [0 => function () {
  1390. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1391. }, 1 => 'onKernelController'], 0);
  1392. $instance->addListener('kernel.response', [0 => function () {
  1393. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1394. }, 1 => 'onKernelResponse'], 0);
  1395. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  1396. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1397. }, 1 => 'onWorkerMessageHandled'], 0);
  1398. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  1399. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1400. }, 1 => 'onWorkerMessageFailed'], 0);
  1401. $instance->addListener('console.command', [0 => function () {
  1402. return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1403. }, 1 => 'configure'], 1024);
  1404. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  1405. return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1406. }, 1 => 'onMessage'], 0);
  1407. $instance->addListener('kernel.response', [0 => function () {
  1408. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1409. }, 1 => 'onKernelResponse'], -128);
  1410. $instance->addListener('kernel.response', [0 => function () {
  1411. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1412. }, 1 => 'onKernelResponse'], 0);
  1413. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1414. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1415. }, 1 => 'checkPassport'], 0);
  1416. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  1417. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1418. }, 1 => 'onLoginSuccess'], 0);
  1419. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  1420. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1421. }, 1 => 'onVoterVote'], 0);
  1422. $instance->addListener('kernel.request', [0 => function () {
  1423. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1424. }, 1 => 'configureLogoutUrlGenerator'], 8);
  1425. $instance->addListener('kernel.request', [0 => function () {
  1426. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1427. }, 1 => 'onKernelRequest'], 8);
  1428. $instance->addListener('kernel.finish_request', [0 => function () {
  1429. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1430. }, 1 => 'onKernelFinishRequest'], 0);
  1431. $instance->addListener('console.command', [0 => function () {
  1432. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1433. }, 1 => 'onCommand'], 255);
  1434. $instance->addListener('console.terminate', [0 => function () {
  1435. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1436. }, 1 => 'onTerminate'], -255);
  1437. $instance->addListener('console.error', [0 => function () {
  1438. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1439. }, 1 => 'onConsoleError'], 0);
  1440. $instance->addListener('console.terminate', [0 => function () {
  1441. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1442. }, 1 => 'onConsoleTerminate'], 0);
  1443. $instance->addListener('kernel.controller', [0 => function () {
  1444. return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1445. }, 1 => 'onKernelController'], 0);
  1446. $instance->addListener('kernel.controller', [0 => function () {
  1447. return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1448. }, 1 => 'onKernelController'], 0);
  1449. $instance->addListener('kernel.controller', [0 => function () {
  1450. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1451. }, 1 => 'onKernelController'], -128);
  1452. $instance->addListener('kernel.view', [0 => function () {
  1453. return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1454. }, 1 => 'onKernelView'], 0);
  1455. $instance->addListener('kernel.controller', [0 => function () {
  1456. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1457. }, 1 => 'onKernelController'], 0);
  1458. $instance->addListener('kernel.response', [0 => function () {
  1459. return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1460. }, 1 => 'onKernelResponse'], 0);
  1461. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1462. return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1463. }, 1 => 'onKernelControllerArguments'], 0);
  1464. $instance->addListener('kernel.controller_arguments', [0 => function () {
  1465. return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1466. }, 1 => 'onKernelControllerArguments'], 0);
  1467. $instance->addListener('kernel.finish_request', [0 => function () {
  1468. return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1469. }, 1 => 'resetAssets'], 0);
  1470. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  1471. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1472. }, 1 => 'checkPassport'], 512);
  1473. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  1474. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1475. }, 1 => 'onLogout'], 0);
  1476. return $instance;
  1477. }
  1478. /**
  1479. * Gets the public 'http_kernel' shared service.
  1480. *
  1481. * @return \Symfony\Component\HttpKernel\HttpKernel
  1482. */
  1483. protected function getHttpKernelService()
  1484. {
  1485. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1486. if (isset($this->services['http_kernel'])) {
  1487. return $this->services['http_kernel'];
  1488. }
  1489. $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1490. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1491. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1492. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1493. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1494. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1495. yield 4 => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1496. yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1497. yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1498. yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1499. yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1500. }, 9)), $b));
  1501. }
  1502. /**
  1503. * Gets the public 'messenger.default_bus' shared service.
  1504. *
  1505. * @return \Symfony\Component\Messenger\TraceableMessageBus
  1506. */
  1507. protected function getMessenger_DefaultBusService()
  1508. {
  1509. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1510. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1511. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1512. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1513. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1514. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1515. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1516. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1517. }, 7)));
  1518. }
  1519. /**
  1520. * Gets the public 'monolog.logger.deprecation' shared service.
  1521. *
  1522. * @return \Symfony\Bridge\Monolog\Logger
  1523. */
  1524. protected function getMonolog_Logger_DeprecationService()
  1525. {
  1526. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1527. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1528. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1529. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1530. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1531. return $instance;
  1532. }
  1533. /**
  1534. * Gets the public 'request_stack' shared service.
  1535. *
  1536. * @return \Symfony\Component\HttpFoundation\RequestStack
  1537. */
  1538. protected function getRequestStackService()
  1539. {
  1540. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1541. }
  1542. /**
  1543. * Gets the public 'router' shared service.
  1544. *
  1545. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1546. */
  1547. protected function getRouterService()
  1548. {
  1549. $a = new \Symfony\Bridge\Monolog\Logger('router');
  1550. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1551. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1552. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1553. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1554. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1555. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
  1556. ], [
  1557. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1558. ]))->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');
  1559. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1560. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1561. return $instance;
  1562. }
  1563. /**
  1564. * Gets the public 'translator' shared service.
  1565. *
  1566. * @return \Symfony\Component\Translation\DataCollectorTranslator
  1567. */
  1568. protected function getTranslatorService()
  1569. {
  1570. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1571. }
  1572. /**
  1573. * Gets the public 'var_dumper.cloner' shared service.
  1574. *
  1575. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1576. */
  1577. protected function getVarDumper_ClonerService()
  1578. {
  1579. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1580. $instance->setMaxItems(2500);
  1581. $instance->setMinDepth(1);
  1582. $instance->setMaxString(-1);
  1583. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1584. return $instance;
  1585. }
  1586. /**
  1587. * Gets the private '.debug.http_client' shared service.
  1588. *
  1589. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1590. */
  1591. protected function get_Debug_HttpClientService()
  1592. {
  1593. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1594. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1595. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1596. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1597. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1598. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1599. $a->setLogger($b);
  1600. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1601. }
  1602. /**
  1603. * Gets the private '.service_locator.fPFDSMP' shared service.
  1604. *
  1605. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1606. */
  1607. protected function get_ServiceLocator_FPFDSMPService()
  1608. {
  1609. return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1610. 'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
  1611. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
  1612. 'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
  1613. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
  1614. ], [
  1615. 'security.firewall.map.context.api' => '?',
  1616. 'security.firewall.map.context.dev' => '?',
  1617. 'security.firewall.map.context.login' => '?',
  1618. 'security.firewall.map.context.main' => '?',
  1619. ]);
  1620. }
  1621. /**
  1622. * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1623. *
  1624. * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1625. */
  1626. protected function getResetAssetsEventListenerService()
  1627. {
  1628. return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
  1629. }
  1630. /**
  1631. * Gets the private 'annotations.cache_adapter' shared service.
  1632. *
  1633. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1634. */
  1635. protected function getAnnotations_CacheAdapterService()
  1636. {
  1637. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1638. }
  1639. /**
  1640. * Gets the private 'annotations.cached_reader' shared service.
  1641. *
  1642. * @return \Doctrine\Common\Annotations\PsrCachedReader
  1643. */
  1644. protected function getAnnotations_CachedReaderService()
  1645. {
  1646. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1647. }
  1648. /**
  1649. * Gets the private 'annotations.reader' shared service.
  1650. *
  1651. * @return \Doctrine\Common\Annotations\AnnotationReader
  1652. */
  1653. protected function getAnnotations_ReaderService()
  1654. {
  1655. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1656. $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1657. $a->registerUniqueLoader('class_exists');
  1658. $instance->addGlobalIgnoredName('required', $a);
  1659. return $instance;
  1660. }
  1661. /**
  1662. * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1663. *
  1664. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1665. */
  1666. protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1667. {
  1668. return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jg21AjhbhK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1669. }
  1670. /**
  1671. * Gets the private 'api_platform.cache.metadata.property' shared service.
  1672. *
  1673. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1674. */
  1675. protected function getApiPlatform_Cache_Metadata_PropertyService()
  1676. {
  1677. return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zMexvN+1Vy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1678. }
  1679. /**
  1680. * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1681. *
  1682. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1683. */
  1684. protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1685. {
  1686. return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GVBCMc5xEM', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1687. }
  1688. /**
  1689. * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1690. *
  1691. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1692. */
  1693. protected function getApiPlatform_Cache_Metadata_ResourceService()
  1694. {
  1695. return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yAbBLH1UKG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1696. }
  1697. /**
  1698. * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1699. *
  1700. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1701. */
  1702. protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1703. {
  1704. return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lr3djvE2Vf', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1705. }
  1706. /**
  1707. * Gets the private 'api_platform.cache.metadata.resource_collection' shared service.
  1708. *
  1709. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1710. */
  1711. protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  1712. {
  1713. return $this->privates['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ljun65pRvG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1714. }
  1715. /**
  1716. * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1717. *
  1718. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1719. */
  1720. protected function getApiPlatform_Cache_RouteNameResolverService()
  1721. {
  1722. return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rI55ZV-cN9', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1723. }
  1724. /**
  1725. * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1726. *
  1727. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1728. */
  1729. protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1730. {
  1731. return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0Zjs9jHZWJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1732. }
  1733. /**
  1734. * Gets the private 'api_platform.collection_data_provider' shared service.
  1735. *
  1736. * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  1737. */
  1738. protected function getApiPlatform_CollectionDataProviderService()
  1739. {
  1740. return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1741. yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1742. }, 1));
  1743. }
  1744. /**
  1745. * Gets the private 'api_platform.data_persister' shared service.
  1746. *
  1747. * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  1748. */
  1749. protected function getApiPlatform_DataPersisterService()
  1750. {
  1751. return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1752. yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  1753. yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1754. }, 2));
  1755. }
  1756. /**
  1757. * Gets the private 'api_platform.filter_locator' shared service.
  1758. *
  1759. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1760. */
  1761. protected function getApiPlatform_FilterLocatorService()
  1762. {
  1763. return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1764. 'annotated_app_entity_commune_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_commune_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityCommuneApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1765. 'annotated_app_entity_entreprise_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_entreprise_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityEntrepriseApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1766. 'annotated_app_entity_ferti_min_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_ferti_min_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityFertiMinApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1767. 'annotated_app_entity_ferti_org_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_ferti_org_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityFertiOrgApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1768. 'annotated_app_entity_intervention_api_platform_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_intervention_api_platform_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityInterventionApiPlatformDoctrineOrmFilterDateFilterService', true],
  1769. 'annotated_app_entity_materiel_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_materiel_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityMaterielApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1770. 'annotated_app_entity_parametrage_api_platform_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_parametrage_api_platform_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityParametrageApiPlatformDoctrineOrmFilterSearchFilterService', true],
  1771. ], [
  1772. 'annotated_app_entity_commune_api_platform_doctrine_orm_filter_search_filter' => '?',
  1773. 'annotated_app_entity_entreprise_api_platform_doctrine_orm_filter_search_filter' => '?',
  1774. 'annotated_app_entity_ferti_min_api_platform_doctrine_orm_filter_search_filter' => '?',
  1775. 'annotated_app_entity_ferti_org_api_platform_doctrine_orm_filter_search_filter' => '?',
  1776. 'annotated_app_entity_intervention_api_platform_doctrine_orm_filter_date_filter' => '?',
  1777. 'annotated_app_entity_materiel_api_platform_doctrine_orm_filter_search_filter' => '?',
  1778. 'annotated_app_entity_parametrage_api_platform_doctrine_orm_filter_search_filter' => '?',
  1779. ]);
  1780. }
  1781. /**
  1782. * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1783. *
  1784. * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1785. */
  1786. protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1787. {
  1788. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1789. if (isset($this->privates['api_platform.http_cache.listener.response.configure'])) {
  1790. return $this->privates['api_platform.http_cache.listener.response.configure'];
  1791. }
  1792. 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, $a);
  1793. }
  1794. /**
  1795. * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1796. *
  1797. * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  1798. */
  1799. protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1800. {
  1801. $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1802. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1803. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1804. }
  1805. $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1806. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1807. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1808. }
  1809. $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1810. if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1811. return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1812. }
  1813. return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a, $b, $c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1814. }
  1815. /**
  1816. * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1817. *
  1818. * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1819. */
  1820. protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1821. {
  1822. return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1823. }
  1824. /**
  1825. * Gets the private 'api_platform.identifier.converter' shared service.
  1826. *
  1827. * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1828. */
  1829. protected function getApiPlatform_Identifier_ConverterService()
  1830. {
  1831. 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 () {
  1832. yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  1833. yield 1 => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  1834. }, 2));
  1835. }
  1836. /**
  1837. * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1838. *
  1839. * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1840. */
  1841. protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1842. {
  1843. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1844. if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  1845. return $this->privates['api_platform.identifiers_extractor.cached'];
  1846. }
  1847. $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1848. $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1849. 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, false), $b, $c);
  1850. }
  1851. /**
  1852. * Gets the private 'api_platform.iri_converter' shared service.
  1853. *
  1854. * @return \ApiPlatform\Core\Api\LegacyIriConverter
  1855. */
  1856. protected function getApiPlatform_IriConverterService()
  1857. {
  1858. $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1859. if (isset($this->privates['api_platform.iri_converter'])) {
  1860. return $this->privates['api_platform.iri_converter'];
  1861. }
  1862. $b = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  1863. if (isset($this->privates['api_platform.iri_converter'])) {
  1864. return $this->privates['api_platform.iri_converter'];
  1865. }
  1866. return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter($a, $b);
  1867. }
  1868. /**
  1869. * Gets the private 'api_platform.item_data_provider' shared service.
  1870. *
  1871. * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  1872. */
  1873. protected function getApiPlatform_ItemDataProviderService()
  1874. {
  1875. return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  1876. yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  1877. }, 1));
  1878. }
  1879. /**
  1880. * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1881. *
  1882. * @return \ApiPlatform\JsonSchema\TypeFactory
  1883. */
  1884. protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1885. {
  1886. $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1887. $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1888. return $instance;
  1889. }
  1890. /**
  1891. * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1892. *
  1893. * @return \ApiPlatform\JsonLd\ContextBuilder
  1894. */
  1895. protected function getApiPlatform_Jsonld_ContextBuilderService()
  1896. {
  1897. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1898. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  1899. return $this->privates['api_platform.jsonld.context_builder'];
  1900. }
  1901. $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1902. if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  1903. return $this->privates['api_platform.jsonld.context_builder'];
  1904. }
  1905. return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a, $b, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  1906. }
  1907. /**
  1908. * Gets the private 'api_platform.listener.request.add_format' shared service.
  1909. *
  1910. * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1911. */
  1912. protected function getApiPlatform_Listener_Request_AddFormatService()
  1913. {
  1914. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1915. if (isset($this->privates['api_platform.listener.request.add_format'])) {
  1916. return $this->privates['api_platform.listener.request.add_format'];
  1917. }
  1918. return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $a, $this->parameters['api_platform.formats']);
  1919. }
  1920. /**
  1921. * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1922. *
  1923. * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1924. */
  1925. protected function getApiPlatform_Listener_Request_DeserializeService()
  1926. {
  1927. $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1928. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  1929. return $this->privates['api_platform.listener.request.deserialize'];
  1930. }
  1931. $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1932. if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  1933. return $this->privates['api_platform.listener.request.deserialize'];
  1934. }
  1935. return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), $b);
  1936. }
  1937. /**
  1938. * Gets the private 'api_platform.listener.request.read' shared service.
  1939. *
  1940. * @return \ApiPlatform\Symfony\EventListener\ReadListener
  1941. */
  1942. protected function getApiPlatform_Listener_Request_ReadService()
  1943. {
  1944. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1945. if (isset($this->privates['api_platform.listener.request.read'])) {
  1946. return $this->privates['api_platform.listener.request.read'];
  1947. }
  1948. return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), $a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  1949. }
  1950. /**
  1951. * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1952. *
  1953. * @return \ApiPlatform\Core\EventListener\ReadListener
  1954. */
  1955. protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1956. {
  1957. $a = ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService());
  1958. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1959. return $this->privates['api_platform.listener.request.read.legacy'];
  1960. }
  1961. $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  1962. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1963. return $this->privates['api_platform.listener.request.read.legacy'];
  1964. }
  1965. $c = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  1966. if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1967. return $this->privates['api_platform.listener.request.read.legacy'];
  1968. }
  1969. return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), $c, ($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()), NULL, false);
  1970. }
  1971. /**
  1972. * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1973. *
  1974. * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1975. */
  1976. protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1977. {
  1978. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1979. if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  1980. return $this->privates['api_platform.listener.view.validate_query_parameters'];
  1981. }
  1982. return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($a, new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  1983. }
  1984. /**
  1985. * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1986. *
  1987. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1988. */
  1989. protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1990. {
  1991. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1992. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  1993. return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  1994. }
  1995. $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1996. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  1997. return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  1998. }
  1999. return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2000. yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2001. yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2002. yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2003. 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\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2004. yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2005. yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2006. 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\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2007. yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2008. yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2009. yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2010. yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2011. yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2012. yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2013. }, 13)));
  2014. }
  2015. /**
  2016. * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2017. *
  2018. * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2019. */
  2020. protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2021. {
  2022. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2023. if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2024. return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2025. }
  2026. $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2027. 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\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($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, 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($a, 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())))))));
  2028. }
  2029. /**
  2030. * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2031. *
  2032. * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2033. */
  2034. protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2035. {
  2036. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2037. if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2038. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2039. }
  2040. return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2041. }
  2042. /**
  2043. * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2044. *
  2045. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2046. */
  2047. protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2048. {
  2049. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2050. if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2051. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2052. }
  2053. $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2054. if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2055. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2056. }
  2057. $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2058. if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2059. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2060. }
  2061. $d = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2062. if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2063. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2064. }
  2065. $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2066. if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2067. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2068. }
  2069. $f = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2070. $g = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($f, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($c)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2071. $h = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2072. return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($f, new \ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($g, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($g, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory($d, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL, $h, $this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $e, $this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $h), $this->parameters['api_platform.defaults'], $h)))))), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())))))));
  2073. }
  2074. /**
  2075. * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2076. *
  2077. * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2078. */
  2079. protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2080. {
  2081. $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2082. 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']));
  2083. }
  2084. /**
  2085. * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2086. *
  2087. * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2088. */
  2089. protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2090. {
  2091. 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.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], 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.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2092. }
  2093. /**
  2094. * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2095. *
  2096. * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2097. */
  2098. protected function getApiPlatform_OperationPathResolver_CustomService()
  2099. {
  2100. 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()))));
  2101. }
  2102. /**
  2103. * Gets the private 'api_platform.resource_class_resolver' shared service.
  2104. *
  2105. * @return \ApiPlatform\Api\ResourceClassResolver
  2106. */
  2107. protected function getApiPlatform_ResourceClassResolverService()
  2108. {
  2109. 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()));
  2110. }
  2111. /**
  2112. * Gets the private 'api_platform.router' shared service.
  2113. *
  2114. * @return \ApiPlatform\Symfony\Routing\Router
  2115. */
  2116. protected function getApiPlatform_RouterService()
  2117. {
  2118. $a = ($this->services['router'] ?? $this->getRouterService());
  2119. if (isset($this->privates['api_platform.router'])) {
  2120. return $this->privates['api_platform.router'];
  2121. }
  2122. return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
  2123. }
  2124. /**
  2125. * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2126. *
  2127. * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2128. */
  2129. protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2130. {
  2131. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2132. if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2133. return $this->privates['api_platform.security.listener.request.deny_access'];
  2134. }
  2135. $b = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2136. if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2137. return $this->privates['api_platform.security.listener.request.deny_access'];
  2138. }
  2139. return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener($a, $b);
  2140. }
  2141. /**
  2142. * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2143. *
  2144. * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2145. */
  2146. protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2147. {
  2148. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2149. if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2150. return $this->privates['api_platform.security.resource_access_checker'];
  2151. }
  2152. 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);
  2153. }
  2154. /**
  2155. * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2156. *
  2157. * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2158. */
  2159. protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2160. {
  2161. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2162. if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2163. return $this->privates['api_platform.serializer.context_builder.filter'];
  2164. }
  2165. 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));
  2166. }
  2167. /**
  2168. * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2169. *
  2170. * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2171. */
  2172. protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2173. {
  2174. 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()))])));
  2175. }
  2176. /**
  2177. * Gets the private 'api_platform.state_provider.locator' shared service.
  2178. *
  2179. * @return \ApiPlatform\State\CallableProvider
  2180. */
  2181. protected function getApiPlatform_StateProvider_LocatorService()
  2182. {
  2183. return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2184. 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates', 'api_platform.doctrine.orm.state.collection_provider', 'getApiPlatform_Doctrine_Orm_State_CollectionProviderService', true],
  2185. 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates', 'api_platform.doctrine.orm.state.item_provider', 'getApiPlatform_Doctrine_Orm_State_ItemProviderService', true],
  2186. 'api_platform.doctrine.orm.state.collection_provider' => ['privates', 'api_platform.doctrine.orm.state.collection_provider', 'getApiPlatform_Doctrine_Orm_State_CollectionProviderService', true],
  2187. 'api_platform.doctrine.orm.state.item_provider' => ['privates', 'api_platform.doctrine.orm.state.item_provider', 'getApiPlatform_Doctrine_Orm_State_ItemProviderService', true],
  2188. ], [
  2189. 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2190. 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2191. 'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2192. 'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2193. ]));
  2194. }
  2195. /**
  2196. * Gets the private 'api_platform.subresource_data_provider' shared service.
  2197. *
  2198. * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2199. */
  2200. protected function getApiPlatform_SubresourceDataProviderService()
  2201. {
  2202. return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2203. yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2204. }, 1));
  2205. }
  2206. /**
  2207. * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2208. *
  2209. * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2210. */
  2211. protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2212. {
  2213. $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2214. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2215. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2216. }
  2217. $b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2218. if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2219. return $this->privates['api_platform.subresource_operation_factory.cached'];
  2220. }
  2221. 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, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
  2222. }
  2223. /**
  2224. * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2225. *
  2226. * @return \ApiPlatform\Symfony\Routing\IriConverter
  2227. */
  2228. protected function getApiPlatform_Symfony_IriConverterService()
  2229. {
  2230. $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2231. if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2232. return $this->privates['api_platform.symfony.iri_converter'];
  2233. }
  2234. $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2235. if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2236. return $this->privates['api_platform.symfony.iri_converter'];
  2237. }
  2238. $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2239. if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2240. return $this->privates['api_platform.symfony.iri_converter'];
  2241. }
  2242. $d = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
  2243. if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2244. return $this->privates['api_platform.symfony.iri_converter'];
  2245. }
  2246. $e = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2247. return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b, $e, $c, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e, $b, $d, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2248. }
  2249. /**
  2250. * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2251. *
  2252. * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2253. */
  2254. protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2255. {
  2256. return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2257. }
  2258. /**
  2259. * Gets the private 'api_platform.uri_variables.converter' shared service.
  2260. *
  2261. * @return \ApiPlatform\Api\UriVariablesConverter
  2262. */
  2263. protected function getApiPlatform_UriVariables_ConverterService()
  2264. {
  2265. $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2266. if (isset($this->privates['api_platform.uri_variables.converter'])) {
  2267. return $this->privates['api_platform.uri_variables.converter'];
  2268. }
  2269. return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a, new RewindableGenerator(function () {
  2270. yield 0 => ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UlidUriVariableTransformer()));
  2271. yield 1 => ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UuidUriVariableTransformer()));
  2272. yield 2 => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2273. yield 3 => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2274. }, 4));
  2275. }
  2276. /**
  2277. * Gets the private 'assets.packages' shared service.
  2278. *
  2279. * @return \Symfony\Component\Asset\Packages
  2280. */
  2281. protected function getAssets_PackagesService()
  2282. {
  2283. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2284. return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2285. return new \EmptyIterator();
  2286. }, 0));
  2287. }
  2288. /**
  2289. * Gets the private 'cache.annotations' shared service.
  2290. *
  2291. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2292. */
  2293. protected function getCache_AnnotationsService()
  2294. {
  2295. return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DIZ2EIOaQp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2296. }
  2297. /**
  2298. * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2299. *
  2300. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2301. */
  2302. protected function getCache_Doctrine_Orm_Default_QueryService()
  2303. {
  2304. return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2305. }
  2306. /**
  2307. * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2308. *
  2309. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2310. */
  2311. protected function getCache_Doctrine_Orm_Default_ResultService()
  2312. {
  2313. return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2314. }
  2315. /**
  2316. * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2317. *
  2318. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2319. */
  2320. protected function getCache_Messenger_RestartWorkersSignalService()
  2321. {
  2322. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('YtViP+eoa6', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  2323. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2324. return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2325. }
  2326. /**
  2327. * Gets the private 'cache.property_info' shared service.
  2328. *
  2329. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2330. */
  2331. protected function getCache_PropertyInfoService()
  2332. {
  2333. return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QrAXdqPpeO', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2334. }
  2335. /**
  2336. * Gets the private 'cache.security_expression_language' shared service.
  2337. *
  2338. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2339. */
  2340. protected function getCache_SecurityExpressionLanguageService()
  2341. {
  2342. return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VK14E6WLUb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2343. }
  2344. /**
  2345. * Gets the private 'cache.serializer' shared service.
  2346. *
  2347. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2348. */
  2349. protected function getCache_SerializerService()
  2350. {
  2351. return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T8Bv9tFm6l', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2352. }
  2353. /**
  2354. * Gets the private 'cache.validator' shared service.
  2355. *
  2356. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2357. */
  2358. protected function getCache_ValidatorService()
  2359. {
  2360. return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6bqI95eXNe', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2361. }
  2362. /**
  2363. * Gets the private 'cache.webpack_encore' shared service.
  2364. *
  2365. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2366. */
  2367. protected function getCache_WebpackEncoreService()
  2368. {
  2369. return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mCivucaSd7', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2370. }
  2371. /**
  2372. * Gets the private 'config_cache_factory' shared service.
  2373. *
  2374. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2375. */
  2376. protected function getConfigCacheFactoryService()
  2377. {
  2378. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2379. 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)));
  2380. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2381. }, 2));
  2382. }
  2383. /**
  2384. * Gets the private 'data_collector.form' shared service.
  2385. *
  2386. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2387. */
  2388. protected function getDataCollector_FormService()
  2389. {
  2390. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2391. }
  2392. /**
  2393. * Gets the private 'data_collector.request' shared service.
  2394. *
  2395. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2396. */
  2397. protected function getDataCollector_RequestService()
  2398. {
  2399. 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())));
  2400. }
  2401. /**
  2402. * Gets the private 'debug.debug_handlers_listener' shared service.
  2403. *
  2404. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2405. */
  2406. protected function getDebug_DebugHandlersListenerService()
  2407. {
  2408. $a = new \Symfony\Bridge\Monolog\Logger('php');
  2409. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2410. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2411. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2412. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2413. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2414. }
  2415. /**
  2416. * Gets the private 'debug.file_link_formatter' shared service.
  2417. *
  2418. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2419. */
  2420. protected function getDebug_FileLinkFormatterService()
  2421. {
  2422. 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 () {
  2423. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2424. });
  2425. }
  2426. /**
  2427. * Gets the private 'debug.log_processor' shared service.
  2428. *
  2429. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2430. */
  2431. protected function getDebug_LogProcessorService()
  2432. {
  2433. 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())));
  2434. }
  2435. /**
  2436. * Gets the private 'debug.security.access.decision_manager' shared service.
  2437. *
  2438. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2439. */
  2440. protected function getDebug_Security_Access_DecisionManagerService()
  2441. {
  2442. 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 () {
  2443. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2444. yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2445. yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2446. }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2447. }
  2448. /**
  2449. * Gets the private 'debug.security.firewall' shared service.
  2450. *
  2451. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2452. */
  2453. protected function getDebug_Security_FirewallService()
  2454. {
  2455. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2456. if (isset($this->privates['debug.security.firewall'])) {
  2457. return $this->privates['debug.security.firewall'];
  2458. }
  2459. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2460. if (isset($this->privates['debug.security.firewall'])) {
  2461. return $this->privates['debug.security.firewall'];
  2462. }
  2463. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2464. }
  2465. /**
  2466. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2467. *
  2468. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2469. */
  2470. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2471. {
  2472. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2473. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
  2474. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
  2475. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
  2476. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
  2477. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
  2478. ], [
  2479. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2480. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2481. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2482. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2483. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2484. ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2485. }
  2486. /**
  2487. * Gets the private 'exception_listener' shared service.
  2488. *
  2489. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2490. */
  2491. protected function getExceptionListenerService()
  2492. {
  2493. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2494. }
  2495. /**
  2496. * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2497. *
  2498. * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2499. */
  2500. protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2501. {
  2502. return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2503. }
  2504. /**
  2505. * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2506. *
  2507. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2508. */
  2509. protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2510. {
  2511. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2512. if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2513. return $this->privates['framework_extra_bundle.event.is_granted'];
  2514. }
  2515. return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2516. }
  2517. /**
  2518. * Gets the private 'locale_aware_listener' shared service.
  2519. *
  2520. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2521. */
  2522. protected function getLocaleAwareListenerService()
  2523. {
  2524. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2525. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2526. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2527. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2528. }
  2529. /**
  2530. * Gets the private 'locale_listener' shared service.
  2531. *
  2532. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2533. */
  2534. protected function getLocaleListenerService()
  2535. {
  2536. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2537. }
  2538. /**
  2539. * Gets the private 'mime_types' shared service.
  2540. *
  2541. * @return \Symfony\Component\Mime\MimeTypes
  2542. */
  2543. protected function getMimeTypesService()
  2544. {
  2545. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2546. $instance->setDefault($instance);
  2547. return $instance;
  2548. }
  2549. /**
  2550. * Gets the private 'monolog.handler.console' shared service.
  2551. *
  2552. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2553. */
  2554. protected function getMonolog_Handler_ConsoleService()
  2555. {
  2556. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  2557. }
  2558. /**
  2559. * Gets the private 'monolog.handler.main' shared service.
  2560. *
  2561. * @return \Monolog\Handler\StreamHandler
  2562. */
  2563. protected function getMonolog_Handler_MainService()
  2564. {
  2565. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
  2566. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2567. return $instance;
  2568. }
  2569. /**
  2570. * Gets the private 'monolog.logger' shared service.
  2571. *
  2572. * @return \Symfony\Bridge\Monolog\Logger
  2573. */
  2574. protected function getMonolog_LoggerService()
  2575. {
  2576. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2577. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2578. $instance->useMicrosecondTimestamps(true);
  2579. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2580. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2581. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2582. return $instance;
  2583. }
  2584. /**
  2585. * Gets the private 'monolog.logger.cache' shared service.
  2586. *
  2587. * @return \Symfony\Bridge\Monolog\Logger
  2588. */
  2589. protected function getMonolog_Logger_CacheService()
  2590. {
  2591. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2592. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2593. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2594. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2595. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2596. return $instance;
  2597. }
  2598. /**
  2599. * Gets the private 'monolog.logger.request' shared service.
  2600. *
  2601. * @return \Symfony\Bridge\Monolog\Logger
  2602. */
  2603. protected function getMonolog_Logger_RequestService()
  2604. {
  2605. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2606. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2607. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2608. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2609. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2610. return $instance;
  2611. }
  2612. /**
  2613. * Gets the private 'monolog.logger.security' shared service.
  2614. *
  2615. * @return \Symfony\Bridge\Monolog\Logger
  2616. */
  2617. protected function getMonolog_Logger_SecurityService()
  2618. {
  2619. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2620. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2621. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2622. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2623. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2624. return $instance;
  2625. }
  2626. /**
  2627. * Gets the private 'nelmio_cors.cors_listener' shared service.
  2628. *
  2629. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2630. */
  2631. protected function getNelmioCors_CorsListenerService()
  2632. {
  2633. 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'))]));
  2634. }
  2635. /**
  2636. * Gets the private 'parameter_bag' shared service.
  2637. *
  2638. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2639. */
  2640. protected function getParameterBagService()
  2641. {
  2642. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2643. }
  2644. /**
  2645. * Gets the private 'profiler_listener' shared service.
  2646. *
  2647. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2648. */
  2649. protected function getProfilerListenerService()
  2650. {
  2651. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2652. if (isset($this->privates['profiler_listener'])) {
  2653. return $this->privates['profiler_listener'];
  2654. }
  2655. 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);
  2656. }
  2657. /**
  2658. * Gets the private 'property_accessor' shared service.
  2659. *
  2660. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2661. */
  2662. protected function getPropertyAccessorService()
  2663. {
  2664. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2665. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  2666. }
  2667. /**
  2668. * Gets the private 'property_info' shared service.
  2669. *
  2670. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2671. */
  2672. protected function getPropertyInfoService()
  2673. {
  2674. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2675. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2676. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2677. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2678. }, 3), new RewindableGenerator(function () {
  2679. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2680. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2681. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2682. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2683. }, 4), new RewindableGenerator(function () {
  2684. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2685. }, 1), new RewindableGenerator(function () {
  2686. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2687. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2688. }, 2), new RewindableGenerator(function () {
  2689. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2690. }, 1));
  2691. }
  2692. /**
  2693. * Gets the private 'router.expression_language_provider' shared service.
  2694. *
  2695. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2696. */
  2697. protected function getRouter_ExpressionLanguageProviderService()
  2698. {
  2699. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2700. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
  2701. ], [
  2702. 'env' => 'Closure',
  2703. ]));
  2704. }
  2705. /**
  2706. * Gets the private 'router.request_context' shared service.
  2707. *
  2708. * @return \Symfony\Component\Routing\RequestContext
  2709. */
  2710. protected function getRouter_RequestContextService()
  2711. {
  2712. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  2713. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2714. return $instance;
  2715. }
  2716. /**
  2717. * Gets the private 'router_listener' shared service.
  2718. *
  2719. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2720. */
  2721. protected function getRouterListenerService()
  2722. {
  2723. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  2724. }
  2725. /**
  2726. * Gets the private 'security.context_listener.0' shared service.
  2727. *
  2728. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2729. */
  2730. protected function getSecurity_ContextListener_0Service()
  2731. {
  2732. 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 () {
  2733. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2734. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  2735. }
  2736. /**
  2737. * Gets the private 'security.event_dispatcher.main' shared service.
  2738. *
  2739. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2740. */
  2741. protected function getSecurity_EventDispatcher_MainService()
  2742. {
  2743. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2744. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2745. return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2746. }, 1 => 'checkPassport'], 2048);
  2747. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2748. return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2749. }, 1 => 'onSuccessfulLogin'], 0);
  2750. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2751. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2752. }, 1 => 'preCheckCredentials'], 256);
  2753. $instance->addListener('security.authentication.success', [0 => function () {
  2754. return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2755. }, 1 => 'postCheckCredentials'], 256);
  2756. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2757. return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2758. }, 1 => 'checkPassport'], 1024);
  2759. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2760. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2761. }, 1 => 'checkPassport'], 0);
  2762. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  2763. return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2764. }, 1 => 'onLoginSuccess'], 0);
  2765. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  2766. return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2767. }, 1 => 'checkPassport'], 512);
  2768. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  2769. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2770. }, 1 => 'onLogout'], 0);
  2771. return $instance;
  2772. }
  2773. /**
  2774. * Gets the private 'security.expression_language' shared service.
  2775. *
  2776. * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2777. */
  2778. protected function getSecurity_ExpressionLanguageService()
  2779. {
  2780. $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2781. $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2782. return $instance;
  2783. }
  2784. /**
  2785. * Gets the private 'security.firewall.map' shared service.
  2786. *
  2787. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2788. */
  2789. protected function getSecurity_Firewall_MapService()
  2790. {
  2791. $a = ($this->privates['.service_locator.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
  2792. if (isset($this->privates['security.firewall.map'])) {
  2793. return $this->privates['security.firewall.map'];
  2794. }
  2795. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2796. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2797. yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2798. yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2799. yield 'security.firewall.map.context.main' => NULL;
  2800. }, 4));
  2801. }
  2802. /**
  2803. * Gets the private 'security.logout_url_generator' shared service.
  2804. *
  2805. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2806. */
  2807. protected function getSecurity_LogoutUrlGeneratorService()
  2808. {
  2809. return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2810. }
  2811. /**
  2812. * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2813. *
  2814. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2815. */
  2816. protected function getSensioFrameworkExtra_Controller_ListenerService()
  2817. {
  2818. return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2819. }
  2820. /**
  2821. * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2822. *
  2823. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2824. */
  2825. protected function getSensioFrameworkExtra_Converter_ListenerService()
  2826. {
  2827. $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2828. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
  2829. $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
  2830. return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
  2831. }
  2832. /**
  2833. * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2834. *
  2835. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2836. */
  2837. protected function getSensioFrameworkExtra_Security_ListenerService()
  2838. {
  2839. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2840. if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2841. return $this->privates['sensio_framework_extra.security.listener'];
  2842. }
  2843. $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2844. $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2845. return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2846. }
  2847. /**
  2848. * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2849. *
  2850. * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2851. */
  2852. protected function getSensioFrameworkExtra_View_ListenerService()
  2853. {
  2854. $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
  2855. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2856. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  2857. ], [
  2858. 'twig' => '?',
  2859. ]))->withContext('sensio_framework_extra.view.listener', $this));
  2860. return $instance;
  2861. }
  2862. /**
  2863. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2864. *
  2865. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2866. */
  2867. protected function getSerializer_NameConverter_MetadataAwareService()
  2868. {
  2869. 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()));
  2870. }
  2871. /**
  2872. * Gets the private 'session_listener' shared service.
  2873. *
  2874. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2875. */
  2876. protected function getSessionListenerService()
  2877. {
  2878. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2879. 'initialized_session' => ['services', '.container.private.session', NULL, true],
  2880. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  2881. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  2882. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
  2883. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
  2884. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
  2885. ], [
  2886. 'initialized_session' => '?',
  2887. 'logger' => '?',
  2888. 'request_stack' => '?',
  2889. 'session' => '?',
  2890. 'session_collector' => '?',
  2891. 'session_factory' => '?',
  2892. ]), true, $this->parameters['session.storage.options']);
  2893. }
  2894. /**
  2895. * Gets the private 'translator.default' shared service.
  2896. *
  2897. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2898. */
  2899. protected function getTranslator_DefaultService()
  2900. {
  2901. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2902. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
  2903. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
  2904. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
  2905. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
  2906. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
  2907. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
  2908. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
  2909. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
  2910. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
  2911. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
  2912. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
  2913. ], [
  2914. 'translation.loader.csv' => '?',
  2915. 'translation.loader.dat' => '?',
  2916. 'translation.loader.ini' => '?',
  2917. 'translation.loader.json' => '?',
  2918. 'translation.loader.mo' => '?',
  2919. 'translation.loader.php' => '?',
  2920. 'translation.loader.po' => '?',
  2921. 'translation.loader.qt' => '?',
  2922. 'translation.loader.res' => '?',
  2923. 'translation.loader.xliff' => '?',
  2924. 'translation.loader.yml' => '?',
  2925. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/doctrine/doctrine-bundle/translations', 6 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 7 => 'vendor/symfony/debug-bundle/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/symfony/web-profiler-bundle/translations', 10 => 'vendor/twig/extra-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/maker-bundle/src/translations', 14 => 'vendor/sensio/framework-extra-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 16 => 'vendor/nelmio/cors-bundle/translations', 17 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 18 => 'vendor/lexik/jwt-authentication-bundle/translations', 19 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  2926. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2927. $instance->setFallbackLocales([0 => 'en']);
  2928. return $instance;
  2929. }
  2930. /**
  2931. * Gets the private 'validator.builder' shared service.
  2932. *
  2933. * @return \Symfony\Component\Validator\ValidatorBuilder
  2934. */
  2935. protected function getValidator_BuilderService()
  2936. {
  2937. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2938. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2939. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2940. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2941. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2942. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
  2943. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2944. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
  2945. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
  2946. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
  2947. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
  2948. ], [
  2949. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2950. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2951. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2952. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2953. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2954. 'doctrine.orm.validator.unique' => '?',
  2955. 'security.validator.user_password' => '?',
  2956. 'validator.expression' => '?',
  2957. ])));
  2958. if ($this->has('translator')) {
  2959. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2960. }
  2961. $instance->setTranslationDomain('validators');
  2962. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2963. $instance->enableAnnotationMapping(true);
  2964. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2965. $instance->addMethodMapping('loadValidatorMetadata');
  2966. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2967. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
  2968. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2969. return $instance;
  2970. }
  2971. /**
  2972. * Gets the private 'var_dumper.html_dumper' shared service.
  2973. *
  2974. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2975. */
  2976. protected function getVarDumper_HtmlDumperService()
  2977. {
  2978. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  2979. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2980. return $instance;
  2981. }
  2982. /**
  2983. * Gets the private 'var_dumper.server_connection' shared service.
  2984. *
  2985. * @return \Symfony\Component\VarDumper\Server\Connection
  2986. */
  2987. protected function getVarDumper_ServerConnectionService()
  2988. {
  2989. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2990. }
  2991. /**
  2992. * Gets the private 'web_profiler.csp.handler' shared service.
  2993. *
  2994. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2995. */
  2996. protected function getWebProfiler_Csp_HandlerService()
  2997. {
  2998. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2999. }
  3000. /**
  3001. * Gets the private 'web_profiler.debug_toolbar' shared service.
  3002. *
  3003. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3004. */
  3005. protected function getWebProfiler_DebugToolbarService()
  3006. {
  3007. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3008. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3009. return $this->privates['web_profiler.debug_toolbar'];
  3010. }
  3011. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3012. }
  3013. /**
  3014. * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3015. *
  3016. * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3017. */
  3018. protected function getWebpackEncore_EntrypointLookupCollectionService()
  3019. {
  3020. return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3021. '_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
  3022. ], [
  3023. '_default' => '?',
  3024. ]), '_default');
  3025. }
  3026. /**
  3027. * Gets the public 'cache_clearer' alias.
  3028. *
  3029. * @return object The ".container.private.cache_clearer" service.
  3030. */
  3031. protected function getCacheClearerService()
  3032. {
  3033. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3034. return $this->get('.container.private.cache_clearer');
  3035. }
  3036. /**
  3037. * Gets the public 'filesystem' alias.
  3038. *
  3039. * @return object The ".container.private.filesystem" service.
  3040. */
  3041. protected function getFilesystemService()
  3042. {
  3043. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3044. return $this->get('.container.private.filesystem');
  3045. }
  3046. /**
  3047. * Gets the public 'serializer' alias.
  3048. *
  3049. * @return object The ".container.private.serializer" service.
  3050. */
  3051. protected function getSerializerService()
  3052. {
  3053. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3054. return $this->get('.container.private.serializer');
  3055. }
  3056. /**
  3057. * Gets the public 'security.csrf.token_manager' alias.
  3058. *
  3059. * @return object The ".container.private.security.csrf.token_manager" service.
  3060. */
  3061. protected function getSecurity_Csrf_TokenManagerService()
  3062. {
  3063. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3064. return $this->get('.container.private.security.csrf.token_manager');
  3065. }
  3066. /**
  3067. * Gets the public 'form.factory' alias.
  3068. *
  3069. * @return object The ".container.private.form.factory" service.
  3070. */
  3071. protected function getForm_FactoryService()
  3072. {
  3073. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3074. return $this->get('.container.private.form.factory');
  3075. }
  3076. /**
  3077. * Gets the public 'form.type.file' alias.
  3078. *
  3079. * @return object The ".container.private.form.type.file" service.
  3080. */
  3081. protected function getForm_Type_FileService()
  3082. {
  3083. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3084. return $this->get('.container.private.form.type.file');
  3085. }
  3086. /**
  3087. * Gets the public 'profiler' alias.
  3088. *
  3089. * @return object The ".container.private.profiler" service.
  3090. */
  3091. protected function getProfilerService()
  3092. {
  3093. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3094. return $this->get('.container.private.profiler');
  3095. }
  3096. /**
  3097. * Gets the public 'twig' alias.
  3098. *
  3099. * @return object The ".container.private.twig" service.
  3100. */
  3101. protected function getTwigService()
  3102. {
  3103. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3104. return $this->get('.container.private.twig');
  3105. }
  3106. /**
  3107. * Gets the public 'security.authorization_checker' alias.
  3108. *
  3109. * @return object The ".container.private.security.authorization_checker" service.
  3110. */
  3111. protected function getSecurity_AuthorizationCheckerService()
  3112. {
  3113. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3114. return $this->get('.container.private.security.authorization_checker');
  3115. }
  3116. /**
  3117. * Gets the public 'security.token_storage' alias.
  3118. *
  3119. * @return object The ".container.private.security.token_storage" service.
  3120. */
  3121. protected function getSecurity_TokenStorageService()
  3122. {
  3123. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3124. return $this->get('.container.private.security.token_storage');
  3125. }
  3126. /**
  3127. * Gets the public 'security.password_encoder' alias.
  3128. *
  3129. * @return object The ".container.private.security.password_encoder" service.
  3130. */
  3131. protected function getSecurity_PasswordEncoderService()
  3132. {
  3133. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3134. return $this->get('.container.private.security.password_encoder');
  3135. }
  3136. /**
  3137. * Gets the public 'session' alias.
  3138. *
  3139. * @return object The ".container.private.session" service.
  3140. */
  3141. protected function getSessionService()
  3142. {
  3143. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3144. return $this->get('.container.private.session');
  3145. }
  3146. /**
  3147. * Gets the public 'validator' alias.
  3148. *
  3149. * @return object The ".container.private.validator" service.
  3150. */
  3151. protected function getValidatorService()
  3152. {
  3153. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3154. return $this->get('.container.private.validator');
  3155. }
  3156. /**
  3157. * @return array|bool|float|int|string|\UnitEnum|null
  3158. */
  3159. public function getParameter(string $name)
  3160. {
  3161. if (isset($this->buildParameters[$name])) {
  3162. return $this->buildParameters[$name];
  3163. }
  3164. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  3165. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  3166. }
  3167. if (isset($this->loadedDynamicParameters[$name])) {
  3168. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3169. }
  3170. return $this->parameters[$name];
  3171. }
  3172. public function hasParameter(string $name): bool
  3173. {
  3174. if (isset($this->buildParameters[$name])) {
  3175. return true;
  3176. }
  3177. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  3178. }
  3179. public function setParameter(string $name, $value): void
  3180. {
  3181. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3182. }
  3183. public function getParameterBag(): ParameterBagInterface
  3184. {
  3185. if (null === $this->parameterBag) {
  3186. $parameters = $this->parameters;
  3187. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3188. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3189. }
  3190. foreach ($this->buildParameters as $name => $value) {
  3191. $parameters[$name] = $value;
  3192. }
  3193. $this->parameterBag = new FrozenParameterBag($parameters);
  3194. }
  3195. return $this->parameterBag;
  3196. }
  3197. private $loadedDynamicParameters = [
  3198. 'kernel.runtime_environment' => false,
  3199. 'kernel.build_dir' => false,
  3200. 'kernel.cache_dir' => false,
  3201. 'kernel.secret' => false,
  3202. 'debug.container.dump' => false,
  3203. 'serializer.mapping.cache.file' => false,
  3204. 'validator.mapping.cache.file' => false,
  3205. 'profiler.storage.dsn' => false,
  3206. 'doctrine.orm.proxy_dir' => false,
  3207. 'nelmio_cors.defaults' => false,
  3208. 'lexik_jwt_authentication.pass_phrase' => false,
  3209. ];
  3210. private $dynamicParameters = [];
  3211. private function getDynamicParameter(string $name)
  3212. {
  3213. switch ($name) {
  3214. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3215. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  3216. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  3217. case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
  3218. case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3219. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  3220. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  3221. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3222. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3223. case 'nelmio_cors.defaults': $value = [
  3224. 'allow_origin' => [
  3225. 0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3226. ],
  3227. 'allow_credentials' => false,
  3228. 'allow_headers' => [
  3229. 0 => 'content-type',
  3230. 1 => 'authorization',
  3231. ],
  3232. 'allow_private_network' => false,
  3233. 'expose_headers' => [
  3234. 0 => 'Link',
  3235. ],
  3236. 'allow_methods' => [
  3237. 0 => 'GET',
  3238. 1 => 'OPTIONS',
  3239. 2 => 'POST',
  3240. 3 => 'PUT',
  3241. 4 => 'PATCH',
  3242. 5 => 'DELETE',
  3243. ],
  3244. 'max_age' => 3600,
  3245. 'hosts' => [
  3246. ],
  3247. 'origin_regex' => true,
  3248. 'forced_allow_origin_value' => NULL,
  3249. 'skip_same_as_origin' => true,
  3250. ]; break;
  3251. case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
  3252. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  3253. }
  3254. $this->loadedDynamicParameters[$name] = true;
  3255. return $this->dynamicParameters[$name] = $value;
  3256. }
  3257. protected function getDefaultParameters(): array
  3258. {
  3259. return [
  3260. 'kernel.project_dir' => \dirname(__DIR__, 4),
  3261. 'kernel.environment' => 'dev',
  3262. 'kernel.debug' => true,
  3263. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
  3264. 'kernel.bundles' => [
  3265. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3266. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3267. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3268. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3269. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3270. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3271. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3272. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3273. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3274. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3275. 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3276. 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3277. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3278. 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3279. 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3280. 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3281. ],
  3282. 'kernel.bundles_metadata' => [
  3283. 'FrameworkBundle' => [
  3284. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  3285. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3286. ],
  3287. 'DoctrineBundle' => [
  3288. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  3289. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3290. ],
  3291. 'DoctrineMigrationsBundle' => [
  3292. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3293. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3294. ],
  3295. 'DebugBundle' => [
  3296. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  3297. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3298. ],
  3299. 'TwigBundle' => [
  3300. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  3301. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3302. ],
  3303. 'WebProfilerBundle' => [
  3304. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  3305. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3306. ],
  3307. 'TwigExtraBundle' => [
  3308. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  3309. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3310. ],
  3311. 'SecurityBundle' => [
  3312. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  3313. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3314. ],
  3315. 'MonologBundle' => [
  3316. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  3317. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3318. ],
  3319. 'MakerBundle' => [
  3320. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  3321. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3322. ],
  3323. 'SensioFrameworkExtraBundle' => [
  3324. 'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
  3325. 'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3326. ],
  3327. 'DoctrineFixturesBundle' => [
  3328. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3329. 'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3330. ],
  3331. 'NelmioCorsBundle' => [
  3332. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  3333. 'namespace' => 'Nelmio\\CorsBundle',
  3334. ],
  3335. 'ApiPlatformBundle' => [
  3336. 'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3337. 'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3338. ],
  3339. 'LexikJWTAuthenticationBundle' => [
  3340. 'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
  3341. 'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3342. ],
  3343. 'WebpackEncoreBundle' => [
  3344. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
  3345. 'namespace' => 'Symfony\\WebpackEncoreBundle',
  3346. ],
  3347. ],
  3348. 'kernel.charset' => 'UTF-8',
  3349. 'kernel.container_class' => 'App_KernelDevDebugContainer',
  3350. 'event_dispatcher.event_aliases' => [
  3351. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3352. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3353. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3354. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3355. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3356. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3357. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3358. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3359. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3360. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3361. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3362. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3363. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3364. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3365. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3366. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3367. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3368. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3369. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3370. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3371. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3372. ],
  3373. 'fragment.renderer.hinclude.global_template' => NULL,
  3374. 'fragment.path' => '/_fragment',
  3375. 'kernel.http_method_override' => false,
  3376. 'kernel.trusted_hosts' => [
  3377. ],
  3378. 'kernel.default_locale' => 'en',
  3379. 'kernel.enabled_locales' => [
  3380. ],
  3381. 'kernel.error_controller' => 'error_controller',
  3382. 'debug.file_link_format' => NULL,
  3383. 'asset.request_context.base_path' => NULL,
  3384. 'asset.request_context.secure' => NULL,
  3385. 'translator.logging' => false,
  3386. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  3387. 'debug.error_handler.throw_at' => -1,
  3388. 'router.request_context.host' => 'localhost',
  3389. 'router.request_context.scheme' => 'http',
  3390. 'router.request_context.base_url' => '',
  3391. 'router.resource' => 'kernel::loadRoutes',
  3392. 'request_listener.http_port' => 80,
  3393. 'request_listener.https_port' => 443,
  3394. 'session.metadata.storage_key' => '_sf2_meta',
  3395. 'session.storage.options' => [
  3396. 'cache_limiter' => '0',
  3397. 'cookie_secure' => 'auto',
  3398. 'cookie_httponly' => true,
  3399. 'cookie_samesite' => 'lax',
  3400. 'gc_probability' => 1,
  3401. ],
  3402. 'session.save_path' => NULL,
  3403. 'session.metadata.update_threshold' => 0,
  3404. 'form.type_extension.csrf.enabled' => true,
  3405. 'form.type_extension.csrf.field_name' => '_token',
  3406. 'validator.translation_domain' => 'validators',
  3407. 'profiler_listener.only_exceptions' => false,
  3408. 'profiler_listener.only_main_requests' => false,
  3409. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3410. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3411. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3412. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3413. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3414. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3415. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3416. 'doctrine.entity_managers' => [
  3417. 'default' => 'doctrine.orm.default_entity_manager',
  3418. ],
  3419. 'doctrine.default_entity_manager' => 'default',
  3420. 'doctrine.dbal.connection_factory.types' => [
  3421. 'geometry' => [
  3422. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\GeometryType',
  3423. ],
  3424. 'point' => [
  3425. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PointType',
  3426. ],
  3427. 'polygon' => [
  3428. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  3429. ],
  3430. 'linestring' => [
  3431. 'class' => 'LongitudeOne\\Spatial\\DBAL\\Types\\Geometry\\LineStringType',
  3432. ],
  3433. 'uuid' => [
  3434. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3435. ],
  3436. 'ulid' => [
  3437. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3438. ],
  3439. ],
  3440. 'doctrine.connections' => [
  3441. 'default' => 'doctrine.dbal.default_connection',
  3442. ],
  3443. 'doctrine.default_connection' => 'default',
  3444. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3445. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3446. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3447. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3448. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3449. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3450. 'doctrine.orm.cache.memcache_host' => 'localhost',
  3451. 'doctrine.orm.cache.memcache_port' => 11211,
  3452. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3453. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3454. 'doctrine.orm.cache.memcached_host' => 'localhost',
  3455. 'doctrine.orm.cache.memcached_port' => 11211,
  3456. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3457. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3458. 'doctrine.orm.cache.redis_host' => 'localhost',
  3459. 'doctrine.orm.cache.redis_port' => 6379,
  3460. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3461. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3462. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3463. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3464. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3465. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3466. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3467. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3468. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3469. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3470. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3471. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3472. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3473. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3474. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3475. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3476. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3477. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3478. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3479. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3480. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3481. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3482. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3483. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3484. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3485. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3486. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3487. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3488. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3489. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3490. 'doctrine.orm.auto_generate_proxy_classes' => true,
  3491. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  3492. 'doctrine.orm.proxy_namespace' => 'Proxies',
  3493. 'doctrine.migrations.preferred_em' => NULL,
  3494. 'doctrine.migrations.preferred_connection' => NULL,
  3495. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3496. 'twig.form.resources' => [
  3497. 0 => 'form_div_layout.html.twig',
  3498. ],
  3499. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  3500. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  3501. 'web_profiler.debug_toolbar.mode' => 2,
  3502. 'security.role_hierarchy.roles' => [
  3503. ],
  3504. 'security.access.denied_url' => NULL,
  3505. 'security.authentication.manager.erase_credentials' => true,
  3506. 'security.authentication.session_strategy.strategy' => 'migrate',
  3507. 'security.access.always_authenticate_before_granting' => false,
  3508. 'security.authentication.hide_user_not_found' => true,
  3509. 'security.firewalls' => [
  3510. 0 => 'dev',
  3511. 1 => 'login',
  3512. 2 => 'api',
  3513. 3 => 'main',
  3514. ],
  3515. 'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3516. 'monolog.use_microseconds' => true,
  3517. 'monolog.swift_mailer.handlers' => [
  3518. ],
  3519. 'monolog.handlers_to_channels' => [
  3520. 'monolog.handler.console' => [
  3521. 'type' => 'exclusive',
  3522. 'elements' => [
  3523. 0 => 'event',
  3524. 1 => 'doctrine',
  3525. 2 => 'console',
  3526. ],
  3527. ],
  3528. 'monolog.handler.main' => [
  3529. 'type' => 'exclusive',
  3530. 'elements' => [
  3531. 0 => 'event',
  3532. ],
  3533. ],
  3534. ],
  3535. 'nelmio_cors.map' => [
  3536. '^/' => [
  3537. ],
  3538. ],
  3539. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3540. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3541. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3542. 'api_platform.metadata_backward_compatibility_layer' => false,
  3543. 'api_platform.enable_entrypoint' => true,
  3544. 'api_platform.enable_docs' => true,
  3545. 'api_platform.title' => 'API AgrivisioN\'air',
  3546. 'api_platform.description' => 'Interface API AgrivisioN\'air',
  3547. 'api_platform.version' => '1.0.0',
  3548. 'api_platform.show_webby' => true,
  3549. 'api_platform.url_generation_strategy' => 1,
  3550. 'api_platform.exception_to_status' => [
  3551. 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3552. 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3553. 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3554. 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3555. ],
  3556. 'api_platform.formats' => [
  3557. 'jsonld' => [
  3558. 0 => 'application/ld+json',
  3559. ],
  3560. 'json' => [
  3561. 0 => 'application/json',
  3562. ],
  3563. 'html' => [
  3564. 0 => 'text/html',
  3565. ],
  3566. ],
  3567. 'api_platform.patch_formats' => [
  3568. 'json' => [
  3569. 0 => 'application/merge-patch+json',
  3570. ],
  3571. ],
  3572. 'api_platform.error_formats' => [
  3573. 'jsonproblem' => [
  3574. 0 => 'application/problem+json',
  3575. ],
  3576. 'jsonld' => [
  3577. 0 => 'application/ld+json',
  3578. ],
  3579. ],
  3580. 'api_platform.allow_plain_identifiers' => false,
  3581. 'api_platform.eager_loading.enabled' => true,
  3582. 'api_platform.eager_loading.max_joins' => 30,
  3583. 'api_platform.eager_loading.fetch_partial' => false,
  3584. 'api_platform.eager_loading.force_eager' => true,
  3585. 'api_platform.collection.exists_parameter_name' => 'exists',
  3586. 'api_platform.collection.order' => 'ASC',
  3587. 'api_platform.collection.order_parameter_name' => 'order',
  3588. 'api_platform.collection.order_nulls_comparison' => NULL,
  3589. 'api_platform.collection.pagination.enabled' => false,
  3590. 'api_platform.collection.pagination.partial' => false,
  3591. 'api_platform.collection.pagination.client_enabled' => true,
  3592. 'api_platform.collection.pagination.client_items_per_page' => true,
  3593. 'api_platform.collection.pagination.client_partial' => false,
  3594. 'api_platform.collection.pagination.items_per_page' => 30,
  3595. 'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3596. 'api_platform.collection.pagination.page_parameter_name' => 'page',
  3597. 'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3598. 'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3599. 'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3600. 'api_platform.collection.pagination' => [
  3601. 'enabled' => false,
  3602. 'client_enabled' => true,
  3603. 'client_items_per_page' => true,
  3604. 'partial' => false,
  3605. 'client_partial' => false,
  3606. 'items_per_page' => 30,
  3607. 'maximum_items_per_page' => NULL,
  3608. 'page_parameter_name' => 'page',
  3609. 'enabled_parameter_name' => 'pagination',
  3610. 'items_per_page_parameter_name' => 'itemsPerPage',
  3611. 'partial_parameter_name' => 'partial',
  3612. ],
  3613. 'api_platform.http_cache.etag' => true,
  3614. 'api_platform.http_cache.max_age' => NULL,
  3615. 'api_platform.http_cache.shared_max_age' => NULL,
  3616. 'api_platform.http_cache.vary' => [
  3617. 0 => 'Accept',
  3618. ],
  3619. 'api_platform.http_cache.public' => NULL,
  3620. 'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3621. 'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3622. 'api_platform.asset_package' => NULL,
  3623. 'api_platform.defaults' => [
  3624. 'extra_properties' => [
  3625. ],
  3626. ],
  3627. 'api_platform.resource_class_directories' => [
  3628. 0 => (\dirname(__DIR__, 4).'/src/Entity'),
  3629. ],
  3630. 'api_platform.oauth.enabled' => false,
  3631. 'api_platform.oauth.clientId' => '',
  3632. 'api_platform.oauth.clientSecret' => '',
  3633. 'api_platform.oauth.type' => 'oauth2',
  3634. 'api_platform.oauth.flow' => 'application',
  3635. 'api_platform.oauth.tokenUrl' => '',
  3636. 'api_platform.oauth.authorizationUrl' => '',
  3637. 'api_platform.oauth.refreshUrl' => '',
  3638. 'api_platform.oauth.scopes' => [
  3639. ],
  3640. 'api_platform.oauth.pkce' => false,
  3641. 'api_platform.openapi.termsOfService' => NULL,
  3642. 'api_platform.openapi.contact.name' => NULL,
  3643. 'api_platform.openapi.contact.url' => NULL,
  3644. 'api_platform.openapi.contact.email' => NULL,
  3645. 'api_platform.openapi.license.name' => NULL,
  3646. 'api_platform.openapi.license.url' => NULL,
  3647. 'api_platform.swagger.versions' => [
  3648. 0 => 3,
  3649. ],
  3650. 'api_platform.enable_swagger_ui' => true,
  3651. 'api_platform.enable_re_doc' => true,
  3652. 'api_platform.swagger.api_keys' => [
  3653. 'JWT' => [
  3654. 'name' => 'Authorization',
  3655. 'type' => 'header',
  3656. ],
  3657. ],
  3658. 'api_platform.swagger_ui.extra_configuration' => [
  3659. ],
  3660. 'api_platform.graphql.enabled' => false,
  3661. 'api_platform.graphql.graphiql.enabled' => false,
  3662. 'api_platform.graphql.graphql_playground.enabled' => false,
  3663. 'api_platform.graphql.collection.pagination' => [
  3664. 'enabled' => true,
  3665. ],
  3666. 'api_platform.validator.serialize_payload_fields' => [
  3667. ],
  3668. 'api_platform.validator.query_parameter_validation' => true,
  3669. 'api_platform.elasticsearch.enabled' => false,
  3670. 'lexik_jwt_authentication.token_ttl' => 3600,
  3671. 'lexik_jwt_authentication.clock_skew' => 0,
  3672. 'lexik_jwt_authentication.user_identity_field' => 'username',
  3673. 'lexik_jwt_authentication.allow_no_expiration' => false,
  3674. 'lexik_jwt_authentication.user_id_claim' => 'username',
  3675. 'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3676. 'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3677. 'data_collector.templates' => [
  3678. 'data_collector.request' => [
  3679. 0 => 'request',
  3680. 1 => '@WebProfiler/Collector/request.html.twig',
  3681. ],
  3682. 'api_platform.data_collector.request' => [
  3683. 0 => 'api_platform.data_collector.request',
  3684. 1 => '@ApiPlatform/DataCollector/request.html.twig',
  3685. ],
  3686. 'data_collector.time' => [
  3687. 0 => 'time',
  3688. 1 => '@WebProfiler/Collector/time.html.twig',
  3689. ],
  3690. 'data_collector.memory' => [
  3691. 0 => 'memory',
  3692. 1 => '@WebProfiler/Collector/memory.html.twig',
  3693. ],
  3694. 'data_collector.validator' => [
  3695. 0 => 'validator',
  3696. 1 => '@WebProfiler/Collector/validator.html.twig',
  3697. ],
  3698. 'data_collector.ajax' => [
  3699. 0 => 'ajax',
  3700. 1 => '@WebProfiler/Collector/ajax.html.twig',
  3701. ],
  3702. 'data_collector.form' => [
  3703. 0 => 'form',
  3704. 1 => '@WebProfiler/Collector/form.html.twig',
  3705. ],
  3706. 'data_collector.exception' => [
  3707. 0 => 'exception',
  3708. 1 => '@WebProfiler/Collector/exception.html.twig',
  3709. ],
  3710. 'data_collector.logger' => [
  3711. 0 => 'logger',
  3712. 1 => '@WebProfiler/Collector/logger.html.twig',
  3713. ],
  3714. 'data_collector.events' => [
  3715. 0 => 'events',
  3716. 1 => '@WebProfiler/Collector/events.html.twig',
  3717. ],
  3718. 'data_collector.router' => [
  3719. 0 => 'router',
  3720. 1 => '@WebProfiler/Collector/router.html.twig',
  3721. ],
  3722. 'data_collector.cache' => [
  3723. 0 => 'cache',
  3724. 1 => '@WebProfiler/Collector/cache.html.twig',
  3725. ],
  3726. 'data_collector.translation' => [
  3727. 0 => 'translation',
  3728. 1 => '@WebProfiler/Collector/translation.html.twig',
  3729. ],
  3730. 'data_collector.security' => [
  3731. 0 => 'security',
  3732. 1 => '@Security/Collector/security.html.twig',
  3733. ],
  3734. 'data_collector.twig' => [
  3735. 0 => 'twig',
  3736. 1 => '@WebProfiler/Collector/twig.html.twig',
  3737. ],
  3738. 'data_collector.http_client' => [
  3739. 0 => 'http_client',
  3740. 1 => '@WebProfiler/Collector/http_client.html.twig',
  3741. ],
  3742. 'data_collector.doctrine' => [
  3743. 0 => 'db',
  3744. 1 => '@Doctrine/Collector/db.html.twig',
  3745. ],
  3746. 'data_collector.dump' => [
  3747. 0 => 'dump',
  3748. 1 => '@Debug/Profiler/dump.html.twig',
  3749. ],
  3750. 'data_collector.messenger' => [
  3751. 0 => 'messenger',
  3752. 1 => '@WebProfiler/Collector/messenger.html.twig',
  3753. ],
  3754. 'mailer.data_collector' => [
  3755. 0 => 'mailer',
  3756. 1 => '@WebProfiler/Collector/mailer.html.twig',
  3757. ],
  3758. 'notifier.data_collector' => [
  3759. 0 => 'notifier',
  3760. 1 => '@WebProfiler/Collector/notifier.html.twig',
  3761. ],
  3762. 'data_collector.config' => [
  3763. 0 => 'config',
  3764. 1 => '@WebProfiler/Collector/config.html.twig',
  3765. ],
  3766. ],
  3767. 'console.command.ids' => [
  3768. ],
  3769. ];
  3770. }
  3771. protected function throw($message)
  3772. {
  3773. throw new RuntimeException($message);
  3774. }
  3775. }