var/cache/dev/ContainerXeuGg5y/App_KernelDevDebugContainer.php line 1503

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