var/cache/dev/ContainerN7Hyqux/App_KernelDevDebugContainer.php line 944

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