var/cache/dev/ContainerFxOjvbi/App_KernelDevDebugContainer.php line 1703

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