var/cache/dev/ContainerEsunTo4/App_KernelDevDebugContainer.php line 2062

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