var/cache/dev/ContainerSQTcCbW/App_KernelDevDebugContainer.php line 222

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