var/cache/dev/Container3m1gwgy/App_KernelDevDebugContainer.php line 2734

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