var/cache/dev/ContainerQUyutl5/srcApp_KernelDevDebugContainer.php line 1626

Open in your IDE?
  1. <?php
  2. namespace ContainerQUyutl5;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  45.             'profiler' => 'getProfilerService',
  46.             'request_stack' => 'getRequestStackService',
  47.             'router' => 'getRouterService',
  48.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  49.             'security.token_storage' => 'getSecurity_TokenStorageService',
  50.             'sendinblue_api.default_client.smtp_endpoint' => 'getSendinblueApi_DefaultClient_SmtpEndpointService',
  51.             'serializer' => 'getSerializerService',
  52.             'translator' => 'getTranslatorService',
  53.             'twig' => 'getTwigService',
  54.             'validator' => 'getValidatorService',
  55.         ];
  56.         $this->fileMap = [
  57.             'App\\Controller\\Admin\\BriefController' => 'getBriefControllerService.php',
  58.             'App\\Controller\\Admin\\CappingOperationController' => 'getCappingOperationControllerService.php',
  59.             'App\\Controller\\Admin\\ChallengeOperationController' => 'getChallengeOperationControllerService.php',
  60.             'App\\Controller\\Admin\\ClientConfigController' => 'getClientConfigControllerService.php',
  61.             'App\\Controller\\Admin\\CommunicationSupportController' => 'getCommunicationSupportControllerService.php',
  62.             'App\\Controller\\Admin\\DefaultController' => 'getDefaultControllerService.php',
  63.             'App\\Controller\\Admin\\EanByParticipationCommentController' => 'getEanByParticipationCommentControllerService.php',
  64.             'App\\Controller\\Admin\\ImportController' => 'getImportControllerService.php',
  65.             'App\\Controller\\Admin\\Log\\LogEntryCustomerController' => 'getLogEntryCustomerControllerService.php',
  66.             'App\\Controller\\Admin\\Log\\LogEntryExportController' => 'getLogEntryExportControllerService.php',
  67.             'App\\Controller\\Admin\\Log\\LogEntryOperationController' => 'getLogEntryOperationControllerService.php',
  68.             'App\\Controller\\Admin\\Log\\LogEntryParticipationController' => 'getLogEntryParticipationControllerService.php',
  69.             'App\\Controller\\Admin\\Log\\LogEntryProductController' => 'getLogEntryProductControllerService.php',
  70.             'App\\Controller\\Admin\\Log\\LogEntryProfileController' => 'getLogEntryProfileControllerService.php',
  71.             'App\\Controller\\Admin\\Log\\LogEntryRegionController' => 'getLogEntryRegionControllerService.php',
  72.             'App\\Controller\\Admin\\Log\\LogEntrySectorController' => 'getLogEntrySectorControllerService.php',
  73.             'App\\Controller\\Admin\\Log\\LogEntryUserController' => 'getLogEntryUserControllerService.php',
  74.             'App\\Controller\\Admin\\Log\\UserConnectionLogController' => 'getUserConnectionLogControllerService.php',
  75.             'App\\Controller\\Admin\\NewsletterController' => 'getNewsletterControllerService.php',
  76.             'App\\Controller\\Admin\\OperationController' => 'getOperationControllerService.php',
  77.             'App\\Controller\\Admin\\OperationLabelsController' => 'getOperationLabelsControllerService.php',
  78.             'App\\Controller\\Admin\\ParticipationController' => 'getParticipationControllerService.php',
  79.             'App\\Controller\\Admin\\PermissionController' => 'getPermissionControllerService.php',
  80.             'App\\Controller\\Admin\\SectorController' => 'getSectorControllerService.php',
  81.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService.php',
  82.             'App\\Controller\\Admin\\SettingsController' => 'getSettingsControllerService.php',
  83.             'App\\Controller\\Admin\\SignatureController' => 'getSignatureControllerService.php',
  84.             'App\\Controller\\Admin\\SogecAdminPanelController' => 'getSogecAdminPanelControllerService.php',
  85.             'App\\Controller\\Admin\\SogecSettingsController' => 'getSogecSettingsControllerService.php',
  86.             'App\\Controller\\Admin\\TableAjaxController' => 'getTableAjaxControllerService.php',
  87.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService.php',
  88.             'App\\Controller\\Api\\CommunicationSupport\\GetFilledCommunicationSupport' => 'getGetFilledCommunicationSupportService.php',
  89.             'App\\Controller\\Api\\CommunicationSupport\\GetFilledCommunicationSupportDetail' => 'getGetFilledCommunicationSupportDetailService.php',
  90.             'App\\Controller\\Api\\CreateMediaObjectAction' => 'getCreateMediaObjectActionService.php',
  91.             'App\\Controller\\Api\\CreateParticipationMediaObjectAction' => 'getCreateParticipationMediaObjectActionService.php',
  92.             'App\\Controller\\Api\\DecrementCounterCustomerOperationAction' => 'getDecrementCounterCustomerOperationActionService.php',
  93.             'App\\Controller\\Api\\EditIban' => 'getEditIbanService.php',
  94.             'App\\Controller\\Api\\EditProfile' => 'getEditProfileService.php',
  95.             'App\\Controller\\Api\\HydrateCustomerFromSso' => 'getHydrateCustomerFromSsoService.php',
  96.             'App\\Controller\\Api\\Operations\\GetFilteredOpenedOperations' => 'getGetFilteredOpenedOperationsService.php',
  97.             'App\\Controller\\Api\\Participation\\GetParticipationByCustomer' => 'getGetParticipationByCustomerService.php',
  98.             'App\\Controller\\Api\\ProfileMe' => 'getProfileMeService.php',
  99.             'App\\Controller\\Api\\SendSignCodeAction' => 'getSendSignCodeActionService.php',
  100.             'App\\Controller\\Api\\SignOperationAction' => 'getSignOperationActionService.php',
  101.             'App\\Controller\\Api\\SignatureWebhookAction' => 'getSignatureWebhookActionService.php',
  102.             'App\\Controller\\Api\\Signatures\\CreateSignature' => 'getCreateSignatureService.php',
  103.             'App\\Controller\\Api\\Signatures\\GetSignatureStatus' => 'getGetSignatureStatusService.php',
  104.             'App\\Controller\\Api\\Signatures\\SignaturesExportAction' => 'getSignaturesExportActionService.php',
  105.             'App\\Controller\\Api\\UpdateMediaObjectAction' => 'getUpdateMediaObjectActionService.php',
  106.             'App\\Controller\\CSVController' => 'getCSVControllerService.php',
  107.             'App\\Controller\\PDFController' => 'getPDFControllerService.php',
  108.             'App\\Controller\\SSO\\SogecConnectController' => 'getSogecConnectControllerService.php',
  109.             'App\\Factory\\CappingOperationFactory' => 'getCappingOperationFactoryService.php',
  110.             'App\\Factory\\ChallengeOperationFactory' => 'getChallengeOperationFactoryService.php',
  111.             'App\\Factory\\CustomerFactory' => 'getCustomerFactoryService.php',
  112.             'App\\Factory\\CustomerOperationFactory' => 'getCustomerOperationFactoryService.php',
  113.             'App\\Factory\\GlobalGroupFactory' => 'getGlobalGroupFactoryService.php',
  114.             'App\\Factory\\GroupFactory' => 'getGroupFactoryService.php',
  115.             'App\\Factory\\OperationFactory' => 'getOperationFactoryService.php',
  116.             'App\\Factory\\ParticipationFactory' => 'getParticipationFactoryService.php',
  117.             'App\\Factory\\ProductFactory' => 'getProductFactoryService.php',
  118.             'App\\Factory\\SectorFactory' => 'getSectorFactoryService.php',
  119.             'App\\Factory\\SignatureFactory' => 'getSignatureFactoryService.php',
  120.             'App\\Factory\\UserFactory' => 'getUserFactoryService.php',
  121.             'Faker\\Generator' => 'getGeneratorService.php',
  122.             'Sogec\\BOBundle\\Controller\\AdminDefault\\DefaultController' => 'getDefaultController2Service.php',
  123.             'Sogec\\BOBundle\\Controller\\CRUDController' => 'getCRUDControllerService.php',
  124.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  125.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  126.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  127.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  128.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  129.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  130.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  131.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  132.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  133.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  134.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  135.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.media_object' => 'getUniqidNamer_MediaObjectService.php',
  136.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService.php',
  137.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService.php',
  138.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService.php',
  139.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService.php',
  140.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService.php',
  141.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService.php',
  142.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService.php',
  143.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService.php',
  144.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService.php',
  145.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService.php',
  146.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService.php',
  147.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  148.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  149.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  150.             'cache_clearer' => 'getCacheClearerService.php',
  151.             'cache_warmer' => 'getCacheWarmerService.php',
  152.             'console.command.public_alias.App\\Command\\ActivateUserAccountCommand' => 'getActivateUserAccountCommandService.php',
  153.             'console.command.public_alias.App\\Command\\GenerateNumeoValidationCommand' => 'getGenerateNumeoValidationCommandService.php',
  154.             'console.command.public_alias.App\\Command\\GetEanFromNumeoComment' => 'getGetEanFromNumeoCommentService.php',
  155.             'console.command.public_alias.App\\Command\\ImportUserCommand' => 'getImportUserCommandService.php',
  156.             'console.command.public_alias.App\\Command\\SendAlertValidateParticipationCommand' => 'getSendAlertValidateParticipationCommandService.php',
  157.             'console.command.public_alias.App\\Command\\SendEmailNCTCommand' => 'getSendEmailNCTCommandService.php',
  158.             'console.command.public_alias.App\\Command\\SendPackageConfirmationClientCommand' => 'getSendPackageConfirmationClientCommandService.php',
  159.             'console.command.public_alias.App\\Command\\SendParticipationCommand' => 'getSendParticipationCommandService.php',
  160.             'console.command.public_alias.App\\Command\\UpdateConformWithoutFinancialStateCommand' => 'getUpdateConformWithoutFinancialStateCommandService.php',
  161.             'console.command.public_alias.App\\Command\\UpdateParticipationCommand' => 'getUpdateParticipationCommandService.php',
  162.             'console.command.public_alias.App\\Command\\UpdateStateCommand' => 'getUpdateStateCommandService.php',
  163.             'console.command.public_alias.App\\Command\\UpdateStateOperationCommand' => 'getUpdateStateOperationCommandService.php',
  164.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  165.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  166.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  167.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  168.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  169.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  170.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  171.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  172.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  173.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  174.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  175.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  176.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  177.             'error_controller' => 'getErrorControllerService.php',
  178.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService.php',
  179.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService.php',
  180.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService.php',
  181.             'filesystem' => 'getFilesystemService.php',
  182.             'form.factory' => 'getForm_FactoryService.php',
  183.             'form.type.file' => 'getForm_Type_FileService.php',
  184.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService.php',
  185.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService.php',
  186.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService.php',
  187.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService.php',
  188.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService.php',
  189.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService.php',
  190.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService.php',
  191.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  192.             'knp_paginator' => 'getKnpPaginatorService.php',
  193.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  194.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  195.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  196.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  197.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  198.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  199.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService.php',
  200.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService.php',
  201.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService.php',
  202.             'routing.loader' => 'getRouting_LoaderService.php',
  203.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  204.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  205.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  206.             'sendinblue_api.default_client.transactional_sms_endpoint' => 'getSendinblueApi_DefaultClient_TransactionalSmsEndpointService.php',
  207.             'services_resetter' => 'getServicesResetterService.php',
  208.             'session' => 'getSessionService.php',
  209.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  210.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  211.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  212.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  213.             'templating' => 'getTemplatingService.php',
  214.             'templating.loader' => 'getTemplating_LoaderService.php',
  215.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  216.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  217.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  218.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  219.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  220.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService.php',
  221.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  222.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  223.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  224.         ];
  225.         $this->aliases = [
  226.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  227.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  228.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  229.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  230.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  231.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  232.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  233.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  234.             'database_connection' => 'doctrine.dbal.default_connection',
  235.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  236.             'mailer' => 'swiftmailer.mailer.default',
  237.             'sendinblue_api.smtp_endpoint' => 'sendinblue_api.default_client.smtp_endpoint',
  238.             'sendinblue_api.transactional_sms_endpoint' => 'sendinblue_api.default_client.transactional_sms_endpoint',
  239.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  240.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  241.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  242.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  243.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  244.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  245.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  246.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  247.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  248.         ];
  249.         $this->privates['service_container'] = function () {
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  256.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  258.             include_once \dirname(__DIR__4).'/src/EventListener/AdminPermissionSubscriber.php';
  259.             include_once \dirname(__DIR__4).'/src/EventListener/IsActiveFilterConfigurator.php';
  260.             include_once \dirname(__DIR__4).'/src/EventListener/IsOpenOperationFilterConfigurator.php';
  261.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  262.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  263.             include_once \dirname(__DIR__4).'/src/EventListener/UserFilterConfigurator.php';
  264.             include_once \dirname(__DIR__4).'/src/EventSubscriber/SignatureSubscriber.php';
  265.             include_once \dirname(__DIR__4).'/src/Mailer/SMTPMailerInterface.php';
  266.             include_once \dirname(__DIR__4).'/src/Mailer/SMTPMailer.php';
  267.             include_once \dirname(__DIR__4).'/src/Mailer/SecurityMailer.php';
  268.             include_once \dirname(__DIR__4).'/src/Manager/CustomerManager.php';
  269.             include_once \dirname(__DIR__4).'/src/Manager/OperationDateManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Repository/SignatureRepository.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  288.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  501.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  520.             include_once \dirname(__DIR__4).'/src/Twig/AmountEuro.php';
  521.             include_once \dirname(__DIR__4).'/src/Twig/CappingOperationById.php';
  522.             include_once \dirname(__DIR__4).'/src/Twig/MediaTypeTranslation.php';
  523.             include_once \dirname(__DIR__4).'/src/Twig/MonthToFrench.php';
  524.             include_once \dirname(__DIR__4).'/src/Twig/OperationById.php';
  525.             include_once \dirname(__DIR__4).'/src/Twig/WordWrap.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  528.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  531.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  532.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  535.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sogec/bo-bundle/Twig/CRUDExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sogec/bo-bundle/Twig/ReflectionClassExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  551.             include_once \dirname(__DIR__4).'/src/Service/EnvVarExists.php';
  552.             include_once \dirname(__DIR__4).'/src/Manager/FollowUpManager.php';
  553.             include_once \dirname(__DIR__4).'/src/Manager/SogecConfigManager.php';
  554.             include_once \dirname(__DIR__4).'/src/Manager/NcStateManager.php';
  555.             include_once \dirname(__DIR__4).'/src/Manager/ClientConfigManager.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  588.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  641.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  642.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  719.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  723.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  724.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/LoggableListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  736.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  737.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  739.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  740.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  743.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  746.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  747.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  748.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  752.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  753.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  754.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  755.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  756.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  759.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  760.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sogec/bo-bundle/Service/CRUDConfigManager.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  766.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  768.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  769.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  772.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  773.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  774.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  775.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  778.             include_once \dirname(__DIR__4).'/vendor/sendinblue/api-v3-sdk/lib/ApiClient.php';
  779.             include_once \dirname(__DIR__4).'/vendor/sendinblue/api-v3-sdk/lib/Configuration.php';
  780.             include_once \dirname(__DIR__4).'/vendor/sendinblue/api-v3-sdk/lib/Api/SMTPApi.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  804.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  805.         };
  806.     }
  807.     public function compile(): void
  808.     {
  809.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  810.     }
  811.     public function isCompiled(): bool
  812.     {
  813.         return true;
  814.     }
  815.     public function getRemovedIds(): array
  816.     {
  817.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  818.     }
  819.     protected function load($file$lazyLoad true)
  820.     {
  821.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  822.     }
  823.     protected function createProxy($class, \Closure $factory)
  824.     {
  825.         class_exists($classfalse) || $this->load("{$class}.php");
  826.         return $factory();
  827.     }
  828.     /**
  829.      * Gets the public 'cache.app' shared service.
  830.      *
  831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  832.      */
  833.     protected function getCache_AppService()
  834.     {
  835.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('e4SYJTMwKk'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  836.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  837.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  838.     }
  839.     /**
  840.      * Gets the public 'cache.system' shared service.
  841.      *
  842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  843.      */
  844.     protected function getCache_SystemService()
  845.     {
  846.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QfQvIjMf6U'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  847.     }
  848.     /**
  849.      * Gets the public 'doctrine' shared service.
  850.      *
  851.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  852.      */
  853.     protected function getDoctrineService()
  854.     {
  855.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  856.     }
  857.     /**
  858.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  859.      *
  860.      * @return \Doctrine\DBAL\Connection
  861.      */
  862.     protected function getDoctrine_Dbal_DefaultConnectionService()
  863.     {
  864.         $a = new \Doctrine\DBAL\Configuration();
  865.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  866.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  867.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  868.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  869.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  870.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  871.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  872.         $a->setSQLLogger($b);
  873.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  874.             'App\\Doctrine\\CustomerListener' => ['privates''App\\Doctrine\\CustomerListener''getCustomerListenerService.php'true],
  875.             'App\\Doctrine\\HashPasswordListener' => ['privates''App\\Doctrine\\HashPasswordListener''getHashPasswordListenerService.php'true],
  876.             'App\\Doctrine\\InitializePermissionListener' => ['privates''App\\Doctrine\\InitializePermissionListener''getInitializePermissionListenerService.php'true],
  877.             'App\\Doctrine\\NewAdminListener' => ['privates''App\\Doctrine\\NewAdminListener''getNewAdminListenerService.php'true],
  878.             'App\\Doctrine\\ParticipationListener' => ['privates''App\\Doctrine\\ParticipationListener''getParticipationListenerService.php'true],
  879.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  880.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  881.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService.php'true],
  882.             'vich_uploader.listener.clean.media_object' => ['privates''vich_uploader.listener.clean.media_object''getVichUploader_Listener_Clean_MediaObjectService.php'true],
  883.             'vich_uploader.listener.remove.media_object' => ['privates''vich_uploader.listener.remove.media_object''getVichUploader_Listener_Remove_MediaObjectService.php'true],
  884.             'vich_uploader.listener.upload.media_object' => ['privates''vich_uploader.listener.upload.media_object''getVichUploader_Listener_Upload_MediaObjectService.php'true],
  885.         ], [
  886.             'App\\Doctrine\\CustomerListener' => '?',
  887.             'App\\Doctrine\\HashPasswordListener' => '?',
  888.             'App\\Doctrine\\InitializePermissionListener' => '?',
  889.             'App\\Doctrine\\NewAdminListener' => '?',
  890.             'App\\Doctrine\\ParticipationListener' => '?',
  891.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  892.             'stof_doctrine_extensions.listener.loggable' => '?',
  893.             'stof_doctrine_extensions.listener.timestampable' => '?',
  894.             'vich_uploader.listener.clean.media_object' => '?',
  895.             'vich_uploader.listener.remove.media_object' => '?',
  896.             'vich_uploader.listener.upload.media_object' => '?',
  897.         ]), [=> 'vich_uploader.listener.clean.media_object'=> 'stof_doctrine_extensions.listener.loggable'=> 'App\\Doctrine\\CustomerListener'=> 'App\\Doctrine\\HashPasswordListener'=> 'App\\Doctrine\\InitializePermissionListener'=> 'App\\Doctrine\\ParticipationListener'=> 'stof_doctrine_extensions.listener.timestampable'=> 'vich_uploader.listener.remove.media_object'=> 'vich_uploader.listener.upload.media_object']);
  898.         $d->addEventListener([=> 'prePersist'], 'App\\Doctrine\\NewAdminListener');
  899.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  900.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  901.     }
  902.     /**
  903.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  904.      *
  905.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  906.      */
  907.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  908.     {
  909.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  910.             'App\\EventListener\\ProfileListener' => ['privates''App\\EventListener\\ProfileListener''getProfileListenerService.php'true],
  911.         ], [
  912.             'App\\EventListener\\ProfileListener' => '?',
  913.         ]));
  914.         $instance->registerService('App\\EventListener\\ProfileListener''App\\EventListener\\ProfileListener');
  915.         return $instance;
  916.     }
  917.     /**
  918.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  919.      *
  920.      * @return \Doctrine\ORM\EntityManager
  921.      */
  922.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  923.     {
  924.         if ($lazyLoad) {
  925.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  926.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  927.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  928.                     $proxy->setProxyInitializer(null);
  929.                     return true;
  930.                 });
  931.             });
  932.         }
  933.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  934.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  937.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  938.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  939.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  940.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  941.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  942.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  943.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  944.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  945.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  946.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  947.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  948.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  950.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  960.         $a = new \Doctrine\ORM\Configuration();
  961.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  962.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Resources/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  963.         $c->setGlobalBasename('mapping');
  964.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  965.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  966.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  967.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  968.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  969.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  970.         $a->setMetadataDriverImpl($b);
  971.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  972.         $a->setProxyNamespace('Proxies');
  973.         $a->setAutoGenerateProxyClasses(true);
  974.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  975.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  976.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  977.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  978.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  979.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  980.             'App\\Repository\\AbstractOperationRepository' => ['privates''App\\Repository\\AbstractOperationRepository''getAbstractOperationRepositoryService.php'true],
  981.             'App\\Repository\\CappingOperationRepository' => ['privates''App\\Repository\\CappingOperationRepository''getCappingOperationRepositoryService.php'true],
  982.             'App\\Repository\\ChallengeOperationRepository' => ['privates''App\\Repository\\ChallengeOperationRepository''getChallengeOperationRepositoryService.php'true],
  983.             'App\\Repository\\ClientConfigRepository' => ['privates''App\\Repository\\ClientConfigRepository''getClientConfigRepositoryService.php'true],
  984.             'App\\Repository\\CountExportXmlRepository' => ['privates''App\\Repository\\CountExportXmlRepository''getCountExportXmlRepositoryService.php'true],
  985.             'App\\Repository\\CustomerOperationRepository' => ['privates''App\\Repository\\CustomerOperationRepository''getCustomerOperationRepositoryService.php'true],
  986.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService.php'true],
  987.             'App\\Repository\\EanByParticipationCommentRepository' => ['privates''App\\Repository\\EanByParticipationCommentRepository''getEanByParticipationCommentRepositoryService.php'true],
  988.             'App\\Repository\\EanByParticipationRepository' => ['privates''App\\Repository\\EanByParticipationRepository''getEanByParticipationRepositoryService.php'true],
  989.             'App\\Repository\\FollowUpRepository' => ['privates''App\\Repository\\FollowUpRepository''getFollowUpRepositoryService.php'true],
  990.             'App\\Repository\\Log\\LogEntryExportRespository' => ['privates''App\\Repository\\Log\\LogEntryExportRespository''getLogEntryExportRespositoryService.php'true],
  991.             'App\\Repository\\Log\\UserConnectionLogRepository' => ['privates''App\\Repository\\Log\\UserConnectionLogRepository''getUserConnectionLogRepositoryService.php'true],
  992.             'App\\Repository\\MediaObjectRepository' => ['privates''App\\Repository\\MediaObjectRepository''getMediaObjectRepositoryService.php'true],
  993.             'App\\Repository\\NcStateRepository' => ['privates''App\\Repository\\NcStateRepository''getNcStateRepositoryService.php'true],
  994.             'App\\Repository\\OperationCategoryRepository' => ['privates''App\\Repository\\OperationCategoryRepository''getOperationCategoryRepositoryService.php'true],
  995.             'App\\Repository\\OperationDateRepository' => ['privates''App\\Repository\\OperationDateRepository''getOperationDateRepositoryService.php'true],
  996.             'App\\Repository\\OperationLabelsRepository' => ['privates''App\\Repository\\OperationLabelsRepository''getOperationLabelsRepositoryService.php'true],
  997.             'App\\Repository\\OperationRepository' => ['privates''App\\Repository\\OperationRepository''getOperationRepositoryService.php'true],
  998.             'App\\Repository\\ParticipationCommentRepository' => ['privates''App\\Repository\\ParticipationCommentRepository''getParticipationCommentRepositoryService.php'true],
  999.             'App\\Repository\\ParticipationRepository' => ['privates''App\\Repository\\ParticipationRepository''getParticipationRepositoryService.php'true],
  1000.             'App\\Repository\\SectorRepository' => ['privates''App\\Repository\\SectorRepository''getSectorRepositoryService.php'true],
  1001.             'App\\Repository\\SignatureRepository' => ['privates''App\\Repository\\SignatureRepository''getSignatureRepositoryService'false],
  1002.             'App\\Repository\\SogecConfigRepository' => ['privates''App\\Repository\\SogecConfigRepository''getSogecConfigRepositoryService.php'true],
  1003.             'App\\Repository\\TypeOperationRepository' => ['privates''App\\Repository\\TypeOperationRepository''getTypeOperationRepositoryService.php'true],
  1004.             'App\\Repository\\ValidationOperationRepository' => ['privates''App\\Repository\\ValidationOperationRepository''getValidationOperationRepositoryService.php'true],
  1005.         ], [
  1006.             'App\\Repository\\AbstractOperationRepository' => '?',
  1007.             'App\\Repository\\CappingOperationRepository' => '?',
  1008.             'App\\Repository\\ChallengeOperationRepository' => '?',
  1009.             'App\\Repository\\ClientConfigRepository' => '?',
  1010.             'App\\Repository\\CountExportXmlRepository' => '?',
  1011.             'App\\Repository\\CustomerOperationRepository' => '?',
  1012.             'App\\Repository\\CustomerRepository' => '?',
  1013.             'App\\Repository\\EanByParticipationCommentRepository' => '?',
  1014.             'App\\Repository\\EanByParticipationRepository' => '?',
  1015.             'App\\Repository\\FollowUpRepository' => '?',
  1016.             'App\\Repository\\Log\\LogEntryExportRespository' => '?',
  1017.             'App\\Repository\\Log\\UserConnectionLogRepository' => '?',
  1018.             'App\\Repository\\MediaObjectRepository' => '?',
  1019.             'App\\Repository\\NcStateRepository' => '?',
  1020.             'App\\Repository\\OperationCategoryRepository' => '?',
  1021.             'App\\Repository\\OperationDateRepository' => '?',
  1022.             'App\\Repository\\OperationLabelsRepository' => '?',
  1023.             'App\\Repository\\OperationRepository' => '?',
  1024.             'App\\Repository\\ParticipationCommentRepository' => '?',
  1025.             'App\\Repository\\ParticipationRepository' => '?',
  1026.             'App\\Repository\\SectorRepository' => '?',
  1027.             'App\\Repository\\SignatureRepository' => '?',
  1028.             'App\\Repository\\SogecConfigRepository' => '?',
  1029.             'App\\Repository\\TypeOperationRepository' => '?',
  1030.             'App\\Repository\\ValidationOperationRepository' => '?',
  1031.         ])));
  1032.         $a->addFilter('user_filter''App\\Filter\\UserFilter');
  1033.         $a->addFilter('is_active_filter''App\\Filter\\IsActiveFilter');
  1034.         $a->addFilter('is_open_operation_filter''App\\Filter\\IsOpenOperationFilter');
  1035.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1036.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1037.         return $instance;
  1038.     }
  1039.     /**
  1040.      * Gets the public 'event_dispatcher' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1043.      */
  1044.     protected function getEventDispatcherService()
  1045.     {
  1046.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1047.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1048.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1049.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1050.         $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())));
  1051.         $instance->addListener('kernel.request', [=> function () {
  1052.             return ($this->privates['App\\EventListener\\IsActiveFilterConfigurator'] ?? $this->getIsActiveFilterConfiguratorService());
  1053.         }, => 'onKernelRequest'], 5);
  1054.         $instance->addListener('kernel.request', [=> function () {
  1055.             return ($this->privates['App\\EventListener\\IsOpenOperationFilterConfigurator'] ?? $this->getIsOpenOperationFilterConfiguratorService());
  1056.         }, => 'onKernelRequest'], 5);
  1057.         $instance->addListener('kernel.request', [=> function () {
  1058.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1059.         }, => 'onKernelRequest'], 0);
  1060.         $instance->addListener('kernel.response', [=> function () {
  1061.             return ($this->privates['App\\EventListener\\RequestListener'] ?? ($this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener()));
  1062.         }, => 'onKernelResponse'], 0);
  1063.         $instance->addListener('vich_uploader.post_upload', [=> function () {
  1064.             return ($this->privates['App\\EventListener\\UploadedImagesListener'] ?? ($this->privates['App\\EventListener\\UploadedImagesListener'] = new \App\EventListener\UploadedImagesListener()));
  1065.         }, => 'onVichUploaderPostUpload'], 0);
  1066.         $instance->addListener('security.interactive_login', [=> function () {
  1067.             return ($this->privates['App\\EventListener\\UserConnectionLogListener'] ?? $this->load('getUserConnectionLogListenerService.php'));
  1068.         }, => 'onAuthenticationSuccess'], 0);
  1069.         $instance->addListener('kernel.request', [=> function () {
  1070.             return ($this->privates['App\\EventListener\\UserFilterConfigurator'] ?? $this->getUserFilterConfiguratorService());
  1071.         }, => 'onKernelRequest'], 5);
  1072.         $instance->addListener('kernel.controller', [=> function () {
  1073.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1074.         }, => 'onKernelController'], 0);
  1075.         $instance->addListener('kernel.request', [=> function () {
  1076.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1077.         }, => 'onKernelRequest'], 250);
  1078.         $instance->addListener('kernel.response', [=> function () {
  1079.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1080.         }, => 'onKernelResponse'], 0);
  1081.         $instance->addListener('kernel.response', [=> function () {
  1082.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1083.         }, => 'onResponse'], -10);
  1084.         $instance->addListener('kernel.request', [=> function () {
  1085.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1086.         }, => 'onKernelRequest'], 7);
  1087.         $instance->addListener('kernel.request', [=> function () {
  1088.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1089.         }, => 'onKernelRequest'], 4);
  1090.         $instance->addListener('kernel.view', [=> function () {
  1091.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService.php'));
  1092.         }, => 'onKernelView'], 32);
  1093.         $instance->addListener('kernel.request', [=> function () {
  1094.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1095.         }, => 'onKernelRequest'], 2);
  1096.         $instance->addListener('kernel.view', [=> function () {
  1097.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService.php'));
  1098.         }, => 'onKernelView'], 16);
  1099.         $instance->addListener('kernel.view', [=> function () {
  1100.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService.php'));
  1101.         }, => 'onKernelView'], 8);
  1102.         $instance->addListener('kernel.exception', [=> function () {
  1103.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService.php'));
  1104.         }, => 'onKernelException'], 0);
  1105.         $instance->addListener('kernel.exception', [=> function () {
  1106.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService.php'));
  1107.         }, => 'onKernelException'], -96);
  1108.         $instance->addListener('kernel.request', [=> function () {
  1109.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1110.         }, => 'onKernelRequest'], 0);
  1111.         $instance->addListener('kernel.response', [=> function () {
  1112.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1113.         }, => 'onKernelResponse'], 0);
  1114.         $instance->addListener('kernel.response', [=> function () {
  1115.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1116.         }, => 'onKernelResponse'], -1);
  1117.         $instance->addListener('kernel.view', [=> function () {
  1118.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService.php'));
  1119.         }, => 'onKernelView'], 64);
  1120.         $instance->addListener('kernel.request', [=> function () {
  1121.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1122.         }, => 'onKernelRequest'], 16);
  1123.         $instance->addListener('kernel.request', [=> function () {
  1124.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1125.         }, => 'onSecurity'], 3);
  1126.         $instance->addListener('kernel.request', [=> function () {
  1127.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1128.         }, => 'onSecurityPostDenormalize'], 1);
  1129.         $instance->addListener('kernel.request', [=> function () {
  1130.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1131.         }, => 'onKernelRequest'], 0);
  1132.         $instance->addListener('kernel.exception', [=> function () {
  1133.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  1134.         }, => 'onKernelException'], 0);
  1135.         $instance->addListener('kernel.controller', [=> function () {
  1136.             return ($this->privates['App\\EventListener\\AdminPermissionSubscriber'] ?? $this->getAdminPermissionSubscriberService());
  1137.         }, => 'onKernelController'], 0);
  1138.         $instance->addListener('crud_list.initialize', [=> function () {
  1139.             return ($this->privates['App\\EventListener\\CRUDListQBSubscriber'] ?? $this->load('getCRUDListQBSubscriberService.php'));
  1140.         }, => 'getAdminParticipationListQB'], 0);
  1141.         $instance->addListener('export_list.initialize', [=> function () {
  1142.             return ($this->privates['App\\EventListener\\ExportParticipationSubscriber'] ?? $this->load('getExportParticipationSubscriberService.php'));
  1143.         }, => 'isFilterEmpty'], 2);
  1144.         $instance->addListener('kernel.view', [=> function () {
  1145.             return ($this->privates['App\\EventListener\\ForgotPasswordRequestSubscriber'] ?? $this->load('getForgotPasswordRequestSubscriberService.php'));
  1146.         }, => 'sendPasswordResetUrl'], 63);
  1147.         $instance->addListener('kernel.view', [=> function () {
  1148.             return ($this->privates['App\\EventListener\\ForgotPasswordResetSubscriber'] ?? $this->load('getForgotPasswordResetSubscriberService.php'));
  1149.         }, => 'resetPassword'], 63);
  1150.         $instance->addListener('kernel.view', [=> function () {
  1151.             return ($this->privates['App\\EventListener\\ForgotPasswordTokenSubscriber'] ?? $this->load('getForgotPasswordTokenSubscriberService.php'));
  1152.         }, => 'getUserByToken'], 63);
  1153.         $instance->addListener('import_csv.pre_upload', [=> function () {
  1154.             return ($this->privates['App\\EventListener\\ImportGroupMembersListener'] ?? $this->load('getImportGroupMembersListenerService.php'));
  1155.         }, => 'uploadFile'], 0);
  1156.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1157.             return ($this->privates['App\\EventListener\\JWTAuthenticationSubscriber'] ?? ($this->privates['App\\EventListener\\JWTAuthenticationSubscriber'] = new \App\EventListener\JWTAuthenticationSubscriber()));
  1158.         }, => 'onJWTCreated'], 0);
  1159.         $instance->addListener('crud_new.completed', [=> function () {
  1160.             return ($this->privates['App\\EventListener\\LocalOperationSubscriber'] ?? $this->load('getLocalOperationSubscriberService.php'));
  1161.         }, => 'subscribeOperation'], 10);
  1162.         $instance->addListener('crud_new.submitted', [=> function () {
  1163.             return ($this->privates['App\\EventListener\\LocalOperationSubscriber'] ?? $this->load('getLocalOperationSubscriberService.php'));
  1164.         }, => 'checkCab'], 'changeOperationDate');
  1165.         $instance->addListener('crud_edit.submitted', [=> function () {
  1166.             return ($this->privates['App\\EventListener\\LocalOperationSubscriber'] ?? $this->load('getLocalOperationSubscriberService.php'));
  1167.         }, => 'checkCab'], 'changeOperationDate');
  1168.         $instance->addListener('knp_pager.items', [=> function () {
  1169.             return ($this->privates['App\\EventListener\\QueryPaginatorSubscriber'] ?? $this->load('getQueryPaginatorSubscriberService.php'));
  1170.         }, => 'items'], 1);
  1171.         $instance->addListener('kernel.view', [=> function () {
  1172.             return ($this->privates['App\\EventListener\\RegisterCustomerSubscriber'] ?? $this->load('getRegisterCustomerSubscriberService.php'));
  1173.         }, => 'subscribeCustomer'], 63);
  1174.         $instance->addListener('kernel.view', [=> function () {
  1175.             return ($this->privates['App\\EventListener\\SendSignCodeSubscriber'] ?? $this->load('getSendSignCodeSubscriberService.php'));
  1176.         }, => 'sendSignatureCode'], 63);
  1177.         $instance->addListener('kernel.request', [=> function () {
  1178.             return ($this->privates['App\\EventSubscriber\\SignatureSubscriber'] ?? $this->getSignatureSubscriberService());
  1179.         }, => 'onKernelRequest'], 1);
  1180.         $instance->addListener('kernel.response', [=> function () {
  1181.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1182.         }, => 'onKernelResponse'], 0);
  1183.         $instance->addListener('kernel.response', [=> function () {
  1184.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1185.         }, => 'onKernelResponse'], -1024);
  1186.         $instance->addListener('kernel.request', [=> function () {
  1187.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1188.         }, => 'setDefaultLocale'], 100);
  1189.         $instance->addListener('kernel.request', [=> function () {
  1190.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1191.         }, => 'onKernelRequest'], 16);
  1192.         $instance->addListener('kernel.finish_request', [=> function () {
  1193.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1194.         }, => 'onKernelFinishRequest'], 0);
  1195.         $instance->addListener('kernel.request', [=> function () {
  1196.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1197.         }, => 'onKernelRequest'], 256);
  1198.         $instance->addListener('kernel.request', [=> function () {
  1199.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1200.         }, => 'resolveControllerName'], 24);
  1201.         $instance->addListener('kernel.response', [=> function () {
  1202.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1203.         }, => 'onResponse'], -255);
  1204.         $instance->addListener('kernel.request', [=> function () {
  1205.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1206.         }, => 'onKernelRequest'], 15);
  1207.         $instance->addListener('kernel.finish_request', [=> function () {
  1208.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1209.         }, => 'onKernelFinishRequest'], -15);
  1210.         $instance->addListener('console.error', [=> function () {
  1211.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1212.         }, => 'onConsoleError'], -128);
  1213.         $instance->addListener('console.terminate', [=> function () {
  1214.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1215.         }, => 'onConsoleTerminate'], -128);
  1216.         $instance->addListener('console.error', [=> function () {
  1217.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1218.         }, => 'onConsoleError'], 0);
  1219.         $instance->addListener('kernel.request', [=> function () {
  1220.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1221.         }, => 'onKernelRequest'], 128);
  1222.         $instance->addListener('kernel.response', [=> function () {
  1223.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1224.         }, => 'onKernelResponse'], -1000);
  1225.         $instance->addListener('kernel.finish_request', [=> function () {
  1226.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1227.         }, => 'onFinishRequest'], 0);
  1228.         $instance->addListener('kernel.response', [=> function () {
  1229.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1230.         }, => 'onKernelResponse'], -100);
  1231.         $instance->addListener('kernel.exception', [=> function () {
  1232.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1233.         }, => 'onKernelException'], 0);
  1234.         $instance->addListener('kernel.terminate', [=> function () {
  1235.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1236.         }, => 'onKernelTerminate'], -1024);
  1237.         $instance->addListener('kernel.controller', [=> function () {
  1238.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1239.         }, => 'onKernelController'], 0);
  1240.         $instance->addListener('kernel.response', [=> function () {
  1241.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1242.         }, => 'onKernelResponse'], 0);
  1243.         $instance->addListener('kernel.request', [=> function () {
  1244.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1245.         }, => 'configure'], 2048);
  1246.         $instance->addListener('console.command', [=> function () {
  1247.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1248.         }, => 'configure'], 2048);
  1249.         $instance->addListener('kernel.request', [=> function () {
  1250.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1251.         }, => 'onKernelRequest'], 32);
  1252.         $instance->addListener('kernel.finish_request', [=> function () {
  1253.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1254.         }, => 'onKernelFinishRequest'], 0);
  1255.         $instance->addListener('kernel.exception', [=> function () {
  1256.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1257.         }, => 'onKernelException'], -64);
  1258.         $instance->addListener('kernel.response', [=> function () {
  1259.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1260.         }, => 'onKernelResponse'], 0);
  1261.         $instance->addListener('kernel.exception', [=> function () {
  1262.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1263.         }, => 'logKernelException'], 0);
  1264.         $instance->addListener('kernel.exception', [=> function () {
  1265.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1266.         }, => 'onKernelException'], -128);
  1267.         $instance->addListener('kernel.response', [=> function () {
  1268.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1269.         }, => 'onKernelResponse'], 0);
  1270.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1271.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1272.         }, => 'onVoterVote'], 0);
  1273.         $instance->addListener('kernel.request', [=> function () {
  1274.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1275.         }, => 'configureLogoutUrlGenerator'], 8);
  1276.         $instance->addListener('kernel.request', [=> function () {
  1277.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1278.         }, => 'onKernelRequest'], 8);
  1279.         $instance->addListener('kernel.finish_request', [=> function () {
  1280.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1281.         }, => 'onKernelFinishRequest'], 0);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1284.         }, => 'onKernelRequest'], 0);
  1285.         $instance->addListener('kernel.controller', [=> function () {
  1286.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1287.         }, => 'onKernelController'], 0);
  1288.         $instance->addListener('kernel.controller', [=> function () {
  1289.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1290.         }, => 'onKernelController'], 0);
  1291.         $instance->addListener('kernel.controller', [=> function () {
  1292.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1293.         }, => 'onKernelController'], -128);
  1294.         $instance->addListener('kernel.view', [=> function () {
  1295.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1296.         }, => 'onKernelView'], 0);
  1297.         $instance->addListener('kernel.controller', [=> function () {
  1298.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1299.         }, => 'onKernelController'], 0);
  1300.         $instance->addListener('kernel.response', [=> function () {
  1301.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1302.         }, => 'onKernelResponse'], 0);
  1303.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1304.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1305.         }, => 'onKernelControllerArguments'], 0);
  1306.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1307.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1308.         }, => 'onKernelControllerArguments'], 0);
  1309.         $instance->addListener('kernel.exception', [=> function () {
  1310.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1311.         }, => 'onException'], 0);
  1312.         $instance->addListener('kernel.terminate', [=> function () {
  1313.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1314.         }, => 'onTerminate'], 0);
  1315.         $instance->addListener('console.error', [=> function () {
  1316.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1317.         }, => 'onException'], 0);
  1318.         $instance->addListener('console.terminate', [=> function () {
  1319.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1320.         }, => 'onTerminate'], 0);
  1321.         $instance->addListener('kernel.response', [=> function () {
  1322.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1323.         }, => 'onKernelResponse'], -128);
  1324.         $instance->addListener('console.error', [=> function () {
  1325.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1326.         }, => 'onConsoleError'], 0);
  1327.         $instance->addListener('console.terminate', [=> function () {
  1328.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1329.         }, => 'onConsoleTerminate'], 0);
  1330.         $instance->addListener('console.command', [=> function () {
  1331.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1332.         }, => 'onCommand'], 255);
  1333.         $instance->addListener('console.terminate', [=> function () {
  1334.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1335.         }, => 'onTerminate'], -255);
  1336.         $instance->addListener('kernel.finish_request', [=> function () {
  1337.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1338.         }, => 'resetAssets'], 0);
  1339.         $instance->addListener('knp_pager.before', [=> function () {
  1340.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1341.         }, => 'before'], 0);
  1342.         $instance->addListener('knp_pager.pagination', [=> function () {
  1343.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1344.         }, => 'pagination'], 0);
  1345.         $instance->addListener('knp_pager.before', [=> function () {
  1346.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1347.         }, => 'before'], 1);
  1348.         $instance->addListener('knp_pager.before', [=> function () {
  1349.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1350.         }, => 'before'], 1);
  1351.         $instance->addListener('knp_pager.pagination', [=> function () {
  1352.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1353.         }, => 'pagination'], 1);
  1354.         return $instance;
  1355.     }
  1356.     /**
  1357.      * Gets the public 'http_kernel' shared service.
  1358.      *
  1359.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1360.      */
  1361.     protected function getHttpKernelService()
  1362.     {
  1363.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1364.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1365.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1366.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1367.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1368.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1369.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1370.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1371.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1372.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1373.         }, 8)), $a));
  1374.     }
  1375.     /**
  1376.      * Gets the public 'knp_menu.matcher' shared service.
  1377.      *
  1378.      * @return \Knp\Menu\Matcher\Matcher
  1379.      */
  1380.     protected function getKnpMenu_MatcherService()
  1381.     {
  1382.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1383.             yield => ($this->privates['App\\Menu\\AdminMenuVoter'] ?? $this->load('getAdminMenuVoterService.php'));
  1384.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1385.             yield => ($this->privates['Sogec\\BOBundle\\Menu\\AdminMenuVoter'] ?? $this->load('getAdminMenuVoter2Service.php'));
  1386.         }, 3));
  1387.     }
  1388.     /**
  1389.      * Gets the public 'profiler' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1392.      */
  1393.     protected function getProfilerService()
  1394.     {
  1395.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1396.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1397.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1398.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1399.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1400.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1401.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1402.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1403.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1404.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1405.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1406.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1407.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1408.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1409.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1410.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1411.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1412.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1413.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1414.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1415.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1416.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1417.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1418.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  1419.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1420.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1421.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1422.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1423.         $e->registerClient('yousign.client', ($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()));
  1424.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1425.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1426.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1427.         if ($this->has('kernel')) {
  1428.             $g->setKernel($b);
  1429.         }
  1430.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1431.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1432.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1433.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1434.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1435.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1436.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1437.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1438.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1439.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1440.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1441.         $instance->add($d);
  1442.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1443.         $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())));
  1444.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1445.         $instance->add($e);
  1446.         $instance->add($f);
  1447.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1448.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1449.         $instance->add($g);
  1450.         return $instance;
  1451.     }
  1452.     /**
  1453.      * Gets the public 'request_stack' shared service.
  1454.      *
  1455.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1456.      */
  1457.     protected function getRequestStackService()
  1458.     {
  1459.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1460.     }
  1461.     /**
  1462.      * Gets the public 'router' shared service.
  1463.      *
  1464.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1465.      */
  1466.     protected function getRouterService()
  1467.     {
  1468.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1469.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1470.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1471.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1472.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1473.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1474.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1475.         ], [
  1476.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1477.         ]))->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');
  1478.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1479.         return $instance;
  1480.     }
  1481.     /**
  1482.      * Gets the public 'security.authorization_checker' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1485.      */
  1486.     protected function getSecurity_AuthorizationCheckerService()
  1487.     {
  1488.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1489.     }
  1490.     /**
  1491.      * Gets the public 'security.token_storage' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1494.      */
  1495.     protected function getSecurity_TokenStorageService()
  1496.     {
  1497.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1498.             'session' => ['services''session''getSessionService.php'true],
  1499.         ], [
  1500.             'session' => '?',
  1501.         ]));
  1502.     }
  1503.     /**
  1504.      * Gets the public 'sendinblue_api.default_client.smtp_endpoint' shared service.
  1505.      *
  1506.      * @return \SendinBlue\Client\Api\SMTPApi
  1507.      */
  1508.     protected function getSendinblueApi_DefaultClient_SmtpEndpointService()
  1509.     {
  1510.         return $this->services['sendinblue_api.default_client.smtp_endpoint'] = new \SendinBlue\Client\Api\SMTPApi(($this->privates['sendinblue_api.default_client'] ?? $this->getSendinblueApi_DefaultClientService()));
  1511.     }
  1512.     /**
  1513.      * Gets the public 'serializer' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\Serializer\Serializer
  1516.      */
  1517.     protected function getSerializerService()
  1518.     {
  1519.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1520.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1521.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  1522.         $d = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  1523.         $e = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($d);
  1524.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1525.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1526.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1527.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1528.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1529.         $k = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1530.         $l = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($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$iNULLfalse'oauth2''application''''', [], [], $jtrue'page'true'pageSize'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], $k$d));
  1531.         $m = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1532.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1533.         $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1534.         $p = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1535.         $q = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1536.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1537.         $s = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1538.         $t = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1539.         $u = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$n$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r), NULL, []);
  1540.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $e=> $l=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($m, [], $n), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), => $l=> new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), => $e10 => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($f$g$h$oNULL$m$j$n), 11 => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($f$p$m), 12 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($mtrue), 13 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 15 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($f$g$h$p$o$q$a$n$r, [], new RewindableGenerator(function () {
  1541.             return new \EmptyIterator();
  1542.         }, 0), $s), 16 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($g$h$p$k$o$a$n$r$tfalseNULL, new RewindableGenerator(function () {
  1543.             return new \EmptyIterator();
  1544.         }, 0), $f), 17 => new \ApiPlatform\Core\Serializer\ItemNormalizer($g$h$p$o$a$n$r$tfalseNULL, new RewindableGenerator(function () {
  1545.             return new \EmptyIterator();
  1546.         }, 0), $f$s), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 24 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($q$o$p), 'page''pagination'$f$a), $f$o$i), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($u$p$q), 27 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($u$p$k), 28 => $u], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1547.     }
  1548.     /**
  1549.      * Gets the public 'translator' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1552.      */
  1553.     protected function getTranslatorService()
  1554.     {
  1555.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1556.     }
  1557.     /**
  1558.      * Gets the public 'twig' shared service.
  1559.      *
  1560.      * @return \Twig\Environment
  1561.      */
  1562.     protected function getTwigService()
  1563.     {
  1564.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  1565.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1566.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1567.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1568.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1569.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1570.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1571.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1572.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1573.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1574.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1575.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1576.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1577.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1578.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1579.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1580.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1581.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1582.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/KnpPaginatorBundle'), 'KnpPaginator');
  1583.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1584.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1585.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1586.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1587.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SogecBOBundle'), 'SogecBO');
  1588.         $a->addPath((\dirname(__DIR__4).'/vendor/sogec/bo-bundle/Resources/views'), 'SogecBO');
  1589.         $a->addPath((\dirname(__DIR__4).'/vendor/sogec/bo-bundle/Resources/views'), '!SogecBO');
  1590.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1591.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1592.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1593.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1594.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1595.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1596.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1597.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1598.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1599.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1600.         $e = ($this->services['router'] ?? $this->getRouterService());
  1601.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1602.         $g = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1603.         $h = new \Knp\Menu\Util\MenuManipulator();
  1604.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1605.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1606.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1607.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1608.         $k->setEnvironment('dev');
  1609.         $k->setDebug(true);
  1610.         if ($this->has('security.token_storage')) {
  1611.             $k->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1612.         }
  1613.         if ($this->has('request_stack')) {
  1614.             $k->setRequestStack($f);
  1615.         }
  1616.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1617.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1618.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1619.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1620.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1621.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1622.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1623.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1624.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1625.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1626.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1627.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1628.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1629.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1631.         $instance->addExtension(new \App\Twig\AmountEuro());
  1632.         $instance->addExtension(new \App\Twig\CappingOperationById($g));
  1633.         $instance->addExtension(new \App\Twig\MediaTypeTranslation());
  1634.         $instance->addExtension(new \App\Twig\MonthToFrench());
  1635.         $instance->addExtension(new \App\Twig\OperationById($g));
  1636.         $instance->addExtension(new \App\Twig\WordWrap());
  1637.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1638.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1639.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1640.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1641.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1642.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1643.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1644.         ], [
  1645.             'list' => '?',
  1646.             'twig' => '?',
  1647.         ]), 'twig'), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1648.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  1649.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  1650.         }, 2)), $h$i), $i$h));
  1651.         $instance->addExtension(new \Sogec\BOBundle\Twig\CRUDExtension(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Sogec\\BOBundle\\Service\\CRUDConfigManager'] ?? $this->getCRUDConfigManagerService())));
  1652.         $instance->addExtension(new \Sogec\BOBundle\Twig\ReflectionClassExtension());
  1653.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1654.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1655.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1656.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1657.         ], [
  1658.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1659.             'webpack_encore.tag_renderer' => '?',
  1660.         ])));
  1661.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1662.         $instance->addGlobal('app'$k);
  1663.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1664.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1665.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1666.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1667.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService.php'true],
  1668.         ], [
  1669.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1670.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1671.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1672.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1673.         ])));
  1674.         $instance->addGlobal('env_exists', new \App\Service\EnvVarExists());
  1675.         $instance->addGlobal('operation_date', ($this->privates['App\\Manager\\OperationDateManager'] ?? $this->getOperationDateManagerService()));
  1676.         $instance->addGlobal('operation_type', new \App\Manager\FollowUpManager($g));
  1677.         $instance->addGlobal('sogec_config', new \App\Manager\SogecConfigManager($g));
  1678.         $instance->addGlobal('nc_state_manager', new \App\Manager\NcStateManager($g));
  1679.         $instance->addGlobal('customer_manager', ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  1680.         $instance->addGlobal('client_config', new \App\Manager\ClientConfigManager($g));
  1681.         $instance->addGlobal('signature_repository', ($this->privates['App\\Repository\\SignatureRepository'] ?? $this->getSignatureRepositoryService()));
  1682.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'validator' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1689.      */
  1690.     protected function getValidatorService()
  1691.     {
  1692.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1693.     }
  1694.     /**
  1695.      * Gets the private '.debug.http_client' shared service.
  1696.      *
  1697.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1698.      */
  1699.     protected function get_Debug_HttpClientService()
  1700.     {
  1701.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()));
  1702.     }
  1703.     /**
  1704.      * Gets the private '.debug.http_client.inner' shared service.
  1705.      *
  1706.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  1707.      */
  1708.     protected function get_Debug_HttpClient_InnerService()
  1709.     {
  1710.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1711.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  1712.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1713.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1714.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1715.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1716.         $instance->setLogger($a);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the private '.debug.yousign.client' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1723.      */
  1724.     protected function get_Debug_Yousign_ClientService()
  1725.     {
  1726.         return $this->privates['.debug.yousign.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Symfony\Component\HttpClient\ScopingHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), [$this->getEnv('YOUSIGN_API_URL') => ['base_uri' => $this->getEnv('YOUSIGN_API_URL'), 'headers' => ['Content-Type' => 'application/json''Accept' => 'application/json''Authorization' => 'Bearer '.$this->getEnv('string:YOUSIGN_API_TOKEN')], 'query' => [], 'resolve' => []]], $this->getEnv('YOUSIGN_API_URL')));
  1727.     }
  1728.     /**
  1729.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1730.      *
  1731.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1732.      */
  1733.     protected function get_LegacyResolveControllerNameSubscriberService()
  1734.     {
  1735.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1736.     }
  1737.     /**
  1738.      * Gets the private 'App\EventListener\AdminPermissionSubscriber' shared autowired service.
  1739.      *
  1740.      * @return \App\EventListener\AdminPermissionSubscriber
  1741.      */
  1742.     protected function getAdminPermissionSubscriberService()
  1743.     {
  1744.         return $this->privates['App\\EventListener\\AdminPermissionSubscriber'] = new \App\EventListener\AdminPermissionSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), $this->parameters['admin_no_permission_routes']);
  1745.     }
  1746.     /**
  1747.      * Gets the private 'App\EventListener\IsActiveFilterConfigurator' shared autowired service.
  1748.      *
  1749.      * @return \App\EventListener\IsActiveFilterConfigurator
  1750.      */
  1751.     protected function getIsActiveFilterConfiguratorService()
  1752.     {
  1753.         return $this->privates['App\\EventListener\\IsActiveFilterConfigurator'] = new \App\EventListener\IsActiveFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1754.     }
  1755.     /**
  1756.      * Gets the private 'App\EventListener\IsOpenOperationFilterConfigurator' shared autowired service.
  1757.      *
  1758.      * @return \App\EventListener\IsOpenOperationFilterConfigurator
  1759.      */
  1760.     protected function getIsOpenOperationFilterConfiguratorService()
  1761.     {
  1762.         return $this->privates['App\\EventListener\\IsOpenOperationFilterConfigurator'] = new \App\EventListener\IsOpenOperationFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1766.      *
  1767.      * @return \App\EventListener\MaintenanceListener
  1768.      */
  1769.     protected function getMaintenanceListenerService()
  1770.     {
  1771.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getParameter('maintenance'), $this);
  1772.     }
  1773.     /**
  1774.      * Gets the private 'App\EventListener\UserFilterConfigurator' shared autowired service.
  1775.      *
  1776.      * @return \App\EventListener\UserFilterConfigurator
  1777.      */
  1778.     protected function getUserFilterConfiguratorService()
  1779.     {
  1780.         return $this->privates['App\\EventListener\\UserFilterConfigurator'] = new \App\EventListener\UserFilterConfigurator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1781.     }
  1782.     /**
  1783.      * Gets the private 'App\EventSubscriber\SignatureSubscriber' shared autowired service.
  1784.      *
  1785.      * @return \App\EventSubscriber\SignatureSubscriber
  1786.      */
  1787.     protected function getSignatureSubscriberService()
  1788.     {
  1789.         return $this->privates['App\\EventSubscriber\\SignatureSubscriber'] = new \App\EventSubscriber\SignatureSubscriber(($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1790.     }
  1791.     /**
  1792.      * Gets the private 'App\Mailer\SMTPMailer' shared autowired service.
  1793.      *
  1794.      * @return \App\Mailer\SMTPMailer
  1795.      */
  1796.     protected function getSMTPMailerService()
  1797.     {
  1798.         return $this->privates['App\\Mailer\\SMTPMailer'] = new \App\Mailer\SMTPMailer(($this->services['sendinblue_api.default_client.smtp_endpoint'] ?? $this->getSendinblueApi_DefaultClient_SmtpEndpointService()), 'dev'$this->getParameter('delivery_addresses'));
  1799.     }
  1800.     /**
  1801.      * Gets the private 'App\Mailer\SecurityMailer' shared autowired service.
  1802.      *
  1803.      * @return \App\Mailer\SecurityMailer
  1804.      */
  1805.     protected function getSecurityMailerService()
  1806.     {
  1807.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1808.         if (isset($this->privates['App\\Mailer\\SecurityMailer'])) {
  1809.             return $this->privates['App\\Mailer\\SecurityMailer'];
  1810.         }
  1811.         return $this->privates['App\\Mailer\\SecurityMailer'] = new \App\Mailer\SecurityMailer(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $a, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Mailer\\SMTPMailer'] ?? $this->getSMTPMailerService()));
  1812.     }
  1813.     /**
  1814.      * Gets the private 'App\Manager\CustomerManager' shared autowired service.
  1815.      *
  1816.      * @return \App\Manager\CustomerManager
  1817.      */
  1818.     protected function getCustomerManagerService()
  1819.     {
  1820.         $a = ($this->privates['App\\Mailer\\SecurityMailer'] ?? $this->getSecurityMailerService());
  1821.         if (isset($this->privates['App\\Manager\\CustomerManager'])) {
  1822.             return $this->privates['App\\Manager\\CustomerManager'];
  1823.         }
  1824.         return $this->privates['App\\Manager\\CustomerManager'] = new \App\Manager\CustomerManager(86400, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), $a);
  1825.     }
  1826.     /**
  1827.      * Gets the private 'App\Manager\OperationDateManager' shared autowired service.
  1828.      *
  1829.      * @return \App\Manager\OperationDateManager
  1830.      */
  1831.     protected function getOperationDateManagerService()
  1832.     {
  1833.         return $this->privates['App\\Manager\\OperationDateManager'] = new \App\Manager\OperationDateManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1834.     }
  1835.     /**
  1836.      * Gets the private 'App\Repository\SignatureRepository' shared autowired service.
  1837.      *
  1838.      * @return \App\Repository\SignatureRepository
  1839.      */
  1840.     protected function getSignatureRepositoryService()
  1841.     {
  1842.         return $this->privates['App\\Repository\\SignatureRepository'] = new \App\Repository\SignatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1843.     }
  1844.     /**
  1845.      * Gets the private 'Sogec\BOBundle\Service\CRUDConfigManager' shared autowired service.
  1846.      *
  1847.      * @return \Sogec\BOBundle\Service\CRUDConfigManager
  1848.      */
  1849.     protected function getCRUDConfigManagerService()
  1850.     {
  1851.         return $this->privates['Sogec\\BOBundle\\Service\\CRUDConfigManager'] = new \Sogec\BOBundle\Service\CRUDConfigManager($this->parameters['crud_generic.config'], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1852.     }
  1853.     /**
  1854.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1855.      *
  1856.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1857.      */
  1858.     protected function getResetAssetsEventListenerService()
  1859.     {
  1860.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1861.     }
  1862.     /**
  1863.      * Gets the private 'annotations.cache_adapter' shared service.
  1864.      *
  1865.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1866.      */
  1867.     protected function getAnnotations_CacheAdapterService()
  1868.     {
  1869.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1870.     }
  1871.     /**
  1872.      * Gets the private 'annotations.cached_reader' shared service.
  1873.      *
  1874.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1875.      */
  1876.     protected function getAnnotations_CachedReaderService()
  1877.     {
  1878.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1879.     }
  1880.     /**
  1881.      * Gets the private 'annotations.reader' shared service.
  1882.      *
  1883.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1884.      */
  1885.     protected function getAnnotations_ReaderService()
  1886.     {
  1887.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1888.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1889.         $a->registerUniqueLoader('class_exists');
  1890.         $instance->addGlobalIgnoredName('required'$a);
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1897.      */
  1898.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1899.     {
  1900.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('siGQVnz8YZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1901.     }
  1902.     /**
  1903.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1906.      */
  1907.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1908.     {
  1909.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jJjBfZLpmV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1910.     }
  1911.     /**
  1912.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1915.      */
  1916.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1917.     {
  1918.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vk2oZLq6yW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1919.     }
  1920.     /**
  1921.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1922.      *
  1923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1924.      */
  1925.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1926.     {
  1927.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DZUimkeysL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1928.     }
  1929.     /**
  1930.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1931.      *
  1932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1933.      */
  1934.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1935.     {
  1936.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7jAUxPXG7h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1937.     }
  1938.     /**
  1939.      * Gets the private 'api_platform.filter_locator' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1942.      */
  1943.     protected function getApiPlatform_FilterLocatorService()
  1944.     {
  1945.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1946.             'annotated_app_entity_customer_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_customer_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCustomerOperationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService.php'true],
  1947.             'annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityParticipationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1948.             'annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityParticipationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService.php'true],
  1949.             'annotated_app_entity_signature_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_signature_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySignatureApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService.php'true],
  1950.         ], [
  1951.             'annotated_app_entity_customer_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1952.             'annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1953.             'annotated_app_entity_participation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1954.             'annotated_app_entity_signature_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1955.         ]);
  1956.     }
  1957.     /**
  1958.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1961.      */
  1962.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  1963.     {
  1964.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JYuTygkrgn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1965.     }
  1966.     /**
  1967.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1968.      *
  1969.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1970.      */
  1971.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1972.     {
  1973.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1974.     }
  1975.     /**
  1976.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1977.      *
  1978.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1979.      */
  1980.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1981.     {
  1982.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1983.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1984.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1985.         }
  1986.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1987.     }
  1988.     /**
  1989.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1990.      *
  1991.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1992.      */
  1993.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1994.     {
  1995.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1996.     }
  1997.     /**
  1998.      * Gets the private 'api_platform.identifier.converter' shared service.
  1999.      *
  2000.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2001.      */
  2002.     protected function getApiPlatform_Identifier_ConverterService()
  2003.     {
  2004.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2005.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2006.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2007.         }, 2));
  2008.     }
  2009.     /**
  2010.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2011.      *
  2012.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2013.      */
  2014.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2015.     {
  2016.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2017.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2018.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  2019.     }
  2020.     /**
  2021.      * Gets the private 'api_platform.iri_converter' shared service.
  2022.      *
  2023.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  2024.      */
  2025.     protected function getApiPlatform_IriConverterService()
  2026.     {
  2027.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2028.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($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()));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2032.      *
  2033.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2034.      */
  2035.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2036.     {
  2037.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2038.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2043.      *
  2044.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  2045.      */
  2046.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2047.     {
  2048.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2049.     }
  2050.     /**
  2051.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2052.      *
  2053.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  2054.      */
  2055.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2056.     {
  2057.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2058.     }
  2059.     /**
  2060.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2061.      *
  2062.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  2063.      */
  2064.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2065.     {
  2066.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2067.     }
  2068.     /**
  2069.      * Gets the private 'api_platform.listener.request.read' shared service.
  2070.      *
  2071.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2072.      */
  2073.     protected function getApiPlatform_Listener_Request_ReadService()
  2074.     {
  2075.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2076.     }
  2077.     /**
  2078.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2079.      *
  2080.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  2081.      */
  2082.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2083.     {
  2084.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2088.      *
  2089.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2090.      */
  2091.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2092.     {
  2093.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2094.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($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'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2095.             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()));
  2096.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService.php'));
  2097.             yield => ($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()));
  2098.             yield => ($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()));
  2099.         }, 4)));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2103.      *
  2104.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2105.      */
  2106.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2107.     {
  2108.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2112.      *
  2113.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2114.      */
  2115.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2116.     {
  2117.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2118.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), []), $this->parameters['api_platform.formats'], []));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2122.      *
  2123.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2124.      */
  2125.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2126.     {
  2127.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2131.      *
  2132.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  2133.      */
  2134.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2135.     {
  2136.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  2137.     }
  2138.     /**
  2139.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2140.      *
  2141.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2142.      */
  2143.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2144.     {
  2145.         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()));
  2146.     }
  2147.     /**
  2148.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2149.      *
  2150.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  2151.      */
  2152.     protected function getApiPlatform_ResourceClassResolverService()
  2153.     {
  2154.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2155.     }
  2156.     /**
  2157.      * Gets the private 'api_platform.router' shared service.
  2158.      *
  2159.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  2160.      */
  2161.     protected function getApiPlatform_RouterService()
  2162.     {
  2163.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2164.     }
  2165.     /**
  2166.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2167.      *
  2168.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  2169.      */
  2170.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2171.     {
  2172.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2176.      *
  2177.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  2178.      */
  2179.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2180.     {
  2181.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2185.      *
  2186.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  2187.      */
  2188.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2189.     {
  2190.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2191.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  2192.     }
  2193.     /**
  2194.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2195.      *
  2196.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  2197.      */
  2198.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2199.     {
  2200.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\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()))])));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2204.      *
  2205.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2206.      */
  2207.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2208.     {
  2209.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'assets.packages' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Asset\Packages
  2215.      */
  2216.     protected function getAssets_PackagesService()
  2217.     {
  2218.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'cache.annotations' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2224.      */
  2225.     protected function getCache_AnnotationsService()
  2226.     {
  2227.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vO4yYp5lcd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2228.     }
  2229.     /**
  2230.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2233.      */
  2234.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2235.     {
  2236.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2237.     }
  2238.     /**
  2239.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2242.      */
  2243.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2244.     {
  2245.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2246.     }
  2247.     /**
  2248.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2251.      */
  2252.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2253.     {
  2254.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2255.     }
  2256.     /**
  2257.      * Gets the private 'cache.property_info' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2260.      */
  2261.     protected function getCache_PropertyInfoService()
  2262.     {
  2263.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LNd3yqFcqb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'cache.security_expression_language' shared service.
  2267.      *
  2268.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2269.      */
  2270.     protected function getCache_SecurityExpressionLanguageService()
  2271.     {
  2272.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CO4XjGpliL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2273.     }
  2274.     /**
  2275.      * Gets the private 'cache.serializer' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2278.      */
  2279.     protected function getCache_SerializerService()
  2280.     {
  2281.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IB1bWPJSzE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2282.     }
  2283.     /**
  2284.      * Gets the private 'cache.validator' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2287.      */
  2288.     protected function getCache_ValidatorService()
  2289.     {
  2290.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SNbO+qLD9s'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2291.     }
  2292.     /**
  2293.      * Gets the private 'cache.webpack_encore' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2296.      */
  2297.     protected function getCache_WebpackEncoreService()
  2298.     {
  2299.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QMVptigb3O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'config_cache_factory' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2305.      */
  2306.     protected function getConfigCacheFactoryService()
  2307.     {
  2308.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2309.             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)));
  2310.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2311.         }, 2));
  2312.     }
  2313.     /**
  2314.      * Gets the private 'data_collector.form' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2317.      */
  2318.     protected function getDataCollector_FormService()
  2319.     {
  2320.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2321.     }
  2322.     /**
  2323.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2324.      *
  2325.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2326.      */
  2327.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2328.     {
  2329.         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 () {
  2330.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService.php'));
  2331.         }, 1)));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2335.      *
  2336.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2337.      */
  2338.     protected function getDebug_ApiPlatform_DataPersisterService()
  2339.     {
  2340.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2341.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService.php'));
  2342.         }, 1)));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2346.      *
  2347.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2348.      */
  2349.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2350.     {
  2351.         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 () {
  2352.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService.php'));
  2353.         }, 1)));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2357.      *
  2358.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2359.      */
  2360.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2361.     {
  2362.         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 () {
  2363.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService.php'));
  2364.         }, 1)));
  2365.     }
  2366.     /**
  2367.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2370.      */
  2371.     protected function getDebug_DebugHandlersListenerService()
  2372.     {
  2373.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2374.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2375.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2376.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2378.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2379.     }
  2380.     /**
  2381.      * Gets the private 'debug.file_link_formatter' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2384.      */
  2385.     protected function getDebug_FileLinkFormatterService()
  2386.     {
  2387.         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 () {
  2388.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2389.         });
  2390.     }
  2391.     /**
  2392.      * Gets the private 'debug.log_processor' shared service.
  2393.      *
  2394.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2395.      */
  2396.     protected function getDebug_LogProcessorService()
  2397.     {
  2398.         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())));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2404.      */
  2405.     protected function getDebug_Security_Access_DecisionManagerService()
  2406.     {
  2407.         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 () {
  2408.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2409.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2410.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2411.             yield => ($this->privates['debug.security.voter.App\\Security\\AdminVoter'] ?? $this->load('getAdminVoterService.php'));
  2412.             yield => ($this->privates['debug.security.voter.App\\Security\\EntityVoter'] ?? $this->load('getEntityVoterService.php'));
  2413.         }, 5), 'affirmative'falsetrue));
  2414.     }
  2415.     /**
  2416.      * Gets the private 'debug.security.firewall' shared service.
  2417.      *
  2418.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2419.      */
  2420.     protected function getDebug_Security_FirewallService()
  2421.     {
  2422.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2423.     }
  2424.     /**
  2425.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2426.      *
  2427.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2428.      */
  2429.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2430.     {
  2431.         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())));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2435.      *
  2436.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2437.      */
  2438.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2439.     {
  2440.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2441.     }
  2442.     /**
  2443.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2444.      *
  2445.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2446.      */
  2447.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2448.     {
  2449.         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/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  2450.     }
  2451.     /**
  2452.      * Gets the private 'locale_aware_listener' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2455.      */
  2456.     protected function getLocaleAwareListenerService()
  2457.     {
  2458.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2459.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2460.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'locale_listener' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2466.      */
  2467.     protected function getLocaleListenerService()
  2468.     {
  2469.         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()));
  2470.     }
  2471.     /**
  2472.      * Gets the private 'mime_types' shared service.
  2473.      *
  2474.      * @return \Symfony\Component\Mime\MimeTypes
  2475.      */
  2476.     protected function getMimeTypesService()
  2477.     {
  2478.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2479.         $instance->setDefault($instance);
  2480.         return $instance;
  2481.     }
  2482.     /**
  2483.      * Gets the private 'monolog.handler.console' shared service.
  2484.      *
  2485.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2486.      */
  2487.     protected function getMonolog_Handler_ConsoleService()
  2488.     {
  2489.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2490.     }
  2491.     /**
  2492.      * Gets the private 'monolog.handler.main' shared service.
  2493.      *
  2494.      * @return \Monolog\Handler\StreamHandler
  2495.      */
  2496.     protected function getMonolog_Handler_MainService()
  2497.     {
  2498.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2499.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the private 'monolog.logger' shared service.
  2504.      *
  2505.      * @return \Symfony\Bridge\Monolog\Logger
  2506.      */
  2507.     protected function getMonolog_LoggerService()
  2508.     {
  2509.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2510.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2511.         $instance->useMicrosecondTimestamps(true);
  2512.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2513.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2514.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the private 'monolog.logger.cache' shared service.
  2519.      *
  2520.      * @return \Symfony\Bridge\Monolog\Logger
  2521.      */
  2522.     protected function getMonolog_Logger_CacheService()
  2523.     {
  2524.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2525.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2526.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2527.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2529.         return $instance;
  2530.     }
  2531.     /**
  2532.      * Gets the private 'monolog.logger.request' shared service.
  2533.      *
  2534.      * @return \Symfony\Bridge\Monolog\Logger
  2535.      */
  2536.     protected function getMonolog_Logger_RequestService()
  2537.     {
  2538.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2539.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2540.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2541.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2542.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2543.         return $instance;
  2544.     }
  2545.     /**
  2546.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2547.      *
  2548.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2549.      */
  2550.     protected function getNelmioCors_CorsListenerService()
  2551.     {
  2552.         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'))]));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'parameter_bag' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2558.      */
  2559.     protected function getParameterBagService()
  2560.     {
  2561.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2562.     }
  2563.     /**
  2564.      * Gets the private 'profiler_listener' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2567.      */
  2568.     protected function getProfilerListenerService()
  2569.     {
  2570.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2571.     }
  2572.     /**
  2573.      * Gets the private 'property_accessor' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2576.      */
  2577.     protected function getPropertyAccessorService()
  2578.     {
  2579.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2580.     }
  2581.     /**
  2582.      * Gets the private 'property_info' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2585.      */
  2586.     protected function getPropertyInfoService()
  2587.     {
  2588.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2589.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  2590.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2591.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2592.         }, 3), new RewindableGenerator(function () {
  2593.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2594.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2595.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2596.         }, 3), new RewindableGenerator(function () {
  2597.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2598.         }, 1), new RewindableGenerator(function () {
  2599.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2600.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2601.         }, 2), new RewindableGenerator(function () {
  2602.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2603.         }, 1));
  2604.     }
  2605.     /**
  2606.      * Gets the private 'router.request_context' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\Routing\RequestContext
  2609.      */
  2610.     protected function getRouter_RequestContextService()
  2611.     {
  2612.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET'$this->getEnv('RQST_CTXT_HOST'), $this->getEnv('RQST_CTXT_SCHEMA'), 80443);
  2613.     }
  2614.     /**
  2615.      * Gets the private 'router_listener' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2618.      */
  2619.     protected function getRouterListenerService()
  2620.     {
  2621.         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);
  2622.     }
  2623.     /**
  2624.      * Gets the private 'security.authentication.manager' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2627.      */
  2628.     protected function getSecurity_Authentication_ManagerService()
  2629.     {
  2630.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2631.             yield => ($this->privates['security.authentication.provider.dao.login_client'] ?? $this->load('getSecurity_Authentication_Provider_Dao_LoginClientService.php'));
  2632.             yield => ($this->privates['security.authentication.provider.anonymous.login_client'] ?? ($this->privates['security.authentication.provider.anonymous.login_client'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2633.             yield => ($this->privates['security.authentication.provider.guard.sogec_connect'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SogecConnectService.php'));
  2634.             yield => ($this->privates['security.authentication.provider.anonymous.sogec_connect'] ?? ($this->privates['security.authentication.provider.anonymous.sogec_connect'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2635.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->load('getSecurity_Authentication_Provider_Guard_ApiService.php'));
  2636.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2637.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2638.             yield => ($this->privates['security.authentication.provider.rememberme.admin'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_AdminService.php'));
  2639.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2640.         }, 9), true);
  2641.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2642.         return $instance;
  2643.     }
  2644.     /**
  2645.      * Gets the private 'security.csrf.token_generator' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  2648.      */
  2649.     protected function getSecurity_Csrf_TokenGeneratorService()
  2650.     {
  2651.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  2652.     }
  2653.     /**
  2654.      * Gets the private 'security.expression_language' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2657.      */
  2658.     protected function getSecurity_ExpressionLanguageService()
  2659.     {
  2660.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2661.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2662.         return $instance;
  2663.     }
  2664.     /**
  2665.      * Gets the private 'security.firewall.map' shared service.
  2666.      *
  2667.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2668.      */
  2669.     protected function getSecurity_Firewall_MapService()
  2670.     {
  2671.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2672.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2673.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService.php'true],
  2674.             'security.firewall.map.context.login_client' => ['privates''security.firewall.map.context.login_client''getSecurity_Firewall_Map_Context_LoginClientService.php'true],
  2675.             'security.firewall.map.context.sogec_connect' => ['privates''security.firewall.map.context.sogec_connect''getSecurity_Firewall_Map_Context_SogecConnectService.php'true],
  2676.         ], [
  2677.             'security.firewall.map.context.admin' => '?',
  2678.             'security.firewall.map.context.api' => '?',
  2679.             'security.firewall.map.context.login_client' => '?',
  2680.             'security.firewall.map.context.sogec_connect' => '?',
  2681.         ]), new RewindableGenerator(function () {
  2682.             yield 'security.firewall.map.context.login_client' => ($this->privates['.security.request_matcher.8Ud_aqO'] ?? ($this->privates['.security.request_matcher.8Ud_aqO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api-client/login')));
  2683.             yield 'security.firewall.map.context.sogec_connect' => ($this->privates['.security.request_matcher.53LXvLg'] ?? ($this->privates['.security.request_matcher.53LXvLg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/so-connect')));
  2684.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2685.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.0p6cj8T'] ?? ($this->privates['.security.request_matcher.0p6cj8T'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_so_bo')));
  2686.         }, 4));
  2687.     }
  2688.     /**
  2689.      * Gets the private 'security.helper' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\Security\Core\Security
  2692.      */
  2693.     protected function getSecurity_HelperService()
  2694.     {
  2695.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2696.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2697.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2698.         ], [
  2699.             'security.authorization_checker' => '?',
  2700.             'security.token_storage' => '?',
  2701.         ]));
  2702.     }
  2703.     /**
  2704.      * Gets the private 'security.logout_url_generator' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2707.      */
  2708.     protected function getSecurity_LogoutUrlGeneratorService()
  2709.     {
  2710.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2711.         $instance->registerListener('admin''/_so_bo/logout''logout''_csrf_token'NULLNULL);
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the private 'security.role_hierarchy' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2718.      */
  2719.     protected function getSecurity_RoleHierarchyService()
  2720.     {
  2721.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2722.     }
  2723.     /**
  2724.      * Gets the private 'sendinblue_api.default_client' shared service.
  2725.      *
  2726.      * @return \SendinBlue\Client\ApiClient
  2727.      */
  2728.     protected function getSendinblueApi_DefaultClientService()
  2729.     {
  2730.         $a = new \SendinBlue\Client\Configuration();
  2731.         $a->setApiKey('api-key''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');
  2732.         return $this->privates['sendinblue_api.default_client'] = new \SendinBlue\Client\ApiClient($a);
  2733.     }
  2734.     /**
  2735.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2736.      *
  2737.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2738.      */
  2739.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2740.     {
  2741.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2742.     }
  2743.     /**
  2744.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2745.      *
  2746.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2747.      */
  2748.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2749.     {
  2750.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2751.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2752.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2753.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2754.     }
  2755.     /**
  2756.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2757.      *
  2758.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2759.      */
  2760.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2761.     {
  2762.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2763.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2764.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2765.     }
  2766.     /**
  2767.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2768.      *
  2769.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2770.      */
  2771.     protected function getSensioFrameworkExtra_View_ListenerService()
  2772.     {
  2773.         $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))));
  2774.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2775.             'twig' => ['services''twig''getTwigService'false],
  2776.         ], [
  2777.             'twig' => 'Twig\\Environment',
  2778.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2779.         return $instance;
  2780.     }
  2781.     /**
  2782.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2785.      */
  2786.     protected function getSerializer_NameConverter_MetadataAwareService()
  2787.     {
  2788.         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()));
  2789.     }
  2790.     /**
  2791.      * Gets the private 'session_listener' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2794.      */
  2795.     protected function getSessionListenerService()
  2796.     {
  2797.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2798.             'initialized_session' => ['services''session'NULLtrue],
  2799.             'session' => ['services''session''getSessionService.php'true],
  2800.         ], [
  2801.             'initialized_session' => '?',
  2802.             'session' => '?',
  2803.         ]));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  2807.      *
  2808.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  2809.      */
  2810.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  2811.     {
  2812.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2813.     }
  2814.     /**
  2815.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  2816.      *
  2817.      * @return \Gedmo\Loggable\LoggableListener
  2818.      */
  2819.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  2820.     {
  2821.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  2822.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the private 'translator.default' shared service.
  2827.      *
  2828.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2829.      */
  2830.     protected function getTranslator_DefaultService()
  2831.     {
  2832.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2833.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2834.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2835.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2836.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2837.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2838.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2839.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2840.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2841.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2842.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2843.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2844.         ], [
  2845.             'translation.loader.csv' => '?',
  2846.             'translation.loader.dat' => '?',
  2847.             'translation.loader.ini' => '?',
  2848.             'translation.loader.json' => '?',
  2849.             'translation.loader.mo' => '?',
  2850.             'translation.loader.php' => '?',
  2851.             'translation.loader.po' => '?',
  2852.             'translation.loader.qt' => '?',
  2853.             'translation.loader.res' => '?',
  2854.             'translation.loader.xliff' => '?',
  2855.             'translation.loader.yml' => '?',
  2856.         ]), 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/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], '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/Resources/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/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/sogec/bo-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SogecBOBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/NelmioAliceBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/FidryAliceDataFixturesBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/HautelookAliceBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/sendinblue/api-bundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/SendinBlueApiBundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/web-server-bundle/translations'=> 'src/Resources/WebServerBundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'src/Resources/TwigBundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/nelmio/cors-bundle/translations'15 => 'src/Resources/NelmioCorsBundle/translations'16 => 'vendor/doctrine/doctrine-cache-bundle/translations'17 => 'src/Resources/DoctrineCacheBundle/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'src/Resources/DoctrineBundle/translations'20 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'21 => 'src/Resources/ApiPlatformBundle/translations'22 => 'vendor/stof/doctrine-extensions-bundle/src/translations'23 => 'src/Resources/StofDoctrineExtensionsBundle/translations'24 => 'vendor/lexik/jwt-authentication-bundle/translations'25 => 'src/Resources/LexikJWTAuthenticationBundle/translations'26 => 'vendor/sensio/framework-extra-bundle/src/translations'27 => 'src/Resources/SensioFrameworkExtraBundle/translations'28 => 'src/Resources/VichUploaderBundle/translations'29 => 'vendor/symfony/swiftmailer-bundle/translations'30 => 'src/Resources/SwiftmailerBundle/translations'31 => 'src/Resources/KnpPaginatorBundle/translations'32 => 'vendor/knplabs/knp-menu-bundle/src/translations'33 => 'src/Resources/KnpMenuBundle/translations'34 => 'vendor/sogec/bo-bundle/translations'35 => 'src/Resources/SogecBOBundle/translations'36 => 'vendor/symfony/web-profiler-bundle/translations'37 => 'src/Resources/WebProfilerBundle/translations'38 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'39 => 'src/Resources/NelmioAliceBundle/translations'40 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'41 => 'src/Resources/FidryAliceDataFixturesBundle/translations'42 => 'vendor/hautelook/alice-bundle/src/translations'43 => 'src/Resources/HautelookAliceBundle/translations'44 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'45 => 'src/Resources/DoctrineFixturesBundle/translations'46 => 'vendor/symfony/maker-bundle/src/translations'47 => 'src/Resources/MakerBundle/translations'48 => 'vendor/doctrine/doctrine-migrations-bundle/translations'49 => 'src/Resources/DoctrineMigrationsBundle/translations'50 => 'vendor/symfony/monolog-bundle/translations'51 => 'src/Resources/MonologBundle/translations'52 => 'vendor/knplabs/knp-snappy-bundle/src/translations'53 => 'src/Resources/KnpSnappyBundle/translations'54 => 'vendor/sendinblue/api-bundle/translations'55 => 'src/Resources/SendinBlueApiBundle/translations'56 => 'vendor/symfony/webpack-encore-bundle/src/translations'57 => 'src/Resources/WebpackEncoreBundle/translations'58 => 'src/Resources/translations']]]);
  2857.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2858.         $instance->setFallbackLocales([=> 'fr']);
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the private 'validator.builder' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2865.      */
  2866.     protected function getValidator_BuilderService()
  2867.     {
  2868.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2869.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2870.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2871.             'App\\Validator\\Constraints\\CSVColumnValidator' => ['privates''App\\Validator\\Constraints\\CSVColumnValidator''getCSVColumnValidatorService.php'true],
  2872.             'App\\Validator\\Constraints\\CheckDatamapperValidator' => ['privates''App\\Validator\\Constraints\\CheckDatamapperValidator''getCheckDatamapperValidatorService.php'true],
  2873.             'App\\Validator\\Constraints\\CheckEmailValidator' => ['privates''App\\Validator\\Constraints\\CheckEmailValidator''getCheckEmailValidatorService.php'true],
  2874.             'App\\Validator\\Constraints\\CheckOperationCategoryTypeValidator' => ['privates''App\\Validator\\Constraints\\CheckOperationCategoryTypeValidator''getCheckOperationCategoryTypeValidatorService.php'true],
  2875.             'App\\Validator\\Constraints\\CheckOperationLabelsValidator' => ['privates''App\\Validator\\Constraints\\CheckOperationLabelsValidator''getCheckOperationLabelsValidatorService.php'true],
  2876.             'App\\Validator\\Constraints\\CheckOperationTypeValidator' => ['privates''App\\Validator\\Constraints\\CheckOperationTypeValidator''getCheckOperationTypeValidatorService.php'true],
  2877.             'App\\Validator\\Constraints\\EntityExistValidator' => ['privates''App\\Validator\\Constraints\\EntityExistValidator''getEntityExistValidatorService.php'true],
  2878.             'App\\Validator\\Constraints\\MinimalQuantityValidator' => ['privates''App\\Validator\\Constraints\\MinimalQuantityValidator''getMinimalQuantityValidatorService.php'true],
  2879.             'App\\Validator\\Constraints\\NotExpiredTokenValidator' => ['privates''App\\Validator\\Constraints\\NotExpiredTokenValidator''getNotExpiredTokenValidatorService.php'true],
  2880.             'App\\Validator\\DefinedIbanValidator' => ['privates''App\\Validator\\DefinedIbanValidator''getDefinedIbanValidatorService.php'true],
  2881.             'App\\Validator\\OperationNotExpiredValidator' => ['privates''App\\Validator\\OperationNotExpiredValidator''getOperationNotExpiredValidatorService.php'true],
  2882.             'App\\Validator\\OperationNotStartedValidator' => ['privates''App\\Validator\\OperationNotStartedValidator''getOperationNotStartedValidatorService.php'true],
  2883.             'App\\Validator\\SignatureRequiredInformationsValidator' => ['privates''App\\Validator\\SignatureRequiredInformationsValidator''getSignatureRequiredInformationsValidatorService.php'true],
  2884.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2885.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2886.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2887.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2888.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2889.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2890.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2891.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2892.         ], [
  2893.             'App\\Validator\\Constraints\\CSVColumnValidator' => '?',
  2894.             'App\\Validator\\Constraints\\CheckDatamapperValidator' => '?',
  2895.             'App\\Validator\\Constraints\\CheckEmailValidator' => '?',
  2896.             'App\\Validator\\Constraints\\CheckOperationCategoryTypeValidator' => '?',
  2897.             'App\\Validator\\Constraints\\CheckOperationLabelsValidator' => '?',
  2898.             'App\\Validator\\Constraints\\CheckOperationTypeValidator' => '?',
  2899.             'App\\Validator\\Constraints\\EntityExistValidator' => '?',
  2900.             'App\\Validator\\Constraints\\MinimalQuantityValidator' => '?',
  2901.             'App\\Validator\\Constraints\\NotExpiredTokenValidator' => '?',
  2902.             'App\\Validator\\DefinedIbanValidator' => '?',
  2903.             'App\\Validator\\OperationNotExpiredValidator' => '?',
  2904.             'App\\Validator\\OperationNotStartedValidator' => '?',
  2905.             'App\\Validator\\SignatureRequiredInformationsValidator' => '?',
  2906.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2907.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2908.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2909.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2910.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2911.             'doctrine.orm.validator.unique' => '?',
  2912.             'security.validator.user_password' => '?',
  2913.             'validator.expression' => '?',
  2914.         ])));
  2915.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2916.         $instance->setTranslationDomain('validators');
  2917.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2918.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2919.         $instance->addMethodMapping('loadValidatorMetadata');
  2920.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2921.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2922.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2923.         return $instance;
  2924.     }
  2925.     /**
  2926.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2927.      *
  2928.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2929.      */
  2930.     protected function getVichUploader_MetadataReaderService()
  2931.     {
  2932.         $a = new \Metadata\Driver\FileLocator([]);
  2933.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2934.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2935.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2936.     }
  2937.     /**
  2938.      * Gets the private 'web_profiler.csp.handler' shared service.
  2939.      *
  2940.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2941.      */
  2942.     protected function getWebProfiler_Csp_HandlerService()
  2943.     {
  2944.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2945.     }
  2946.     /**
  2947.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2948.      *
  2949.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2950.      */
  2951.     protected function getWebProfiler_DebugToolbarService()
  2952.     {
  2953.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2954.     }
  2955.     /**
  2956.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2957.      *
  2958.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2959.      */
  2960.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2961.     {
  2962.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2963.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService.php'true],
  2964.         ], [
  2965.             '_default' => '?',
  2966.         ]), '_default');
  2967.     }
  2968.     /**
  2969.      * @return array|bool|float|int|string|\UnitEnum|null
  2970.      */
  2971.     public function getParameter($name)
  2972.     {
  2973.         $name = (string) $name;
  2974.         if (isset($this->buildParameters[$name])) {
  2975.             return $this->buildParameters[$name];
  2976.         }
  2977.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2978.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2979.         }
  2980.         if (isset($this->loadedDynamicParameters[$name])) {
  2981.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2982.         }
  2983.         return $this->parameters[$name];
  2984.     }
  2985.     public function hasParameter($name): bool
  2986.     {
  2987.         $name = (string) $name;
  2988.         if (isset($this->buildParameters[$name])) {
  2989.             return true;
  2990.         }
  2991.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2992.     }
  2993.     public function setParameter($name$value): void
  2994.     {
  2995.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2996.     }
  2997.     public function getParameterBag(): ParameterBagInterface
  2998.     {
  2999.         if (null === $this->parameterBag) {
  3000.             $parameters $this->parameters;
  3001.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3002.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3003.             }
  3004.             foreach ($this->buildParameters as $name => $value) {
  3005.                 $parameters[$name] = $value;
  3006.             }
  3007.             $this->parameterBag = new FrozenParameterBag($parameters);
  3008.         }
  3009.         return $this->parameterBag;
  3010.     }
  3011.     private $loadedDynamicParameters = [
  3012.         'kernel.cache_dir' => false,
  3013.         'router.request_context.host' => false,
  3014.         'router.request_context.scheme' => false,
  3015.         'delivery_addresses' => false,
  3016.         'front.reset_password' => false,
  3017.         'front.confirmation_token' => false,
  3018.         'front.login' => false,
  3019.         'front.partner_ops_edit' => false,
  3020.         'noreply_name' => false,
  3021.         'front_url' => false,
  3022.         'api_shannon_url' => false,
  3023.         'api_shannon_login' => false,
  3024.         'api_shannon_password' => false,
  3025.         'api_shannon_login_admin_create' => false,
  3026.         'api_shannon_password_admin_create' => false,
  3027.         'api_shannon_opeCode' => false,
  3028.         'guzzle_client_timeout' => false,
  3029.         'maintenance' => false,
  3030.         'kernel.secret' => false,
  3031.         'session.save_path' => false,
  3032.         'validator.mapping.cache.file' => false,
  3033.         'profiler.storage.dsn' => false,
  3034.         'debug.container.dump' => false,
  3035.         'serializer.mapping.cache.file' => false,
  3036.         'nelmio_cors.defaults' => false,
  3037.         'doctrine.orm.proxy_dir' => false,
  3038.         'lexik_jwt_authentication.pass_phrase' => false,
  3039.         'swiftmailer.spool.default.memory.path' => false,
  3040.         'knp_snappy.image.binary' => false,
  3041.     ];
  3042.     private $dynamicParameters = [];
  3043.     private function getDynamicParameter(string $name)
  3044.     {
  3045.         switch ($name) {
  3046.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3047.             case 'router.request_context.host'$value $this->getEnv('RQST_CTXT_HOST'); break;
  3048.             case 'router.request_context.scheme'$value $this->getEnv('RQST_CTXT_SCHEMA'); break;
  3049.             case 'delivery_addresses'$value = [
  3050.                 => $this->getEnv('DEV_EMAIL'),
  3051.             ]; break;
  3052.             case 'front.reset_password'$value $this->getEnv('string:CLIENT_URL').'/reiniialiser-mot-de-passe/'; break;
  3053.             case 'front.confirmation_token'$value $this->getEnv('string:CLIENT_URL').'/reiniialiser-mot-de-passe/'; break;
  3054.             case 'front.login'$value $this->getEnv('string:CLIENT_URL').'/login'; break;
  3055.             case 'front.partner_ops_edit'$value $this->getEnv('string:CLIENT_URL').'/modifier-demande/'; break;
  3056.             case 'noreply_name'$value $this->getEnv('CLIENT_NAME'); break;
  3057.             case 'front_url'$value $this->getEnv('CLIENT_URL'); break;
  3058.             case 'api_shannon_url'$value $this->getEnv('API_SHANNON_URL'); break;
  3059.             case 'api_shannon_login'$value $this->getEnv('API_SHANNON_LOGIN'); break;
  3060.             case 'api_shannon_password'$value $this->getEnv('API_SHANNON_PWD'); break;
  3061.             case 'api_shannon_login_admin_create'$value $this->getEnv('API_SHANNON_LOGIN_ADMIN_CREATE'); break;
  3062.             case 'api_shannon_password_admin_create'$value $this->getEnv('API_SHANNON_PWD_ADMIN_CREATE'); break;
  3063.             case 'api_shannon_opeCode'$value $this->getEnv('API_SHANNON_OPE_CODE'); break;
  3064.             case 'guzzle_client_timeout'$value $this->getEnv('GUZZLE_CLIENT_TIMEOUT'); break;
  3065.             case 'maintenance'$value = [
  3066.                 'statut' => $this->getEnv('ENV_MAINTENANCE'),
  3067.                 'ipAuthorized' => [
  3068.                     => '::1',
  3069.                     => '127.0.0.1',
  3070.                     => '91.212.21.247',
  3071.                 ],
  3072.             ]; break;
  3073.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3074.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3075.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3076.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3077.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  3078.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3079.             case 'nelmio_cors.defaults'$value = [
  3080.                 'allow_origin' => [
  3081.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3082.                 ],
  3083.                 'allow_credentials' => false,
  3084.                 'allow_headers' => [
  3085.                     => 'content-type',
  3086.                     => 'authorization',
  3087.                 ],
  3088.                 'expose_headers' => [
  3089.                 ],
  3090.                 'allow_methods' => [
  3091.                     => 'GET',
  3092.                     => 'OPTIONS',
  3093.                     => 'POST',
  3094.                     => 'PUT',
  3095.                     => 'PATCH',
  3096.                     => 'DELETE',
  3097.                 ],
  3098.                 'max_age' => 3600,
  3099.                 'hosts' => [
  3100.                 ],
  3101.                 'origin_regex' => true,
  3102.                 'forced_allow_origin_value' => NULL,
  3103.                 'skip_same_as_origin' => true,
  3104.             ]; break;
  3105.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3106.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3107.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3108.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3109.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3110.         }
  3111.         $this->loadedDynamicParameters[$name] = true;
  3112.         return $this->dynamicParameters[$name] = $value;
  3113.     }
  3114.     protected function getDefaultParameters(): array
  3115.     {
  3116.         return [
  3117.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  3118.             'kernel.project_dir' => \dirname(__DIR__4),
  3119.             'kernel.environment' => 'dev',
  3120.             'kernel.debug' => true,
  3121.             'kernel.name' => 'src',
  3122.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3123.             'kernel.bundles' => [
  3124.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3125.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3126.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3127.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3128.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3129.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3130.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3131.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  3132.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3133.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3134.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3135.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3136.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3137.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3138.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3139.                 'SogecBOBundle' => 'Sogec\\BOBundle\\SogecBOBundle',
  3140.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3141.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  3142.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  3143.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  3144.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3145.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3146.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3147.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3148.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3149.                 'SendinBlueApiBundle' => 'SendinBlue\\Bundle\\ApiBundle\\SendinBlueApiBundle',
  3150.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3151.             ],
  3152.             'kernel.bundles_metadata' => [
  3153.                 'FrameworkBundle' => [
  3154.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3155.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3156.                 ],
  3157.                 'WebServerBundle' => [
  3158.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  3159.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3160.                 ],
  3161.                 'TwigBundle' => [
  3162.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3163.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3164.                 ],
  3165.                 'SecurityBundle' => [
  3166.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3167.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3168.                 ],
  3169.                 'NelmioCorsBundle' => [
  3170.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3171.                     'namespace' => 'Nelmio\\CorsBundle',
  3172.                 ],
  3173.                 'DoctrineCacheBundle' => [
  3174.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3175.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3176.                 ],
  3177.                 'DoctrineBundle' => [
  3178.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3179.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3180.                 ],
  3181.                 'ApiPlatformBundle' => [
  3182.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  3183.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  3184.                 ],
  3185.                 'StofDoctrineExtensionsBundle' => [
  3186.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3187.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3188.                 ],
  3189.                 'LexikJWTAuthenticationBundle' => [
  3190.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3191.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3192.                 ],
  3193.                 'SensioFrameworkExtraBundle' => [
  3194.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3195.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3196.                 ],
  3197.                 'VichUploaderBundle' => [
  3198.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3199.                     'namespace' => 'Vich\\UploaderBundle',
  3200.                 ],
  3201.                 'SwiftmailerBundle' => [
  3202.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3203.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3204.                 ],
  3205.                 'KnpPaginatorBundle' => [
  3206.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3207.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3208.                 ],
  3209.                 'KnpMenuBundle' => [
  3210.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3211.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3212.                 ],
  3213.                 'SogecBOBundle' => [
  3214.                     'path' => (\dirname(__DIR__4).'/vendor/sogec/bo-bundle'),
  3215.                     'namespace' => 'Sogec\\BOBundle',
  3216.                 ],
  3217.                 'WebProfilerBundle' => [
  3218.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3219.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3220.                 ],
  3221.                 'NelmioAliceBundle' => [
  3222.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  3223.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  3224.                 ],
  3225.                 'FidryAliceDataFixturesBundle' => [
  3226.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  3227.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  3228.                 ],
  3229.                 'HautelookAliceBundle' => [
  3230.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  3231.                     'namespace' => 'Hautelook\\AliceBundle',
  3232.                 ],
  3233.                 'DoctrineFixturesBundle' => [
  3234.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3235.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3236.                 ],
  3237.                 'MakerBundle' => [
  3238.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3239.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3240.                 ],
  3241.                 'DoctrineMigrationsBundle' => [
  3242.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3243.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3244.                 ],
  3245.                 'MonologBundle' => [
  3246.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3247.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3248.                 ],
  3249.                 'KnpSnappyBundle' => [
  3250.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3251.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3252.                 ],
  3253.                 'SendinBlueApiBundle' => [
  3254.                     'path' => (\dirname(__DIR__4).'/vendor/sendinblue/api-bundle'),
  3255.                     'namespace' => 'SendinBlue\\Bundle\\ApiBundle',
  3256.                 ],
  3257.                 'WebpackEncoreBundle' => [
  3258.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3259.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3260.                 ],
  3261.             ],
  3262.             'kernel.charset' => 'UTF-8',
  3263.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  3264.             'container.autowiring.strict_mode' => true,
  3265.             'container.dumper.inline_class_loader' => true,
  3266.             'env(DATABASE_URL)' => '',
  3267.             'products_detailed_file_header' => [
  3268.                 'ean' => 'EAN',
  3269.                 'id' => 'CODE_INTERNE',
  3270.                 'label' => 'LABEL',
  3271.                 'category' => 'CATEGORIE',
  3272.                 'market' => 'MARCHE',
  3273.                 'segment' => 'SEGMENT',
  3274.                 'brand' => 'MARQUE',
  3275.                 'format' => 'FORMAT',
  3276.             ],
  3277.             'operation_customers_file_header' => [
  3278.                 'companyId' => 'CODE_INTERNE',
  3279.                 'limit' => 'LIMIT',
  3280.             ],
  3281.             'operation_brief_tpl' => [
  3282.                 'id' => 3305,
  3283.                 'emailTo' => '#emailTo#',
  3284.                 'attributes' => [
  3285.                     'OPE_TITLE' => '#operation.title#',
  3286.                     'OPE_DESCRIPTION' => '#operation.description#',
  3287.                     'START_DATE' => '#operation.formattedStartDate#',
  3288.                     'END_DATE' => '#operation.formattedEndDate#',
  3289.                     'END_PARTICIPATION' => '#operation.formattedClosingDate#',
  3290.                     'AMOUNT_TITLE' => '#label#',
  3291.                     'AMOUNT_VALUE' => '#value#',
  3292.                     'URL_BRIEF' => '#url_validate_brief#',
  3293.                 ],
  3294.                 'headers' => [
  3295.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3296.                 ],
  3297.             ],
  3298.             'capping_operation_brief_tpl' => [
  3299.                 'id' => 3461,
  3300.                 'emailTo' => '#emailTo#',
  3301.                 'attributes' => [
  3302.                     'OPE_TITLE' => '#operation.title#',
  3303.                     'OPE_DESCRIPTION' => '#operation.description#',
  3304.                     'START_DATE' => '#operation.formattedStartDate#',
  3305.                     'END_DATE' => '#operation.formattedEndDate#',
  3306.                     'END_PARTICIPATION' => '#operation.formattedClosingDate#',
  3307.                     'CAPPING' => '#capping#',
  3308.                     'BRI_VALUE' => '#bri_value#',
  3309.                     'URL_BRIEF' => '#url_validate_brief#',
  3310.                 ],
  3311.                 'headers' => [
  3312.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3313.                 ],
  3314.             ],
  3315.             'validation_brief_tpl' => [
  3316.                 'id' => 3313,
  3317.                 'emailTo' => '#user.email#',
  3318.                 'attributes' => [
  3319.                     'OPE_TITLE' => '#operation.title#',
  3320.                     'SURNAME' => '#user.firstname# #user.lastname#',
  3321.                 ],
  3322.                 'headers' => [
  3323.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3324.                 ],
  3325.             ],
  3326.             'email_confirmation' => [
  3327.                 'id' => 3301,
  3328.                 'emailTo' => '#user.email#',
  3329.                 'attributes' => [
  3330.                     'SURNAME' => '#user.companyName#',
  3331.                     'CODE_UNIQUE' => '#participation.code#',
  3332.                 ],
  3333.                 'headers' => [
  3334.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3335.                 ],
  3336.             ],
  3337.             'email_replay' => [
  3338.                 'id' => 3316,
  3339.                 'emailTo' => '#user.email#',
  3340.                 'attributes' => [
  3341.                     'SURNAME' => '#user.companyName#',
  3342.                     'OPE_TITLE' => '#operation.title#',
  3343.                     'MOTIF_DESCRIPTION' => '#motif_nc#',
  3344.                     'URL_PARTICIPATION' => '#url#',
  3345.                 ],
  3346.                 'headers' => [
  3347.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3348.                 ],
  3349.             ],
  3350.             'validation_inscription' => [
  3351.                 'id' => 3311,
  3352.                 'emailTo' => '#user.email#',
  3353.                 'attributes' => [
  3354.                     'URL' => '#url#',
  3355.                     'SURNAME' => '#user.firstname# #user.lastname#',
  3356.                 ],
  3357.                 'headers' => [
  3358.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3359.                 ],
  3360.             ],
  3361.             'reset_password_admin' => [
  3362.                 'id' => 3300,
  3363.                 'emailTo' => '#user.email#',
  3364.                 'attributes' => [
  3365.                     'URL' => '#url#',
  3366.                     'SURNAME' => '#user.firstname# #user.lastname#',
  3367.                 ],
  3368.                 'headers' => [
  3369.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3370.                 ],
  3371.             ],
  3372.             'reset_password_client' => [
  3373.                 'id' => 3300,
  3374.                 'emailTo' => '#user.email#',
  3375.                 'attributes' => [
  3376.                     'URL' => '#url#',
  3377.                     'SURNAME' => '#user.companyname#',
  3378.                 ],
  3379.                 'headers' => [
  3380.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3381.                 ],
  3382.             ],
  3383.             'customer_registration_for_admins' => [
  3384.                 'id' => 3308,
  3385.                 'emailTo' => '#emails#',
  3386.                 'attributes' => [
  3387.                     'NAME' => '#user.companyname#',
  3388.                     'CIP' => '#user.companyid#',
  3389.                     'EMAIL' => '#user.email#',
  3390.                 ],
  3391.                 'headers' => [
  3392.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3393.                 ],
  3394.             ],
  3395.             'customer_participation_reminder' => [
  3396.                 'id' => 3309,
  3397.                 'emailTo' => '#email#',
  3398.                 'attributes' => [
  3399.                     'OP_TITLE' => '#operation_title#',
  3400.                     'SURNAME' => '#companyname#',
  3401.                 ],
  3402.             ],
  3403.             'refund_validation_operation_owner' => [
  3404.                 'id' => 3297,
  3405.                 'emailTo' => '#owner.email#',
  3406.                 'attributes' => [
  3407.                     'SURNAME' => '#owner.firstname# #owner.lastname#',
  3408.                     'OFFER_NAME' => '#operation.title#',
  3409.                 ],
  3410.                 'headers' => [
  3411.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3412.                 ],
  3413.             ],
  3414.             'customer_participation_follow_up' => [
  3415.                 'id' => 3314,
  3416.                 'emailTo' => '#email#',
  3417.                 'attributes' => [
  3418.                     'OP_TITLE' => '#operation_title#',
  3419.                     'SURNAME' => '#companyname#',
  3420.                     'DAYS' => '#days#',
  3421.                 ],
  3422.             ],
  3423.             'send_validate_participation' => [
  3424.                 'id' => 3317,
  3425.                 'emailTo' => '#email#',
  3426.                 'attachmentUrl' => '#attachmentUrl#',
  3427.                 'attributes' => [
  3428.                     'URL_VALIDATION' => '#validationUrl#',
  3429.                 ],
  3430.                 'headers' => [
  3431.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3432.                 ],
  3433.             ],
  3434.             'send_customer_alert_participation_available' => [
  3435.                 'id' => 3315,
  3436.                 'emailTo' => '#customer.email#',
  3437.                 'attributes' => [
  3438.                     'SURNAME' => '#customer.companyName#',
  3439.                     'OPERATION_TITLE' => '#operation.title#',
  3440.                     'END_DATE' => '#participationDate#',
  3441.                 ],
  3442.             ],
  3443.             'email_validation_parts' => [
  3444.                 'id' => 3512,
  3445.                 'emailTo' => '#user.email#',
  3446.                 'attributes' => [
  3447.                     'SURNAME' => '#user.companyName#',
  3448.                     'OFFER_NAME' => '#operation.code#',
  3449.                     'FINANCIAL_AMOUNT' => '#amount#',
  3450.                 ],
  3451.                 'headers' => [
  3452.                     'Content-Type' => 'text/html;charset=iso-8859-1',
  3453.                 ],
  3454.             ],
  3455.             'locale' => 'fr',
  3456.             'pwd_request_ttl' => 86400,
  3457.             'admin_prefix' => '_so_bo',
  3458.             'noreply_email' => 'no-reply@sogec-marketing.net',
  3459.             'email_sogec_notifier' => [
  3460.                 => 'kqpham@sogec-marketing.fr',
  3461.                 => 'ltournier@sogec-marketing.fr',
  3462.                 => 'pvirlogeux@sogec-marketing.fr',
  3463.                 => 'adumont@sogec-marketing.fr',
  3464.                 => 'friem@sogec-marketing.fr',
  3465.             ],
  3466.             'products_file_header' => [
  3467.                 'articleId' => 'CODE_INTERNE',
  3468.                 'acl' => 'ACL',
  3469.                 'ean' => 'EAN',
  3470.                 'label' => 'LABEL',
  3471.             ],
  3472.             'sectors_file_header' => [
  3473.                 'sectorCode' => 'CODE_SECTEUR',
  3474.                 'regionCode' => 'CODE_REGION',
  3475.                 'sectorName' => 'NOM_SECTEUR',
  3476.                 'regionName' => 'NOM_REGION',
  3477.             ],
  3478.             'partners_file_header' => [
  3479.                 'companyId' => 'CODE_INTERNE',
  3480.                 'sector' => 'ID_SECTEUR',
  3481.                 'companyName' => 'RAISON_SOCIALE',
  3482.                 'address' => 'ADRESSE',
  3483.                 'postalCode' => 'CODE_POSTALE',
  3484.                 'city' => 'VILLE',
  3485.                 'phone' => 'TELEPHONE',
  3486.                 'limit' => 'LIMIT',
  3487.             ],
  3488.             'groups_file_header' => [
  3489.                 'companyId' => 'CODE_INTERNE',
  3490.                 'companyName' => 'RAISON_SOCIALE',
  3491.                 'address' => 'ADRESSE',
  3492.                 'postalCode' => 'CODE_POSTALE',
  3493.                 'city' => 'VILLE',
  3494.             ],
  3495.             'group_members_file_header' => [
  3496.                 'companyId' => 'CIP',
  3497.             ],
  3498.             'admin_no_permission_routes' => [
  3499.                 => 'admin_login_front',
  3500.                 => 'admin_participations_export',
  3501.                 => 'admin_partenaires_export',
  3502.             ],
  3503.             'sellin_file_header' => [
  3504.                 'operationCode' => 'CODE_OP',
  3505.                 'customerCompanyId' => 'CIP',
  3506.                 'quantity' => 'QUANTITE',
  3507.             ],
  3508.             'media_object.contracts' => (\dirname(__DIR__4).'/public/media/contracts'),
  3509.             'media_object.contracts_short_path' => '/media/contracts/',
  3510.             'event_dispatcher.event_aliases' => [
  3511.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3512.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3513.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3514.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3515.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3516.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3517.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3518.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3519.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3520.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3521.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3522.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3523.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3524.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3525.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3526.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3527.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3528.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3529.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3530.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3531.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3532.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3533.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3534.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3535.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3536.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3537.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3538.             ],
  3539.             'fragment.renderer.hinclude.global_template' => NULL,
  3540.             'fragment.path' => '/_fragment',
  3541.             'kernel.http_method_override' => true,
  3542.             'kernel.trusted_hosts' => [
  3543.             ],
  3544.             'kernel.default_locale' => 'fr',
  3545.             'kernel.error_controller' => 'error_controller',
  3546.             'templating.helper.code.file_link_format' => NULL,
  3547.             'debug.file_link_format' => NULL,
  3548.             'session.metadata.storage_key' => '_sf2_meta',
  3549.             'session.storage.options' => [
  3550.                 'cache_limiter' => '0',
  3551.                 'cookie_httponly' => true,
  3552.                 'gc_probability' => 1,
  3553.             ],
  3554.             'session.metadata.update_threshold' => 0,
  3555.             'form.type_extension.csrf.enabled' => true,
  3556.             'form.type_extension.csrf.field_name' => '_token',
  3557.             'asset.request_context.base_path' => '',
  3558.             'asset.request_context.secure' => false,
  3559.             'templating.loader.cache.path' => NULL,
  3560.             'templating.engines' => [
  3561.                 => 'twig',
  3562.             ],
  3563.             'validator.translation_domain' => 'validators',
  3564.             'translator.logging' => false,
  3565.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3566.             'profiler_listener.only_exceptions' => false,
  3567.             'profiler_listener.only_master_requests' => false,
  3568.             'debug.error_handler.throw_at' => -1,
  3569.             'router.request_context.base_url' => '',
  3570.             'router.resource' => 'kernel::loadRoutes',
  3571.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  3572.             'request_listener.http_port' => 80,
  3573.             'request_listener.https_port' => 443,
  3574.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3575.             'twig.form.resources' => [
  3576.                 => '@VichUploader/Form/fields.html.twig',
  3577.                 => 'form_div_layout.html.twig',
  3578.                 => 'bootstrap_3_horizontal_layout.html.twig',
  3579.             ],
  3580.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3581.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3582.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3583.             'security.role_hierarchy.roles' => [
  3584.                 'ROLE_ADMIN' => [
  3585.                     => 'ROLE_USER',
  3586.                     => 'ROLE_API',
  3587.                 ],
  3588.                 'ROLE_SECTOR_MANAGER' => [
  3589.                     => 'ROLE_ADMIN',
  3590.                 ],
  3591.                 'ROLE_REGION_MANAGER' => [
  3592.                     => 'ROLE_ADMIN',
  3593.                 ],
  3594.                 'ROLE_MANAGER' => [
  3595.                     => 'ROLE_SECTOR_MANAGER',
  3596.                     => 'ROLE_REGION_MANAGER',
  3597.                 ],
  3598.                 'ROLE_ADMIN_SOGEC' => [
  3599.                     => 'ROLE_ADMIN',
  3600.                     => 'ROLE_MANAGER',
  3601.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3602.                 ],
  3603.                 'ROLE_ADMIN_CLIENT' => [
  3604.                     => 'ROLE_ADMIN',
  3605.                     => 'ROLE_MANAGER',
  3606.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3607.                 ],
  3608.                 'ROLE_SUPER_ADMIN' => [
  3609.                     => 'ROLE_ADMIN',
  3610.                     => 'ROLE_ADMIN_SOGEC',
  3611.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3612.                 ],
  3613.             ],
  3614.             'security.access.denied_url' => NULL,
  3615.             'security.authentication.manager.erase_credentials' => true,
  3616.             'security.authentication.session_strategy.strategy' => 'migrate',
  3617.             'security.access.always_authenticate_before_granting' => false,
  3618.             'security.authentication.hide_user_not_found' => true,
  3619.             'nelmio_cors.map' => [
  3620.                 '^/' => [
  3621.                     'skip_same_as_origin' => true,
  3622.                 ],
  3623.             ],
  3624.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3625.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3626.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3627.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3628.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3629.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3630.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3631.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3632.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3633.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3634.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3635.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3636.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3637.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3638.             'doctrine_cache.memcache.host' => 'localhost',
  3639.             'doctrine_cache.memcache.port' => 11211,
  3640.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3641.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3642.             'doctrine_cache.memcached.host' => 'localhost',
  3643.             'doctrine_cache.memcached.port' => 11211,
  3644.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3645.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3646.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3647.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3648.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3649.             'doctrine_cache.predis.scheme' => 'tcp',
  3650.             'doctrine_cache.predis.host' => 'localhost',
  3651.             'doctrine_cache.predis.port' => 6379,
  3652.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3653.             'doctrine_cache.redis.connection.class' => 'Redis',
  3654.             'doctrine_cache.redis.host' => 'localhost',
  3655.             'doctrine_cache.redis.port' => 6379,
  3656.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3657.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3658.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3659.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3660.             'doctrine_cache.riak.host' => 'localhost',
  3661.             'doctrine_cache.riak.port' => 8087,
  3662.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3663.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3664.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3665.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3666.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3667.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3668.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3669.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3670.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3671.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3672.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3673.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3674.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3675.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3676.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3677.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3678.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3679.             'doctrine.entity_managers' => [
  3680.                 'default' => 'doctrine.orm.default_entity_manager',
  3681.             ],
  3682.             'doctrine.default_entity_manager' => 'default',
  3683.             'doctrine.dbal.connection_factory.types' => [
  3684.             ],
  3685.             'doctrine.connections' => [
  3686.                 'default' => 'doctrine.dbal.default_connection',
  3687.             ],
  3688.             'doctrine.default_connection' => 'default',
  3689.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3690.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3691.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3692.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3693.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3694.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3695.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3696.             'doctrine.orm.cache.memcache_port' => 11211,
  3697.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3698.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3699.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3700.             'doctrine.orm.cache.memcached_port' => 11211,
  3701.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3702.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3703.             'doctrine.orm.cache.redis_host' => 'localhost',
  3704.             'doctrine.orm.cache.redis_port' => 6379,
  3705.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3706.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3707.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3708.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3709.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3710.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3711.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3712.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3713.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3714.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3715.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3716.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3717.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3718.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3719.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3720.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3721.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3722.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3723.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3724.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3725.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3726.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3727.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3728.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3729.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3730.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3731.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3732.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3733.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3734.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3735.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3736.             'api_platform.enable_entrypoint' => true,
  3737.             'api_platform.enable_docs' => true,
  3738.             'api_platform.title' => '',
  3739.             'api_platform.description' => '',
  3740.             'api_platform.version' => '0.0.0',
  3741.             'api_platform.show_webby' => true,
  3742.             'api_platform.url_generation_strategy' => 1,
  3743.             'api_platform.exception_to_status' => [
  3744.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3745.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  3746.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  3747.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3748.             ],
  3749.             'api_platform.formats' => [
  3750.                 'jsonld' => [
  3751.                     => 'application/ld+json',
  3752.                 ],
  3753.                 'json' => [
  3754.                     => 'application/json',
  3755.                 ],
  3756.                 'html' => [
  3757.                     => 'text/html',
  3758.                 ],
  3759.             ],
  3760.             'api_platform.patch_formats' => [
  3761.             ],
  3762.             'api_platform.error_formats' => [
  3763.                 'jsonproblem' => [
  3764.                     => 'application/problem+json',
  3765.                 ],
  3766.                 'jsonld' => [
  3767.                     => 'application/ld+json',
  3768.                 ],
  3769.             ],
  3770.             'api_platform.allow_plain_identifiers' => false,
  3771.             'api_platform.eager_loading.enabled' => true,
  3772.             'api_platform.eager_loading.max_joins' => 30,
  3773.             'api_platform.eager_loading.fetch_partial' => false,
  3774.             'api_platform.eager_loading.force_eager' => true,
  3775.             'api_platform.collection.exists_parameter_name' => 'exists',
  3776.             'api_platform.collection.order' => 'ASC',
  3777.             'api_platform.collection.order_parameter_name' => 'order',
  3778.             'api_platform.collection.pagination.enabled' => true,
  3779.             'api_platform.collection.pagination.partial' => false,
  3780.             'api_platform.collection.pagination.client_enabled' => true,
  3781.             'api_platform.collection.pagination.client_items_per_page' => true,
  3782.             'api_platform.collection.pagination.client_partial' => false,
  3783.             'api_platform.collection.pagination.items_per_page' => 5,
  3784.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3785.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3786.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3787.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'pageSize',
  3788.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3789.             'api_platform.collection.pagination' => [
  3790.                 'client_items_per_page' => true,
  3791.                 'items_per_page_parameter_name' => 'pageSize',
  3792.                 'client_enabled' => true,
  3793.                 'items_per_page' => 5,
  3794.                 'enabled' => true,
  3795.                 'partial' => false,
  3796.                 'client_partial' => false,
  3797.                 'maximum_items_per_page' => NULL,
  3798.                 'page_parameter_name' => 'page',
  3799.                 'enabled_parameter_name' => 'pagination',
  3800.                 'partial_parameter_name' => 'partial',
  3801.             ],
  3802.             'api_platform.http_cache.etag' => true,
  3803.             'api_platform.http_cache.max_age' => NULL,
  3804.             'api_platform.http_cache.shared_max_age' => NULL,
  3805.             'api_platform.http_cache.vary' => [
  3806.                 => 'Accept',
  3807.             ],
  3808.             'api_platform.http_cache.public' => NULL,
  3809.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3810.             'api_platform.asset_package' => NULL,
  3811.             'api_platform.defaults' => [
  3812.                 'attributes' => [
  3813.                 ],
  3814.             ],
  3815.             'api_platform.resource_class_directories' => [
  3816.                 => (\dirname(__DIR__4).'/src/Api/Dto'),
  3817.                 => (\dirname(__DIR__4).'/src/Entity'),
  3818.             ],
  3819.             'api_platform.oauth.enabled' => false,
  3820.             'api_platform.oauth.clientId' => '',
  3821.             'api_platform.oauth.clientSecret' => '',
  3822.             'api_platform.oauth.type' => 'oauth2',
  3823.             'api_platform.oauth.flow' => 'application',
  3824.             'api_platform.oauth.tokenUrl' => '',
  3825.             'api_platform.oauth.authorizationUrl' => '',
  3826.             'api_platform.oauth.refreshUrl' => '',
  3827.             'api_platform.oauth.scopes' => [
  3828.             ],
  3829.             'api_platform.openapi.termsOfService' => NULL,
  3830.             'api_platform.openapi.contact.name' => NULL,
  3831.             'api_platform.openapi.contact.url' => NULL,
  3832.             'api_platform.openapi.contact.email' => NULL,
  3833.             'api_platform.openapi.license.name' => NULL,
  3834.             'api_platform.openapi.license.url' => NULL,
  3835.             'api_platform.swagger.versions' => [
  3836.                 => 2,
  3837.                 => 3,
  3838.             ],
  3839.             'api_platform.enable_swagger_ui' => true,
  3840.             'api_platform.enable_re_doc' => true,
  3841.             'api_platform.swagger.api_keys' => [
  3842.             ],
  3843.             'api_platform.graphql.enabled' => true,
  3844.             'api_platform.graphql.graphiql.enabled' => true,
  3845.             'api_platform.graphql.graphql_playground.enabled' => true,
  3846.             'api_platform.graphql.collection.pagination' => [
  3847.                 'enabled' => true,
  3848.             ],
  3849.             'api_platform.graphql.default_ide' => 'graphiql',
  3850.             'api_platform.graphql.nesting_separator' => '_',
  3851.             'api_platform.validator.serialize_payload_fields' => [
  3852.             ],
  3853.             'api_platform.elasticsearch.enabled' => false,
  3854.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3855.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3856.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  3857.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  3858.             'stof_doctrine_extensions.translation_fallback' => false,
  3859.             'stof_doctrine_extensions.persist_default_translation' => false,
  3860.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3861.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3862.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3863.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3864.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3865.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3866.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3867.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3868.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3869.             'lexik_jwt_authentication.token_ttl' => 3600,
  3870.             'lexik_jwt_authentication.clock_skew' => 0,
  3871.             'lexik_jwt_authentication.user_identity_field' => 'email',
  3872.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3873.             'lexik_jwt_authentication.user_id_claim' => 'email',
  3874.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3875.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3876.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3877.             'vich_uploader.mappings' => [
  3878.                 'media_object' => [
  3879.                     'uri_prefix' => '/media',
  3880.                     'upload_destination' => (\dirname(__DIR__4).'/public/media'),
  3881.                     'namer' => [
  3882.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.media_object',
  3883.                         'options' => [
  3884.                         ],
  3885.                     ],
  3886.                     'delete_on_remove' => true,
  3887.                     'delete_on_update' => true,
  3888.                     'directory_namer' => [
  3889.                         'service' => NULL,
  3890.                         'options' => NULL,
  3891.                     ],
  3892.                     'inject_on_load' => false,
  3893.                     'db_driver' => 'orm',
  3894.                 ],
  3895.             ],
  3896.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3897.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3898.             'swiftmailer.mailer.default.spool.enabled' => true,
  3899.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3900.             'swiftmailer.mailer.default.single_address' => 'ltournier@sogec-marketing.fr',
  3901.             'swiftmailer.mailer.default.delivery_addresses' => [
  3902.                 => 'ltournier@sogec-marketing.fr',
  3903.             ],
  3904.             'swiftmailer.mailer.default.delivery_whitelist' => [
  3905.             ],
  3906.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3907.             'swiftmailer.spool.enabled' => true,
  3908.             'swiftmailer.delivery.enabled' => true,
  3909.             'swiftmailer.single_address' => 'ltournier@sogec-marketing.fr',
  3910.             'swiftmailer.mailers' => [
  3911.                 'default' => 'swiftmailer.mailer.default',
  3912.             ],
  3913.             'swiftmailer.default_mailer' => 'default',
  3914.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  3915.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  3916.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  3917.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3918.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3919.             'knp_paginator.page_range' => 5,
  3920.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3921.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3922.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3923.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3924.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3925.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3926.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3927.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3928.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  3929.             'knp_menu.renderer.list.options' => [
  3930.             ],
  3931.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  3932.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  3933.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3934.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3935.             'knp_menu.renderer.twig.options' => [
  3936.             ],
  3937.             'knp_menu.renderer.twig.template' => 'admin/_menu.html.twig',
  3938.             'knp_menu.default_renderer' => 'twig',
  3939.             'crud_generic.config' => [
  3940.                 'date_format' => 'd/m/Y',
  3941.                 'datetime_format' => 'd/m/Y H:i:s',
  3942.                 'entities' => [
  3943.                     'admin_email' => [
  3944.                         'class' => 'App\\Entity\\AdminEmail',
  3945.                         'label' => 'Emailist',
  3946.                         'list' => [
  3947.                             'template' => 'admin/admin_email/list.html.twig',
  3948.                             'fields' => [
  3949.                                 => [
  3950.                                     'property' => 'sogec',
  3951.                                     'label' => 'Liste Sogec',
  3952.                                     'td_class' => 'text-center',
  3953.                                 ],
  3954.                                 => [
  3955.                                     'property' => 'client',
  3956.                                     'label' => 'Liste Client',
  3957.                                     'td_class' => 'text-center',
  3958.                                 ],
  3959.                             ],
  3960.                         ],
  3961.                         'edit' => [
  3962.                             'form_type' => 'App\\Form\\Type\\AdminEmailType',
  3963.                             'template' => 'admin/admin_email/edit.html.twig',
  3964.                         ],
  3965.                     ],
  3966.                     'campaigns' => [
  3967.                         'class' => 'App\\Entity\\Campaign',
  3968.                         'label' => 'temps fort',
  3969.                         'list' => [
  3970.                             'fields' => [
  3971.                                 => [
  3972.                                     'property' => 'id',
  3973.                                 ],
  3974.                                 => [
  3975.                                     'property' => 'name',
  3976.                                     'label' => 'Nom',
  3977.                                 ],
  3978.                                 => [
  3979.                                     'property' => 'image',
  3980.                                     'label' => 'Image',
  3981.                                     'value_class' => 'preview-campaign-img',
  3982.                                     'template' => 'admin/campaign/show/_field_image.html.twig',
  3983.                                 ],
  3984.                                 => [
  3985.                                     'property' => 'startDate',
  3986.                                     'label' => 'Date de début',
  3987.                                     'td_class' => 'text-center',
  3988.                                 ],
  3989.                                 => [
  3990.                                     'property' => 'endDate',
  3991.                                     'label' => 'Date de fin',
  3992.                                     'td_class' => 'text-center',
  3993.                                 ],
  3994.                             ],
  3995.                         ],
  3996.                         'new' => [
  3997.                             'form_type' => 'App\\Form\\CampaignType',
  3998.                             'template' => 'admin/campaign/new.html.twig',
  3999.                         ],
  4000.                         'edit' => [
  4001.                             'form_type' => 'App\\Form\\CampaignType',
  4002.                             'template' => 'admin/campaign/edit.html.twig',
  4003.                         ],
  4004.                         'show' => [
  4005.                             'template' => 'admin/campaign/show.html.twig',
  4006.                             'fields' => [
  4007.                                 => [
  4008.                                     'property' => 'id',
  4009.                                 ],
  4010.                                 => [
  4011.                                     'property' => 'name',
  4012.                                     'label' => 'Nom',
  4013.                                 ],
  4014.                                 => [
  4015.                                     'property' => 'startDate',
  4016.                                     'label' => 'Date de début',
  4017.                                     'td_class' => 'text-center',
  4018.                                 ],
  4019.                                 => [
  4020.                                     'property' => 'endDate',
  4021.                                     'label' => 'Date de fin',
  4022.                                     'td_class' => 'text-center',
  4023.                                 ],
  4024.                                 => [
  4025.                                     'property' => 'image',
  4026.                                     'label' => 'Image',
  4027.                                     'value_class' => ' ',
  4028.                                     'template' => 'admin/campaign/show/_field_image.html.twig',
  4029.                                 ],
  4030.                             ],
  4031.                         ],
  4032.                     ],
  4033.                     'capping_operations' => [
  4034.                         'label' => 'opérations capping',
  4035.                         'class' => 'App\\Entity\\CappingOperation',
  4036.                         'factory' => 'App\\Factory\\CappingOperationFactory',
  4037.                         'list' => [
  4038.                             'filters' => 'App\\Form\\Type\\CappingOperationFilterType',
  4039.                             'query_builder' => 'createQBForList',
  4040.                             'template' => 'admin/capping_operation/list.html.twig',
  4041.                             'fields' => [
  4042.                                 => [
  4043.                                     'property' => 'code',
  4044.                                 ],
  4045.                                 => [
  4046.                                     'property' => 'title',
  4047.                                     'label' => 'Opérations',
  4048.                                 ],
  4049.                                 => [
  4050.                                     'property' => 'state.status',
  4051.                                     'template' => 'admin/capping_operation/list/_field_state.html.twig',
  4052.                                     'label' => 'Statut',
  4053.                                     'td_class' => 'text-center',
  4054.                                 ],
  4055.                                 => [
  4056.                                     'property' => 'startDate',
  4057.                                     'label' => 'Date de début',
  4058.                                     'td_class' => 'text-center',
  4059.                                 ],
  4060.                                 => [
  4061.                                     'property' => 'openingDate',
  4062.                                     'label' => 'Date d\'ouverture',
  4063.                                 ],
  4064.                                 => [
  4065.                                     'property' => 'endDate',
  4066.                                     'label' => 'Date de fin',
  4067.                                     'td_class' => 'text-center',
  4068.                                 ],
  4069.                                 => [
  4070.                                     'property' => 'closingDate',
  4071.                                     'label' => 'Fermeture',
  4072.                                     'td_class' => 'text-center',
  4073.                                 ],
  4074.                             ],
  4075.                         ],
  4076.                         'new' => [
  4077.                             'form_type' => 'App\\Form\\Type\\CappingOperationType',
  4078.                             'template' => 'admin/capping_operation/new.html.twig',
  4079.                         ],
  4080.                         'edit' => [
  4081.                             'form_type' => 'App\\Form\\Type\\CappingOperationType',
  4082.                             'template' => 'admin/capping_operation/edit.html.twig',
  4083.                         ],
  4084.                         'show' => [
  4085.                             'template' => 'admin/capping_operation/show.html.twig',
  4086.                             'fields' => [
  4087.                                 => [
  4088.                                     'property' => 'id',
  4089.                                 ],
  4090.                                 => [
  4091.                                     'property' => 'code',
  4092.                                     'label' => 'Code opération',
  4093.                                 ],
  4094.                                 => [
  4095.                                     'property' => 'title',
  4096.                                     'label' => 'Opération',
  4097.                                 ],
  4098.                                 => [
  4099.                                     'property' => 'description',
  4100.                                     'value_class' => ' ',
  4101.                                     'label' => 'Description',
  4102.                                 ],
  4103.                                 => [
  4104.                                     'property' => 'brand',
  4105.                                     'template' => 'admin/capping_operation/show/_brands.html.twig',
  4106.                                     'label' => 'Marques',
  4107.                                 ],
  4108.                                 => [
  4109.                                     'property' => 'operationTags',
  4110.                                     'template' => 'admin/capping_operation/show/_tags.html.twig',
  4111.                                     'label' => 'Tag d\'Opération',
  4112.                                 ],
  4113.                                 => [
  4114.                                     'property' => 'signatureDate',
  4115.                                     'label' => 'Date de début de la signature',
  4116.                                 ],
  4117.                                 => [
  4118.                                     'property' => 'startDate',
  4119.                                     'label' => 'Date de début',
  4120.                                 ],
  4121.                                 => [
  4122.                                     'property' => 'openingDate',
  4123.                                     'label' => 'Date d\'ouverture',
  4124.                                 ],
  4125.                                 => [
  4126.                                     'property' => 'endDate',
  4127.                                     'label' => 'Date de fin',
  4128.                                 ],
  4129.                                 10 => [
  4130.                                     'property' => 'closingDate',
  4131.                                     'label' => 'Date fin de participation',
  4132.                                 ],
  4133.                                 11 => [
  4134.                                     'property' => 'needSignature',
  4135.                                     'template' => 'admin/capping_operation/show/_signature_settings.html.twig',
  4136.                                     'label' => 'Signature Ã‰lectronique',
  4137.                                 ],
  4138.                                 12 => [
  4139.                                     'property' => 'contract',
  4140.                                     'label' => 'Contrat',
  4141.                                     'template' => 'admin/capping_operation/show/_field_contract.html.twig',
  4142.                                 ],
  4143.                                 13 => [
  4144.                                     'property' => 'image',
  4145.                                     'label' => 'Image',
  4146.                                     'value_class' => ' ',
  4147.                                     'template' => 'admin/capping_operation/show/_field_image.html.twig',
  4148.                                 ],
  4149.                                 14 => [
  4150.                                     'property' => 'reason_canceled',
  4151.                                     'label' => 'Motif de l\'annulation',
  4152.                                 ],
  4153.                                 15 => [
  4154.                                     'property' => 'capping',
  4155.                                     'label' => 'Capping',
  4156.                                     'template' => 'admin/capping_operation/show/_field_double.html.twig',
  4157.                                 ],
  4158.                                 16 => [
  4159.                                     'property' => 'bri_value',
  4160.                                     'label' => 'Valeur BRI',
  4161.                                     'template' => 'admin/capping_operation/show/_field_double.html.twig',
  4162.                                 ],
  4163.                             ],
  4164.                         ],
  4165.                         'export' => [
  4166.                             'fields' => [
  4167.                                 => [
  4168.                                     'property' => 'code',
  4169.                                     'label' => 'Code opération',
  4170.                                 ],
  4171.                                 => [
  4172.                                     'property' => 'title',
  4173.                                     'label' => 'Opération',
  4174.                                 ],
  4175.                                 => [
  4176.                                     'property' => 'state.status',
  4177.                                     'template' => 'admin/capping_operation/list/_field_state.html.twig',
  4178.                                     'label' => 'Statut',
  4179.                                     'td_class' => 'text-center',
  4180.                                 ],
  4181.                                 => [
  4182.                                     'property' => 'startDate',
  4183.                                     'label' => 'Date de début',
  4184.                                 ],
  4185.                                 => [
  4186.                                     'property' => 'openingDate',
  4187.                                     'label' => 'Date d\'ouverture',
  4188.                                 ],
  4189.                                 => [
  4190.                                     'property' => 'endDate',
  4191.                                     'label' => 'Date de fin',
  4192.                                 ],
  4193.                                 => [
  4194.                                     'property' => 'closingDate',
  4195.                                     'label' => 'Date de fermeture',
  4196.                                 ],
  4197.                             ],
  4198.                         ],
  4199.                     ],
  4200.                     'capping_operations_partners' => [
  4201.                         'class' => 'App\\Entity\\Customer',
  4202.                         'list' => [
  4203.                             'filters' => 'App\\Form\\Type\\CustomerOperationListFilterType',
  4204.                             'template' => 'admin/capping_operation/show_partners.html.twig',
  4205.                             'query_builder' => 'createQBForOpeList',
  4206.                             'fields' => [
  4207.                                 => [
  4208.                                     'property' => 'companyId',
  4209.                                     'label' => 'Code interne',
  4210.                                     'td_class' => 'text-center',
  4211.                                 ],
  4212.                                 => [
  4213.                                     'property' => 'companyName',
  4214.                                     'label' => 'Raison sociale',
  4215.                                     'td_class' => 'text-center',
  4216.                                 ],
  4217.                                 => [
  4218.                                     'property' => 'sector.name',
  4219.                                     'label' => 'Secteur',
  4220.                                     'td_class' => 'text-center',
  4221.                                 ],
  4222.                                 => [
  4223.                                     'property' => 'id',
  4224.                                     'label' => 'Participation Max',
  4225.                                     'td_class' => 'text-center',
  4226.                                     'template' => 'admin/capping_operation/show/_field_part_max.html.twig',
  4227.                                 ],
  4228.                                 => [
  4229.                                     'property' => 'isActive',
  4230.                                     'label' => 'Activé',
  4231.                                     'td_class' => 'text-center',
  4232.                                 ],
  4233.                             ],
  4234.                         ],
  4235.                     ],
  4236.                     'challenge_operations' => [
  4237.                         'label' => 'Opérations Challenge',
  4238.                         'class' => 'App\\Entity\\ChallengeOperation',
  4239.                         'factory' => 'App\\Factory\\ChallengeOperationFactory',
  4240.                         'list' => [
  4241.                             'filters' => 'App\\Form\\Type\\ChallengeOperationFilterType',
  4242.                             'query_builder' => 'createQBForList',
  4243.                             'template' => 'admin/challenge_operation/list.html.twig',
  4244.                             'fields' => [
  4245.                                 => [
  4246.                                     'property' => 'code',
  4247.                                 ],
  4248.                                 => [
  4249.                                     'property' => 'title',
  4250.                                     'label' => 'Opérations Challenge',
  4251.                                 ],
  4252.                                 => [
  4253.                                     'property' => 'state.status',
  4254.                                     'template' => 'admin/challenge_operation/list/_field_state.html.twig',
  4255.                                     'label' => 'Statut',
  4256.                                     'td_class' => 'text-center',
  4257.                                 ],
  4258.                                 => [
  4259.                                     'property' => 'startDate',
  4260.                                     'label' => 'Date de début',
  4261.                                     'td_class' => 'text-center',
  4262.                                 ],
  4263.                                 => [
  4264.                                     'property' => 'openingDate',
  4265.                                     'label' => 'Date d\'ouverture',
  4266.                                 ],
  4267.                                 => [
  4268.                                     'property' => 'endDate',
  4269.                                     'label' => 'Date de fin',
  4270.                                     'td_class' => 'text-center',
  4271.                                 ],
  4272.                                 => [
  4273.                                     'property' => 'closingDate',
  4274.                                     'label' => 'Fermeture',
  4275.                                     'td_class' => 'text-center',
  4276.                                 ],
  4277.                             ],
  4278.                         ],
  4279.                         'new' => [
  4280.                             'form_type' => 'App\\Form\\Type\\ChallengeOperationType',
  4281.                             'template' => 'admin/challenge_operation/new.html.twig',
  4282.                         ],
  4283.                         'edit' => [
  4284.                             'form_type' => 'App\\Form\\Type\\ChallengeOperationType',
  4285.                             'template' => 'admin/challenge_operation/edit.html.twig',
  4286.                         ],
  4287.                         'show' => [
  4288.                             'template' => 'admin/challenge_operation/show.html.twig',
  4289.                             'fields' => [
  4290.                                 => [
  4291.                                     'property' => 'id',
  4292.                                 ],
  4293.                                 => [
  4294.                                     'property' => 'code',
  4295.                                     'label' => 'Code opération',
  4296.                                 ],
  4297.                                 => [
  4298.                                     'property' => 'title',
  4299.                                     'label' => 'Opération',
  4300.                                 ],
  4301.                                 => [
  4302.                                     'property' => 'description',
  4303.                                     'value_class' => ' ',
  4304.                                     'label' => 'Description',
  4305.                                 ],
  4306.                                 => [
  4307.                                     'property' => 'startDate',
  4308.                                     'label' => 'Date de début',
  4309.                                 ],
  4310.                                 => [
  4311.                                     'property' => 'openingDate',
  4312.                                     'label' => 'Date d\'ouverture',
  4313.                                 ],
  4314.                                 => [
  4315.                                     'property' => 'endDate',
  4316.                                     'label' => 'Date de fin',
  4317.                                 ],
  4318.                                 => [
  4319.                                     'property' => 'closingDate',
  4320.                                     'label' => 'Date fin de participation',
  4321.                                 ],
  4322.                                 => [
  4323.                                     'property' => 'contract',
  4324.                                     'label' => 'Contrat',
  4325.                                     'template' => 'admin/challenge_operation/show/_field_contract.html.twig',
  4326.                                 ],
  4327.                                 => [
  4328.                                     'property' => 'image',
  4329.                                     'label' => 'Image',
  4330.                                     'value_class' => ' ',
  4331.                                     'template' => 'admin/challenge_operation/show/_field_image.html.twig',
  4332.                                 ],
  4333.                             ],
  4334.                         ],
  4335.                         'export' => [
  4336.                             'fields' => [
  4337.                                 => [
  4338.                                     'property' => 'code',
  4339.                                     'label' => 'Code opération',
  4340.                                 ],
  4341.                                 => [
  4342.                                     'property' => 'title',
  4343.                                     'label' => 'Opération',
  4344.                                 ],
  4345.                                 => [
  4346.                                     'property' => 'state.status',
  4347.                                     'template' => 'admin/challenge_operation/list/_field_state.html.twig',
  4348.                                     'label' => 'Statut',
  4349.                                     'td_class' => 'text-center',
  4350.                                 ],
  4351.                                 => [
  4352.                                     'property' => 'startDate',
  4353.                                     'label' => 'Date de début',
  4354.                                 ],
  4355.                                 => [
  4356.                                     'property' => 'openingDate',
  4357.                                     'label' => 'Date d\'ouverture',
  4358.                                 ],
  4359.                                 => [
  4360.                                     'property' => 'endDate',
  4361.                                     'label' => 'Date de fin',
  4362.                                 ],
  4363.                                 => [
  4364.                                     'property' => 'closingDate',
  4365.                                     'label' => 'Date de fermeture',
  4366.                                 ],
  4367.                             ],
  4368.                         ],
  4369.                     ],
  4370.                     'challenge_operation_partners' => [
  4371.                         'class' => 'App\\Entity\\Customer',
  4372.                         'list' => [
  4373.                             'filters' => 'App\\Form\\Type\\CustomerOperationListFilterType',
  4374.                             'template' => 'admin/challenge_operation/show_partners.html.twig',
  4375.                             'query_builder' => 'createQBForOpeList',
  4376.                             'fields' => [
  4377.                                 => [
  4378.                                     'property' => 'companyId',
  4379.                                     'label' => 'Code interne',
  4380.                                     'td_class' => 'text-center',
  4381.                                 ],
  4382.                                 => [
  4383.                                     'property' => 'companyName',
  4384.                                     'label' => 'Raison sociale',
  4385.                                     'td_class' => 'text-center',
  4386.                                 ],
  4387.                                 => [
  4388.                                     'property' => 'sector.name',
  4389.                                     'label' => 'Secteur',
  4390.                                     'td_class' => 'text-center',
  4391.                                 ],
  4392.                                 => [
  4393.                                     'property' => 'isActive',
  4394.                                     'label' => 'Activé',
  4395.                                     'td_class' => 'text-center',
  4396.                                 ],
  4397.                             ],
  4398.                         ],
  4399.                     ],
  4400.                     'challenge_operation_products' => [
  4401.                         'class' => 'App\\Entity\\Product',
  4402.                         'list' => [
  4403.                             'template' => 'admin/challenge_operation/show_products.html.twig',
  4404.                             'query_builder' => 'createQBForOpeList',
  4405.                             'fields' => [
  4406.                                 => [
  4407.                                     'property' => 'articleId',
  4408.                                     'label' => 'Identifiant',
  4409.                                 ],
  4410.                                 => [
  4411.                                     'property' => 'acl',
  4412.                                     'label' => 'Code ACL',
  4413.                                 ],
  4414.                                 => [
  4415.                                     'property' => 'ean',
  4416.                                     'label' => 'Code EAN',
  4417.                                 ],
  4418.                                 => [
  4419.                                     'property' => 'label',
  4420.                                     'label' => 'Désignation',
  4421.                                 ],
  4422.                             ],
  4423.                         ],
  4424.                     ],
  4425.                     'client_config' => [
  4426.                         'class' => 'App\\Entity\\ClientConfig',
  4427.                         'label' => 'Configuration du client',
  4428.                         'list' => [
  4429.                             'fields' => [
  4430.                                 => [
  4431.                                     'property' => 'id',
  4432.                                     'td_class' => 'text-center',
  4433.                                 ],
  4434.                                 => [
  4435.                                     'property' => 'name',
  4436.                                     'td_class' => 'text-center',
  4437.                                     'label' => 'Nom',
  4438.                                 ],
  4439.                             ],
  4440.                         ],
  4441.                         'show' => [
  4442.                             'template' => 'admin/client_config/show.html.twig',
  4443.                             'fields' => [
  4444.                                 => [
  4445.                                     'property' => 'clientName',
  4446.                                     'td_class' => 'text-center',
  4447.                                     'label' => 'Nom',
  4448.                                 ],
  4449.                                 => [
  4450.                                     'property' => 'clientlogo',
  4451.                                     'label' => 'Logo client',
  4452.                                     'value_class' => ' ',
  4453.                                     'template' => 'admin/client_config/_field_image.html.twig',
  4454.                                 ],
  4455.                                 => [
  4456.                                     'property' => 'clientFavicon',
  4457.                                     'label' => 'Favicon',
  4458.                                     'value_class' => ' ',
  4459.                                     'template' => 'admin/client_config/_field_image.html.twig',
  4460.                                 ],
  4461.                                 => [
  4462.                                     'property' => 'pdfClientName',
  4463.                                     'label' => 'Intitulé du PDF',
  4464.                                     'value_class' => 'text-center',
  4465.                                 ],
  4466.                                 => [
  4467.                                     'property' => 'rcs',
  4468.                                     'label' => 'RCS',
  4469.                                     'value_class' => 'text-center',
  4470.                                 ],
  4471.                                 => [
  4472.                                     'property' => 'pdfLogo',
  4473.                                     'label' => 'Logo du PDF',
  4474.                                     'value_class' => ' ',
  4475.                                     'template' => 'admin/client_config/_field_image.html.twig',
  4476.                                 ],
  4477.                             ],
  4478.                         ],
  4479.                         'new' => [
  4480.                             'form_type' => 'App\\Form\\Type\\ClientConfigType',
  4481.                             'template' => 'admin/client_config/new.html.twig',
  4482.                         ],
  4483.                         'edit' => [
  4484.                             'form_type' => 'App\\Form\\Type\\ClientConfigType',
  4485.                             'template' => 'admin/client_config/edit.html.twig',
  4486.                         ],
  4487.                     ],
  4488.                     'communication_support' => [
  4489.                         'class' => 'App\\Entity\\CommunicationSupport',
  4490.                         'label' => 'Supports de Communication',
  4491.                         'list' => [
  4492.                             'form_type' => 'App\\Form\\Type\\OperationCommunicationSupportType',
  4493.                             'template' => 'admin/communication_support/list.html.twig',
  4494.                         ],
  4495.                         'new' => [
  4496.                             'form_type' => 'App\\Form\\Type\\CommunicationSupportType',
  4497.                             'template' => 'admin/communication_support/new.html.twig',
  4498.                         ],
  4499.                         'edit' => [
  4500.                             'form_type' => 'App\\Form\\Type\\CommunicationSupportType',
  4501.                             'template' => 'admin/communication_support/edit.html.twig',
  4502.                             'fields' => [
  4503.                                 => [
  4504.                                     'property' => 'highlightSupport',
  4505.                                     'label' => 'Photo de mise en avant',
  4506.                                     'value_class' => ' ',
  4507.                                     'template' => 'admin/communication_support/show/_field_files.html.twig',
  4508.                                 ],
  4509.                             ],
  4510.                         ],
  4511.                     ],
  4512.                     'customer_brands' => [
  4513.                         'class' => 'App\\Entity\\CustomerBrand',
  4514.                         'label' => 'Enseigne',
  4515.                         'list' => [
  4516.                             'fields' => [
  4517.                                 => [
  4518.                                     'property' => 'id',
  4519.                                 ],
  4520.                                 => [
  4521.                                     'property' => 'name',
  4522.                                     'type' => 'raw',
  4523.                                     'td_class' => 'text-center',
  4524.                                 ],
  4525.                             ],
  4526.                         ],
  4527.                         'new' => [
  4528.                             'form_type' => 'App\\Form\\Type\\CustomerBrandType',
  4529.                         ],
  4530.                         'edit' => [
  4531.                             'form_type' => 'App\\Form\\Type\\CustomerBrandType',
  4532.                         ],
  4533.                     ],
  4534.                     'partenaires' => [
  4535.                         'class' => 'App\\Entity\\Customer',
  4536.                         'label' => 'partenaire',
  4537.                         'list' => [
  4538.                             'filters' => 'App\\Form\\Type\\CustomerFilterType',
  4539.                             'template' => 'admin/customer/list.html.twig',
  4540.                             'query_builder' => 'createQBForList',
  4541.                             'actions' => [
  4542.                                 => [
  4543.                                     'route' => 'admin_partenaires_import',
  4544.                                     'icon' => 'fa fa-upload',
  4545.                                     'label' => 'Importer',
  4546.                                 ],
  4547.                             ],
  4548.                             'fields' => [
  4549.                                 => [
  4550.                                     'property' => 'companyId',
  4551.                                     'label' => 'Code interne',
  4552.                                 ],
  4553.                                 => [
  4554.                                     'property' => 'companyName',
  4555.                                     'label' => 'Raison sociale',
  4556.                                 ],
  4557.                                 => [
  4558.                                     'property' => 'address',
  4559.                                     'label' => 'Adresse',
  4560.                                 ],
  4561.                                 => [
  4562.                                     'property' => 'postalCode',
  4563.                                     'label' => 'Code postal',
  4564.                                 ],
  4565.                                 => [
  4566.                                     'property' => 'city',
  4567.                                     'label' => 'Ville',
  4568.                                 ],
  4569.                                 => [
  4570.                                     'property' => 'email',
  4571.                                     'label' => 'Email',
  4572.                                 ],
  4573.                                 => [
  4574.                                     'property' => 'sector.name',
  4575.                                     'label' => 'Secteur',
  4576.                                 ],
  4577.                                 => [
  4578.                                     'property' => 'isActive',
  4579.                                     'label' => 'Activé',
  4580.                                     'td_class' => 'text-center',
  4581.                                 ],
  4582.                             ],
  4583.                         ],
  4584.                         'new' => [
  4585.                             'form_type' => 'App\\Form\\Type\\CustomerType',
  4586.                         ],
  4587.                         'edit' => [
  4588.                             'form_type' => 'App\\Form\\Type\\CustomerType',
  4589.                         ],
  4590.                         'show' => [
  4591.                             'template' => 'admin/customer/show.html.twig',
  4592.                             'fields' => [
  4593.                                 => [
  4594.                                     'property' => 'companyId',
  4595.                                     'label' => 'Code interne',
  4596.                                 ],
  4597.                                 => [
  4598.                                     'property' => 'companyName',
  4599.                                     'label' => 'Raison sociale',
  4600.                                 ],
  4601.                                 => [
  4602.                                     'property' => 'address',
  4603.                                     'label' => 'Adresse',
  4604.                                 ],
  4605.                                 => [
  4606.                                     'property' => 'postalCode',
  4607.                                     'label' => 'Code postal',
  4608.                                 ],
  4609.                                 => [
  4610.                                     'property' => 'city',
  4611.                                     'label' => 'Ville',
  4612.                                 ],
  4613.                                 => [
  4614.                                     'property' => 'email',
  4615.                                     'label' => 'Email',
  4616.                                 ],
  4617.                                 => [
  4618.                                     'property' => 'sector.name',
  4619.                                     'label' => 'Secteur',
  4620.                                 ],
  4621.                                 => [
  4622.                                     'property' => 'groupements',
  4623.                                     'template' => 'admin/groups/_field_groups.html.twig',
  4624.                                     'label' => 'Groupements',
  4625.                                 ],
  4626.                             ],
  4627.                         ],
  4628.                         'export' => [
  4629.                             'fields' => [
  4630.                                 => [
  4631.                                     'property' => 'companyId',
  4632.                                     'label' => 'Code interne',
  4633.                                 ],
  4634.                                 => [
  4635.                                     'property' => 'companyName',
  4636.                                     'label' => 'Raison sociale',
  4637.                                 ],
  4638.                                 => [
  4639.                                     'property' => 'email',
  4640.                                     'label' => 'Email',
  4641.                                 ],
  4642.                                 => [
  4643.                                     'property' => 'sector.name',
  4644.                                     'label' => 'Secteur',
  4645.                                 ],
  4646.                             ],
  4647.                         ],
  4648.                     ],
  4649.                     'fixed_cost' => [
  4650.                         'class' => 'App\\Entity\\FixedCost',
  4651.                         'label' => 'Frais fixe',
  4652.                         'list' => [
  4653.                             'fields' => [
  4654.                                 => [
  4655.                                     'property' => 'id',
  4656.                                     'td_class' => 'text-center',
  4657.                                 ],
  4658.                                 => [
  4659.                                     'property' => 'price',
  4660.                                     'type' => 'raw',
  4661.                                     'td_class' => 'text-center',
  4662.                                 ],
  4663.                                 => [
  4664.                                     'property' => 'startDate',
  4665.                                     'td_class' => 'text-center',
  4666.                                 ],
  4667.                                 => [
  4668.                                     'property' => 'endDate',
  4669.                                     'td_class' => 'text-center',
  4670.                                 ],
  4671.                             ],
  4672.                         ],
  4673.                         'new' => [
  4674.                             'form_type' => 'App\\Form\\Type\\FixedCostType',
  4675.                         ],
  4676.                         'edit' => [
  4677.                             'form_type' => 'App\\Form\\Type\\FixedCostType',
  4678.                         ],
  4679.                     ],
  4680.                     'follow_up' => [
  4681.                         'class' => 'App\\Entity\\FollowUp',
  4682.                         'label' => 'Relance',
  4683.                         'list' => [
  4684.                             'template' => 'admin/follow_up/list.html.twig',
  4685.                             'fields' => [
  4686.                                 => [
  4687.                                     'property' => 'operationType',
  4688.                                     'template' => 'admin/follow_up/field/_operation_type.html.twig',
  4689.                                     'label' => 'Type d\'opération ',
  4690.                                     'td_class' => 'text-center',
  4691.                                 ],
  4692.                                 => [
  4693.                                     'property' => 'firstRelaunch',
  4694.                                     'td_class' => 'text-center',
  4695.                                     'label' => 'J-XX',
  4696.                                 ],
  4697.                                 => [
  4698.                                     'property' => 'secondRelaunch',
  4699.                                     'td_class' => 'text-center',
  4700.                                     'label' => 'J-XX',
  4701.                                 ],
  4702.                                 => [
  4703.                                     'property' => 'thirdRelaunch',
  4704.                                     'td_class' => 'text-center',
  4705.                                     'label' => 'J-XX',
  4706.                                 ],
  4707.                             ],
  4708.                         ],
  4709.                         'new' => [
  4710.                             'template' => 'admin/follow_up/new.html.twig',
  4711.                             'form_type' => 'App\\Form\\FollowUpType',
  4712.                         ],
  4713.                         'edit' => [
  4714.                             'form_type' => 'App\\Form\\EditFollowUpType',
  4715.                         ],
  4716.                     ],
  4717.                     'groups' => [
  4718.                         'class' => 'App\\Entity\\Groupement',
  4719.                         'label' => 'groupement',
  4720.                         'list' => [
  4721.                             'template' => 'admin/customer/list.html.twig',
  4722.                             'actions' => [
  4723.                                 => [
  4724.                                     'route' => 'admin_groups_import',
  4725.                                     'icon' => 'fa fa-upload',
  4726.                                     'label' => 'Importer',
  4727.                                 ],
  4728.                             ],
  4729.                             'fields' => [
  4730.                                 => [
  4731.                                     'property' => 'companyId',
  4732.                                     'label' => 'Code interne',
  4733.                                 ],
  4734.                                 => [
  4735.                                     'property' => 'companyName',
  4736.                                     'label' => 'Raison sociale',
  4737.                                 ],
  4738.                                 => [
  4739.                                     'property' => 'address',
  4740.                                     'label' => 'Adresse',
  4741.                                 ],
  4742.                                 => [
  4743.                                     'property' => 'postalCode',
  4744.                                     'label' => 'Code postal',
  4745.                                 ],
  4746.                                 => [
  4747.                                     'property' => 'city',
  4748.                                     'label' => 'Ville',
  4749.                                 ],
  4750.                                 => [
  4751.                                     'property' => 'email',
  4752.                                     'label' => 'Email',
  4753.                                 ],
  4754.                                 => [
  4755.                                     'property' => 'isActive',
  4756.                                     'label' => 'Activé',
  4757.                                     'td_class' => 'text-center',
  4758.                                 ],
  4759.                             ],
  4760.                         ],
  4761.                         'new' => [
  4762.                             'form_type' => 'App\\Form\\Type\\GroupType',
  4763.                         ],
  4764.                         'edit' => [
  4765.                             'template' => 'admin/groups/edit.html.twig',
  4766.                             'form_type' => 'App\\Form\\Type\\GroupType',
  4767.                         ],
  4768.                         'show' => [
  4769.                             'template' => 'admin/groups/show.html.twig',
  4770.                             'fields' => [
  4771.                                 => [
  4772.                                     'property' => 'companyId',
  4773.                                     'label' => 'Code interne',
  4774.                                 ],
  4775.                                 => [
  4776.                                     'property' => 'companyName',
  4777.                                     'label' => 'Raison sociale',
  4778.                                 ],
  4779.                                 => [
  4780.                                     'property' => 'address',
  4781.                                     'label' => 'Adresse',
  4782.                                 ],
  4783.                                 => [
  4784.                                     'property' => 'postalCode',
  4785.                                     'label' => 'Code postal',
  4786.                                 ],
  4787.                                 => [
  4788.                                     'property' => 'city',
  4789.                                     'label' => 'Ville',
  4790.                                 ],
  4791.                                 => [
  4792.                                     'property' => 'email',
  4793.                                     'label' => 'Email',
  4794.                                 ],
  4795.                             ],
  4796.                         ],
  4797.                     ],
  4798.                     'group_partners' => [
  4799.                         'class' => 'App\\Entity\\Customer',
  4800.                         'list' => [
  4801.                             'template' => 'admin/groups/show_partners.html.twig',
  4802.                             'query_builder' => 'createQBForGroupList',
  4803.                             'fields' => [
  4804.                                 => [
  4805.                                     'property' => 'companyId',
  4806.                                     'label' => 'Code interne',
  4807.                                 ],
  4808.                                 => [
  4809.                                     'property' => 'companyName',
  4810.                                     'label' => 'Raison sociale',
  4811.                                 ],
  4812.                                 => [
  4813.                                     'property' => 'sector.name',
  4814.                                     'label' => 'Secteur',
  4815.                                 ],
  4816.                                 => [
  4817.                                     'property' => 'isActive',
  4818.                                     'label' => 'Activé',
  4819.                                     'td_class' => 'text-center',
  4820.                                 ],
  4821.                             ],
  4822.                         ],
  4823.                     ],
  4824.                     'local_operations' => [
  4825.                         'label' => 'opérations locale',
  4826.                         'class' => 'App\\Entity\\LocalOperation',
  4827.                         'factory' => 'App\\Factory\\LocalOperationFactory',
  4828.                         'list' => [
  4829.                             'filters' => 'App\\Form\\Type\\LocalOperationFilterType',
  4830.                             'query_builder' => 'createQBForList',
  4831.                             'template' => 'admin/local_operation/list.html.twig',
  4832.                             'fields' => [
  4833.                                 => [
  4834.                                     'property' => 'code',
  4835.                                 ],
  4836.                                 => [
  4837.                                     'property' => 'campaign.name',
  4838.                                     'label' => 'Temps fort',
  4839.                                 ],
  4840.                                 => [
  4841.                                     'property' => 'title',
  4842.                                     'label' => 'Opération',
  4843.                                 ],
  4844.                                 => [
  4845.                                     'property' => 'state.status',
  4846.                                     'template' => 'admin/local_operation/list/_field_state.html.twig',
  4847.                                     'label' => 'Statut',
  4848.                                     'td_class' => 'text-center',
  4849.                                 ],
  4850.                                 => [
  4851.                                     'property' => 'startDate',
  4852.                                     'label' => 'Date de début',
  4853.                                     'td_class' => 'text-center',
  4854.                                 ],
  4855.                                 => [
  4856.                                     'property' => 'endDate',
  4857.                                     'label' => 'Date de fin',
  4858.                                     'td_class' => 'text-center',
  4859.                                 ],
  4860.                                 => [
  4861.                                     'property' => 'closingDate',
  4862.                                     'label' => 'Fermeture',
  4863.                                     'td_class' => 'text-center',
  4864.                                 ],
  4865.                             ],
  4866.                         ],
  4867.                         'new' => [
  4868.                             'form_type' => 'App\\Form\\LocalOperationType',
  4869.                             'template' => 'admin/local_operation/new.html.twig',
  4870.                         ],
  4871.                         'edit' => [
  4872.                             'form_type' => 'App\\Form\\LocalOperationType',
  4873.                             'template' => 'admin/local_operation/edit.html.twig',
  4874.                         ],
  4875.                         'show' => [
  4876.                             'template' => 'admin/local_operation/show.html.twig',
  4877.                             'fields' => [
  4878.                                 => [
  4879.                                     'property' => 'id',
  4880.                                 ],
  4881.                                 => [
  4882.                                     'property' => 'code',
  4883.                                     'label' => 'Code opération',
  4884.                                 ],
  4885.                                 => [
  4886.                                     'property' => 'title',
  4887.                                     'label' => 'Opération',
  4888.                                 ],
  4889.                                 => [
  4890.                                     'property' => 'description',
  4891.                                     'value_class' => ' ',
  4892.                                     'label' => 'Description',
  4893.                                 ],
  4894.                                 => [
  4895.                                     'property' => 'startDate',
  4896.                                     'label' => 'Date de début',
  4897.                                 ],
  4898.                                 => [
  4899.                                     'property' => 'endDate',
  4900.                                     'label' => 'Date de fin',
  4901.                                 ],
  4902.                                 => [
  4903.                                     'property' => 'closingDate',
  4904.                                     'label' => 'Date de fermeture',
  4905.                                 ],
  4906.                                 => [
  4907.                                     'property' => 'owner',
  4908.                                     'label' => 'Auteur',
  4909.                                     'template' => 'admin/local_operation/show/_field_user.html.twig',
  4910.                                 ],
  4911.                                 => [
  4912.                                     'property' => 'cab',
  4913.                                     'label' => 'Simulateur de CAB',
  4914.                                     'template' => 'admin/local_operation/show/_field_cab.html.twig',
  4915.                                 ],
  4916.                                 => [
  4917.                                     'property' => 'contract',
  4918.                                     'label' => 'Contrat',
  4919.                                     'template' => 'admin/local_operation/show/_field_contract.html.twig',
  4920.                                 ],
  4921.                                 10 => [
  4922.                                     'property' => 'image',
  4923.                                     'label' => 'Image',
  4924.                                     'value_class' => ' ',
  4925.                                     'template' => 'admin/local_operation/show/_field_image.html.twig',
  4926.                                 ],
  4927.                             ],
  4928.                         ],
  4929.                     ],
  4930.                     'local_operation_partners' => [
  4931.                         'class' => 'App\\Entity\\Customer',
  4932.                         'list' => [
  4933.                             'template' => 'admin/local_operation/show_partners.html.twig',
  4934.                             'query_builder' => 'createQBForOpeList',
  4935.                             'fields' => [
  4936.                                 => [
  4937.                                     'property' => 'companyId',
  4938.                                     'label' => 'Identifiant interne',
  4939.                                 ],
  4940.                                 => [
  4941.                                     'property' => 'companyName',
  4942.                                     'label' => 'Raison sociale',
  4943.                                 ],
  4944.                                 => [
  4945.                                     'property' => 'sector.name',
  4946.                                     'label' => 'Secteur',
  4947.                                 ],
  4948.                                 => [
  4949.                                     'property' => 'isActive',
  4950.                                     'label' => 'Activé',
  4951.                                     'td_class' => 'text-center',
  4952.                                 ],
  4953.                             ],
  4954.                         ],
  4955.                     ],
  4956.                     'local_operation_products' => [
  4957.                         'class' => 'App\\Entity\\LocalOperationProduct',
  4958.                         'list' => [
  4959.                             'template' => 'admin/local_operation/show_products.html.twig',
  4960.                             'query_builder' => 'createQBForOpeList',
  4961.                             'fields' => [
  4962.                                 => [
  4963.                                     'property' => 'product.label',
  4964.                                     'label' => 'Produit',
  4965.                                     'td_class' => 'text-center',
  4966.                                 ],
  4967.                                 => [
  4968.                                     'property' => 'quantity',
  4969.                                     'label' => 'Quantité',
  4970.                                     'td_class' => 'text-center',
  4971.                                 ],
  4972.                                 => [
  4973.                                     'property' => 'CAB',
  4974.                                     'label' => 'CAB',
  4975.                                     'template' => 'admin/local_operation/show/_field_double.html.twig',
  4976.                                     'td_class' => 'text-center',
  4977.                                 ],
  4978.                                 => [
  4979.                                     'property' => 'unitPrice',
  4980.                                     'label' => 'Prix unitaire',
  4981.                                     'template' => 'admin/local_operation/show/_field_double.html.twig',
  4982.                                     'td_class' => 'text-center',
  4983.                                 ],
  4984.                             ],
  4985.                         ],
  4986.                         'edit' => [
  4987.                             'form_type' => 'App\\Form\\LocalOperationProductsType',
  4988.                         ],
  4989.                     ],
  4990.                     'menus' => [
  4991.                         'class' => 'App\\Entity\\Menu',
  4992.                         'label' => 'menu',
  4993.                         'list' => [
  4994.                             'fields' => [
  4995.                                 => [
  4996.                                     'property' => 'id',
  4997.                                 ],
  4998.                                 => [
  4999.                                     'property' => 'label',
  5000.                                     'type' => 'raw',
  5001.                                 ],
  5002.                                 => [
  5003.                                     'property' => 'isActive',
  5004.                                     'td_class' => 'text-center',
  5005.                                     'label' => 'Affiché',
  5006.                                 ],
  5007.                             ],
  5008.                         ],
  5009.                         'new' => [
  5010.                             'form_type' => 'App\\Form\\Type\\MenuType',
  5011.                         ],
  5012.                         'edit' => [
  5013.                             'form_type' => 'App\\Form\\Type\\MenuType',
  5014.                         ],
  5015.                     ],
  5016.                     'operations' => [
  5017.                         'label' => 'opération',
  5018.                         'class' => 'App\\Entity\\Operation',
  5019.                         'factory' => 'App\\Factory\\OperationFactory',
  5020.                         'list' => [
  5021.                             'filters' => 'App\\Form\\Type\\OperationFilterType',
  5022.                             'query_builder' => 'createQBForList',
  5023.                             'template' => 'admin/operation/list.html.twig',
  5024.                             'fields' => [
  5025.                                 => [
  5026.                                     'property' => 'code',
  5027.                                 ],
  5028.                                 => [
  5029.                                     'property' => 'title',
  5030.                                     'label' => 'Opérations',
  5031.                                 ],
  5032.                                 => [
  5033.                                     'property' => 'state.status',
  5034.                                     'template' => 'admin/operation/list/_field_state.html.twig',
  5035.                                     'label' => 'Statut',
  5036.                                     'td_class' => 'text-center',
  5037.                                 ],
  5038.                                 => [
  5039.                                     'property' => 'startDate',
  5040.                                     'label' => 'Date de début',
  5041.                                     'td_class' => 'text-center',
  5042.                                 ],
  5043.                                 => [
  5044.                                     'property' => 'openingDate',
  5045.                                     'label' => 'Date d\'ouverture',
  5046.                                 ],
  5047.                                 => [
  5048.                                     'property' => 'endDate',
  5049.                                     'label' => 'Date de fin',
  5050.                                     'td_class' => 'text-center',
  5051.                                 ],
  5052.                                 => [
  5053.                                     'property' => 'closingDate',
  5054.                                     'label' => 'Fermeture',
  5055.                                     'td_class' => 'text-center',
  5056.                                 ],
  5057.                             ],
  5058.                         ],
  5059.                         'new' => [
  5060.                             'form_type' => 'App\\Form\\Type\\OperationType',
  5061.                             'template' => 'admin/operation/new.html.twig',
  5062.                         ],
  5063.                         'edit' => [
  5064.                             'form_type' => 'App\\Form\\Type\\OperationType',
  5065.                             'template' => 'admin/operation/edit.html.twig',
  5066.                         ],
  5067.                         'show' => [
  5068.                             'template' => 'admin/operation/show.html.twig',
  5069.                             'fields' => [
  5070.                                 => [
  5071.                                     'property' => 'id',
  5072.                                 ],
  5073.                                 => [
  5074.                                     'property' => 'code',
  5075.                                     'label' => 'Code opération',
  5076.                                 ],
  5077.                                 => [
  5078.                                     'property' => 'title',
  5079.                                     'label' => 'Opération',
  5080.                                 ],
  5081.                                 => [
  5082.                                     'property' => 'description',
  5083.                                     'value_class' => ' ',
  5084.                                     'label' => 'Description',
  5085.                                 ],
  5086.                                 => [
  5087.                                     'property' => 'brand',
  5088.                                     'template' => 'admin/operation/show/_brands.html.twig',
  5089.                                     'label' => 'Marques',
  5090.                                 ],
  5091.                                 => [
  5092.                                     'property' => 'operationTags',
  5093.                                     'template' => 'admin/operation/show/_tags.html.twig',
  5094.                                     'label' => 'Tag d\'Opération',
  5095.                                 ],
  5096.                                 => [
  5097.                                     'property' => 'signatureDate',
  5098.                                     'label' => 'Date de début de la signature',
  5099.                                 ],
  5100.                                 => [
  5101.                                     'property' => 'startDate',
  5102.                                     'label' => 'Date de début',
  5103.                                 ],
  5104.                                 => [
  5105.                                     'property' => 'openingDate',
  5106.                                     'label' => 'Date d\'ouverture',
  5107.                                 ],
  5108.                                 => [
  5109.                                     'property' => 'endDate',
  5110.                                     'label' => 'Date de fin',
  5111.                                 ],
  5112.                                 10 => [
  5113.                                     'property' => 'closingDate',
  5114.                                     'label' => 'Date fin de participation',
  5115.                                 ],
  5116.                                 11 => [
  5117.                                     'property' => 'discountType',
  5118.                                     'label' => 'Type de rémunération',
  5119.                                 ],
  5120.                                 12 => [
  5121.                                     'property' => 'discountAmount',
  5122.                                     'label' => 'Rémunération',
  5123.                                 ],
  5124.                                 13 => [
  5125.                                     'property' => 'maxAmountValidation',
  5126.                                     'template' => 'admin/participation/_field_financial_amount.html.twig',
  5127.                                     'label' => 'Montant palier pour la validation',
  5128.                                 ],
  5129.                                 14 => [
  5130.                                     'property' => 'faceValue',
  5131.                                     'template' => 'admin/participation/_field_face_value.html.twig',
  5132.                                     'label' => 'Valeur faciale',
  5133.                                 ],
  5134.                                 15 => [
  5135.                                     'property' => 'needSignature',
  5136.                                     'template' => 'admin/operation/show/_signature_settings.html.twig',
  5137.                                     'label' => 'Signature Ã‰lectronique',
  5138.                                 ],
  5139.                                 16 => [
  5140.                                     'property' => 'contract',
  5141.                                     'label' => 'Contrat',
  5142.                                     'template' => 'admin/operation/show/_field_contract.html.twig',
  5143.                                 ],
  5144.                                 17 => [
  5145.                                     'property' => 'image',
  5146.                                     'label' => 'Image',
  5147.                                     'value_class' => ' ',
  5148.                                     'template' => 'admin/operation/show/_field_image.html.twig',
  5149.                                 ],
  5150.                                 18 => [
  5151.                                     'property' => 'reason_canceled',
  5152.                                     'label' => 'Motif de l\'annulation',
  5153.                                 ],
  5154.                             ],
  5155.                         ],
  5156.                         'export' => [
  5157.                             'fields' => [
  5158.                                 => [
  5159.                                     'property' => 'code',
  5160.                                     'label' => 'Code opération',
  5161.                                 ],
  5162.                                 => [
  5163.                                     'property' => 'title',
  5164.                                     'label' => 'Opération',
  5165.                                 ],
  5166.                                 => [
  5167.                                     'property' => 'state.status',
  5168.                                     'template' => 'admin/operation/list/_field_state.html.twig',
  5169.                                     'label' => 'Statut',
  5170.                                     'td_class' => 'text-center',
  5171.                                 ],
  5172.                                 => [
  5173.                                     'property' => 'startDate',
  5174.                                     'label' => 'Date de début',
  5175.                                 ],
  5176.                                 => [
  5177.                                     'property' => 'openingDate',
  5178.                                     'label' => 'Date d\'ouverture',
  5179.                                 ],
  5180.                                 => [
  5181.                                     'property' => 'endDate',
  5182.                                     'label' => 'Date de fin',
  5183.                                 ],
  5184.                                 => [
  5185.                                     'property' => 'closingDate',
  5186.                                     'label' => 'Date de fermeture',
  5187.                                 ],
  5188.                             ],
  5189.                         ],
  5190.                     ],
  5191.                     'operation_brands' => [
  5192.                         'class' => 'App\\Entity\\OperationBrand',
  5193.                         'label' => 'Marque',
  5194.                         'list' => [
  5195.                             'fields' => [
  5196.                                 => [
  5197.                                     'property' => 'id',
  5198.                                 ],
  5199.                                 => [
  5200.                                     'property' => 'name',
  5201.                                     'type' => 'raw',
  5202.                                     'td_class' => 'text-center',
  5203.                                 ],
  5204.                             ],
  5205.                         ],
  5206.                         'new' => [
  5207.                             'form_type' => 'App\\Form\\Type\\OperationBrandType',
  5208.                         ],
  5209.                         'edit' => [
  5210.                             'form_type' => 'App\\Form\\Type\\OperationBrandType',
  5211.                         ],
  5212.                     ],
  5213.                     'emails' => [
  5214.                         'class' => 'App\\Entity\\AdminEmail',
  5215.                         'edit' => [
  5216.                             'fields' => [
  5217.                                 => [
  5218.                                     'property' => 'sogec',
  5219.                                 ],
  5220.                                 => [
  5221.                                     'property' => 'client',
  5222.                                 ],
  5223.                             ],
  5224.                         ],
  5225.                     ],
  5226.                     'operation_labels' => [
  5227.                         'class' => 'App\\Entity\\OperationLabels',
  5228.                         'label' => 'Wording des téléchargement',
  5229.                         'list' => [
  5230.                             'query_builder' => 'createQBForList',
  5231.                             'template' => 'admin/operation_labels/list.html.twig',
  5232.                             'fields' => [
  5233.                                 => [
  5234.                                     'property' => 'operationType',
  5235.                                     'type' => 'raw',
  5236.                                     'td_class' => 'text-center',
  5237.                                     'label' => 'Type d\'opération',
  5238.                                 ],
  5239.                                 => [
  5240.                                     'property' => 'labelType',
  5241.                                     'type' => 'raw',
  5242.                                     'td_class' => 'text-center',
  5243.                                     'label' => 'Type de Champ',
  5244.                                 ],
  5245.                                 => [
  5246.                                     'property' => 'labelName',
  5247.                                     'type' => 'raw',
  5248.                                     'td_class' => 'text-center',
  5249.                                     'label' => 'Nom du Champ',
  5250.                                 ],
  5251.                                 => [
  5252.                                     'property' => 'isRequired',
  5253.                                     'type' => 'boolean',
  5254.                                     'td_class' => 'text-center',
  5255.                                     'label' => 'Champs requis',
  5256.                                 ],
  5257.                                 => [
  5258.                                     'property' => 'isActive',
  5259.                                     'type' => 'boolean',
  5260.                                     'td_class' => 'text-center',
  5261.                                     'label' => 'Champs actif',
  5262.                                 ],
  5263.                             ],
  5264.                         ],
  5265.                         'new' => [
  5266.                             'form_type' => 'App\\Form\\OperationLabelsType',
  5267.                             'template' => 'admin/operation_labels/new.html.twig',
  5268.                         ],
  5269.                         'edit' => [
  5270.                             'form_type' => 'App\\Form\\OperationLabelsType',
  5271.                             'template' => 'admin/operation_labels/edit.html.twig',
  5272.                         ],
  5273.                         'show' => [
  5274.                             'template' => 'admin/operation_labels/show.html.twig',
  5275.                         ],
  5276.                     ],
  5277.                     'operation_partners' => [
  5278.                         'class' => 'App\\Entity\\Customer',
  5279.                         'list' => [
  5280.                             'filters' => 'App\\Form\\Type\\CustomerOperationListFilterType',
  5281.                             'template' => 'admin/operation/show_partners.html.twig',
  5282.                             'query_builder' => 'createQBForOpeList',
  5283.                             'fields' => [
  5284.                                 => [
  5285.                                     'property' => 'companyId',
  5286.                                     'label' => 'Code interne',
  5287.                                     'td_class' => 'text-center',
  5288.                                 ],
  5289.                                 => [
  5290.                                     'property' => 'companyName',
  5291.                                     'label' => 'Raison sociale',
  5292.                                     'td_class' => 'text-center',
  5293.                                 ],
  5294.                                 => [
  5295.                                     'property' => 'sector.name',
  5296.                                     'label' => 'Secteur',
  5297.                                     'td_class' => 'text-center',
  5298.                                 ],
  5299.                                 => [
  5300.                                     'property' => 'id',
  5301.                                     'label' => 'Participation Max',
  5302.                                     'td_class' => 'text-center',
  5303.                                     'template' => 'admin/operation/show/_field_part_max.html.twig',
  5304.                                 ],
  5305.                                 => [
  5306.                                     'property' => 'isActive',
  5307.                                     'label' => 'Activé',
  5308.                                     'td_class' => 'text-center',
  5309.                                 ],
  5310.                             ],
  5311.                         ],
  5312.                     ],
  5313.                     'operation_products' => [
  5314.                         'class' => 'App\\Entity\\Product',
  5315.                         'list' => [
  5316.                             'template' => 'admin/operation/show_products.html.twig',
  5317.                             'query_builder' => 'createQBForOpeList',
  5318.                             'fields' => [
  5319.                                 => [
  5320.                                     'property' => 'articleId',
  5321.                                     'label' => 'Identifiant',
  5322.                                 ],
  5323.                                 => [
  5324.                                     'property' => 'acl',
  5325.                                     'label' => 'Code ACL',
  5326.                                 ],
  5327.                                 => [
  5328.                                     'property' => 'ean',
  5329.                                     'label' => 'Code EAN',
  5330.                                 ],
  5331.                                 => [
  5332.                                     'property' => 'label',
  5333.                                     'label' => 'Désignation',
  5334.                                 ],
  5335.                             ],
  5336.                         ],
  5337.                     ],
  5338.                     'operation_tag' => [
  5339.                         'class' => 'App\\Entity\\OperationTag',
  5340.                         'label' => 'Tag d\'opération',
  5341.                         'list' => [
  5342.                             'fields' => [
  5343.                                 => [
  5344.                                     'property' => 'name',
  5345.                                     'label' => 'Nom',
  5346.                                     'td_class' => 'text-center',
  5347.                                 ],
  5348.                                 => [
  5349.                                     'property' => 'color',
  5350.                                     'label' => 'Couleur',
  5351.                                     'td_class' => 'text-center',
  5352.                                 ],
  5353.                             ],
  5354.                         ],
  5355.                         'new' => [
  5356.                             'form_type' => 'App\\Form\\Type\\OperationTagType',
  5357.                         ],
  5358.                         'edit' => [
  5359.                             'form_type' => 'App\\Form\\Type\\OperationTagType',
  5360.                         ],
  5361.                     ],
  5362.                     'participations' => [
  5363.                         'class' => 'App\\Entity\\Participation',
  5364.                         'label' => 'participation',
  5365.                         'list' => [
  5366.                             'query_builder' => 'createQBForList',
  5367.                             'filters' => 'App\\Form\\Type\\ParticipationFilterType',
  5368.                             'fields' => [
  5369.                                 => [
  5370.                                     'property' => 'code',
  5371.                                     'label' => 'Numéro de participation',
  5372.                                     'td_class' => 'text-center',
  5373.                                 ],
  5374.                                 => [
  5375.                                     'property' => 'customer.companyId',
  5376.                                     'label' => 'Code interne',
  5377.                                     'td_class' => 'text-center',
  5378.                                 ],
  5379.                                 => [
  5380.                                     'property' => 'customer.companyName',
  5381.                                     'label' => 'Point de vente',
  5382.                                     'td_class' => 'text-center',
  5383.                                 ],
  5384.                                 => [
  5385.                                     'property' => 'customer.postalCode',
  5386.                                     'label' => 'Code postal',
  5387.                                     'td_class' => 'text-center',
  5388.                                 ],
  5389.                                 => [
  5390.                                     'property' => 'customer.city',
  5391.                                     'label' => 'Ville',
  5392.                                     'td_class' => 'text-center',
  5393.                                 ],
  5394.                                 => [
  5395.                                     'property' => 'operation.title',
  5396.                                     'label' => 'Opération',
  5397.                                     'td_class' => 'text-center',
  5398.                                 ],
  5399.                                 => [
  5400.                                     'property' => 'createdAt',
  5401.                                     'label' => 'Date de participation',
  5402.                                     'td_class' => 'text-center',
  5403.                                 ],
  5404.                                 => [
  5405.                                     'property' => 'financialDate',
  5406.                                     'label' => 'Date de virement',
  5407.                                     'td_class' => 'text-center',
  5408.                                 ],
  5409.                                 => [
  5410.                                     'property' => 'state.status',
  5411.                                     'template' => 'admin/participation/_field_state.html.twig',
  5412.                                     'label' => 'Statut',
  5413.                                     'td_class' => 'text-center',
  5414.                                 ],
  5415.                             ],
  5416.                         ],
  5417.                         'show' => [
  5418.                             'fields' => [
  5419.                                 => [
  5420.                                     'property' => 'code',
  5421.                                     'label' => 'Numéro de participation',
  5422.                                     'td_class' => 'text-center',
  5423.                                 ],
  5424.                                 => [
  5425.                                     'property' => 'customer.companyId',
  5426.                                     'label' => 'Code interne',
  5427.                                     'td_class' => 'text-center',
  5428.                                 ],
  5429.                                 => [
  5430.                                     'property' => 'operation.code',
  5431.                                     'label' => 'Code opération',
  5432.                                     'td_class' => 'text-center',
  5433.                                 ],
  5434.                                 => [
  5435.                                     'property' => 'operation.title',
  5436.                                     'label' => 'Opération',
  5437.                                     'td_class' => 'text-center',
  5438.                                 ],
  5439.                                 => [
  5440.                                     'property' => 'createdAt',
  5441.                                     'label' => 'Date',
  5442.                                     'td_class' => 'text-center',
  5443.                                 ],
  5444.                                 => [
  5445.                                     'property' => 'FinancialDateFormatted',
  5446.                                     'label' => 'Date de virement',
  5447.                                     'td_class' => 'text-center',
  5448.                                 ],
  5449.                                 => [
  5450.                                     'property' => 'state.status',
  5451.                                     'label' => 'Statut',
  5452.                                     'td_class' => 'text-center',
  5453.                                 ],
  5454.                                 => [
  5455.                                     'property' => 'validationDate',
  5456.                                     'label' => 'Date de validation',
  5457.                                     'template' => 'admin/participation/_field_validation_date.html.twig',
  5458.                                 ],
  5459.                                 => [
  5460.                                     'property' => 'declaredQuantity',
  5461.                                     'label' => 'Quantité déclarée',
  5462.                                 ],
  5463.                                 => [
  5464.                                     'property' => 'reasonNotConformity',
  5465.                                     'template' => 'admin/participation/_field_reason_not_conformity.html.twig',
  5466.                                     'label' => 'Non conformité',
  5467.                                     'td_class' => 'text-center',
  5468.                                 ],
  5469.                                 10 => [
  5470.                                     'property' => 'formattedFinancialAmount',
  5471.                                     'template' => 'admin/participation/_field_financial_amount.html.twig',
  5472.                                     'label' => 'Montant remboursé',
  5473.                                     'td_class' => 'text-center',
  5474.                                 ],
  5475.                                 11 => [
  5476.                                     'property' => 'products',
  5477.                                     'template' => 'admin/participation/_field_products.html.twig',
  5478.                                     'label' => 'Produits',
  5479.                                     'td_class' => 'text-center',
  5480.                                 ],
  5481.                                 12 => [
  5482.                                     'property' => 'tickets',
  5483.                                     'template' => 'admin/participation/_field_tickets.html.twig',
  5484.                                     'label' => 'Justificatif',
  5485.                                     'td_class' => 'text-center',
  5486.                                 ],
  5487.                                 13 => [
  5488.                                     'property' => 'currentParticipation',
  5489.                                     'label' => 'Preuve de virement',
  5490.                                     'template' => 'admin/participation/_field_refund-proof.html.twig',
  5491.                                     'td_class' => 'text-center',
  5492.                                 ],
  5493.                             ],
  5494.                         ],
  5495.                         'export' => [
  5496.                             'fields' => [
  5497.                                 => [
  5498.                                     'property' => 'code',
  5499.                                     'label' => 'Numéro de participation',
  5500.                                 ],
  5501.                                 => [
  5502.                                     'property' => 'customer.companyId',
  5503.                                     'label' => 'Code interne',
  5504.                                 ],
  5505.                                 => [
  5506.                                     'property' => 'customer.companyName',
  5507.                                     'label' => 'Point de vente',
  5508.                                 ],
  5509.                                 => [
  5510.                                     'property' => 'customer.sector.name',
  5511.                                     'label' => 'Secteur',
  5512.                                 ],
  5513.                                 => [
  5514.                                     'property' => 'customer.postalCode',
  5515.                                     'label' => 'Code postal',
  5516.                                 ],
  5517.                                 => [
  5518.                                     'property' => 'customer.city',
  5519.                                     'label' => 'Ville',
  5520.                                 ],
  5521.                                 => [
  5522.                                     'property' => 'operation.title',
  5523.                                     'label' => 'Opération',
  5524.                                 ],
  5525.                                 => [
  5526.                                     'property' => 'createdAt',
  5527.                                     'label' => 'Date de participation',
  5528.                                 ],
  5529.                                 => [
  5530.                                     'property' => 'financialDate',
  5531.                                     'label' => 'Date de virement',
  5532.                                 ],
  5533.                                 => [
  5534.                                     'property' => 'formattedFinancialAmount',
  5535.                                     'label' => 'Montant Remboursé',
  5536.                                 ],
  5537.                             ],
  5538.                         ],
  5539.                     ],
  5540.                     'participation_states' => [
  5541.                         'class' => 'App\\Entity\\ParticipationState',
  5542.                         'label' => 'label des status de participation',
  5543.                         'list' => [
  5544.                             'template' => 'admin/participation_states/list.html.twig',
  5545.                             'fields' => [
  5546.                                 => [
  5547.                                     'property' => 'status',
  5548.                                     'label' => 'Status',
  5549.                                     'td_class' => 'text-center',
  5550.                                 ],
  5551.                                 => [
  5552.                                     'property' => 'state_label',
  5553.                                     'label' => 'Wording de Status',
  5554.                                     'td_class' => 'text-center',
  5555.                                 ],
  5556.                             ],
  5557.                         ],
  5558.                         'edit' => [
  5559.                             'form_type' => 'App\\Form\\Type\\ParticipationStateType',
  5560.                             'template' => 'admin/participation_states/edit.html.twig',
  5561.                         ],
  5562.                     ],
  5563.                     'products' => [
  5564.                         'class' => 'App\\Entity\\Product',
  5565.                         'label' => 'produit',
  5566.                         'list' => [
  5567.                             'actions' => [
  5568.                                 => [
  5569.                                     'route' => 'admin_products_import',
  5570.                                     'icon' => 'fa fa-upload',
  5571.                                     'label' => 'Importer',
  5572.                                 ],
  5573.                             ],
  5574.                             'filters' => [
  5575.                                 'label' => [
  5576.                                     'type' => 'string',
  5577.                                 ],
  5578.                                 'ean' => [
  5579.                                     'type' => 'string',
  5580.                                 ],
  5581.                             ],
  5582.                             'fields' => [
  5583.                                 => [
  5584.                                     'property' => 'articleId',
  5585.                                     'label' => 'Identifiant',
  5586.                                 ],
  5587.                                 => [
  5588.                                     'property' => 'acl',
  5589.                                     'label' => 'Code ACL',
  5590.                                     'td_class' => 'text-right',
  5591.                                 ],
  5592.                                 => [
  5593.                                     'property' => 'ean',
  5594.                                     'label' => 'Code EAN',
  5595.                                     'td_class' => 'text-right',
  5596.                                 ],
  5597.                                 => [
  5598.                                     'property' => 'label',
  5599.                                     'label' => 'Désignation',
  5600.                                 ],
  5601.                             ],
  5602.                         ],
  5603.                         'new' => [
  5604.                             'fields' => [
  5605.                                 => [
  5606.                                     'property' => 'articleId',
  5607.                                 ],
  5608.                                 => [
  5609.                                     'property' => 'label',
  5610.                                 ],
  5611.                                 => [
  5612.                                     'property' => 'ean',
  5613.                                 ],
  5614.                                 => [
  5615.                                     'property' => 'acl',
  5616.                                 ],
  5617.                             ],
  5618.                         ],
  5619.                         'edit' => [
  5620.                             'fields' => [
  5621.                                 => [
  5622.                                     'property' => 'articleId',
  5623.                                 ],
  5624.                                 => [
  5625.                                     'property' => 'label',
  5626.                                 ],
  5627.                                 => [
  5628.                                     'property' => 'ean',
  5629.                                 ],
  5630.                                 => [
  5631.                                     'property' => 'acl',
  5632.                                 ],
  5633.                             ],
  5634.                         ],
  5635.                         'show' => [
  5636.                             'fields' => [
  5637.                                 => [
  5638.                                     'property' => 'id',
  5639.                                     'label' => 'ID',
  5640.                                 ],
  5641.                                 => [
  5642.                                     'property' => 'ean',
  5643.                                     'label' => 'Codes-barres',
  5644.                                 ],
  5645.                             ],
  5646.                         ],
  5647.                     ],
  5648.                     'profiles' => [
  5649.                         'label' => 'profil',
  5650.                         'class' => 'App\\Entity\\Profile',
  5651.                         'list' => [
  5652.                             'fields' => [
  5653.                                 => [
  5654.                                     'property' => 'id',
  5655.                                 ],
  5656.                                 => [
  5657.                                     'property' => 'name',
  5658.                                     'label' => 'Nom',
  5659.                                 ],
  5660.                             ],
  5661.                         ],
  5662.                         'new' => [
  5663.                             'form_type' => 'App\\Form\\Type\\ProfileType',
  5664.                         ],
  5665.                         'edit' => [
  5666.                             'form_type' => 'App\\Form\\Type\\ProfileType',
  5667.                         ],
  5668.                         'show' => [
  5669.                             'fields' => [
  5670.                                 => [
  5671.                                     'property' => 'id',
  5672.                                     'label' => 'ID',
  5673.                                 ],
  5674.                                 => [
  5675.                                     'property' => 'name',
  5676.                                     'label' => 'Name',
  5677.                                 ],
  5678.                             ],
  5679.                         ],
  5680.                     ],
  5681.                     'regions' => [
  5682.                         'class' => 'App\\Entity\\Region',
  5683.                         'label' => 'région',
  5684.                         'list' => [
  5685.                             'fields' => [
  5686.                                 => [
  5687.                                     'property' => 'regionCode',
  5688.                                     'label' => 'Code Région',
  5689.                                 ],
  5690.                                 => [
  5691.                                     'property' => 'name',
  5692.                                     'label' => 'Nom',
  5693.                                 ],
  5694.                             ],
  5695.                         ],
  5696.                         'new' => [
  5697.                             'form_type' => 'App\\Form\\Type\\RegionType',
  5698.                         ],
  5699.                         'edit' => [
  5700.                             'fields' => [
  5701.                                 => [
  5702.                                     'property' => 'name',
  5703.                                 ],
  5704.                             ],
  5705.                         ],
  5706.                     ],
  5707.                     'secteurs' => [
  5708.                         'class' => 'App\\Entity\\Sector',
  5709.                         'label' => 'secteur',
  5710.                         'list' => [
  5711.                             'query_builder' => 'createQueryBuilderForList',
  5712.                             'filters' => 'App\\Form\\Type\\SectorFilterType',
  5713.                             'actions' => [
  5714.                                 => [
  5715.                                     'route' => 'admin_secteurs_import',
  5716.                                     'icon' => 'fa fa-upload',
  5717.                                     'label' => 'Importer',
  5718.                                 ],
  5719.                             ],
  5720.                             'fields' => [
  5721.                                 => [
  5722.                                     'property' => 'sectorCode',
  5723.                                     'label' => 'Code Secteur',
  5724.                                 ],
  5725.                                 => [
  5726.                                     'property' => 'name',
  5727.                                     'label' => 'Nom',
  5728.                                 ],
  5729.                                 => [
  5730.                                     'property' => 'region.name',
  5731.                                     'label' => 'Région',
  5732.                                 ],
  5733.                             ],
  5734.                         ],
  5735.                         'new' => [
  5736.                             'form_type' => 'App\\Form\\Type\\SectorType',
  5737.                         ],
  5738.                         'edit' => [
  5739.                             'form_type' => 'App\\Form\\Type\\SectorType',
  5740.                         ],
  5741.                     ],
  5742.                     'sogec_config' => [
  5743.                         'class' => 'App\\Entity\\SogecConfig',
  5744.                         'label' => 'Configuration globales des features',
  5745.                         'list' => [
  5746.                             'fields' => [
  5747.                                 => [
  5748.                                     'property' => 'label',
  5749.                                     'td_class' => 'text-center',
  5750.                                 ],
  5751.                                 => [
  5752.                                     'property' => 'name',
  5753.                                     'td_class' => 'text-center',
  5754.                                 ],
  5755.                                 => [
  5756.                                     'property' => 'value',
  5757.                                     'td_class' => 'text-center',
  5758.                                 ],
  5759.                                 => [
  5760.                                     'property' => 'isActive',
  5761.                                     'td_class' => 'text-center',
  5762.                                 ],
  5763.                             ],
  5764.                         ],
  5765.                         'new' => [
  5766.                             'form_type' => 'App\\Form\\Type\\SogecConfigType',
  5767.                         ],
  5768.                         'edit' => [
  5769.                             'form_type' => 'App\\Form\\Type\\SogecConfigType',
  5770.                         ],
  5771.                     ],
  5772.                     'types_operations' => [
  5773.                         'class' => 'App\\Entity\\TypeOperation',
  5774.                         'label' => 'Types d\'opération',
  5775.                         'list' => [
  5776.                             'template' => 'admin/types_operations/list.html.twig',
  5777.                             'fields' => [
  5778.                                 => [
  5779.                                     'property' => 'discriminantUsed',
  5780.                                     'label' => 'Discriminant (non modifiable)',
  5781.                                     'td_class' => 'text-center',
  5782.                                 ],
  5783.                                 => [
  5784.                                     'property' => 'label',
  5785.                                     'label' => 'Label Ã  afficher',
  5786.                                     'td_class' => 'text-center',
  5787.                                 ],
  5788.                             ],
  5789.                         ],
  5790.                         'edit' => [
  5791.                             'form_type' => 'App\\Form\\Type\\TypeOperationType',
  5792.                             'template' => 'admin/types_operations/edit.html.twig',
  5793.                         ],
  5794.                     ],
  5795.                     'users' => [
  5796.                         'class' => 'App\\Entity\\User',
  5797.                         'factory' => 'App\\Factory\\UserFactory',
  5798.                         'label' => 'utilisateur',
  5799.                         'list' => [
  5800.                             'filters' => 'App\\Form\\Type\\UserFilterType',
  5801.                             'query_builder' => 'createQueryBuilderForList',
  5802.                             'template' => 'admin/user/list.html.twig',
  5803.                             'fields' => [
  5804.                                 => [
  5805.                                     'property' => 'id',
  5806.                                 ],
  5807.                                 => [
  5808.                                     'property' => 'profile.name',
  5809.                                     'type' => 'default',
  5810.                                     'label' => 'Profil',
  5811.                                 ],
  5812.                                 => [
  5813.                                     'property' => 'email',
  5814.                                     'label' => 'Mail',
  5815.                                 ],
  5816.                                 => [
  5817.                                     'property' => 'firstName',
  5818.                                     'label' => 'Prénom',
  5819.                                 ],
  5820.                                 => [
  5821.                                     'property' => 'lastName',
  5822.                                     'label' => 'Nom',
  5823.                                 ],
  5824.                                 => [
  5825.                                     'property' => 'isActive',
  5826.                                     'label' => 'Activé',
  5827.                                     'td_class' => 'text-center',
  5828.                                 ],
  5829.                             ],
  5830.                         ],
  5831.                         'new' => [
  5832.                             'form_type' => 'App\\Form\\Type\\UserType',
  5833.                         ],
  5834.                         'edit' => [
  5835.                             'form_type' => 'App\\Form\\Type\\UserType',
  5836.                         ],
  5837.                         'show' => [
  5838.                             'fields' => [
  5839.                                 => [
  5840.                                     'property' => 'id',
  5841.                                     'label' => 'ID',
  5842.                                 ],
  5843.                                 => [
  5844.                                     'property' => 'profile.name',
  5845.                                     'label' => 'Profil',
  5846.                                 ],
  5847.                                 => [
  5848.                                     'property' => 'email',
  5849.                                     'label' => 'Mail',
  5850.                                 ],
  5851.                                 => [
  5852.                                     'property' => 'firstName',
  5853.                                     'label' => 'Prénom',
  5854.                                 ],
  5855.                                 => [
  5856.                                     'property' => 'lastName',
  5857.                                     'label' => 'Nom',
  5858.                                 ],
  5859.                                 => [
  5860.                                     'property' => 'id',
  5861.                                     'template' => 'admin/user/_reset_password.html.twig',
  5862.                                     'label' => 'Réinitialiser le mot de passe',
  5863.                                     'td_class' => 'text-center',
  5864.                                 ],
  5865.                             ],
  5866.                         ],
  5867.                     ],
  5868.                     'validation_operation' => [
  5869.                         'class' => 'App\\Entity\\ValidationOperation',
  5870.                         'label' => 'Type de validation d\'opération',
  5871.                         'list' => [
  5872.                             'fields' => [
  5873.                                 => [
  5874.                                     'property' => 'id',
  5875.                                 ],
  5876.                                 => [
  5877.                                     'property' => 'name',
  5878.                                     'td_class' => 'text-center',
  5879.                                     'label' => 'Nom',
  5880.                                     'type' => 'raw',
  5881.                                 ],
  5882.                                 => [
  5883.                                     'property' => 'label',
  5884.                                     'td_class' => 'text-center',
  5885.                                     'type' => 'raw',
  5886.                                 ],
  5887.                                 => [
  5888.                                     'property' => 'isActive',
  5889.                                     'td_class' => 'text-center',
  5890.                                     'label' => 'Affiché',
  5891.                                 ],
  5892.                             ],
  5893.                         ],
  5894.                         'new' => [
  5895.                             'form_type' => 'App\\Form\\Type\\ValidationOperationType',
  5896.                         ],
  5897.                         'edit' => [
  5898.                             'form_type' => 'App\\Form\\Type\\ValidationOperationType',
  5899.                         ],
  5900.                     ],
  5901.                 ],
  5902.                 'list' => [
  5903.                     'actions' => [
  5904.                     ],
  5905.                     'max_results' => 15,
  5906.                 ],
  5907.                 'edit' => [
  5908.                     'actions' => [
  5909.                     ],
  5910.                 ],
  5911.                 'new' => [
  5912.                     'actions' => [
  5913.                     ],
  5914.                 ],
  5915.                 'show' => [
  5916.                     'actions' => [
  5917.                     ],
  5918.                     'max_results' => 10,
  5919.                 ],
  5920.             ],
  5921.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5922.             'web_profiler.debug_toolbar.mode' => 2,
  5923.             'nelmio_alice.locale' => 'en_US',
  5924.             'nelmio_alice.seed' => 1,
  5925.             'nelmio_alice.functions_blacklist' => [
  5926.                 => 'current',
  5927.             ],
  5928.             'nelmio_alice.loading_limit' => 5,
  5929.             'nelmio_alice.max_unique_values_retry' => 150,
  5930.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  5931.             'hautelook_alice.fixtures_path' => [
  5932.                 => 'resources/fixtures',
  5933.             ],
  5934.             'hautelook_alice.root_dirs' => [
  5935.                 => (\dirname(__DIR__4).'/src'),
  5936.                 => \dirname(__DIR__4),
  5937.             ],
  5938.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  5939.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  5940.             'doctrine_migrations.table_name' => 'migration_versions',
  5941.             'doctrine_migrations.name' => 'Application Migrations',
  5942.             'doctrine_migrations.custom_template' => NULL,
  5943.             'doctrine_migrations.organize_migrations' => false,
  5944.             'monolog.use_microseconds' => true,
  5945.             'monolog.swift_mailer.handlers' => [
  5946.             ],
  5947.             'monolog.handlers_to_channels' => [
  5948.                 'monolog.handler.console' => [
  5949.                     'type' => 'exclusive',
  5950.                     'elements' => [
  5951.                         => 'event',
  5952.                         => 'doctrine',
  5953.                         => 'console',
  5954.                     ],
  5955.                 ],
  5956.                 'monolog.handler.main' => [
  5957.                     'type' => 'exclusive',
  5958.                     'elements' => [
  5959.                         => 'event',
  5960.                     ],
  5961.                 ],
  5962.             ],
  5963.             'knp_snappy.pdf.binary' => '/usr/sbin/container-run oxeva/php-7.4-sogecinfo wkhtmltopdf',
  5964.             'knp_snappy.pdf.options' => [
  5965.             ],
  5966.             'knp_snappy.pdf.env' => [
  5967.             ],
  5968.             'knp_snappy.image.options' => [
  5969.             ],
  5970.             'knp_snappy.image.env' => [
  5971.             ],
  5972.             'maker.compatible_check.doctrine.supports_attributes' => false,
  5973.             'data_collector.templates' => [
  5974.                 'data_collector.request' => [
  5975.                     => 'request',
  5976.                     => '@WebProfiler/Collector/request.html.twig',
  5977.                 ],
  5978.                 'api_platform.data_collector.request' => [
  5979.                     => 'api_platform.data_collector.request',
  5980.                     => '@ApiPlatform/DataCollector/request.html.twig',
  5981.                 ],
  5982.                 'data_collector.time' => [
  5983.                     => 'time',
  5984.                     => '@WebProfiler/Collector/time.html.twig',
  5985.                 ],
  5986.                 'data_collector.memory' => [
  5987.                     => 'memory',
  5988.                     => '@WebProfiler/Collector/memory.html.twig',
  5989.                 ],
  5990.                 'data_collector.validator' => [
  5991.                     => 'validator',
  5992.                     => '@WebProfiler/Collector/validator.html.twig',
  5993.                 ],
  5994.                 'data_collector.ajax' => [
  5995.                     => 'ajax',
  5996.                     => '@WebProfiler/Collector/ajax.html.twig',
  5997.                 ],
  5998.                 'data_collector.form' => [
  5999.                     => 'form',
  6000.                     => '@WebProfiler/Collector/form.html.twig',
  6001.                 ],
  6002.                 'data_collector.exception' => [
  6003.                     => 'exception',
  6004.                     => '@WebProfiler/Collector/exception.html.twig',
  6005.                 ],
  6006.                 'data_collector.logger' => [
  6007.                     => 'logger',
  6008.                     => '@WebProfiler/Collector/logger.html.twig',
  6009.                 ],
  6010.                 'data_collector.events' => [
  6011.                     => 'events',
  6012.                     => '@WebProfiler/Collector/events.html.twig',
  6013.                 ],
  6014.                 'data_collector.router' => [
  6015.                     => 'router',
  6016.                     => '@WebProfiler/Collector/router.html.twig',
  6017.                 ],
  6018.                 'data_collector.cache' => [
  6019.                     => 'cache',
  6020.                     => '@WebProfiler/Collector/cache.html.twig',
  6021.                 ],
  6022.                 'data_collector.translation' => [
  6023.                     => 'translation',
  6024.                     => '@WebProfiler/Collector/translation.html.twig',
  6025.                 ],
  6026.                 'data_collector.security' => [
  6027.                     => 'security',
  6028.                     => '@Security/Collector/security.html.twig',
  6029.                 ],
  6030.                 'data_collector.twig' => [
  6031.                     => 'twig',
  6032.                     => '@WebProfiler/Collector/twig.html.twig',
  6033.                 ],
  6034.                 'data_collector.http_client' => [
  6035.                     => 'http_client',
  6036.                     => '@WebProfiler/Collector/http_client.html.twig',
  6037.                 ],
  6038.                 'data_collector.doctrine' => [
  6039.                     => 'db',
  6040.                     => '@Doctrine/Collector/db.html.twig',
  6041.                 ],
  6042.                 'swiftmailer.data_collector' => [
  6043.                     => 'swiftmailer',
  6044.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6045.                 ],
  6046.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  6047.                     => 'vich_uploader.mapping_collector',
  6048.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  6049.                 ],
  6050.                 'data_collector.config' => [
  6051.                     => 'config',
  6052.                     => '@WebProfiler/Collector/config.html.twig',
  6053.                 ],
  6054.             ],
  6055.             'console.command.ids' => [
  6056.                 => 'console.command.public_alias.App\\Command\\ActivateUserAccountCommand',
  6057.                 => 'console.command.public_alias.App\\Command\\GenerateNumeoValidationCommand',
  6058.                 => 'console.command.public_alias.App\\Command\\GetEanFromNumeoComment',
  6059.                 => 'console.command.public_alias.App\\Command\\ImportUserCommand',
  6060.                 => 'console.command.public_alias.App\\Command\\SendAlertValidateParticipationCommand',
  6061.                 => 'console.command.public_alias.App\\Command\\SendEmailNCTCommand',
  6062.                 => 'console.command.public_alias.App\\Command\\SendPackageConfirmationClientCommand',
  6063.                 => 'console.command.public_alias.App\\Command\\SendParticipationCommand',
  6064.                 => 'console.command.public_alias.App\\Command\\UpdateConformWithoutFinancialStateCommand',
  6065.                 => 'console.command.public_alias.App\\Command\\UpdateParticipationCommand',
  6066.                 10 => 'console.command.public_alias.App\\Command\\UpdateStateCommand',
  6067.                 11 => 'console.command.public_alias.App\\Command\\UpdateStateOperationCommand',
  6068.                 12 => 'console.command.public_alias.doctrine_cache.contains_command',
  6069.                 13 => 'console.command.public_alias.doctrine_cache.delete_command',
  6070.                 14 => 'console.command.public_alias.doctrine_cache.flush_command',
  6071.                 15 => 'console.command.public_alias.doctrine_cache.stats_command',
  6072.                 16 => 'console.command.public_alias.doctrine_migrations.diff_command',
  6073.                 17 => 'console.command.public_alias.doctrine_migrations.execute_command',
  6074.                 18 => 'console.command.public_alias.doctrine_migrations.generate_command',
  6075.                 19 => 'console.command.public_alias.doctrine_migrations.latest_command',
  6076.                 20 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  6077.                 21 => 'console.command.public_alias.doctrine_migrations.status_command',
  6078.                 22 => 'console.command.public_alias.doctrine_migrations.version_command',
  6079.             ],
  6080.         ];
  6081.     }
  6082.     protected function throw($message)
  6083.     {
  6084.         throw new RuntimeException($message);
  6085.     }
  6086. }