var/cache/dev/ContainerHktwmap/App_KernelDevDebugContainer.php line 2060

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