var/cache/dev/ContainerDl0JtOP/App_KernelDevDebugContainer.php line 1498

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