var/cache/dev/Container9J9tzGK/App_KernelDevDebugContainer.php line 1516

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