var/cache/dev/ContainerD0u7T4n/App_KernelDevDebugContainer.php line 974

Open in your IDE?
  1. <?php
  2. namespace ContainerD0u7T4n;
  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.serializer' => 'get_Container_Private_SerializerService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  48.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  49.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'security.token_storage' => 'getSecurity_TokenStorageService',
  53.             'translator' => 'getTranslatorService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61.             'twig' => 'getTwigService',
  62.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  63.             'validator' => 'getValidatorService',
  64.         ];
  65.         $this->fileMap = [
  66.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  67.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  68.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  69.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  70.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  71.             'App\\Controller\\AnnonceController' => 'getAnnonceControllerService',
  72.             'App\\Controller\\ApidaeController' => 'getApidaeControllerService',
  73.             'App\\Controller\\AviziController' => 'getAviziControllerService',
  74.             'App\\Controller\\BridgeDataFunctionsController' => 'getBridgeDataFunctionsControllerService',
  75.             'App\\Controller\\CreateMediaObjectAction' => 'getCreateMediaObjectActionService',
  76.             'App\\Controller\\CriterionController' => 'getCriterionControllerService',
  77.             'App\\Controller\\CustomCodeController' => 'getCustomCodeControllerService',
  78.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  79.             'App\\Controller\\DataFieldController' => 'getDataFieldControllerService',
  80.             'App\\Controller\\DeeplController' => 'getDeeplControllerService',
  81.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  82.             'App\\Controller\\DiaporamaController' => 'getDiaporamaControllerService',
  83.             'App\\Controller\\EditionsController' => 'getEditionsControllerService',
  84.             'App\\Controller\\EntityController' => 'getEntityControllerService',
  85.             'App\\Controller\\GisController' => 'getGisControllerService',
  86.             'App\\Controller\\ImageController' => 'getImageControllerService',
  87.             'App\\Controller\\ImportController' => 'getImportControllerService',
  88.             'App\\Controller\\InseeController' => 'getInseeControllerService',
  89.             'App\\Controller\\ItineraireController' => 'getItineraireControllerService',
  90.             'App\\Controller\\OffresautomneController' => 'getOffresautomneControllerService',
  91.             'App\\Controller\\Oldapi\\ApiController' => 'getApiControllerService',
  92.             'App\\Controller\\Oldapi\\CategoryApiController' => 'getCategoryApiControllerService',
  93.             'App\\Controller\\Oldapi\\CriterionApiController' => 'getCriterionApiControllerService',
  94.             'App\\Controller\\Oldapi\\GenreApiController' => 'getGenreApiControllerService',
  95.             'App\\Controller\\Oldapi\\ModalityApiController' => 'getModalityApiControllerService',
  96.             'App\\Controller\\Oldapi\\ScoringApiController' => 'getScoringApiControllerService',
  97.             'App\\Controller\\Oldapi\\ScoringProfileApiController' => 'getScoringProfileApiControllerService',
  98.             'App\\Controller\\Oldapi\\StoredRequestController' => 'getStoredRequestControllerService',
  99.             'App\\Controller\\Oldapi\\TypeApiController' => 'getTypeApiControllerService',
  100.             'App\\Controller\\ParametersController' => 'getParametersControllerService',
  101.             'App\\Controller\\PdfGenerationController' => 'getPdfGenerationControllerService',
  102.             'App\\Controller\\PlanificationController' => 'getPlanificationControllerService',
  103.             'App\\Controller\\ProductController' => 'getProductControllerService',
  104.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  105.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  106.             'App\\Controller\\TourinsoftController' => 'getTourinsoftControllerService',
  107.             'App\\Controller\\UpdateMediaObjectAction' => 'getUpdateMediaObjectActionService',
  108.             'App\\Controller\\UserRolesController' => 'getUserRolesControllerService',
  109.             'App\\Controller\\WebListController' => 'getWebListControllerService',
  110.             'App\\Controller\\WebMapController' => 'getWebMapControllerService',
  111.             'App\\Controller\\WebPageController' => 'getWebPageControllerService',
  112.             'App\\Controller\\WebTemplateController' => 'getWebTemplateControllerService',
  113.             'App\\Entity\\Annonce' => 'getAnnonceService',
  114.             'App\\Entity\\AnnonceFormat' => 'getAnnonceFormatService',
  115.             'App\\Entity\\AnnonceSpace' => 'getAnnonceSpaceService',
  116.             'App\\Entity\\ApidaeCacheConfiguration' => 'getApidaeCacheConfigurationService',
  117.             'App\\Entity\\ApidaeReferenceElement' => 'getApidaeReferenceElementService',
  118.             'App\\Entity\\ApidaeTranslationConfig' => 'getApidaeTranslationConfigService',
  119.             'App\\Entity\\ApidaeTranslationHistory' => 'getApidaeTranslationHistoryService',
  120.             'App\\Entity\\ApidaeWriteConfiguration' => 'getApidaeWriteConfigurationService',
  121.             'App\\Entity\\Block' => 'getBlockService',
  122.             'App\\Entity\\BlockField' => 'getBlockFieldService',
  123.             'App\\Entity\\BlockFieldItem' => 'getBlockFieldItemService',
  124.             'App\\Entity\\BridgeComponent' => 'getBridgeComponentService',
  125.             'App\\Entity\\BridgeComponentTag' => 'getBridgeComponentTagService',
  126.             'App\\Entity\\BridgeParameter' => 'getBridgeParameterService',
  127.             'App\\Entity\\BridgeParameterGroup' => 'getBridgeParameterGroupService',
  128.             'App\\Entity\\BridgeUserParameter' => 'getBridgeUserParameterService',
  129.             'App\\Entity\\CacheConfiguration' => 'getCacheConfigurationService',
  130.             'App\\Entity\\CacheTemp' => 'getCacheTempService',
  131.             'App\\Entity\\CityInsee' => 'getCityInseeService',
  132.             'App\\Entity\\CustomCode' => 'getCustomCodeService',
  133.             'App\\Entity\\DataEntity' => 'getDataEntityService',
  134.             'App\\Entity\\DataField' => 'getDataFieldService',
  135.             'App\\Entity\\DataFieldFunction' => 'getDataFieldFunctionService',
  136.             'App\\Entity\\DeeplTranslationConfig' => 'getDeeplTranslationConfigService',
  137.             'App\\Entity\\DeeplTranslationParam' => 'getDeeplTranslationParamService',
  138.             'App\\Entity\\Diaporama' => 'getDiaporamaService',
  139.             'App\\Entity\\DiaporamaBlock' => 'getDiaporamaBlockService',
  140.             'App\\Entity\\DiaporamaTemplate' => 'getDiaporamaTemplateService',
  141.             'App\\Entity\\DiaporamaTemplateTag' => 'getDiaporamaTemplateTagService',
  142.             'App\\Entity\\DnsitCategory' => 'getDnsitCategoryService',
  143.             'App\\Entity\\DnsitCoupledProduct' => 'getDnsitCoupledProductService',
  144.             'App\\Entity\\DnsitCriterion' => 'getDnsitCriterionService',
  145.             'App\\Entity\\DnsitCriterionCategory' => 'getDnsitCriterionCategoryService',
  146.             'App\\Entity\\DnsitEntity' => 'getDnsitEntityService',
  147.             'App\\Entity\\DnsitForm' => 'getDnsitFormService',
  148.             'App\\Entity\\DnsitGenre' => 'getDnsitGenreService',
  149.             'App\\Entity\\DnsitHour' => 'getDnsitHourService',
  150.             'App\\Entity\\DnsitModality' => 'getDnsitModalityService',
  151.             'App\\Entity\\DnsitProduct' => 'getDnsitProductService',
  152.             'App\\Entity\\DnsitProductCategory' => 'getDnsitProductCategoryService',
  153.             'App\\Entity\\DnsitProductCriterion' => 'getDnsitProductCriterionService',
  154.             'App\\Entity\\DnsitProductDispo' => 'getDnsitProductDispoService',
  155.             'App\\Entity\\DnsitProductTypeCriterion' => 'getDnsitProductTypeCriterionService',
  156.             'App\\Entity\\DnsitScoring' => 'getDnsitScoringService',
  157.             'App\\Entity\\DnsitScoringProfile' => 'getDnsitScoringProfileService',
  158.             'App\\Entity\\DnsitShortHour' => 'getDnsitShortHourService',
  159.             'App\\Entity\\DnsitSource' => 'getDnsitSourceService',
  160.             'App\\Entity\\DnsitStoredRequest' => 'getDnsitStoredRequestService',
  161.             'App\\Entity\\DnsitStoredRequestLine' => 'getDnsitStoredRequestLineService',
  162.             'App\\Entity\\DnsitTranslateCategory' => 'getDnsitTranslateCategoryService',
  163.             'App\\Entity\\DnsitTranslateCriterion' => 'getDnsitTranslateCriterionService',
  164.             'App\\Entity\\DnsitTranslateEntity' => 'getDnsitTranslateEntityService',
  165.             'App\\Entity\\DnsitTranslateGenre' => 'getDnsitTranslateGenreService',
  166.             'App\\Entity\\DnsitTranslateModality' => 'getDnsitTranslateModalityService',
  167.             'App\\Entity\\DnsitTranslateProduct' => 'getDnsitTranslateProductService',
  168.             'App\\Entity\\DnsitTranslateProductCategory' => 'getDnsitTranslateProductCategoryService',
  169.             'App\\Entity\\DnsitTranslateProductCriterion' => 'getDnsitTranslateProductCriterionService',
  170.             'App\\Entity\\DnsitTranslateType' => 'getDnsitTranslateTypeService',
  171.             'App\\Entity\\DnsitType' => 'getDnsitTypeService',
  172.             'App\\Entity\\EditionContentsPageTemplate' => 'getEditionContentsPageTemplateService',
  173.             'App\\Entity\\EditionContentsPageTemplateParameter' => 'getEditionContentsPageTemplateParameterService',
  174.             'App\\Entity\\EditionContentsPageTemplateParameterGroup' => 'getEditionContentsPageTemplateParameterGroupService',
  175.             'App\\Entity\\EditionCoverTemplate' => 'getEditionCoverTemplateService',
  176.             'App\\Entity\\EditionCoverTemplateParameter' => 'getEditionCoverTemplateParameterService',
  177.             'App\\Entity\\EditionCoverTemplateParameterGroup' => 'getEditionCoverTemplateParameterGroupService',
  178.             'App\\Entity\\EditionLegende' => 'getEditionLegendeService',
  179.             'App\\Entity\\EditionLegendeItem' => 'getEditionLegendeItemService',
  180.             'App\\Entity\\EditionModele' => 'getEditionModeleService',
  181.             'App\\Entity\\EditionModeleContentsRubriqueParameter' => 'getEditionModeleContentsRubriqueParameterService',
  182.             'App\\Entity\\EditionModeleCoverRubriqueParameter' => 'getEditionModeleCoverRubriqueParameterService',
  183.             'App\\Entity\\EditionModeleNotesRubriqueParameter' => 'getEditionModeleNotesRubriqueParameterService',
  184.             'App\\Entity\\EditionModeleParameter' => 'getEditionModeleParameterService',
  185.             'App\\Entity\\EditionModeleRubrique' => 'getEditionModeleRubriqueService',
  186.             'App\\Entity\\EditionModeleRubriqueAnnonce' => 'getEditionModeleRubriqueAnnonceService',
  187.             'App\\Entity\\EditionModeleRubriqueDynamiqueModele' => 'getEditionModeleRubriqueDynamiqueModeleService',
  188.             'App\\Entity\\EditionModeleRubriqueLegende' => 'getEditionModeleRubriqueLegendeService',
  189.             'App\\Entity\\EditionModeleRubriqueParameter' => 'getEditionModeleRubriqueParameterService',
  190.             'App\\Entity\\EditionModeleRubriqueZone' => 'getEditionModeleRubriqueZoneService',
  191.             'App\\Entity\\EditionModeleRubriqueZoneParameter' => 'getEditionModeleRubriqueZoneParameterService',
  192.             'App\\Entity\\EditionNotesPageTemplate' => 'getEditionNotesPageTemplateService',
  193.             'App\\Entity\\EditionNotesPageTemplateParameter' => 'getEditionNotesPageTemplateParameterService',
  194.             'App\\Entity\\EditionNotesPageTemplateParameterGroup' => 'getEditionNotesPageTemplateParameterGroupService',
  195.             'App\\Entity\\EditionPlanification' => 'getEditionPlanificationService',
  196.             'App\\Entity\\EditionTemplate' => 'getEditionTemplateService',
  197.             'App\\Entity\\EditionTemplateEntete' => 'getEditionTemplateEnteteService',
  198.             'App\\Entity\\EditionTemplateGabarit' => 'getEditionTemplateGabaritService',
  199.             'App\\Entity\\EditionTemplateGabaritZone' => 'getEditionTemplateGabaritZoneService',
  200.             'App\\Entity\\EditionTemplateParameter' => 'getEditionTemplateParameterService',
  201.             'App\\Entity\\EditionTemplateParameterGroup' => 'getEditionTemplateParameterGroupService',
  202.             'App\\Entity\\EditionTemplatePied' => 'getEditionTemplatePiedService',
  203.             'App\\Entity\\EditionTemplateTetiere' => 'getEditionTemplateTetiereService',
  204.             'App\\Entity\\EditionTemplateVariant' => 'getEditionTemplateVariantService',
  205.             'App\\Entity\\EditionsPlanner' => 'getEditionsPlannerService',
  206.             'App\\Entity\\Group' => 'getGroupService',
  207.             'App\\Entity\\GroupEntityPermission' => 'getGroupEntityPermissionService',
  208.             'App\\Entity\\ImportLeiCriterions' => 'getImportLeiCriterionsService',
  209.             'App\\Entity\\ImportLeiNomenclatures' => 'getImportLeiNomenclaturesService',
  210.             'App\\Entity\\ImportLeiProducts' => 'getImportLeiProductsService',
  211.             'App\\Entity\\ImportPlanner' => 'getImportPlannerService',
  212.             'App\\Entity\\ListModel' => 'getListModelService',
  213.             'App\\Entity\\LoginLog' => 'getLoginLogService',
  214.             'App\\Entity\\Media' => 'getMediaService',
  215.             'App\\Entity\\ResetPasswordRequest' => 'getResetPasswordRequestService',
  216.             'App\\Entity\\Selection' => 'getSelectionService',
  217.             'App\\Entity\\SelectionItem' => 'getSelectionItemService',
  218.             'App\\Entity\\Site' => 'getSiteService',
  219.             'App\\Entity\\Tag' => 'getTagService',
  220.             'App\\Entity\\TagAnnonce' => 'getTagAnnonceService',
  221.             'App\\Entity\\TagMedia' => 'getTagMediaService',
  222.             'App\\Entity\\TourinsoftV3CacheConfiguration' => 'getTourinsoftV3CacheConfigurationService',
  223.             'App\\Entity\\TourinsoftV3ThesaurusMapping' => 'getTourinsoftV3ThesaurusMappingService',
  224.             'App\\Entity\\Translation' => 'getTranslationService',
  225.             'App\\Entity\\UsageStatistic' => 'getUsageStatisticService',
  226.             'App\\Entity\\User' => 'getUserService',
  227.             'App\\Entity\\WebEngine' => 'getWebEngineService',
  228.             'App\\Entity\\WebEngineSection' => 'getWebEngineSectionService',
  229.             'App\\Entity\\WebEngineSubSection' => 'getWebEngineSubSectionService',
  230.             'App\\Entity\\WebFilter' => 'getWebFilterService',
  231.             'App\\Entity\\WebFilterItem' => 'getWebFilterItemService',
  232.             'App\\Entity\\WebFilterResult' => 'getWebFilterResultService',
  233.             'App\\Entity\\WebList' => 'getWebListService',
  234.             'App\\Entity\\WebListBlock' => 'getWebListBlockService',
  235.             'App\\Entity\\WebListItemTemplate' => 'getWebListItemTemplateService',
  236.             'App\\Entity\\WebListItemTemplateTag' => 'getWebListItemTemplateTagService',
  237.             'App\\Entity\\WebListParameter' => 'getWebListParameterService',
  238.             'App\\Entity\\WebListTemplate' => 'getWebListTemplateService',
  239.             'App\\Entity\\WebListTemplateTag' => 'getWebListTemplateTagService',
  240.             'App\\Entity\\WebMap' => 'getWebMapService',
  241.             'App\\Entity\\WebMapItem' => 'getWebMapItemService',
  242.             'App\\Entity\\WebMapPopupBlock' => 'getWebMapPopupBlockService',
  243.             'App\\Entity\\WebMapPopupTemplate' => 'getWebMapPopupTemplateService',
  244.             'App\\Entity\\WebMapTemplate' => 'getWebMapTemplateService',
  245.             'App\\Entity\\WebPage' => 'getWebPageService',
  246.             'App\\Entity\\WebPageBlock' => 'getWebPageBlockService',
  247.             'App\\Entity\\WebPageBlockGroup' => 'getWebPageBlockGroupService',
  248.             'App\\Entity\\WebPageParameter' => 'getWebPageParameterService',
  249.             'App\\Entity\\WebPageTemplate' => 'getWebPageTemplateService',
  250.             'App\\Entity\\WebSiteParameter' => 'getWebSiteParameterService',
  251.             'App\\Entity\\WebSort' => 'getWebSortService',
  252.             'App\\Entity\\WebSubSectionFilter' => 'getWebSubSectionFilterService',
  253.             'App\\Service\\User\\HandleUser' => 'getHandleUserService',
  254.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  255.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  256.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  257.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  258.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  259.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  260.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  261.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  262.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  263.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  264.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  265.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object' => 'getSmartUniqueNamer_MediaObjectService',
  266.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  267.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  268.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  269.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  270.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  271.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  272.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  273.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  274.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  275.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  276.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  277.             'app.jwt_token_authenticator' => 'getApp_JwtTokenAuthenticatorService',
  278.             'cache.app_clearer' => 'getCache_AppClearerService',
  279.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  280.             'cache.system_clearer' => 'getCache_SystemClearerService',
  281.             'cache_warmer' => 'getCacheWarmerService',
  282.             'console.command.public_alias.App\\Command\\BridgePlanificationRemoveGhostPDF' => 'getBridgePlanificationRemoveGhostPDFService',
  283.             'console.command.public_alias.App\\Command\\BridgePrecalculateFiltersCommand' => 'getBridgePrecalculateFiltersCommandService',
  284.             'console.command.public_alias.App\\Command\\EditionsPlannerCommand' => 'getEditionsPlannerCommandService',
  285.             'console.command.public_alias.App\\Command\\GenerateProductSlugCommand' => 'getGenerateProductSlugCommandService',
  286.             'console.command.public_alias.App\\Command\\ImportApidaeCommand' => 'getImportApidaeCommandService',
  287.             'console.command.public_alias.App\\Command\\ImportApidaeReferenceCommand' => 'getImportApidaeReferenceCommandService',
  288.             'console.command.public_alias.App\\Command\\ImportApidaeV2Command' => 'getImportApidaeV2CommandService',
  289.             'console.command.public_alias.App\\Command\\ImportAyalineCommand' => 'getImportAyalineCommandService',
  290.             'console.command.public_alias.App\\Command\\ImportLeiCommand' => 'getImportLeiCommandService',
  291.             'console.command.public_alias.App\\Command\\ImportTourinsoftAggregatedCommand' => 'getImportTourinsoftAggregatedCommandService',
  292.             'console.command.public_alias.App\\Command\\ImportTourinsoftDiffCommand' => 'getImportTourinsoftDiffCommandService',
  293.             'console.command.public_alias.App\\Command\\ImportTourinsoftTestCommand' => 'getImportTourinsoftTestCommandService',
  294.             'console.command.public_alias.App\\Command\\ImportTourinsoftV3Command' => 'getImportTourinsoftV3CommandService',
  295.             'console.command.public_alias.App\\Command\\ImportTourinsoftV3PlannerCommand' => 'getImportTourinsoftV3PlannerCommandService',
  296.             'console.command.public_alias.App\\Command\\updateTourinsoftCacheRequestCommand' => 'getUpdateTourinsoftCacheRequestCommandService',
  297.             'console.command_loader' => 'getConsole_CommandLoaderService',
  298.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  299.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  300.             'error_controller' => 'getErrorControllerService',
  301.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  302.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  303.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  304.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  305.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  306.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  307.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  308.             'routing.loader' => 'getRouting_LoaderService',
  309.             'services_resetter' => 'getServicesResetterService',
  310.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  311.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  312.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  313.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  314.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  315.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  316.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  317.         ];
  318.         $this->aliases = [
  319.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  320.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  321.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  322.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  323.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  324.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  325.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  326.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  327.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  328.             'database_connection' => 'doctrine.dbal.default_connection',
  329.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  330.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  331.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  332.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  333.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  334.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  335.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  336.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  337.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  338.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  339.         ];
  340.         $this->privates['service_container'] = function () {
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  347.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  348.             include_once \dirname(__DIR__4).'/src/Service/BridgeDataFunctions.php';
  349.             include_once \dirname(__DIR__4).'/src/Service/BridgeFrontUtils.php';
  350.             include_once \dirname(__DIR__4).'/src/Service/ImageUtils.php';
  351.             include_once \dirname(__DIR__4).'/src/Service/web/BridgeUtils.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  362.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  387.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  550.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  553.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  711.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  712.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  720.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  721.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  724.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  728.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  729.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  732.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  735.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  736.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  737.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  743.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  744.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  745.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  748.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  758.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  761.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  763.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  765.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  769.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  775.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  790.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  791.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  801.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  803.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  804.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  805.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  806.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  812.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  813.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  814.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  815.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  816.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  861.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  863.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  867.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  870.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  873.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  877.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  878.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  879.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  880.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  881.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  886.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  909.             include_once \dirname(__DIR__4).'/src/Twig/BridgeEditionFilters.php';
  910.             include_once \dirname(__DIR__4).'/src/Twig/BridgeTwig.php';
  911.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  919.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  920.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  922.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  928.         };
  929.     }
  930.     public function compile(): void
  931.     {
  932.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  933.     }
  934.     public function isCompiled(): bool
  935.     {
  936.         return true;
  937.     }
  938.     public function getRemovedIds(): array
  939.     {
  940.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  941.     }
  942.     protected function load($file$lazyLoad true)
  943.     {
  944.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  945.             return $class::do($this$lazyLoad);
  946.         }
  947.         if ('.' === $file[-4]) {
  948.             $class substr($class0, -4);
  949.         } else {
  950.             $file .= '.php';
  951.         }
  952.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  953.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  954.     }
  955.     /**
  956.      * Gets the public '.container.private.profiler' shared service.
  957.      *
  958.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  959.      */
  960.     protected function get_Container_Private_ProfilerService()
  961.     {
  962.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  963.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  964.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  965.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  966.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  967.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  968.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  969.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  970.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  971.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  972.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  973.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  974.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  975.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  976.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  977.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  978.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  979.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  980.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  981.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  982.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  983.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  984.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  985.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  986.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  987.         $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  988.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  989.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  990.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  991.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  992.         if ($this->has('kernel')) {
  993.             $f->setKernel($b);
  994.         }
  995.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  996.         $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->getApiPlatform_FilterLocatorService()), ($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())));
  997.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  998.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  999.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1000.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1001.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1002.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1003.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1004.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1005.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1006.         $instance->add($d);
  1007.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1008.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.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));
  1009.         $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())));
  1010.         $instance->add($e);
  1011.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1012.         $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()))));
  1013.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1014.         $instance->add($f);
  1015.         return $instance;
  1016.     }
  1017.     /**
  1018.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1021.      */
  1022.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1023.     {
  1024.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1025.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1026.             return $this->services['.container.private.security.authorization_checker'];
  1027.         }
  1028.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $afalse);
  1029.     }
  1030.     /**
  1031.      * Gets the public '.container.private.serializer' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\Serializer\Serializer
  1034.      */
  1035.     protected function get_Container_Private_SerializerService()
  1036.     {
  1037.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1038.         if (isset($this->services['.container.private.serializer'])) {
  1039.             return $this->services['.container.private.serializer'];
  1040.         }
  1041.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1042.         if (isset($this->services['.container.private.serializer'])) {
  1043.             return $this->services['.container.private.serializer'];
  1044.         }
  1045.         $c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1046.         if (isset($this->services['.container.private.serializer'])) {
  1047.             return $this->services['.container.private.serializer'];
  1048.         }
  1049.         $d = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1050.         if (isset($this->services['.container.private.serializer'])) {
  1051.             return $this->services['.container.private.serializer'];
  1052.         }
  1053.         $e = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1054.         if (isset($this->services['.container.private.serializer'])) {
  1055.             return $this->services['.container.private.serializer'];
  1056.         }
  1057.         $f = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1058.         $g = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1059.         $h = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$f$a)], [=> $g])));
  1060.         $i = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1061.         $j = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1062.         $k = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1063.         $l = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1064.         $m = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($i$b, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $c, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($j, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $k), NULL$lNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $ktrue'page'true'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));
  1065.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1066.         $o = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1067.         $p = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1068.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1069.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1070.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  1071.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$n$f$a$sNULL, [], $a);
  1072.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($f), => $h=> $m=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($j, [], $n), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => $m=> $h=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($i$b$o$pNULL$jNULL$n), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($i$d$j), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($jtrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($i$b$o$d$p$e$f$n$q, [], new RewindableGenerator(function () {
  1073.             return new \EmptyIterator();
  1074.         }, 0), $r), 14 => new \ApiPlatform\Serializer\ItemNormalizer($b$o$d$p$f$n$q, ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1075.             return new \EmptyIterator();
  1076.         }, 0), $i$r), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 17 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$n$a$sNULL, [])), 18 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 24 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($e$p$d$i), 'page''pagination'$i$f), $i$p$l), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$d$e), 27 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $g=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1077.     }
  1078.     /**
  1079.      * Gets the public '.container.private.twig' shared service.
  1080.      *
  1081.      * @return \Twig\Environment
  1082.      */
  1083.     protected function get_Container_Private_TwigService()
  1084.     {
  1085.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1086.         $a->addPath((\dirname(__DIR__4).'/templates/web'), 'pylot_bridge');
  1087.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1088.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1089.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1090.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1091.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1092.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1093.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1094.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1095.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1096.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1097.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1098.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1099.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1100.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1101.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1102.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1103.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1104.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1105.         $c = ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
  1106.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1107.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1108.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1109.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1110.         $h = ($this->services['router'] ?? $this->getRouterService());
  1111.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1112.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1113.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1114.         $j->setEnvironment('dev');
  1115.         $j->setDebug(true);
  1116.         if ($this->has('security.token_storage')) {
  1117.             $j->setTokenStorage($c);
  1118.         }
  1119.         if ($this->has('request_stack')) {
  1120.             $j->setRequestStack($b);
  1121.         }
  1122.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1123.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1124.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1125.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1126.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  1127.             return new \EmptyIterator();
  1128.         }, 0))));
  1129.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1130.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1131.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1132.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1133.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1134.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1135.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1136.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1137.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1138.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1139.         $instance->addExtension(new \App\Twig\BridgeEditionFilters($this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\ImageUtils'] ?? $this->getImageUtilsService()), ($this->privates['App\\Service\\BridgeFrontUtils'] ?? $this->getBridgeFrontUtilsService())));
  1140.         $instance->addExtension(new \App\Twig\BridgeTwig($this, ($this->privates['App\\Service\\web\\BridgeUtils'] ?? $this->getBridgeUtilsService())));
  1141.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1142.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1143.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1144.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1145.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1146.         $instance->addGlobal('app'$j);
  1147.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1148.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1149.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1150.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1151.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1152.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'true],
  1153.         ], [
  1154.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1155.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1156.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1157.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1158.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1159.         ])));
  1160.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public '.container.private.validator' shared service.
  1165.      *
  1166.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1167.      */
  1168.     protected function get_Container_Private_ValidatorService()
  1169.     {
  1170.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1171.         if (isset($this->services['.container.private.validator'])) {
  1172.             return $this->services['.container.private.validator'];
  1173.         }
  1174.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1175.     }
  1176.     /**
  1177.      * Gets the public 'cache.app' shared service.
  1178.      *
  1179.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1180.      */
  1181.     protected function getCache_AppService()
  1182.     {
  1183.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SewpCS3Ipu'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1184.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1185.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1186.     }
  1187.     /**
  1188.      * Gets the public 'cache.system' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1191.      */
  1192.     protected function getCache_SystemService()
  1193.     {
  1194.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bMSZFSrREq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1195.     }
  1196.     /**
  1197.      * Gets the public 'cache.validator_expression_language' shared service.
  1198.      *
  1199.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1200.      */
  1201.     protected function getCache_ValidatorExpressionLanguageService()
  1202.     {
  1203.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k6kCU7H6F5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1204.     }
  1205.     /**
  1206.      * Gets the public 'doctrine' shared service.
  1207.      *
  1208.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1209.      */
  1210.     protected function getDoctrineService()
  1211.     {
  1212.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1213.     }
  1214.     /**
  1215.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1216.      *
  1217.      * @return \Doctrine\DBAL\Connection
  1218.      */
  1219.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1220.     {
  1221.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1222.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1223.             return $this->services['doctrine.dbal.default_connection'];
  1224.         }
  1225.         $b = new \Doctrine\DBAL\Configuration();
  1226.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1227.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1228.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1229.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1230.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1231.         $d->setConnectionName('default');
  1232.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1233.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1234.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1235.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_pgsql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '12''defaultTableOptions' => []], $b$a, ['_text' => 'string']);
  1236.     }
  1237.     /**
  1238.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1239.      *
  1240.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1241.      */
  1242.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1243.     {
  1244.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1245.             'App\\EventListener\\EditionPlanificationEventListener' => ['privates''App\\EventListener\\EditionPlanificationEventListener''getEditionPlanificationEventListenerService'true],
  1246.             'App\\EventListener\\ProductEventListener' => ['privates''App\\EventListener\\ProductEventListener''getProductEventListenerService'true],
  1247.             'App\\EventListener\\SiteEventListener' => ['privates''App\\EventListener\\SiteEventListener''getSiteEventListenerService'true],
  1248.         ], [
  1249.             'App\\EventListener\\EditionPlanificationEventListener' => '?',
  1250.             'App\\EventListener\\ProductEventListener' => '?',
  1251.             'App\\EventListener\\SiteEventListener' => '?',
  1252.         ]));
  1253.         $instance->registerService('App\\EventListener\\EditionPlanificationEventListener''App\\EventListener\\EditionPlanificationEventListener');
  1254.         $instance->registerService('App\\EventListener\\EditionPlanificationEventListener''App\\EventListener\\EditionPlanificationEventListener');
  1255.         $instance->registerService('App\\EventListener\\ProductEventListener''App\\EventListener\\ProductEventListener');
  1256.         $instance->registerService('App\\EventListener\\SiteEventListener''App\\EventListener\\SiteEventListener');
  1257.         return $instance;
  1258.     }
  1259.     /**
  1260.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1261.      *
  1262.      * @return \Doctrine\ORM\EntityManager
  1263.      */
  1264.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1265.     {
  1266.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1267.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1268.             return $this->services['doctrine.orm.default_entity_manager'];
  1269.         }
  1270.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1271.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1272.             return $this->services['doctrine.orm.default_entity_manager'];
  1273.         }
  1274.         $c = new \Doctrine\ORM\Configuration();
  1275.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1276.         $e = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1277.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1278.         $d->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1279.         $d->addDriver($e'Vich\\UploaderBundle\\Entity');
  1280.         $c->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1281.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1282.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1283.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1284.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1285.             'App\\Doctrine\\CustomIdGenerator' => ['privates''App\\Doctrine\\CustomIdGenerator''getCustomIdGeneratorService'true],
  1286.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1287.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1288.         ], [
  1289.             'App\\Doctrine\\CustomIdGenerator' => '?',
  1290.             'doctrine.ulid_generator' => '?',
  1291.             'doctrine.uuid_generator' => '?',
  1292.         ])));
  1293.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1294.         $c->setProxyNamespace('Proxies');
  1295.         $c->setAutoGenerateProxyClasses(true);
  1296.         $c->setSchemaIgnoreClasses([]);
  1297.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1298.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1299.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1300.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1301.         $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1302.         $c->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1303.         $c->setLazyGhostObjectEnabled(false);
  1304.         $c->setIdentityGenerationPreferences([]);
  1305.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1306.             'App\\Repository\\AnnonceFormatRepository' => ['privates''App\\Repository\\AnnonceFormatRepository''getAnnonceFormatRepositoryService'true],
  1307.             'App\\Repository\\AnnonceRepository' => ['privates''App\\Repository\\AnnonceRepository''getAnnonceRepositoryService'true],
  1308.             'App\\Repository\\AnnonceSpaceRepository' => ['privates''App\\Repository\\AnnonceSpaceRepository''getAnnonceSpaceRepositoryService'true],
  1309.             'App\\Repository\\ApidaeReferenceElementRepository' => ['privates''App\\Repository\\ApidaeReferenceElementRepository''getApidaeReferenceElementRepositoryService'true],
  1310.             'App\\Repository\\ApidaeTranslationConfigRepository' => ['privates''App\\Repository\\ApidaeTranslationConfigRepository''getApidaeTranslationConfigRepositoryService'true],
  1311.             'App\\Repository\\ApidaeTranslationHistoryRepository' => ['privates''App\\Repository\\ApidaeTranslationHistoryRepository''getApidaeTranslationHistoryRepositoryService'true],
  1312.             'App\\Repository\\ApidaeWriteConfigurationRepository' => ['privates''App\\Repository\\ApidaeWriteConfigurationRepository''getApidaeWriteConfigurationRepositoryService'true],
  1313.             'App\\Repository\\BlockFieldItemRepository' => ['privates''App\\Repository\\BlockFieldItemRepository''getBlockFieldItemRepositoryService'true],
  1314.             'App\\Repository\\BlockFieldRepository' => ['privates''App\\Repository\\BlockFieldRepository''getBlockFieldRepositoryService'true],
  1315.             'App\\Repository\\BlockRepository' => ['privates''App\\Repository\\BlockRepository''getBlockRepositoryService'true],
  1316.             'App\\Repository\\BridgeComponentRepository' => ['privates''App\\Repository\\BridgeComponentRepository''getBridgeComponentRepositoryService'true],
  1317.             'App\\Repository\\BridgeComponentTagRepository' => ['privates''App\\Repository\\BridgeComponentTagRepository''getBridgeComponentTagRepositoryService'true],
  1318.             'App\\Repository\\BridgeParameterGroupRepository' => ['privates''App\\Repository\\BridgeParameterGroupRepository''getBridgeParameterGroupRepositoryService'true],
  1319.             'App\\Repository\\BridgeParameterRepository' => ['privates''App\\Repository\\BridgeParameterRepository''getBridgeParameterRepositoryService'true],
  1320.             'App\\Repository\\BridgeUserParameterRepository' => ['privates''App\\Repository\\BridgeUserParameterRepository''getBridgeUserParameterRepositoryService'true],
  1321.             'App\\Repository\\DataEntityRepository' => ['privates''App\\Repository\\DataEntityRepository''getDataEntityRepositoryService'true],
  1322.             'App\\Repository\\DataFieldFunctionRepository' => ['privates''App\\Repository\\DataFieldFunctionRepository''getDataFieldFunctionRepositoryService'true],
  1323.             'App\\Repository\\DataFieldRepository' => ['privates''App\\Repository\\DataFieldRepository''getDataFieldRepositoryService'true],
  1324.             'App\\Repository\\DeeplTranslationConfigRepository' => ['privates''App\\Repository\\DeeplTranslationConfigRepository''getDeeplTranslationConfigRepositoryService'true],
  1325.             'App\\Repository\\DeeplTranslationParamRepository' => ['privates''App\\Repository\\DeeplTranslationParamRepository''getDeeplTranslationParamRepositoryService'true],
  1326.             'App\\Repository\\DiaporamaBlockRepository' => ['privates''App\\Repository\\DiaporamaBlockRepository''getDiaporamaBlockRepositoryService'true],
  1327.             'App\\Repository\\DiaporamaParameterRepository' => ['privates''App\\Repository\\DiaporamaParameterRepository''getDiaporamaParameterRepositoryService'true],
  1328.             'App\\Repository\\DiaporamaRepository' => ['privates''App\\Repository\\DiaporamaRepository''getDiaporamaRepositoryService'true],
  1329.             'App\\Repository\\DiaporamaTemplateRepository' => ['privates''App\\Repository\\DiaporamaTemplateRepository''getDiaporamaTemplateRepositoryService'true],
  1330.             'App\\Repository\\DiaporamaTemplateTagRepository' => ['privates''App\\Repository\\DiaporamaTemplateTagRepository''getDiaporamaTemplateTagRepositoryService'true],
  1331.             'App\\Repository\\DnsitCriterionCategoryRepository' => ['privates''App\\Repository\\DnsitCriterionCategoryRepository''getDnsitCriterionCategoryRepositoryService'true],
  1332.             'App\\Repository\\EditionContentsPageTemplateParameterGroupRepository' => ['privates''App\\Repository\\EditionContentsPageTemplateParameterGroupRepository''getEditionContentsPageTemplateParameterGroupRepositoryService'true],
  1333.             'App\\Repository\\EditionContentsPageTemplateParameterRepository' => ['privates''App\\Repository\\EditionContentsPageTemplateParameterRepository''getEditionContentsPageTemplateParameterRepositoryService'true],
  1334.             'App\\Repository\\EditionContentsPageTemplateRepository' => ['privates''App\\Repository\\EditionContentsPageTemplateRepository''getEditionContentsPageTemplateRepositoryService'true],
  1335.             'App\\Repository\\EditionCoverTemplateParameterGroupRepository' => ['privates''App\\Repository\\EditionCoverTemplateParameterGroupRepository''getEditionCoverTemplateParameterGroupRepositoryService'true],
  1336.             'App\\Repository\\EditionCoverTemplateParameterRepository' => ['privates''App\\Repository\\EditionCoverTemplateParameterRepository''getEditionCoverTemplateParameterRepositoryService'true],
  1337.             'App\\Repository\\EditionCoverTemplateRepository' => ['privates''App\\Repository\\EditionCoverTemplateRepository''getEditionCoverTemplateRepositoryService'true],
  1338.             'App\\Repository\\EditionLegendeItemRepository' => ['privates''App\\Repository\\EditionLegendeItemRepository''getEditionLegendeItemRepositoryService'true],
  1339.             'App\\Repository\\EditionLegendeRepository' => ['privates''App\\Repository\\EditionLegendeRepository''getEditionLegendeRepositoryService'true],
  1340.             'App\\Repository\\EditionModeleContentsRubriqueParameterRepository' => ['privates''App\\Repository\\EditionModeleContentsRubriqueParameterRepository''getEditionModeleContentsRubriqueParameterRepositoryService'true],
  1341.             'App\\Repository\\EditionModeleCoverRubriqueParameterRepository' => ['privates''App\\Repository\\EditionModeleCoverRubriqueParameterRepository''getEditionModeleCoverRubriqueParameterRepositoryService'true],
  1342.             'App\\Repository\\EditionModeleNotesRubriqueParameterRepository' => ['privates''App\\Repository\\EditionModeleNotesRubriqueParameterRepository''getEditionModeleNotesRubriqueParameterRepositoryService'true],
  1343.             'App\\Repository\\EditionModeleParameterRepository' => ['privates''App\\Repository\\EditionModeleParameterRepository''getEditionModeleParameterRepositoryService'true],
  1344.             'App\\Repository\\EditionModeleRepository' => ['privates''App\\Repository\\EditionModeleRepository''getEditionModeleRepositoryService'true],
  1345.             'App\\Repository\\EditionModeleRubriqueAnnonceRepository' => ['privates''App\\Repository\\EditionModeleRubriqueAnnonceRepository''getEditionModeleRubriqueAnnonceRepositoryService'true],
  1346.             'App\\Repository\\EditionModeleRubriqueLegendeRepository' => ['privates''App\\Repository\\EditionModeleRubriqueLegendeRepository''getEditionModeleRubriqueLegendeRepositoryService'true],
  1347.             'App\\Repository\\EditionModeleRubriqueParameterRepository' => ['privates''App\\Repository\\EditionModeleRubriqueParameterRepository''getEditionModeleRubriqueParameterRepositoryService'true],
  1348.             'App\\Repository\\EditionModeleRubriqueRepository' => ['privates''App\\Repository\\EditionModeleRubriqueRepository''getEditionModeleRubriqueRepositoryService'true],
  1349.             'App\\Repository\\EditionModeleRubriqueZoneParameterRepository' => ['privates''App\\Repository\\EditionModeleRubriqueZoneParameterRepository''getEditionModeleRubriqueZoneParameterRepositoryService'true],
  1350.             'App\\Repository\\EditionModeleRubriqueZoneRepository' => ['privates''App\\Repository\\EditionModeleRubriqueZoneRepository''getEditionModeleRubriqueZoneRepositoryService'true],
  1351.             'App\\Repository\\EditionNotesPageTemplateParameterGroupRepository' => ['privates''App\\Repository\\EditionNotesPageTemplateParameterGroupRepository''getEditionNotesPageTemplateParameterGroupRepositoryService'true],
  1352.             'App\\Repository\\EditionNotesPageTemplateParameterRepository' => ['privates''App\\Repository\\EditionNotesPageTemplateParameterRepository''getEditionNotesPageTemplateParameterRepositoryService'true],
  1353.             'App\\Repository\\EditionNotesPageTemplateRepository' => ['privates''App\\Repository\\EditionNotesPageTemplateRepository''getEditionNotesPageTemplateRepositoryService'true],
  1354.             'App\\Repository\\EditionPlanificationRepository' => ['privates''App\\Repository\\EditionPlanificationRepository''getEditionPlanificationRepositoryService'true],
  1355.             'App\\Repository\\EditionTemplateEnteteRepository' => ['privates''App\\Repository\\EditionTemplateEnteteRepository''getEditionTemplateEnteteRepositoryService'true],
  1356.             'App\\Repository\\EditionTemplateGabaritRepository' => ['privates''App\\Repository\\EditionTemplateGabaritRepository''getEditionTemplateGabaritRepositoryService'true],
  1357.             'App\\Repository\\EditionTemplateGabaritZoneRepository' => ['privates''App\\Repository\\EditionTemplateGabaritZoneRepository''getEditionTemplateGabaritZoneRepositoryService'true],
  1358.             'App\\Repository\\EditionTemplateParameterGroupRepository' => ['privates''App\\Repository\\EditionTemplateParameterGroupRepository''getEditionTemplateParameterGroupRepositoryService'true],
  1359.             'App\\Repository\\EditionTemplateParameterRepository' => ['privates''App\\Repository\\EditionTemplateParameterRepository''getEditionTemplateParameterRepositoryService'true],
  1360.             'App\\Repository\\EditionTemplatePiedRepository' => ['privates''App\\Repository\\EditionTemplatePiedRepository''getEditionTemplatePiedRepositoryService'true],
  1361.             'App\\Repository\\EditionTemplateRepository' => ['privates''App\\Repository\\EditionTemplateRepository''getEditionTemplateRepositoryService'true],
  1362.             'App\\Repository\\EditionTemplateTetiereRepository' => ['privates''App\\Repository\\EditionTemplateTetiereRepository''getEditionTemplateTetiereRepositoryService'true],
  1363.             'App\\Repository\\EditionTemplateVariantRepository' => ['privates''App\\Repository\\EditionTemplateVariantRepository''getEditionTemplateVariantRepositoryService'true],
  1364.             'App\\Repository\\EditionsPlannerRepository' => ['privates''App\\Repository\\EditionsPlannerRepository''getEditionsPlannerRepositoryService'true],
  1365.             'App\\Repository\\GroupEntityPermissionRepository' => ['privates''App\\Repository\\GroupEntityPermissionRepository''getGroupEntityPermissionRepositoryService'true],
  1366.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'true],
  1367.             'App\\Repository\\ListModelRepository' => ['privates''App\\Repository\\ListModelRepository''getListModelRepositoryService'true],
  1368.             'App\\Repository\\MediaRepository' => ['privates''App\\Repository\\MediaRepository''getMediaRepositoryService'true],
  1369.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1370.             'App\\Repository\\SelectionItemRepository' => ['privates''App\\Repository\\SelectionItemRepository''getSelectionItemRepositoryService'true],
  1371.             'App\\Repository\\SelectionRepository' => ['privates''App\\Repository\\SelectionRepository''getSelectionRepositoryService'true],
  1372.             'App\\Repository\\SiteRepository' => ['privates''App\\Repository\\SiteRepository''getSiteRepositoryService'true],
  1373.             'App\\Repository\\TagAnnonceRepository' => ['privates''App\\Repository\\TagAnnonceRepository''getTagAnnonceRepositoryService'true],
  1374.             'App\\Repository\\TagMediaRepository' => ['privates''App\\Repository\\TagMediaRepository''getTagMediaRepositoryService'true],
  1375.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'true],
  1376.             'App\\Repository\\TourinsoftV3ThesaurusMappingRepository' => ['privates''App\\Repository\\TourinsoftV3ThesaurusMappingRepository''getTourinsoftV3ThesaurusMappingRepositoryService'true],
  1377.             'App\\Repository\\TranslationRepository' => ['privates''App\\Repository\\TranslationRepository''getTranslationRepositoryService'true],
  1378.             'App\\Repository\\UsageStatisticRepository' => ['privates''App\\Repository\\UsageStatisticRepository''getUsageStatisticRepositoryService'true],
  1379.             'App\\Repository\\WebEngineRepository' => ['privates''App\\Repository\\WebEngineRepository''getWebEngineRepositoryService'true],
  1380.             'App\\Repository\\WebEngineSectionRepository' => ['privates''App\\Repository\\WebEngineSectionRepository''getWebEngineSectionRepositoryService'true],
  1381.             'App\\Repository\\WebEngineSubSectionRepository' => ['privates''App\\Repository\\WebEngineSubSectionRepository''getWebEngineSubSectionRepositoryService'true],
  1382.             'App\\Repository\\WebFilterItemRepository' => ['privates''App\\Repository\\WebFilterItemRepository''getWebFilterItemRepositoryService'true],
  1383.             'App\\Repository\\WebFilterRepository' => ['privates''App\\Repository\\WebFilterRepository''getWebFilterRepositoryService'true],
  1384.             'App\\Repository\\WebFilterResultRepository' => ['privates''App\\Repository\\WebFilterResultRepository''getWebFilterResultRepositoryService'true],
  1385.             'App\\Repository\\WebListBlockRepository' => ['privates''App\\Repository\\WebListBlockRepository''getWebListBlockRepositoryService'true],
  1386.             'App\\Repository\\WebListItemTemplateRepository' => ['privates''App\\Repository\\WebListItemTemplateRepository''getWebListItemTemplateRepositoryService'true],
  1387.             'App\\Repository\\WebListItemTemplateTagRepository' => ['privates''App\\Repository\\WebListItemTemplateTagRepository''getWebListItemTemplateTagRepositoryService'true],
  1388.             'App\\Repository\\WebListParameterRepository' => ['privates''App\\Repository\\WebListParameterRepository''getWebListParameterRepositoryService'true],
  1389.             'App\\Repository\\WebListRepository' => ['privates''App\\Repository\\WebListRepository''getWebListRepositoryService'true],
  1390.             'App\\Repository\\WebListTemplateRepository' => ['privates''App\\Repository\\WebListTemplateRepository''getWebListTemplateRepositoryService'true],
  1391.             'App\\Repository\\WebListTemplateTagRepository' => ['privates''App\\Repository\\WebListTemplateTagRepository''getWebListTemplateTagRepositoryService'true],
  1392.             'App\\Repository\\WebMapItemRepository' => ['privates''App\\Repository\\WebMapItemRepository''getWebMapItemRepositoryService'true],
  1393.             'App\\Repository\\WebMapPopupBlockRepository' => ['privates''App\\Repository\\WebMapPopupBlockRepository''getWebMapPopupBlockRepositoryService'true],
  1394.             'App\\Repository\\WebMapPopupTemplateRepository' => ['privates''App\\Repository\\WebMapPopupTemplateRepository''getWebMapPopupTemplateRepositoryService'true],
  1395.             'App\\Repository\\WebMapRepository' => ['privates''App\\Repository\\WebMapRepository''getWebMapRepositoryService'true],
  1396.             'App\\Repository\\WebMapTemplateRepository' => ['privates''App\\Repository\\WebMapTemplateRepository''getWebMapTemplateRepositoryService'true],
  1397.             'App\\Repository\\WebPageBlockGroupRepository' => ['privates''App\\Repository\\WebPageBlockGroupRepository''getWebPageBlockGroupRepositoryService'true],
  1398.             'App\\Repository\\WebPageBlockRepository' => ['privates''App\\Repository\\WebPageBlockRepository''getWebPageBlockRepositoryService'true],
  1399.             'App\\Repository\\WebPageParameterRepository' => ['privates''App\\Repository\\WebPageParameterRepository''getWebPageParameterRepositoryService'true],
  1400.             'App\\Repository\\WebPageRepository' => ['privates''App\\Repository\\WebPageRepository''getWebPageRepositoryService'true],
  1401.             'App\\Repository\\WebPageTemplateRepository' => ['privates''App\\Repository\\WebPageTemplateRepository''getWebPageTemplateRepositoryService'true],
  1402.             'App\\Repository\\WebSiteParameterRepository' => ['privates''App\\Repository\\WebSiteParameterRepository''getWebSiteParameterRepositoryService'true],
  1403.             'App\\Repository\\WebSortRepository' => ['privates''App\\Repository\\WebSortRepository''getWebSortRepositoryService'true],
  1404.             'App\\Repository\\WebSubSectionFilterRepository' => ['privates''App\\Repository\\WebSubSectionFilterRepository''getWebSubSectionFilterRepositoryService'true],
  1405.         ], [
  1406.             'App\\Repository\\AnnonceFormatRepository' => '?',
  1407.             'App\\Repository\\AnnonceRepository' => '?',
  1408.             'App\\Repository\\AnnonceSpaceRepository' => '?',
  1409.             'App\\Repository\\ApidaeReferenceElementRepository' => '?',
  1410.             'App\\Repository\\ApidaeTranslationConfigRepository' => '?',
  1411.             'App\\Repository\\ApidaeTranslationHistoryRepository' => '?',
  1412.             'App\\Repository\\ApidaeWriteConfigurationRepository' => '?',
  1413.             'App\\Repository\\BlockFieldItemRepository' => '?',
  1414.             'App\\Repository\\BlockFieldRepository' => '?',
  1415.             'App\\Repository\\BlockRepository' => '?',
  1416.             'App\\Repository\\BridgeComponentRepository' => '?',
  1417.             'App\\Repository\\BridgeComponentTagRepository' => '?',
  1418.             'App\\Repository\\BridgeParameterGroupRepository' => '?',
  1419.             'App\\Repository\\BridgeParameterRepository' => '?',
  1420.             'App\\Repository\\BridgeUserParameterRepository' => '?',
  1421.             'App\\Repository\\DataEntityRepository' => '?',
  1422.             'App\\Repository\\DataFieldFunctionRepository' => '?',
  1423.             'App\\Repository\\DataFieldRepository' => '?',
  1424.             'App\\Repository\\DeeplTranslationConfigRepository' => '?',
  1425.             'App\\Repository\\DeeplTranslationParamRepository' => '?',
  1426.             'App\\Repository\\DiaporamaBlockRepository' => '?',
  1427.             'App\\Repository\\DiaporamaParameterRepository' => '?',
  1428.             'App\\Repository\\DiaporamaRepository' => '?',
  1429.             'App\\Repository\\DiaporamaTemplateRepository' => '?',
  1430.             'App\\Repository\\DiaporamaTemplateTagRepository' => '?',
  1431.             'App\\Repository\\DnsitCriterionCategoryRepository' => '?',
  1432.             'App\\Repository\\EditionContentsPageTemplateParameterGroupRepository' => '?',
  1433.             'App\\Repository\\EditionContentsPageTemplateParameterRepository' => '?',
  1434.             'App\\Repository\\EditionContentsPageTemplateRepository' => '?',
  1435.             'App\\Repository\\EditionCoverTemplateParameterGroupRepository' => '?',
  1436.             'App\\Repository\\EditionCoverTemplateParameterRepository' => '?',
  1437.             'App\\Repository\\EditionCoverTemplateRepository' => '?',
  1438.             'App\\Repository\\EditionLegendeItemRepository' => '?',
  1439.             'App\\Repository\\EditionLegendeRepository' => '?',
  1440.             'App\\Repository\\EditionModeleContentsRubriqueParameterRepository' => '?',
  1441.             'App\\Repository\\EditionModeleCoverRubriqueParameterRepository' => '?',
  1442.             'App\\Repository\\EditionModeleNotesRubriqueParameterRepository' => '?',
  1443.             'App\\Repository\\EditionModeleParameterRepository' => '?',
  1444.             'App\\Repository\\EditionModeleRepository' => '?',
  1445.             'App\\Repository\\EditionModeleRubriqueAnnonceRepository' => '?',
  1446.             'App\\Repository\\EditionModeleRubriqueLegendeRepository' => '?',
  1447.             'App\\Repository\\EditionModeleRubriqueParameterRepository' => '?',
  1448.             'App\\Repository\\EditionModeleRubriqueRepository' => '?',
  1449.             'App\\Repository\\EditionModeleRubriqueZoneParameterRepository' => '?',
  1450.             'App\\Repository\\EditionModeleRubriqueZoneRepository' => '?',
  1451.             'App\\Repository\\EditionNotesPageTemplateParameterGroupRepository' => '?',
  1452.             'App\\Repository\\EditionNotesPageTemplateParameterRepository' => '?',
  1453.             'App\\Repository\\EditionNotesPageTemplateRepository' => '?',
  1454.             'App\\Repository\\EditionPlanificationRepository' => '?',
  1455.             'App\\Repository\\EditionTemplateEnteteRepository' => '?',
  1456.             'App\\Repository\\EditionTemplateGabaritRepository' => '?',
  1457.             'App\\Repository\\EditionTemplateGabaritZoneRepository' => '?',
  1458.             'App\\Repository\\EditionTemplateParameterGroupRepository' => '?',
  1459.             'App\\Repository\\EditionTemplateParameterRepository' => '?',
  1460.             'App\\Repository\\EditionTemplatePiedRepository' => '?',
  1461.             'App\\Repository\\EditionTemplateRepository' => '?',
  1462.             'App\\Repository\\EditionTemplateTetiereRepository' => '?',
  1463.             'App\\Repository\\EditionTemplateVariantRepository' => '?',
  1464.             'App\\Repository\\EditionsPlannerRepository' => '?',
  1465.             'App\\Repository\\GroupEntityPermissionRepository' => '?',
  1466.             'App\\Repository\\GroupRepository' => '?',
  1467.             'App\\Repository\\ListModelRepository' => '?',
  1468.             'App\\Repository\\MediaRepository' => '?',
  1469.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1470.             'App\\Repository\\SelectionItemRepository' => '?',
  1471.             'App\\Repository\\SelectionRepository' => '?',
  1472.             'App\\Repository\\SiteRepository' => '?',
  1473.             'App\\Repository\\TagAnnonceRepository' => '?',
  1474.             'App\\Repository\\TagMediaRepository' => '?',
  1475.             'App\\Repository\\TagRepository' => '?',
  1476.             'App\\Repository\\TourinsoftV3ThesaurusMappingRepository' => '?',
  1477.             'App\\Repository\\TranslationRepository' => '?',
  1478.             'App\\Repository\\UsageStatisticRepository' => '?',
  1479.             'App\\Repository\\WebEngineRepository' => '?',
  1480.             'App\\Repository\\WebEngineSectionRepository' => '?',
  1481.             'App\\Repository\\WebEngineSubSectionRepository' => '?',
  1482.             'App\\Repository\\WebFilterItemRepository' => '?',
  1483.             'App\\Repository\\WebFilterRepository' => '?',
  1484.             'App\\Repository\\WebFilterResultRepository' => '?',
  1485.             'App\\Repository\\WebListBlockRepository' => '?',
  1486.             'App\\Repository\\WebListItemTemplateRepository' => '?',
  1487.             'App\\Repository\\WebListItemTemplateTagRepository' => '?',
  1488.             'App\\Repository\\WebListParameterRepository' => '?',
  1489.             'App\\Repository\\WebListRepository' => '?',
  1490.             'App\\Repository\\WebListTemplateRepository' => '?',
  1491.             'App\\Repository\\WebListTemplateTagRepository' => '?',
  1492.             'App\\Repository\\WebMapItemRepository' => '?',
  1493.             'App\\Repository\\WebMapPopupBlockRepository' => '?',
  1494.             'App\\Repository\\WebMapPopupTemplateRepository' => '?',
  1495.             'App\\Repository\\WebMapRepository' => '?',
  1496.             'App\\Repository\\WebMapTemplateRepository' => '?',
  1497.             'App\\Repository\\WebPageBlockGroupRepository' => '?',
  1498.             'App\\Repository\\WebPageBlockRepository' => '?',
  1499.             'App\\Repository\\WebPageParameterRepository' => '?',
  1500.             'App\\Repository\\WebPageRepository' => '?',
  1501.             'App\\Repository\\WebPageTemplateRepository' => '?',
  1502.             'App\\Repository\\WebSiteParameterRepository' => '?',
  1503.             'App\\Repository\\WebSortRepository' => '?',
  1504.             'App\\Repository\\WebSubSectionFilterRepository' => '?',
  1505.         ])));
  1506.         $c->addCustomStringFunction('ST_AsGeoJSON''Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON');
  1507.         $c->addCustomStringFunction('ST_GeomFromGeoJSON''Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON');
  1508.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1509.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'event_dispatcher' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1516.      */
  1517.     protected function getEventDispatcherService()
  1518.     {
  1519.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1520.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1521.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1522.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1523.         $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())));
  1524.         $instance->addListener('vich_uploader.post_upload', [=> function () {
  1525.             return ($this->privates['App\\EventListener\\MediaEventListener'] ?? ($this->privates['App\\EventListener\\MediaEventListener'] = new \App\EventListener\MediaEventListener(($this->services['kernel'] ?? $this->get('kernel'1)))));
  1526.         }, => 'onVichUploaderPostUpload'], 0);
  1527.         $instance->addListener('vich_uploader.pre_remove', [=> function () {
  1528.             return ($this->privates['App\\EventListener\\MediaEventListener'] ?? ($this->privates['App\\EventListener\\MediaEventListener'] = new \App\EventListener\MediaEventListener(($this->services['kernel'] ?? $this->get('kernel'1)))));
  1529.         }, => 'onVichUploaderPreRemove'], 0);
  1530.         $instance->addListener('kernel.controller', [=> function () {
  1531.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1532.         }, => 'onKernelController'], 0);
  1533.         $instance->addListener('console.command', [=> function () {
  1534.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1535.         }, => 'onConsoleCommand'], 0);
  1536.         $instance->addListener('kernel.view', [=> function () {
  1537.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1538.         }, => 'onKernelView'], 32);
  1539.         $instance->addListener('kernel.request', [=> function () {
  1540.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1541.         }, => 'onKernelRequest'], 4);
  1542.         $instance->addListener('kernel.request', [=> function () {
  1543.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1544.         }, => 'onKernelRequest'], 0);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1547.         }, => 'onKernelResponse'], -1);
  1548.         $instance->addListener('kernel.view', [=> function () {
  1549.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1550.         }, => 'onKernelView'], 64);
  1551.         $instance->addListener('kernel.request', [=> function () {
  1552.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1553.         }, => 'onKernelRequest'], 16);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1556.         }, => 'onSecurity'], 3);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1559.         }, => 'onSecurityPostDenormalize'], 1);
  1560.         $instance->addListener('kernel.view', [=> function () {
  1561.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1562.         }, => 'onSecurityPostValidation'], 63);
  1563.         $instance->addListener('kernel.request', [=> function () {
  1564.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1565.         }, => 'onKernelRequest'], 28);
  1566.         $instance->addListener('kernel.request', [=> function () {
  1567.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1568.         }, => 'onKernelRequest'], 4);
  1569.         $instance->addListener('kernel.view', [=> function () {
  1570.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1571.         }, => 'onKernelView'], 32);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1574.         }, => 'onKernelRequest'], 2);
  1575.         $instance->addListener('kernel.view', [=> function () {
  1576.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1577.         }, => 'onKernelView'], 16);
  1578.         $instance->addListener('kernel.view', [=> function () {
  1579.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1580.         }, => 'onKernelView'], 8);
  1581.         $instance->addListener('kernel.exception', [=> function () {
  1582.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1583.         }, => 'onKernelException'], 0);
  1584.         $instance->addListener('kernel.exception', [=> function () {
  1585.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1586.         }, => 'onKernelException'], -96);
  1587.         $instance->addListener('kernel.request', [=> function () {
  1588.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1589.         }, => 'onKernelRequest'], 250);
  1590.         $instance->addListener('kernel.response', [=> function () {
  1591.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1592.         }, => 'onKernelResponse'], 0);
  1593.         $instance->addListener('kernel.response', [=> function () {
  1594.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1595.         }, => 'onResponse'], -10);
  1596.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1597.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1598.         }, => 'attachRefreshToken'], 0);
  1599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1600.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1601.         }, => 'onLogout'], 0);
  1602.         $instance->addListener('kernel.view', [=> function () {
  1603.             return ($this->privates['App\\EventSubscriber\\AddOwnerEntityToItemSubscriber'] ?? $this->load('getAddOwnerEntityToItemSubscriberService'));
  1604.         }, => 'attachOwner'], 33);
  1605.         $instance->addListener('kernel.view', [=> function () {
  1606.             return ($this->privates['App\\EventSubscriber\\CalculateFilterResultsSubscriber'] ?? $this->load('getCalculateFilterResultsSubscriberService'));
  1607.         }, => 'postPersist'], 31);
  1608.         $instance->addListener('kernel.view', [=> function () {
  1609.             return ($this->privates['App\\EventSubscriber\\DeleteMediaObjectSubscriber'] ?? $this->load('getDeleteMediaObjectSubscriberService'));
  1610.         }, => 'onDeleteAction'], 33);
  1611.         $instance->addListener('kernel.view', [=> function () {
  1612.             return ($this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'] ?? $this->load('getResolveMediaObjectContentUrlSubscriberService'));
  1613.         }, => 'onPreSerialize'], 17);
  1614.         $instance->addListener('kernel.view', [=> function () {
  1615.             return ($this->privates['App\\EventSubscriber\\UserMailSubscriber'] ?? $this->load('getUserMailSubscriberService'));
  1616.         }, => 'sendMail'], 31);
  1617.         $instance->addListener('kernel.response', [=> function () {
  1618.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1619.         }, => 'onKernelResponse'], 0);
  1620.         $instance->addListener('kernel.response', [=> function () {
  1621.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1622.         }, => 'onKernelResponse'], -1024);
  1623.         $instance->addListener('kernel.request', [=> function () {
  1624.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1625.         }, => 'setDefaultLocale'], 100);
  1626.         $instance->addListener('kernel.request', [=> function () {
  1627.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1628.         }, => 'onKernelRequest'], 16);
  1629.         $instance->addListener('kernel.finish_request', [=> function () {
  1630.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1631.         }, => 'onKernelFinishRequest'], 0);
  1632.         $instance->addListener('kernel.request', [=> function () {
  1633.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1634.         }, => 'onKernelRequest'], 256);
  1635.         $instance->addListener('kernel.response', [=> function () {
  1636.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1637.         }, => 'onResponse'], -255);
  1638.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1639.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1640.         }, => 'onControllerArguments'], 0);
  1641.         $instance->addListener('kernel.exception', [=> function () {
  1642.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1643.         }, => 'logKernelException'], 0);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1646.         }, => 'onKernelException'], -128);
  1647.         $instance->addListener('kernel.response', [=> function () {
  1648.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1649.         }, => 'removeCspHeader'], -128);
  1650.         $instance->addListener('kernel.request', [=> function () {
  1651.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1652.         }, => 'onKernelRequest'], 15);
  1653.         $instance->addListener('kernel.finish_request', [=> function () {
  1654.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1655.         }, => 'onKernelFinishRequest'], -15);
  1656.         $instance->addListener('console.error', [=> function () {
  1657.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1658.         }, => 'onConsoleError'], -128);
  1659.         $instance->addListener('console.terminate', [=> function () {
  1660.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1661.         }, => 'onConsoleTerminate'], -128);
  1662.         $instance->addListener('console.error', [=> function () {
  1663.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1664.         }, => 'onConsoleError'], 0);
  1665.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1666.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1667.         }, => 'onMessage'], -255);
  1668.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1669.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1670.         }, => 'onMessage'], -255);
  1671.         $instance->addListener('kernel.request', [=> function () {
  1672.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1673.         }, => 'configure'], 2048);
  1674.         $instance->addListener('console.command', [=> function () {
  1675.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1676.         }, => 'configure'], 2048);
  1677.         $instance->addListener('kernel.request', [=> function () {
  1678.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1679.         }, => 'onKernelRequest'], 32);
  1680.         $instance->addListener('kernel.finish_request', [=> function () {
  1681.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1682.         }, => 'onKernelFinishRequest'], 0);
  1683.         $instance->addListener('kernel.exception', [=> function () {
  1684.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1685.         }, => 'onKernelException'], -64);
  1686.         $instance->addListener('kernel.response', [=> function () {
  1687.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1688.         }, => 'onKernelResponse'], 0);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1691.         }, => 'onKernelResponse'], -100);
  1692.         $instance->addListener('kernel.exception', [=> function () {
  1693.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1694.         }, => 'onKernelException'], 0);
  1695.         $instance->addListener('kernel.terminate', [=> function () {
  1696.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1697.         }, => 'onKernelTerminate'], -1024);
  1698.         $instance->addListener('kernel.controller', [=> function () {
  1699.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1700.         }, => 'onKernelController'], 0);
  1701.         $instance->addListener('kernel.response', [=> function () {
  1702.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1703.         }, => 'onKernelResponse'], 0);
  1704.         $instance->addListener('kernel.response', [=> function () {
  1705.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1706.         }, => 'onKernelResponse'], 0);
  1707.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1708.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1709.         }, => 'onVoterVote'], 0);
  1710.         $instance->addListener('kernel.request', [=> function () {
  1711.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1712.         }, => 'configureLogoutUrlGenerator'], 8);
  1713.         $instance->addListener('kernel.request', [=> function () {
  1714.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1715.         }, => 'onKernelRequest'], 8);
  1716.         $instance->addListener('kernel.finish_request', [=> function () {
  1717.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1718.         }, => 'onKernelFinishRequest'], 0);
  1719.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1720.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1721.         }, => 'onMessage'], 0);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1724.         }, => 'onKernelResponse'], -128);
  1725.         $instance->addListener('console.command', [=> function () {
  1726.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1727.         }, => 'onCommand'], 255);
  1728.         $instance->addListener('console.terminate', [=> function () {
  1729.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1730.         }, => 'onTerminate'], -255);
  1731.         $instance->addListener('console.error', [=> function () {
  1732.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1733.         }, => 'onConsoleError'], 0);
  1734.         $instance->addListener('console.terminate', [=> function () {
  1735.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1736.         }, => 'onConsoleTerminate'], 0);
  1737.         return $instance;
  1738.     }
  1739.     /**
  1740.      * Gets the public 'http_kernel' shared service.
  1741.      *
  1742.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1743.      */
  1744.     protected function getHttpKernelService()
  1745.     {
  1746.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1747.         if (isset($this->services['http_kernel'])) {
  1748.             return $this->services['http_kernel'];
  1749.         }
  1750.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1751.         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 () {
  1752.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1753.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1754.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1755.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1756.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1757.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1758.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1759.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1760.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1761.         }, 9)), $b));
  1762.     }
  1763.     /**
  1764.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1765.      *
  1766.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1767.      */
  1768.     protected function getLexikJwtAuthentication_EncoderService()
  1769.     {
  1770.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false));
  1771.     }
  1772.     /**
  1773.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1774.      *
  1775.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1776.      */
  1777.     protected function getLexikJwtAuthentication_JwtManagerService()
  1778.     {
  1779.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1780.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  1781.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  1782.         }
  1783.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  1784.         $instance->setUserIdentityField('username'false);
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1789.      *
  1790.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1791.      */
  1792.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1793.     {
  1794.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  1795.     }
  1796.     /**
  1797.      * Gets the public 'request_stack' shared service.
  1798.      *
  1799.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1800.      */
  1801.     protected function getRequestStackService()
  1802.     {
  1803.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1804.     }
  1805.     /**
  1806.      * Gets the public 'router' shared service.
  1807.      *
  1808.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1809.      */
  1810.     protected function getRouterService()
  1811.     {
  1812.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1813.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1814.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1815.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1816.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1817.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1818.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1819.         ], [
  1820.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1821.         ]))->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');
  1822.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1823.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1824.         return $instance;
  1825.     }
  1826.     /**
  1827.      * Gets the public 'security.token_storage' shared service.
  1828.      *
  1829.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1830.      */
  1831.     protected function getSecurity_TokenStorageService()
  1832.     {
  1833.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1834.     }
  1835.     /**
  1836.      * Gets the public 'translator' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1839.      */
  1840.     protected function getTranslatorService()
  1841.     {
  1842.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1843.     }
  1844.     /**
  1845.      * Gets the private '.debug.http_client' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1848.      */
  1849.     protected function get_Debug_HttpClientService()
  1850.     {
  1851.         $a \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'verify_host' => false'verify_peer' => false'headers' => [], 'resolve' => []], 6);
  1852.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1853.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1854.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1855.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1856.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1857.         $a->setLogger($b);
  1858.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1859.     }
  1860.     /**
  1861.      * Gets the private '.service_locator.wo5dfsd' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1864.      */
  1865.     protected function get_ServiceLocator_Wo5dfsdService()
  1866.     {
  1867.         return $this->privates['.service_locator.wo5dfsd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1868.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1869.             'security.firewall.map.context.api_register' => ['privates''security.firewall.map.context.api_register''getSecurity_Firewall_Map_Context_ApiRegisterService'true],
  1870.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1871.             'security.firewall.map.context.getauthorizededitionstemplates' => ['privates''security.firewall.map.context.getauthorizededitionstemplates''getSecurity_Firewall_Map_Context_GetauthorizededitionstemplatesService'true],
  1872.             'security.firewall.map.context.getentity' => ['privates''security.firewall.map.context.getentity''getSecurity_Firewall_Map_Context_GetentityService'true],
  1873.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1874.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'true],
  1875.             'security.firewall.map.context.updateuserparams' => ['privates''security.firewall.map.context.updateuserparams''getSecurity_Firewall_Map_Context_UpdateuserparamsService'true],
  1876.         ], [
  1877.             'security.firewall.map.context.api' => '?',
  1878.             'security.firewall.map.context.api_register' => '?',
  1879.             'security.firewall.map.context.dev' => '?',
  1880.             'security.firewall.map.context.getauthorizededitionstemplates' => '?',
  1881.             'security.firewall.map.context.getentity' => '?',
  1882.             'security.firewall.map.context.main' => '?',
  1883.             'security.firewall.map.context.refresh' => '?',
  1884.             'security.firewall.map.context.updateuserparams' => '?',
  1885.         ]);
  1886.     }
  1887.     /**
  1888.      * Gets the private 'App\Service\BridgeDataFunctions' shared autowired service.
  1889.      *
  1890.      * @return \App\Service\BridgeDataFunctions
  1891.      */
  1892.     protected function getBridgeDataFunctionsService()
  1893.     {
  1894.         return $this->privates['App\\Service\\BridgeDataFunctions'] = new \App\Service\BridgeDataFunctions($this, ($this->privates['Endroid\\QrCode\\Builder\\Builder'] ?? ($this->privates['Endroid\\QrCode\\Builder\\Builder'] = new \Endroid\QrCode\Builder\Builder())));
  1895.     }
  1896.     /**
  1897.      * Gets the private 'App\Service\BridgeFrontUtils' shared autowired service.
  1898.      *
  1899.      * @return \App\Service\BridgeFrontUtils
  1900.      */
  1901.     protected function getBridgeFrontUtilsService()
  1902.     {
  1903.         return $this->privates['App\\Service\\BridgeFrontUtils'] = new \App\Service\BridgeFrontUtils($this, ($this->privates['App\\Service\\BridgeDataFunctions'] ?? $this->getBridgeDataFunctionsService()));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'App\Service\ImageUtils' shared autowired service.
  1907.      *
  1908.      * @return \App\Service\ImageUtils
  1909.      */
  1910.     protected function getImageUtilsService()
  1911.     {
  1912.         return $this->privates['App\\Service\\ImageUtils'] = new \App\Service\ImageUtils(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'App\Service\web\BridgeUtils' shared autowired service.
  1916.      *
  1917.      * @return \App\Service\web\BridgeUtils
  1918.      */
  1919.     protected function getBridgeUtilsService()
  1920.     {
  1921.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1922.         if (isset($this->privates['App\\Service\\web\\BridgeUtils'])) {
  1923.             return $this->privates['App\\Service\\web\\BridgeUtils'];
  1924.         }
  1925.         $b = ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService());
  1926.         if (isset($this->privates['App\\Service\\web\\BridgeUtils'])) {
  1927.             return $this->privates['App\\Service\\web\\BridgeUtils'];
  1928.         }
  1929.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1930.         if (isset($this->privates['App\\Service\\web\\BridgeUtils'])) {
  1931.             return $this->privates['App\\Service\\web\\BridgeUtils'];
  1932.         }
  1933.         return $this->privates['App\\Service\\web\\BridgeUtils'] = new \App\Service\web\BridgeUtils($a, ($this->privates['App\\Service\\BridgeFrontUtils'] ?? $this->getBridgeFrontUtilsService()), $this$b$c);
  1934.     }
  1935.     /**
  1936.      * Gets the private 'annotations.cache_adapter' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1939.      */
  1940.     protected function getAnnotations_CacheAdapterService()
  1941.     {
  1942.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1943.     }
  1944.     /**
  1945.      * Gets the private 'annotations.cached_reader' shared service.
  1946.      *
  1947.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1948.      */
  1949.     protected function getAnnotations_CachedReaderService()
  1950.     {
  1951.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1952.     }
  1953.     /**
  1954.      * Gets the private 'annotations.reader' shared service.
  1955.      *
  1956.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1957.      */
  1958.     protected function getAnnotations_ReaderService()
  1959.     {
  1960.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1961.         $instance->addGlobalIgnoredName('required'NULL);
  1962.         return $instance;
  1963.     }
  1964.     /**
  1965.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1968.      */
  1969.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1970.     {
  1971.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4g4wj-c8fd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1972.     }
  1973.     /**
  1974.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1975.      *
  1976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1977.      */
  1978.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1979.     {
  1980.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r2WVM4WchC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1984.      *
  1985.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1986.      */
  1987.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1988.     {
  1989.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oZ+tFJeX9b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1990.     }
  1991.     /**
  1992.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1993.      *
  1994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1995.      */
  1996.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1997.     {
  1998.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m+vicYlETs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1999.     }
  2000.     /**
  2001.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2004.      */
  2005.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2006.     {
  2007.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BJSCCfyvqL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2008.     }
  2009.     /**
  2010.      * Gets the private 'api_platform.cache.metadata.resource_collection' shared service.
  2011.      *
  2012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2013.      */
  2014.     protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  2015.     {
  2016.         return $this->privates['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rvYyuR+XfS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2020.      *
  2021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2022.      */
  2023.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2024.     {
  2025.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NC43J7ZM6Z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2026.     }
  2027.     /**
  2028.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2029.      *
  2030.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2031.      */
  2032.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2033.     {
  2034.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-V0LQQjhpM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2035.     }
  2036.     /**
  2037.      * Gets the private 'api_platform.collection_data_provider' shared service.
  2038.      *
  2039.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  2040.      */
  2041.     protected function getApiPlatform_CollectionDataProviderService()
  2042.     {
  2043.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2044.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2045.         }, 1));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'api_platform.data_persister' shared service.
  2049.      *
  2050.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  2051.      */
  2052.     protected function getApiPlatform_DataPersisterService()
  2053.     {
  2054.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2055.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2056.         }, 1));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'api_platform.filter_locator' shared service.
  2060.      *
  2061.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2062.      */
  2063.     protected function getApiPlatform_FilterLocatorService()
  2064.     {
  2065.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2066.             'annonce.active_filter' => ['privates''annonce.active_filter''getAnnonce_ActiveFilterService'true],
  2067.             'criterion.code_filter' => ['privates''criterion.code_filter''getCriterion_CodeFilterService'true],
  2068.             'global.name_filter' => ['privates''global.name_filter''getGlobal_NameFilterService'true],
  2069.             'global.order_filter' => ['privates''global.order_filter''getGlobal_OrderFilterService'true],
  2070.             'global_list.search_filter' => ['privates''global_list.search_filter''getGlobalList_SearchFilterService'true],
  2071.             'modality.criterion_filter' => ['privates''modality.criterion_filter''getModality_CriterionFilterService'true],
  2072.             'product.search_filter' => ['privates''product.search_filter''getProduct_SearchFilterService'true],
  2073.             'scoring_profile.order_filter' => ['privates''scoring_profile.order_filter''getScoringProfile_OrderFilterService'true],
  2074.             'selection.order_filter' => ['privates''selection.order_filter''getSelection_OrderFilterService'true],
  2075.             'user.username_filter' => ['privates''user.username_filter''getUser_UsernameFilterService'true],
  2076.             'webfilter_item.webfilter_filter' => ['privates''webfilter_item.webfilter_filter''getWebfilterItem_WebfilterFilterService'true],
  2077.             'weblist.slug_filter' => ['privates''weblist.slug_filter''getWeblist_SlugFilterService'true],
  2078.         ], [
  2079.             'annonce.active_filter' => '?',
  2080.             'criterion.code_filter' => '?',
  2081.             'global.name_filter' => '?',
  2082.             'global.order_filter' => '?',
  2083.             'global_list.search_filter' => '?',
  2084.             'modality.criterion_filter' => '?',
  2085.             'product.search_filter' => '?',
  2086.             'scoring_profile.order_filter' => '?',
  2087.             'selection.order_filter' => '?',
  2088.             'user.username_filter' => '?',
  2089.             'webfilter_item.webfilter_filter' => '?',
  2090.             'weblist.slug_filter' => '?',
  2091.         ]);
  2092.     }
  2093.     /**
  2094.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2095.      *
  2096.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2097.      */
  2098.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2099.     {
  2100.         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()));
  2101.     }
  2102.     /**
  2103.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2104.      *
  2105.      * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  2106.      */
  2107.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2108.     {
  2109.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2110.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2111.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2112.         }
  2113.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2114.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2115.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2116.         }
  2117.         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())));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'api_platform.identifier.converter' shared service.
  2121.      *
  2122.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2123.      */
  2124.     protected function getApiPlatform_Identifier_ConverterService()
  2125.     {
  2126.         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 () {
  2127.             return new \EmptyIterator();
  2128.         }, 0));
  2129.     }
  2130.     /**
  2131.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2132.      *
  2133.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2134.      */
  2135.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2136.     {
  2137.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2138.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2139.             return $this->privates['api_platform.identifiers_extractor.cached'];
  2140.         }
  2141.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2142.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2143.         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);
  2144.     }
  2145.     /**
  2146.      * Gets the private 'api_platform.iri_converter' shared service.
  2147.      *
  2148.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  2149.      */
  2150.     protected function getApiPlatform_IriConverterService()
  2151.     {
  2152.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  2153.         if (isset($this->privates['api_platform.iri_converter'])) {
  2154.             return $this->privates['api_platform.iri_converter'];
  2155.         }
  2156.         $b = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  2157.         if (isset($this->privates['api_platform.iri_converter'])) {
  2158.             return $this->privates['api_platform.iri_converter'];
  2159.         }
  2160.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter($a$b);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'api_platform.item_data_provider' shared service.
  2164.      *
  2165.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  2166.      */
  2167.     protected function getApiPlatform_ItemDataProviderService()
  2168.     {
  2169.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2170.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2171.         }, 1));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2175.      *
  2176.      * @return \ApiPlatform\JsonSchema\TypeFactory
  2177.      */
  2178.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2179.     {
  2180.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2181.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2186.      *
  2187.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2188.      */
  2189.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2190.     {
  2191.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2192.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2193.             return $this->privates['api_platform.jsonld.context_builder'];
  2194.         }
  2195.         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()));
  2196.     }
  2197.     /**
  2198.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2199.      *
  2200.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2201.      */
  2202.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2203.     {
  2204.         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']);
  2205.     }
  2206.     /**
  2207.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2208.      *
  2209.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2210.      */
  2211.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2212.     {
  2213.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2214.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2215.             return $this->privates['api_platform.listener.request.deserialize'];
  2216.         }
  2217.         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()));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'api_platform.listener.request.read' shared service.
  2221.      *
  2222.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  2223.      */
  2224.     protected function getApiPlatform_Listener_Request_ReadService()
  2225.     {
  2226.         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()));
  2227.     }
  2228.     /**
  2229.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2230.      *
  2231.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2232.      */
  2233.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2234.     {
  2235.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($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);
  2236.     }
  2237.     /**
  2238.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2239.      *
  2240.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2241.      */
  2242.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2243.     {
  2244.         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->getApiPlatform_FilterLocatorService())), true);
  2245.     }
  2246.     /**
  2247.      * Gets the private 'api_platform.metadata.extractor.yaml.legacy' shared service.
  2248.      *
  2249.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  2250.      */
  2251.     protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
  2252.     {
  2253.         return $this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/annonce.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_format.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_space.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_cache_configuration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationconfig.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationhistory.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_writeconfiguration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field_item.yaml'), 10 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component.yaml'), 11 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component_tag.yaml'), 12 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter.yaml'), 13 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter_group.yaml'), 14 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_user_parameter.yaml'), 15 => (\dirname(__DIR__4).'/config/api_platform/resources/cache_configuration.yaml'), 16 => (\dirname(__DIR__4).'/config/api_platform/resources/custom_code.yaml'), 17 => (\dirname(__DIR__4).'/config/api_platform/resources/data_entity.yaml'), 18 => (\dirname(__DIR__4).'/config/api_platform/resources/data_field.yaml'), 19 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_config.yaml'), 20 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_param.yaml'), 21 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama.yaml'), 22 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_block.yaml'), 23 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template.yaml'), 24 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template_tag.yaml'), 25 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_coupled_product.yaml'), 26 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion.yaml'), 27 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion_category.yaml'), 28 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_entity.yaml'), 29 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_genre.yaml'), 30 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_modality.yaml'), 31 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product.yaml'), 32 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product_category.yaml'), 33 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring.yaml'), 34 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring_profile.yaml'), 35 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_type.yaml'), 36 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template.yaml'), 37 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter.yaml'), 38 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter_group.yaml'), 39 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template.yaml'), 40 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter.yaml'), 41 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter_group.yaml'), 42 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende.yaml'), 43 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende_item.yaml'), 44 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele.yaml'), 45 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_contents_rubrique_parameter.yaml'), 46 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_cover_rubrique_parameter.yaml'), 47 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_notes_rubrique_parameter.yaml'), 48 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_parameter.yaml'), 49 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique.yaml'), 50 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_annonce.yaml'), 51 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_dynamique_modele.yaml'), 52 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_legende.yaml'), 53 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_parameter.yaml'), 54 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone.yaml'), 55 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone_parameter.yaml'), 56 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template.yaml'), 57 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter.yaml'), 58 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter_group.yaml'), 59 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_planification.yaml'), 60 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template.yaml'), 61 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_entete.yaml'), 62 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit.yaml'), 63 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit_zone.yaml'), 64 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter.yaml'), 65 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter_group.yaml'), 66 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_pied.yaml'), 67 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_tetiere.yaml'), 68 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_variant.yaml'), 69 => (\dirname(__DIR__4).'/config/api_platform/resources/editions_planner.yaml'), 70 => (\dirname(__DIR__4).'/config/api_platform/resources/list_model.yml'), 71 => (\dirname(__DIR__4).'/config/api_platform/resources/media.yaml'), 72 => (\dirname(__DIR__4).'/config/api_platform/resources/selection.yaml'), 73 => (\dirname(__DIR__4).'/config/api_platform/resources/selection_item.yaml'), 74 => (\dirname(__DIR__4).'/config/api_platform/resources/site.yaml'), 75 => (\dirname(__DIR__4).'/config/api_platform/resources/tag.yaml'), 76 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_annonce.yaml'), 77 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_media.yaml'), 78 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_cache_configuration.yaml'), 79 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_thesaurus_mapping.yaml'), 80 => (\dirname(__DIR__4).'/config/api_platform/resources/user.yaml'), 81 => (\dirname(__DIR__4).'/config/api_platform/resources/web_subsection_filter.yaml'), 82 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine.yaml'), 83 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_section.yaml'), 84 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_subsection.yaml'), 85 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter.yaml'), 86 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter_item.yaml'), 87 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist.yaml'), 88 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_block.yaml'), 89 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template.yaml'), 90 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template_tag.yaml'), 91 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_parameter.yaml'), 92 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template.yaml'), 93 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template_tag.yaml'), 94 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap.yaml'), 95 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_item.yaml'), 96 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_block.yaml'), 97 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_template.yaml'), 98 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_template.yaml'), 99 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage.yaml'), 100 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block.yaml'), 101 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block_group.yaml'), 102 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_parameter.yaml'), 103 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_template.yaml'), 104 => (\dirname(__DIR__4).'/config/api_platform/resources/website_parameter.yaml'), 105 => (\dirname(__DIR__4).'/config/api_platform/resources/websort.yaml')], $this);
  2254.     }
  2255.     /**
  2256.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2257.      *
  2258.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2259.      */
  2260.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2261.     {
  2262.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2263.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2264.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2265.         }
  2266.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2267.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2268.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2269.         }
  2270.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2271.             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()));
  2272.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2273.             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()));
  2274.             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()));
  2275.             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()));
  2276.             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()));
  2277.             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()));
  2278.             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()));
  2279.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2280.             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()));
  2281.             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()));
  2282.             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()));
  2283.             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()));
  2284.         }, 13)));
  2285.     }
  2286.     /**
  2287.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2288.      *
  2289.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2290.      */
  2291.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2292.     {
  2293.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2294.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2295.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2296.         }
  2297.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2298.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2302.      *
  2303.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2304.      */
  2305.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2306.     {
  2307.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2308.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2309.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2310.         }
  2311.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2312.     }
  2313.     /**
  2314.      * Gets the private 'api_platform.metadata.property_extractor.yaml' shared service.
  2315.      *
  2316.      * @return \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor
  2317.      */
  2318.     protected function getApiPlatform_Metadata_PropertyExtractor_YamlService()
  2319.     {
  2320.         return $this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/annonce.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_format.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_space.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_cache_configuration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationconfig.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationhistory.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_writeconfiguration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field_item.yaml'), 10 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component.yaml'), 11 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component_tag.yaml'), 12 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter.yaml'), 13 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter_group.yaml'), 14 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_user_parameter.yaml'), 15 => (\dirname(__DIR__4).'/config/api_platform/resources/cache_configuration.yaml'), 16 => (\dirname(__DIR__4).'/config/api_platform/resources/custom_code.yaml'), 17 => (\dirname(__DIR__4).'/config/api_platform/resources/data_entity.yaml'), 18 => (\dirname(__DIR__4).'/config/api_platform/resources/data_field.yaml'), 19 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_config.yaml'), 20 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_param.yaml'), 21 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama.yaml'), 22 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_block.yaml'), 23 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template.yaml'), 24 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template_tag.yaml'), 25 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_coupled_product.yaml'), 26 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion.yaml'), 27 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion_category.yaml'), 28 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_entity.yaml'), 29 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_genre.yaml'), 30 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_modality.yaml'), 31 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product.yaml'), 32 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product_category.yaml'), 33 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring.yaml'), 34 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring_profile.yaml'), 35 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_type.yaml'), 36 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template.yaml'), 37 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter.yaml'), 38 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter_group.yaml'), 39 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template.yaml'), 40 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter.yaml'), 41 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter_group.yaml'), 42 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende.yaml'), 43 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende_item.yaml'), 44 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele.yaml'), 45 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_contents_rubrique_parameter.yaml'), 46 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_cover_rubrique_parameter.yaml'), 47 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_notes_rubrique_parameter.yaml'), 48 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_parameter.yaml'), 49 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique.yaml'), 50 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_annonce.yaml'), 51 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_dynamique_modele.yaml'), 52 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_legende.yaml'), 53 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_parameter.yaml'), 54 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone.yaml'), 55 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone_parameter.yaml'), 56 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template.yaml'), 57 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter.yaml'), 58 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter_group.yaml'), 59 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_planification.yaml'), 60 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template.yaml'), 61 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_entete.yaml'), 62 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit.yaml'), 63 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit_zone.yaml'), 64 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter.yaml'), 65 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter_group.yaml'), 66 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_pied.yaml'), 67 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_tetiere.yaml'), 68 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_variant.yaml'), 69 => (\dirname(__DIR__4).'/config/api_platform/resources/editions_planner.yaml'), 70 => (\dirname(__DIR__4).'/config/api_platform/resources/list_model.yml'), 71 => (\dirname(__DIR__4).'/config/api_platform/resources/media.yaml'), 72 => (\dirname(__DIR__4).'/config/api_platform/resources/selection.yaml'), 73 => (\dirname(__DIR__4).'/config/api_platform/resources/selection_item.yaml'), 74 => (\dirname(__DIR__4).'/config/api_platform/resources/site.yaml'), 75 => (\dirname(__DIR__4).'/config/api_platform/resources/tag.yaml'), 76 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_annonce.yaml'), 77 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_media.yaml'), 78 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_cache_configuration.yaml'), 79 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_thesaurus_mapping.yaml'), 80 => (\dirname(__DIR__4).'/config/api_platform/resources/user.yaml'), 81 => (\dirname(__DIR__4).'/config/api_platform/resources/web_subsection_filter.yaml'), 82 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine.yaml'), 83 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_section.yaml'), 84 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_subsection.yaml'), 85 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter.yaml'), 86 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter_item.yaml'), 87 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist.yaml'), 88 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_block.yaml'), 89 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template.yaml'), 90 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template_tag.yaml'), 91 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_parameter.yaml'), 92 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template.yaml'), 93 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template_tag.yaml'), 94 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap.yaml'), 95 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_item.yaml'), 96 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_block.yaml'), 97 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_template.yaml'), 98 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_template.yaml'), 99 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage.yaml'), 100 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block.yaml'), 101 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block_group.yaml'), 102 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_parameter.yaml'), 103 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_template.yaml'), 104 => (\dirname(__DIR__4).'/config/api_platform/resources/website_parameter.yaml'), 105 => (\dirname(__DIR__4).'/config/api_platform/resources/websort.yaml')], $this);
  2321.     }
  2322.     /**
  2323.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2324.      *
  2325.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2326.      */
  2327.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2328.     {
  2329.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2330.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2331.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2332.         }
  2333.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2334.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2335.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2336.         }
  2337.         $c = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2338.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2339.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2340.         }
  2341.         $d = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2342.         $e = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($d, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2343.         $f = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2344.         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.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($e, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? $this->getApiPlatform_Metadata_ResourceExtractor_YamlService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory($c, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$f$this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $f), $this->parameters['api_platform.defaults'], $f)))))), $this->parameters['api_platform.formats'], []), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))))));
  2345.     }
  2346.     /**
  2347.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2348.      *
  2349.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2350.      */
  2351.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2352.     {
  2353.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2354.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), []), $this->parameters['api_platform.formats'], []));
  2355.     }
  2356.     /**
  2357.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2358.      *
  2359.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2360.      */
  2361.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2362.     {
  2363.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? $this->getApiPlatform_Metadata_ResourceExtractor_YamlService()), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2364.     }
  2365.     /**
  2366.      * Gets the private 'api_platform.metadata.resource_extractor.yaml' shared service.
  2367.      *
  2368.      * @return \ApiPlatform\Metadata\Extractor\YamlResourceExtractor
  2369.      */
  2370.     protected function getApiPlatform_Metadata_ResourceExtractor_YamlService()
  2371.     {
  2372.         return $this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/annonce.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_format.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/annonce_space.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_cache_configuration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationconfig.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_translationhistory.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/apidae_writeconfiguration.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/block_field_item.yaml'), 10 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component.yaml'), 11 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_component_tag.yaml'), 12 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter.yaml'), 13 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_parameter_group.yaml'), 14 => (\dirname(__DIR__4).'/config/api_platform/resources/bridge_user_parameter.yaml'), 15 => (\dirname(__DIR__4).'/config/api_platform/resources/cache_configuration.yaml'), 16 => (\dirname(__DIR__4).'/config/api_platform/resources/custom_code.yaml'), 17 => (\dirname(__DIR__4).'/config/api_platform/resources/data_entity.yaml'), 18 => (\dirname(__DIR__4).'/config/api_platform/resources/data_field.yaml'), 19 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_config.yaml'), 20 => (\dirname(__DIR__4).'/config/api_platform/resources/deepl_translation_param.yaml'), 21 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama.yaml'), 22 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_block.yaml'), 23 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template.yaml'), 24 => (\dirname(__DIR__4).'/config/api_platform/resources/diaporama_template_tag.yaml'), 25 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_coupled_product.yaml'), 26 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion.yaml'), 27 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_criterion_category.yaml'), 28 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_entity.yaml'), 29 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_genre.yaml'), 30 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_modality.yaml'), 31 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product.yaml'), 32 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_product_category.yaml'), 33 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring.yaml'), 34 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_scoring_profile.yaml'), 35 => (\dirname(__DIR__4).'/config/api_platform/resources/dnsit_type.yaml'), 36 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template.yaml'), 37 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter.yaml'), 38 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_contents_page_template_parameter_group.yaml'), 39 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template.yaml'), 40 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter.yaml'), 41 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_cover_template_parameter_group.yaml'), 42 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende.yaml'), 43 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_legende_item.yaml'), 44 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele.yaml'), 45 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_contents_rubrique_parameter.yaml'), 46 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_cover_rubrique_parameter.yaml'), 47 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_notes_rubrique_parameter.yaml'), 48 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_parameter.yaml'), 49 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique.yaml'), 50 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_annonce.yaml'), 51 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_dynamique_modele.yaml'), 52 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_legende.yaml'), 53 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_parameter.yaml'), 54 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone.yaml'), 55 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_modele_rubrique_zone_parameter.yaml'), 56 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template.yaml'), 57 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter.yaml'), 58 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_notes_page_template_parameter_group.yaml'), 59 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_planification.yaml'), 60 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template.yaml'), 61 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_entete.yaml'), 62 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit.yaml'), 63 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_gabarit_zone.yaml'), 64 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter.yaml'), 65 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_parameter_group.yaml'), 66 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_pied.yaml'), 67 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_tetiere.yaml'), 68 => (\dirname(__DIR__4).'/config/api_platform/resources/edition_template_variant.yaml'), 69 => (\dirname(__DIR__4).'/config/api_platform/resources/editions_planner.yaml'), 70 => (\dirname(__DIR__4).'/config/api_platform/resources/list_model.yml'), 71 => (\dirname(__DIR__4).'/config/api_platform/resources/media.yaml'), 72 => (\dirname(__DIR__4).'/config/api_platform/resources/selection.yaml'), 73 => (\dirname(__DIR__4).'/config/api_platform/resources/selection_item.yaml'), 74 => (\dirname(__DIR__4).'/config/api_platform/resources/site.yaml'), 75 => (\dirname(__DIR__4).'/config/api_platform/resources/tag.yaml'), 76 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_annonce.yaml'), 77 => (\dirname(__DIR__4).'/config/api_platform/resources/tag_media.yaml'), 78 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_cache_configuration.yaml'), 79 => (\dirname(__DIR__4).'/config/api_platform/resources/tourinsoft_v3_thesaurus_mapping.yaml'), 80 => (\dirname(__DIR__4).'/config/api_platform/resources/user.yaml'), 81 => (\dirname(__DIR__4).'/config/api_platform/resources/web_subsection_filter.yaml'), 82 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine.yaml'), 83 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_section.yaml'), 84 => (\dirname(__DIR__4).'/config/api_platform/resources/webengine_subsection.yaml'), 85 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter.yaml'), 86 => (\dirname(__DIR__4).'/config/api_platform/resources/webfilter_item.yaml'), 87 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist.yaml'), 88 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_block.yaml'), 89 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template.yaml'), 90 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_item_template_tag.yaml'), 91 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_parameter.yaml'), 92 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template.yaml'), 93 => (\dirname(__DIR__4).'/config/api_platform/resources/weblist_template_tag.yaml'), 94 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap.yaml'), 95 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_item.yaml'), 96 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_block.yaml'), 97 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_popup_template.yaml'), 98 => (\dirname(__DIR__4).'/config/api_platform/resources/webmap_template.yaml'), 99 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage.yaml'), 100 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block.yaml'), 101 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_block_group.yaml'), 102 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_parameter.yaml'), 103 => (\dirname(__DIR__4).'/config/api_platform/resources/webpage_template.yaml'), 104 => (\dirname(__DIR__4).'/config/api_platform/resources/website_parameter.yaml'), 105 => (\dirname(__DIR__4).'/config/api_platform/resources/websort.yaml')], $this);
  2373.     }
  2374.     /**
  2375.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2376.      *
  2377.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2378.      */
  2379.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2380.     {
  2381.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2382.     }
  2383.     /**
  2384.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2385.      *
  2386.      * @return \ApiPlatform\Api\ResourceClassResolver
  2387.      */
  2388.     protected function getApiPlatform_ResourceClassResolverService()
  2389.     {
  2390.         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()));
  2391.     }
  2392.     /**
  2393.      * Gets the private 'api_platform.router' shared service.
  2394.      *
  2395.      * @return \ApiPlatform\Symfony\Routing\Router
  2396.      */
  2397.     protected function getApiPlatform_RouterService()
  2398.     {
  2399.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2400.     }
  2401.     /**
  2402.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2403.      *
  2404.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2405.      */
  2406.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2407.     {
  2408.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2409.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2410.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2411.         }
  2412.         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);
  2413.     }
  2414.     /**
  2415.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2416.      *
  2417.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2418.      */
  2419.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2420.     {
  2421.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2422.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2423.             return $this->privates['api_platform.security.resource_access_checker'];
  2424.         }
  2425.         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['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $a);
  2426.     }
  2427.     /**
  2428.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2429.      *
  2430.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2431.      */
  2432.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2433.     {
  2434.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2435.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2436.     }
  2437.     /**
  2438.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2439.      *
  2440.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2441.      */
  2442.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2443.     {
  2444.         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/serializer/annonce.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/annonce_format.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/annonce_space.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_cache_configuration.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_translationconfig.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_translationhistory.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_writeconfiguration.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block.yaml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block_field.yaml')), 10 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block_field_item.yaml')), 11 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_component.yaml')), 12 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_component_tag.yaml')), 13 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_parameter.yaml')), 14 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_parameter_group.yaml')), 15 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_user_parameter.yaml')), 16 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/cache_configuration.yaml')), 17 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/custom_code.yaml')), 18 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/data_field.yaml')), 19 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/deepl_translation_config.yaml')), 20 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/deepl_translation_param.yaml')), 21 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama.yaml')), 22 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_block.yaml')), 23 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_template.yaml')), 24 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_template_tag.yaml')), 25 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_criterion.yaml')), 26 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_entity.yaml')), 27 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_modality.yaml')), 28 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_product.yaml')), 29 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_scoring.yaml')), 30 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_scoring_profile.yaml')), 31 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_type.yaml')), 32 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template.yaml')), 33 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template_parameter.yaml')), 34 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template_parameter_group.yaml')), 35 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template.yaml')), 36 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template_parameter.yaml')), 37 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template_parameter_group.yaml')), 38 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_legende.yaml')), 39 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_legende_item.yaml')), 40 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele.yaml')), 41 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_contents_rubrique_parameter.yaml')), 42 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_cover_rubrique_parameter.yaml')), 43 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_notes_rubrique_parameter.yaml')), 44 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_parameter.yaml')), 45 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique.yaml')), 46 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_annonce.yaml')), 47 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_dynamique_modele.yaml')), 48 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_legende.yaml')), 49 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_parameter.yaml')), 50 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_zone.yaml')), 51 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_zone_parameter.yaml')), 52 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template.yaml')), 53 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template_parameter.yaml')), 54 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template_parameter_group.yaml')), 55 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_planification.yaml')), 56 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template.yaml')), 57 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_entete.yaml')), 58 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_gabarit.yaml')), 59 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_gabarit_zone.yaml')), 60 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_parameter.yaml')), 61 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_parameter_group.yaml')), 62 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_pied.yaml')), 63 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_tetiere.yaml')), 64 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_variant.yaml')), 65 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/editions_planner.yaml')), 66 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/list_model.yaml')), 67 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/media.yaml')), 68 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/selection.yaml')), 69 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/selection_item.yaml')), 70 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/site.yaml')), 71 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag.yaml')), 72 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag_annonce.yaml')), 73 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag_media.yaml')), 74 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tourinsoft_v3_cache_configuration.yaml')), 75 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tourinsoft_v3_thesaurus_mapping.yaml')), 76 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/user.yaml')), 77 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine.yaml')), 78 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine_section.yaml')), 79 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine_subsection.yaml')), 80 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webfilter.yaml')), 81 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webfilter_item.yaml')), 82 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist.yaml')), 83 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_block.yaml')), 84 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_item_template.yaml')), 85 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_item_template_tag.yaml')), 86 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_parameter.yaml')), 87 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_template.yaml')), 88 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_template_tag.yaml')), 89 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap.yaml')), 90 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_item.yaml')), 91 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_popup_block.yaml')), 92 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_popup_template.yaml')), 93 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_template.yaml')), 94 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage.yaml')), 95 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_block.yaml')), 96 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_block_group.yaml')), 97 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_parameter.yaml')), 98 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_template.yaml')), 99 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/website_parameter.yaml')), 100 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/websort.yaml')), 101 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/websubsectionfilter.yaml')), 102 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/annonce.yaml')), 103 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/annonce_format.yaml')), 104 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/annonce_space.yaml')), 105 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_cache_configuration.yaml')), 106 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_translationconfig.yaml')), 107 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_translationhistory.yaml')), 108 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/apidae_writeconfiguration.yaml')), 109 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block.yaml')), 110 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block_field.yaml')), 111 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/block_field_item.yaml')), 112 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_component.yaml')), 113 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_component_tag.yaml')), 114 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_parameter.yaml')), 115 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_parameter_group.yaml')), 116 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/bridge_user_parameter.yaml')), 117 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/cache_configuration.yaml')), 118 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/custom_code.yaml')), 119 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/data_field.yaml')), 120 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/deepl_translation_config.yaml')), 121 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/deepl_translation_param.yaml')), 122 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama.yaml')), 123 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_block.yaml')), 124 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_template.yaml')), 125 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/diaporama_template_tag.yaml')), 126 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_criterion.yaml')), 127 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_entity.yaml')), 128 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_modality.yaml')), 129 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_product.yaml')), 130 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_scoring.yaml')), 131 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_scoring_profile.yaml')), 132 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/dnsit_type.yaml')), 133 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template.yaml')), 134 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template_parameter.yaml')), 135 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_contents_page_template_parameter_group.yaml')), 136 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template.yaml')), 137 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template_parameter.yaml')), 138 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_cover_template_parameter_group.yaml')), 139 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_legende.yaml')), 140 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_legende_item.yaml')), 141 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele.yaml')), 142 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_contents_rubrique_parameter.yaml')), 143 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_cover_rubrique_parameter.yaml')), 144 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_notes_rubrique_parameter.yaml')), 145 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_parameter.yaml')), 146 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique.yaml')), 147 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_annonce.yaml')), 148 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_dynamique_modele.yaml')), 149 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_legende.yaml')), 150 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_parameter.yaml')), 151 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_zone.yaml')), 152 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_modele_rubrique_zone_parameter.yaml')), 153 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template.yaml')), 154 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template_parameter.yaml')), 155 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_notes_page_template_parameter_group.yaml')), 156 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_planification.yaml')), 157 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template.yaml')), 158 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_entete.yaml')), 159 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_gabarit.yaml')), 160 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_gabarit_zone.yaml')), 161 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_parameter.yaml')), 162 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_parameter_group.yaml')), 163 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_pied.yaml')), 164 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_tetiere.yaml')), 165 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/edition_template_variant.yaml')), 166 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/editions_planner.yaml')), 167 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/list_model.yaml')), 168 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/media.yaml')), 169 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/selection.yaml')), 170 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/selection_item.yaml')), 171 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/site.yaml')), 172 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag.yaml')), 173 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag_annonce.yaml')), 174 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tag_media.yaml')), 175 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tourinsoft_v3_cache_configuration.yaml')), 176 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/tourinsoft_v3_thesaurus_mapping.yaml')), 177 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/user.yaml')), 178 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine.yaml')), 179 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine_section.yaml')), 180 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webengine_subsection.yaml')), 181 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webfilter.yaml')), 182 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webfilter_item.yaml')), 183 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist.yaml')), 184 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_block.yaml')), 185 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_item_template.yaml')), 186 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_item_template_tag.yaml')), 187 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_parameter.yaml')), 188 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_template.yaml')), 189 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/weblist_template_tag.yaml')), 190 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap.yaml')), 191 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_item.yaml')), 192 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_popup_block.yaml')), 193 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_popup_template.yaml')), 194 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webmap_template.yaml')), 195 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage.yaml')), 196 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_block.yaml')), 197 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_block_group.yaml')), 198 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_parameter.yaml')), 199 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/webpage_template.yaml')), 200 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/website_parameter.yaml')), 201 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/websort.yaml')), 202 => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/websubsectionfilter.yaml'))])));
  2445.     }
  2446.     /**
  2447.      * Gets the private 'api_platform.state_provider.locator' shared service.
  2448.      *
  2449.      * @return \ApiPlatform\State\CallableProvider
  2450.      */
  2451.     protected function getApiPlatform_StateProvider_LocatorService()
  2452.     {
  2453.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2454.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2455.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2456.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2457.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2458.         ], [
  2459.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2460.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2461.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2462.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2463.         ]));
  2464.     }
  2465.     /**
  2466.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  2467.      *
  2468.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2469.      */
  2470.     protected function getApiPlatform_SubresourceDataProviderService()
  2471.     {
  2472.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2473.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2474.         }, 1));
  2475.     }
  2476.     /**
  2477.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2478.      *
  2479.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2480.      */
  2481.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2482.     {
  2483.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2484.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2485.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2486.         }
  2487.         $b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2488.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  2489.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  2490.         }
  2491.         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.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
  2492.     }
  2493.     /**
  2494.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2495.      *
  2496.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  2497.      */
  2498.     protected function getApiPlatform_Symfony_IriConverterService()
  2499.     {
  2500.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2501.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2502.             return $this->privates['api_platform.symfony.iri_converter'];
  2503.         }
  2504.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2505.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2506.             return $this->privates['api_platform.symfony.iri_converter'];
  2507.         }
  2508.         $c = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2509.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2510.         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()));
  2511.     }
  2512.     /**
  2513.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2514.      *
  2515.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2516.      */
  2517.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2518.     {
  2519.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2520.     }
  2521.     /**
  2522.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  2523.      *
  2524.      * @return \ApiPlatform\Api\UriVariablesConverter
  2525.      */
  2526.     protected function getApiPlatform_UriVariables_ConverterService()
  2527.     {
  2528.         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 () {
  2529.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2530.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2531.         }, 2));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'cache.annotations' shared service.
  2535.      *
  2536.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2537.      */
  2538.     protected function getCache_AnnotationsService()
  2539.     {
  2540.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tXCfxvHcwT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2544.      *
  2545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2546.      */
  2547.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2548.     {
  2549.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2550.     }
  2551.     /**
  2552.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2555.      */
  2556.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2557.     {
  2558.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2559.     }
  2560.     /**
  2561.      * Gets the private 'cache.property_info' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2564.      */
  2565.     protected function getCache_PropertyInfoService()
  2566.     {
  2567.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T60gOtKFZm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2568.     }
  2569.     /**
  2570.      * Gets the private 'cache.security_expression_language' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2573.      */
  2574.     protected function getCache_SecurityExpressionLanguageService()
  2575.     {
  2576.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('91v66MoH6g'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'cache.serializer' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2582.      */
  2583.     protected function getCache_SerializerService()
  2584.     {
  2585.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AqI04RNpn+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2586.     }
  2587.     /**
  2588.      * Gets the private 'cache.validator' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2591.      */
  2592.     protected function getCache_ValidatorService()
  2593.     {
  2594.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Csgj2uu+FY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2595.     }
  2596.     /**
  2597.      * Gets the private 'config_cache_factory' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2600.      */
  2601.     protected function getConfigCacheFactoryService()
  2602.     {
  2603.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2604.             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)));
  2605.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2606.         }, 2));
  2607.     }
  2608.     /**
  2609.      * Gets the private 'data_collector.form' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2612.      */
  2613.     protected function getDataCollector_FormService()
  2614.     {
  2615.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2616.     }
  2617.     /**
  2618.      * Gets the private 'data_collector.request' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2621.      */
  2622.     protected function getDataCollector_RequestService()
  2623.     {
  2624.         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())));
  2625.     }
  2626.     /**
  2627.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2628.      *
  2629.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2630.      */
  2631.     protected function getDebug_DebugHandlersListenerService()
  2632.     {
  2633.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2634.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2635.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2636.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2638.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2639.     }
  2640.     /**
  2641.      * Gets the private 'debug.file_link_formatter' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2644.      */
  2645.     protected function getDebug_FileLinkFormatterService()
  2646.     {
  2647.         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 () {
  2648.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2649.         });
  2650.     }
  2651.     /**
  2652.      * Gets the private 'debug.log_processor' shared service.
  2653.      *
  2654.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2655.      */
  2656.     protected function getDebug_LogProcessorService()
  2657.     {
  2658.         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())));
  2659.     }
  2660.     /**
  2661.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2664.      */
  2665.     protected function getDebug_Security_Access_DecisionManagerService()
  2666.     {
  2667.         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 () {
  2668.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2669.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2670.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2671.             yield => ($this->privates['debug.security.voter.App\\Security\\BridgeVoter'] ?? $this->load('getBridgeVoterService'));
  2672.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2673.     }
  2674.     /**
  2675.      * Gets the private 'debug.security.firewall' shared service.
  2676.      *
  2677.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2678.      */
  2679.     protected function getDebug_Security_FirewallService()
  2680.     {
  2681.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2682.         if (isset($this->privates['debug.security.firewall'])) {
  2683.             return $this->privates['debug.security.firewall'];
  2684.         }
  2685.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2686.         if (isset($this->privates['debug.security.firewall'])) {
  2687.             return $this->privates['debug.security.firewall'];
  2688.         }
  2689.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2693.      *
  2694.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2695.      */
  2696.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2697.     {
  2698.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2699.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => ['privates''Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber''getORMSchemaEventSubscriberService'true],
  2700.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2701.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2702.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2703.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2704.             'vich_uploader.listener.remove.media_object' => ['privates''vich_uploader.listener.remove.media_object''getVichUploader_Listener_Remove_MediaObjectService'true],
  2705.             'vich_uploader.listener.upload.media_object' => ['privates''vich_uploader.listener.upload.media_object''getVichUploader_Listener_Upload_MediaObjectService'true],
  2706.         ], [
  2707.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => '?',
  2708.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2709.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2710.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2711.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2712.             'vich_uploader.listener.remove.media_object' => '?',
  2713.             'vich_uploader.listener.upload.media_object' => '?',
  2714.         ]), [=> 'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.media_object'=> 'vich_uploader.listener.upload.media_object'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2715.     }
  2716.     /**
  2717.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2718.      *
  2719.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2720.      */
  2721.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2722.     {
  2723.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  2724.     }
  2725.     /**
  2726.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2727.      *
  2728.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2729.      */
  2730.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2731.     {
  2732.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  2733.         $instance->setGlobalBasename('mapping');
  2734.         return $instance;
  2735.     }
  2736.     /**
  2737.      * Gets the private 'exception_listener' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2740.      */
  2741.     protected function getExceptionListenerService()
  2742.     {
  2743.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2744.     }
  2745.     /**
  2746.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  2747.      *
  2748.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  2749.      */
  2750.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  2751.     {
  2752.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  2753.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  2754.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  2755.         }
  2756.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2757.         if (isset($this->privates['lexik_jwt_authentication.handler.authentication_success'])) {
  2758.             return $this->privates['lexik_jwt_authentication.handler.authentication_success'];
  2759.         }
  2760.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a$b, [], true);
  2761.     }
  2762.     /**
  2763.      * Gets the private 'locale_aware_listener' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2766.      */
  2767.     protected function getLocaleAwareListenerService()
  2768.     {
  2769.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2770.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2771.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2772.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2773.     }
  2774.     /**
  2775.      * Gets the private 'locale_listener' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2778.      */
  2779.     protected function getLocaleListenerService()
  2780.     {
  2781.         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, []);
  2782.     }
  2783.     /**
  2784.      * Gets the private 'mime_types' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\Mime\MimeTypes
  2787.      */
  2788.     protected function getMimeTypesService()
  2789.     {
  2790.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2791.         $instance->setDefault($instance);
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the private 'monolog.handler.console' shared service.
  2796.      *
  2797.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2798.      */
  2799.     protected function getMonolog_Handler_ConsoleService()
  2800.     {
  2801.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2802.     }
  2803.     /**
  2804.      * Gets the private 'monolog.handler.main' shared service.
  2805.      *
  2806.      * @return \Monolog\Handler\StreamHandler
  2807.      */
  2808.     protected function getMonolog_Handler_MainService()
  2809.     {
  2810.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2811.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the private 'monolog.logger' shared service.
  2816.      *
  2817.      * @return \Symfony\Bridge\Monolog\Logger
  2818.      */
  2819.     protected function getMonolog_LoggerService()
  2820.     {
  2821.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2822.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2823.         $instance->useMicrosecondTimestamps(true);
  2824.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2825.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2827.         return $instance;
  2828.     }
  2829.     /**
  2830.      * Gets the private 'monolog.logger.cache' shared service.
  2831.      *
  2832.      * @return \Symfony\Bridge\Monolog\Logger
  2833.      */
  2834.     protected function getMonolog_Logger_CacheService()
  2835.     {
  2836.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2837.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2838.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2839.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2840.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2841.         return $instance;
  2842.     }
  2843.     /**
  2844.      * Gets the private 'monolog.logger.request' shared service.
  2845.      *
  2846.      * @return \Symfony\Bridge\Monolog\Logger
  2847.      */
  2848.     protected function getMonolog_Logger_RequestService()
  2849.     {
  2850.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2851.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2852.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2853.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2854.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2859.      *
  2860.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2861.      */
  2862.     protected function getNelmioCors_CorsListenerService()
  2863.     {
  2864.         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->parameters['nelmio_cors.defaults'])]));
  2865.     }
  2866.     /**
  2867.      * Gets the private 'parameter_bag' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2870.      */
  2871.     protected function getParameterBagService()
  2872.     {
  2873.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2874.     }
  2875.     /**
  2876.      * Gets the private 'profiler_listener' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2879.      */
  2880.     protected function getProfilerListenerService()
  2881.     {
  2882.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2883.         if (isset($this->privates['profiler_listener'])) {
  2884.             return $this->privates['profiler_listener'];
  2885.         }
  2886.         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);
  2887.     }
  2888.     /**
  2889.      * Gets the private 'property_accessor' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2892.      */
  2893.     protected function getPropertyAccessorService()
  2894.     {
  2895.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2896.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2897.     }
  2898.     /**
  2899.      * Gets the private 'property_info' shared service.
  2900.      *
  2901.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2902.      */
  2903.     protected function getPropertyInfoService()
  2904.     {
  2905.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2906.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2907.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2908.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2909.         }, 3), new RewindableGenerator(function () {
  2910.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2911.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2912.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2913.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2914.         }, 4), new RewindableGenerator(function () {
  2915.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2916.         }, 1), new RewindableGenerator(function () {
  2917.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2918.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2919.         }, 2), new RewindableGenerator(function () {
  2920.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2921.         }, 1));
  2922.     }
  2923.     /**
  2924.      * Gets the private 'router.expression_language_provider' shared service.
  2925.      *
  2926.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2927.      */
  2928.     protected function getRouter_ExpressionLanguageProviderService()
  2929.     {
  2930.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2931.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2932.         ], [
  2933.             'env' => 'Closure',
  2934.         ]));
  2935.     }
  2936.     /**
  2937.      * Gets the private 'router.request_context' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\Routing\RequestContext
  2940.      */
  2941.     protected function getRouter_RequestContextService()
  2942.     {
  2943.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2944.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2945.         return $instance;
  2946.     }
  2947.     /**
  2948.      * Gets the private 'router_listener' shared service.
  2949.      *
  2950.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2951.      */
  2952.     protected function getRouterListenerService()
  2953.     {
  2954.         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);
  2955.     }
  2956.     /**
  2957.      * Gets the private 'security.expression_language' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2960.      */
  2961.     protected function getSecurity_ExpressionLanguageService()
  2962.     {
  2963.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2964.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'security.firewall.map' shared service.
  2969.      *
  2970.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2971.      */
  2972.     protected function getSecurity_Firewall_MapService()
  2973.     {
  2974.         $a = ($this->privates['.service_locator.wo5dfsd'] ?? $this->get_ServiceLocator_Wo5dfsdService());
  2975.         if (isset($this->privates['security.firewall.map'])) {
  2976.             return $this->privates['security.firewall.map'];
  2977.         }
  2978.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2979.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Whq7_mc'] ?? ($this->privates['.security.request_matcher.Whq7_mc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_(profiler|wdt)')));
  2980.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.qD3D_qf'] ?? ($this->privates['.security.request_matcher.qD3D_qf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/token/refresh')));
  2981.             yield 'security.firewall.map.context.api_register' => ($this->privates['.security.request_matcher.BLYHUx3'] ?? ($this->privates['.security.request_matcher.BLYHUx3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/api_register')));
  2982.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  2983.             yield 'security.firewall.map.context.getentity' => ($this->privates['.security.request_matcher.a2pUACj'] ?? ($this->privates['.security.request_matcher.a2pUACj'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/entities/get_current_entity')));
  2984.             yield 'security.firewall.map.context.updateuserparams' => ($this->privates['.security.request_matcher.pakKLOI'] ?? ($this->privates['.security.request_matcher.pakKLOI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/users/update_user_params')));
  2985.             yield 'security.firewall.map.context.getauthorizededitionstemplates' => ($this->privates['.security.request_matcher.Pd5gV41'] ?? ($this->privates['.security.request_matcher.Pd5gV41'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/editions/getAuthorizedEditionTemplates')));
  2986.             yield 'security.firewall.map.context.main' => NULL;
  2987.         }, 8));
  2988.     }
  2989.     /**
  2990.      * Gets the private 'security.logout_url_generator' shared service.
  2991.      *
  2992.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2993.      */
  2994.     protected function getSecurity_LogoutUrlGeneratorService()
  2995.     {
  2996.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2997.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2998.         return $instance;
  2999.     }
  3000.     /**
  3001.      * Gets the private 'security.role_hierarchy' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3004.      */
  3005.     protected function getSecurity_RoleHierarchyService()
  3006.     {
  3007.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3008.     }
  3009.     /**
  3010.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3011.      *
  3012.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3013.      */
  3014.     protected function getSerializer_NameConverter_MetadataAwareService()
  3015.     {
  3016.         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()));
  3017.     }
  3018.     /**
  3019.      * Gets the private 'translator.default' shared service.
  3020.      *
  3021.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3022.      */
  3023.     protected function getTranslator_DefaultService()
  3024.     {
  3025.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3026.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3027.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3028.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3029.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3030.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3031.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3032.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3033.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3034.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3035.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3036.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3037.         ], [
  3038.             'translation.loader.csv' => '?',
  3039.             'translation.loader.dat' => '?',
  3040.             'translation.loader.ini' => '?',
  3041.             'translation.loader.json' => '?',
  3042.             'translation.loader.mo' => '?',
  3043.             'translation.loader.php' => '?',
  3044.             'translation.loader.po' => '?',
  3045.             'translation.loader.qt' => '?',
  3046.             'translation.loader.res' => '?',
  3047.             'translation.loader.xliff' => '?',
  3048.             'translation.loader.yml' => '?',
  3049.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/lexik/jwt-authentication-bundle/translations'17 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'18 => 'vendor/knplabs/knp-snappy-bundle/src/translations'19 => 'vendor/endroid/qr-code-bundle/src/translations']]], []);
  3050.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3051.         $instance->setFallbackLocales([=> 'fr']);
  3052.         return $instance;
  3053.     }
  3054.     /**
  3055.      * Gets the private 'validator.builder' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3058.      */
  3059.     protected function getValidator_BuilderService()
  3060.     {
  3061.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3062.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3063.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3064.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3065.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3066.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3067.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3068.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3069.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3070.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3071.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3072.         ], [
  3073.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3074.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3075.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3076.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3077.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3078.             'doctrine.orm.validator.unique' => '?',
  3079.             'security.validator.user_password' => '?',
  3080.             'validator.expression' => '?',
  3081.         ])));
  3082.         if ($this->has('translator')) {
  3083.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3084.         }
  3085.         $instance->setTranslationDomain('validators');
  3086.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3087.         $instance->enableAnnotationMapping(true);
  3088.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3089.         $instance->addMethodMapping('loadValidatorMetadata');
  3090.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3091.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3092.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3093.         return $instance;
  3094.     }
  3095.     /**
  3096.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3097.      *
  3098.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3099.      */
  3100.     protected function getVichUploader_MetadataReaderService()
  3101.     {
  3102.         $a = new \Metadata\Driver\FileLocator([]);
  3103.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3104.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3105.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3106.     }
  3107.     /**
  3108.      * Gets the private 'web_profiler.csp.handler' shared service.
  3109.      *
  3110.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3111.      */
  3112.     protected function getWebProfiler_Csp_HandlerService()
  3113.     {
  3114.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3115.     }
  3116.     /**
  3117.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3118.      *
  3119.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3120.      */
  3121.     protected function getWebProfiler_DebugToolbarService()
  3122.     {
  3123.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3124.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3125.             return $this->privates['web_profiler.debug_toolbar'];
  3126.         }
  3127.         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()), NULL);
  3128.     }
  3129.     /**
  3130.      * Gets the public 'cache_clearer' alias.
  3131.      *
  3132.      * @return object The ".container.private.cache_clearer" service.
  3133.      */
  3134.     protected function getCacheClearerService()
  3135.     {
  3136.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3137.         return $this->get('.container.private.cache_clearer');
  3138.     }
  3139.     /**
  3140.      * Gets the public 'filesystem' alias.
  3141.      *
  3142.      * @return object The ".container.private.filesystem" service.
  3143.      */
  3144.     protected function getFilesystemService()
  3145.     {
  3146.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3147.         return $this->get('.container.private.filesystem');
  3148.     }
  3149.     /**
  3150.      * Gets the public 'serializer' alias.
  3151.      *
  3152.      * @return object The ".container.private.serializer" service.
  3153.      */
  3154.     protected function getSerializerService()
  3155.     {
  3156.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3157.         return $this->get('.container.private.serializer');
  3158.     }
  3159.     /**
  3160.      * Gets the public 'form.factory' alias.
  3161.      *
  3162.      * @return object The ".container.private.form.factory" service.
  3163.      */
  3164.     protected function getForm_FactoryService()
  3165.     {
  3166.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3167.         return $this->get('.container.private.form.factory');
  3168.     }
  3169.     /**
  3170.      * Gets the public 'form.type.file' alias.
  3171.      *
  3172.      * @return object The ".container.private.form.type.file" service.
  3173.      */
  3174.     protected function getForm_Type_FileService()
  3175.     {
  3176.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3177.         return $this->get('.container.private.form.type.file');
  3178.     }
  3179.     /**
  3180.      * Gets the public 'profiler' alias.
  3181.      *
  3182.      * @return object The ".container.private.profiler" service.
  3183.      */
  3184.     protected function getProfilerService()
  3185.     {
  3186.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3187.         return $this->get('.container.private.profiler');
  3188.     }
  3189.     /**
  3190.      * Gets the public 'security.authorization_checker' alias.
  3191.      *
  3192.      * @return object The ".container.private.security.authorization_checker" service.
  3193.      */
  3194.     protected function getSecurity_AuthorizationCheckerService()
  3195.     {
  3196.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3197.         return $this->get('.container.private.security.authorization_checker');
  3198.     }
  3199.     /**
  3200.      * Gets the public 'twig' alias.
  3201.      *
  3202.      * @return object The ".container.private.twig" service.
  3203.      */
  3204.     protected function getTwigService()
  3205.     {
  3206.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3207.         return $this->get('.container.private.twig');
  3208.     }
  3209.     /**
  3210.      * Gets the public 'security.password_encoder' alias.
  3211.      *
  3212.      * @return object The ".container.private.security.password_encoder" service.
  3213.      */
  3214.     protected function getSecurity_PasswordEncoderService()
  3215.     {
  3216.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3217.         return $this->get('.container.private.security.password_encoder');
  3218.     }
  3219.     /**
  3220.      * Gets the public 'validator' alias.
  3221.      *
  3222.      * @return object The ".container.private.validator" service.
  3223.      */
  3224.     protected function getValidatorService()
  3225.     {
  3226.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3227.         return $this->get('.container.private.validator');
  3228.     }
  3229.     /**
  3230.      * @return array|bool|float|int|string|\UnitEnum|null
  3231.      */
  3232.     public function getParameter(string $name)
  3233.     {
  3234.         if (isset($this->buildParameters[$name])) {
  3235.             return $this->buildParameters[$name];
  3236.         }
  3237.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3238.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3239.         }
  3240.         if (isset($this->loadedDynamicParameters[$name])) {
  3241.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3242.         }
  3243.         return $this->parameters[$name];
  3244.     }
  3245.     public function hasParameter(string $name): bool
  3246.     {
  3247.         if (isset($this->buildParameters[$name])) {
  3248.             return true;
  3249.         }
  3250.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3251.     }
  3252.     public function setParameter(string $name$value): void
  3253.     {
  3254.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3255.     }
  3256.     public function getParameterBag(): ParameterBagInterface
  3257.     {
  3258.         if (null === $this->parameterBag) {
  3259.             $parameters $this->parameters;
  3260.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3261.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3262.             }
  3263.             foreach ($this->buildParameters as $name => $value) {
  3264.                 $parameters[$name] = $value;
  3265.             }
  3266.             $this->parameterBag = new FrozenParameterBag($parameters);
  3267.         }
  3268.         return $this->parameterBag;
  3269.     }
  3270.     private $loadedDynamicParameters = [
  3271.         'kernel.runtime_environment' => false,
  3272.         'kernel.build_dir' => false,
  3273.         'kernel.cache_dir' => false,
  3274.         'bridge_base_url' => false,
  3275.         'client_base_url' => false,
  3276.         'lei_nomenclature_url' => false,
  3277.         'lei_criterion_url' => false,
  3278.         'lei_url' => false,
  3279.         'lei_user' => false,
  3280.         'lei_pwkey' => false,
  3281.         'lei_entites_url' => false,
  3282.         'lei_dispo_jours_peremption' => false,
  3283.         'lei_dispo_critere_filtre' => false,
  3284.         'downloadPhotos' => false,
  3285.         'photosPath' => false,
  3286.         'photosURL' => false,
  3287.         'importScript' => false,
  3288.         'smtp_host' => false,
  3289.         'smtp_port' => false,
  3290.         'smtp_user' => false,
  3291.         'smtp_pass' => false,
  3292.         'mail_from' => false,
  3293.         'email_notif' => false,
  3294.         'disable_data_voter' => false,
  3295.         'sso_lei_enabled' => false,
  3296.         'logo_sso_lei' => false,
  3297.         'sso_tourinsoft_enabled' => false,
  3298.         'sso_tourinsoft_default_role' => false,
  3299.         'logo_sso_tourinsoft' => false,
  3300.         'sso_apidae_enabled' => false,
  3301.         'logo_sso_apidae' => false,
  3302.         'tourinsoft_api_url' => false,
  3303.         'tourinsoft_api_client_id' => false,
  3304.         'tourinsoft_api_client_secret' => false,
  3305.         'user_admin_editions' => false,
  3306.         'entites_sans_partage' => false,
  3307.         'champ_id_produit' => false,
  3308.         'enable_module_ads' => false,
  3309.         'import_custom_file' => false,
  3310.         'max_sit_files' => false,
  3311.         'max_sites' => false,
  3312.         'quota_system_enabled' => false,
  3313.         'max_request_web' => false,
  3314.         'max_generated_pdf' => false,
  3315.         'max_stored_pdf' => false,
  3316.         'bridge_languages' => false,
  3317.         'do_not_show_web_components' => false,
  3318.         'product_slug_rewrite_pattern' => false,
  3319.         'product_slug_rewrite_pattern_foreign_languages' => false,
  3320.         'mode_multi_entites' => false,
  3321.         'entite_territoriale' => false,
  3322.         'activer_trad_deepl' => false,
  3323.         'cle_api_deepl' => false,
  3324.         'type_api_deepl' => false,
  3325.         'cle_deepl_interne' => false,
  3326.         'inline_resized_images_in_pdf' => false,
  3327.         'max_simultaneous_tasks' => false,
  3328.         'cache_resized_images' => false,
  3329.         'cle_api_loopedin' => false,
  3330.         'kernel.secret' => false,
  3331.         'debug.container.dump' => false,
  3332.         'serializer.mapping.cache.file' => false,
  3333.         'validator.mapping.cache.file' => false,
  3334.         'profiler.storage.dsn' => false,
  3335.         'doctrine.orm.proxy_dir' => false,
  3336.         'lexik_jwt_authentication.pass_phrase' => false,
  3337.         'knp_snappy.pdf.binary' => false,
  3338.         'knp_snappy.image.binary' => false,
  3339.         'vich_uploader.mappings' => false,
  3340.     ];
  3341.     private $dynamicParameters = [];
  3342.     private function getDynamicParameter(string $name)
  3343.     {
  3344.         switch ($name) {
  3345.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3346.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3347.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3348.             case 'bridge_base_url'$value $this->getEnv('BRIDGE_BASE_URL'); break;
  3349.             case 'client_base_url'$value $this->getEnv('CLIENT_BASE_URL'); break;
  3350.             case 'lei_nomenclature_url'$value $this->getEnv('LEI_NOMENCLATURE_URL'); break;
  3351.             case 'lei_criterion_url'$value $this->getEnv('LEI_CRITERION_URL'); break;
  3352.             case 'lei_url'$value $this->getEnv('LEI_URL'); break;
  3353.             case 'lei_user'$value $this->getEnv('LEI_USER'); break;
  3354.             case 'lei_pwkey'$value $this->getEnv('LEI_PWKEY'); break;
  3355.             case 'lei_entites_url'$value $this->getEnv('LEI_ENTITES_URL'); break;
  3356.             case 'lei_dispo_jours_peremption'$value $this->getEnv('LEI_DISPO_JOURS_PEREMPTION'); break;
  3357.             case 'lei_dispo_critere_filtre'$value $this->getEnv('LEI_DISPO_CRITERE_FILTRE'); break;
  3358.             case 'downloadPhotos'$value $this->getEnv('downloadPhotos'); break;
  3359.             case 'photosPath'$value $this->getEnv('photosPath'); break;
  3360.             case 'photosURL'$value $this->getEnv('photosURL'); break;
  3361.             case 'importScript'$value $this->getEnv('importScript'); break;
  3362.             case 'smtp_host'$value $this->getEnv('SMTP_HOST'); break;
  3363.             case 'smtp_port'$value $this->getEnv('SMTP_PORT'); break;
  3364.             case 'smtp_user'$value $this->getEnv('SMTP_USER'); break;
  3365.             case 'smtp_pass'$value $this->getEnv('SMTP_PASS'); break;
  3366.             case 'mail_from'$value $this->getEnv('EMAIL_FROM'); break;
  3367.             case 'email_notif'$value $this->getEnv('EMAIL_NOTIF'); break;
  3368.             case 'disable_data_voter'$value $this->getEnv('DISABLE_DATA_VOTER'); break;
  3369.             case 'sso_lei_enabled'$value $this->getEnv('SSO_LEI_ENABLED'); break;
  3370.             case 'logo_sso_lei'$value $this->getEnv('LOGO_SSO_LEI'); break;
  3371.             case 'sso_tourinsoft_enabled'$value $this->getEnv('SSO_TOURINSOFT_ENABLED'); break;
  3372.             case 'sso_tourinsoft_default_role'$value $this->getEnv('SSO_TOURINSOFT_DEFAULT_ROLE'); break;
  3373.             case 'logo_sso_tourinsoft'$value $this->getEnv('LOGO_SSO_TOURINSOFT'); break;
  3374.             case 'sso_apidae_enabled'$value $this->getEnv('SSO_APIDAE_ENABLED'); break;
  3375.             case 'logo_sso_apidae'$value $this->getEnv('LOGO_SSO_APIDAE'); break;
  3376.             case 'tourinsoft_api_url'$value $this->getEnv('TOURINSOFT_API_URL'); break;
  3377.             case 'tourinsoft_api_client_id'$value $this->getEnv('TOURINSOFT_API_CLIENT_ID'); break;
  3378.             case 'tourinsoft_api_client_secret'$value $this->getEnv('TOURINSOFT_API_CLIENT_SECRET'); break;
  3379.             case 'user_admin_editions'$value $this->getEnv('USER_ADMIN_EDITIONS'); break;
  3380.             case 'entites_sans_partage'$value $this->getEnv('ENTITES_SANS_PARTAGE'); break;
  3381.             case 'champ_id_produit'$value $this->getEnv('CHAMP_ID_PRODUIT'); break;
  3382.             case 'enable_module_ads'$value $this->getEnv('ENABLE_MODULE_ADS'); break;
  3383.             case 'import_custom_file'$value $this->getEnv('IMPORT_CUSTOM_FILE'); break;
  3384.             case 'max_sit_files'$value $this->getEnv('MAX_SIT_FILES'); break;
  3385.             case 'max_sites'$value $this->getEnv('MAX_SITES'); break;
  3386.             case 'quota_system_enabled'$value $this->getEnv('QUOTA_SYSTEM_ENABLED'); break;
  3387.             case 'max_request_web'$value $this->getEnv('MAX_REQUEST_WEB'); break;
  3388.             case 'max_generated_pdf'$value $this->getEnv('MAX_GENERATED_PDF'); break;
  3389.             case 'max_stored_pdf'$value $this->getEnv('MAX_STORED_PDF'); break;
  3390.             case 'bridge_languages'$value $this->getEnv('BRIDGE_LANGUAGES'); break;
  3391.             case 'do_not_show_web_components'$value $this->getEnv('DO_NOT_SHOW_WEB_COMPONENTS'); break;
  3392.             case 'product_slug_rewrite_pattern'$value $this->getEnv('PRODUCT_SLUG_REWRITE_PATTERN'); break;
  3393.             case 'product_slug_rewrite_pattern_foreign_languages'$value $this->getEnv('PRODUCT_SLUG_REWRITE_PATTERN_FOREIGN_LANGUAGES'); break;
  3394.             case 'mode_multi_entites'$value $this->getEnv('MODE_MULTI_ENTITES'); break;
  3395.             case 'entite_territoriale'$value $this->getEnv('ENTITE_TERRITORIALE'); break;
  3396.             case 'activer_trad_deepl'$value $this->getEnv('ACTIVER_TRAD_DEEPL'); break;
  3397.             case 'cle_api_deepl'$value $this->getEnv('CLE_API_DEEPL'); break;
  3398.             case 'type_api_deepl'$value $this->getEnv('TYPE_API_DEEPL'); break;
  3399.             case 'cle_deepl_interne'$value $this->getEnv('CLE_DEEPL_INTERNE'); break;
  3400.             case 'inline_resized_images_in_pdf'$value $this->getEnv('INLINE_RESIZED_IMAGES_IN_PDF'); break;
  3401.             case 'max_simultaneous_tasks'$value $this->getEnv('MAX_SIMULTANEOUS_TASKS'); break;
  3402.             case 'cache_resized_images'$value $this->getEnv('CACHE_RESIZED_IMAGES'); break;
  3403.             case 'cle_api_loopedin'$value $this->getEnv('LOOPEDIN_KEY'); break;
  3404.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3405.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3406.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3407.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3408.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3409.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3410.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3411.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3412.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3413.             case 'vich_uploader.mappings'$value = [
  3414.                 'media_object' => [
  3415.                     'uri_prefix' => $this->getEnv('string:BRIDGE_BASE_URL').'/media',
  3416.                     'upload_destination' => (\dirname(__DIR__4).'/public/media'),
  3417.                     'inject_on_load' => false,
  3418.                     'namer' => [
  3419.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object',
  3420.                         'options' => [
  3421.                         ],
  3422.                     ],
  3423.                     'delete_on_update' => false,
  3424.                     'delete_on_remove' => true,
  3425.                     'directory_namer' => [
  3426.                         'service' => NULL,
  3427.                         'options' => NULL,
  3428.                     ],
  3429.                     'db_driver' => 'orm',
  3430.                 ],
  3431.             ]; break;
  3432.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3433.         }
  3434.         $this->loadedDynamicParameters[$name] = true;
  3435.         return $this->dynamicParameters[$name] = $value;
  3436.     }
  3437.     protected function getDefaultParameters(): array
  3438.     {
  3439.         return [
  3440.             'kernel.project_dir' => \dirname(__DIR__4),
  3441.             'kernel.environment' => 'dev',
  3442.             'kernel.debug' => true,
  3443.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3444.             'kernel.bundles' => [
  3445.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3446.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3447.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3448.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3449.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3450.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3451.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3452.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3453.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3454.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3455.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3456.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3457.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3458.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3459.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3460.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  3461.             ],
  3462.             'kernel.bundles_metadata' => [
  3463.                 'FrameworkBundle' => [
  3464.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3465.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3466.                 ],
  3467.                 'DoctrineBundle' => [
  3468.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3469.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3470.                 ],
  3471.                 'DoctrineMigrationsBundle' => [
  3472.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3473.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3474.                 ],
  3475.                 'SecurityBundle' => [
  3476.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3477.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3478.                 ],
  3479.                 'TwigBundle' => [
  3480.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3481.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3482.                 ],
  3483.                 'WebProfilerBundle' => [
  3484.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3485.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3486.                 ],
  3487.                 'MonologBundle' => [
  3488.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3489.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3490.                 ],
  3491.                 'MakerBundle' => [
  3492.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3493.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3494.                 ],
  3495.                 'ApiPlatformBundle' => [
  3496.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3497.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3498.                 ],
  3499.                 'NelmioCorsBundle' => [
  3500.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3501.                     'namespace' => 'Nelmio\\CorsBundle',
  3502.                 ],
  3503.                 'LexikJWTAuthenticationBundle' => [
  3504.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3505.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3506.                 ],
  3507.                 'GesdinetJWTRefreshTokenBundle' => [
  3508.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3509.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3510.                 ],
  3511.                 'KnpSnappyBundle' => [
  3512.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3513.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3514.                 ],
  3515.                 'VichUploaderBundle' => [
  3516.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3517.                     'namespace' => 'Vich\\UploaderBundle',
  3518.                 ],
  3519.                 'SymfonyCastsResetPasswordBundle' => [
  3520.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3521.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3522.                 ],
  3523.                 'EndroidQrCodeBundle' => [
  3524.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  3525.                     'namespace' => 'Endroid\\QrCodeBundle',
  3526.                 ],
  3527.             ],
  3528.             'kernel.charset' => 'UTF-8',
  3529.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3530.             'container.dumper.inline_class_loader' => true,
  3531.             'locale' => 'fr',
  3532.             'projectDir' => \dirname(__DIR__4),
  3533.             'event_dispatcher.event_aliases' => [
  3534.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3535.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3536.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3537.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3538.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3539.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3540.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3541.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3542.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3543.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3544.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3545.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3546.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3547.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3548.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3549.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3550.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3551.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3552.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3553.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3554.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3555.             ],
  3556.             'fragment.renderer.hinclude.global_template' => NULL,
  3557.             'fragment.path' => '/_fragment',
  3558.             'kernel.http_method_override' => true,
  3559.             'kernel.trusted_hosts' => [
  3560.             ],
  3561.             'kernel.default_locale' => 'fr',
  3562.             'kernel.enabled_locales' => [
  3563.             ],
  3564.             'kernel.error_controller' => 'error_controller',
  3565.             'debug.file_link_format' => NULL,
  3566.             'asset.request_context.base_path' => NULL,
  3567.             'asset.request_context.secure' => NULL,
  3568.             'translator.logging' => false,
  3569.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3570.             'debug.error_handler.throw_at' => -1,
  3571.             'router.request_context.host' => 'localhost',
  3572.             'router.request_context.scheme' => 'http',
  3573.             'router.request_context.base_url' => '',
  3574.             'router.resource' => 'kernel::loadRoutes',
  3575.             'request_listener.http_port' => 80,
  3576.             'request_listener.https_port' => 443,
  3577.             'form.type_extension.csrf.enabled' => false,
  3578.             'validator.translation_domain' => 'validators',
  3579.             'profiler_listener.only_exceptions' => false,
  3580.             'profiler_listener.only_main_requests' => false,
  3581.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3582.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3583.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3584.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3585.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3586.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3587.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3588.             'doctrine.entity_managers' => [
  3589.                 'default' => 'doctrine.orm.default_entity_manager',
  3590.             ],
  3591.             'doctrine.default_entity_manager' => 'default',
  3592.             'doctrine.dbal.connection_factory.types' => [
  3593.                 'geometry' => [
  3594.                     'class' => 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType',
  3595.                 ],
  3596.             ],
  3597.             'doctrine.connections' => [
  3598.                 'default' => 'doctrine.dbal.default_connection',
  3599.             ],
  3600.             'doctrine.default_connection' => 'default',
  3601.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3602.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3603.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3604.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3605.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3606.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3607.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3608.             'doctrine.orm.cache.memcache_port' => 11211,
  3609.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3610.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3611.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3612.             'doctrine.orm.cache.memcached_port' => 11211,
  3613.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3614.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3615.             'doctrine.orm.cache.redis_host' => 'localhost',
  3616.             'doctrine.orm.cache.redis_port' => 6379,
  3617.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3618.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3619.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3620.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3621.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3622.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3623.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3624.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3625.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3626.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3627.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3628.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3629.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3630.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3631.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3632.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3633.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3634.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3635.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3636.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3637.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3638.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3639.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3640.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3641.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3642.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3643.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3644.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3645.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3646.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3647.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3648.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3649.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3650.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3651.             'doctrine.migrations.preferred_em' => NULL,
  3652.             'doctrine.migrations.preferred_connection' => 'default',
  3653.             'security.role_hierarchy.roles' => [
  3654.                 'ROLE_WEB_USER' => [
  3655.                     => 'ROLE_SELECTION_RO',
  3656.                     => 'ROLE_BLOCK_RO',
  3657.                     => 'ROLE_ANNONCE_RO',
  3658.                     => 'ROLE_SORT_RO',
  3659.                     => 'ROLE_SCORING_RO',
  3660.                     => 'ROLE_WEBLIST_RO',
  3661.                     => 'ROLE_LISTMODEL_RO',
  3662.                     => 'ROLE_WEBMAP_RO',
  3663.                     => 'ROLE_WEBPAGE_RO',
  3664.                     => 'ROLE_WEBFILTER_RO',
  3665.                     10 => 'ROLE_WEBENGINE_RO',
  3666.                     11 => 'ROLE_MEDIA_RO',
  3667.                     12 => 'ROLE_PARAMETER_RO',
  3668.                     13 => 'ROLE_USER',
  3669.                 ],
  3670.                 'ROLE_WEB_ADMIN' => [
  3671.                     => 'ROLE_EDITION_MODELE_RO',
  3672.                     => 'ROLE_WEB_USER',
  3673.                     => 'ROLE_SELECTION_RW',
  3674.                     => 'ROLE_BLOCK_RW',
  3675.                     => 'ROLE_ANNONCE_RW',
  3676.                     => 'ROLE_SORT_RW',
  3677.                     => 'ROLE_SCORING_RW',
  3678.                     => 'ROLE_WEBLIST_RW',
  3679.                     => 'ROLE_LISTMODEL_RW',
  3680.                     => 'ROLE_WEBMAP_RW',
  3681.                     10 => 'ROLE_WEBPAGE_RW',
  3682.                     11 => 'ROLE_WEBFILTER_RW',
  3683.                     12 => 'ROLE_WEBENGINE_RW',
  3684.                     13 => 'ROLE_MEDIA_RW',
  3685.                     14 => 'ROLE_PARAMETER_RO',
  3686.                     15 => 'ROLE_PARAMETER_RW',
  3687.                 ],
  3688.                 'ROLE_EDITION_USER' => [
  3689.                     => 'ROLE_EDITION_MODELE_RO',
  3690.                     => 'ROLE_EDITION_PLANIFICATION_RO',
  3691.                     => 'ROLE_SORT_RO',
  3692.                     => 'ROLE_EDITION_PLANIFICATION_RW',
  3693.                     => 'ROLE_SELECTION_RO',
  3694.                     => 'ROLE_BLOCK_RO',
  3695.                     => 'ROLE_ANNONCE_RO',
  3696.                     => 'ROLE_SORT_RO',
  3697.                     => 'ROLE_SCORING_RO',
  3698.                     => 'ROLE_MEDIA_RO',
  3699.                     10 => 'ROLE_PARAMETER_RO',
  3700.                     11 => 'ROLE_USER',
  3701.                 ],
  3702.                 'ROLE_EDITION_ADMIN' => [
  3703.                     => 'ROLE_EDITION_USER',
  3704.                     => 'ROLE_EDITION_MODELE_RW',
  3705.                     => 'ROLE_SELECTION_RW',
  3706.                     => 'ROLE_ANNONCE_RW',
  3707.                     => 'ROLE_BLOCK_RW',
  3708.                     => 'ROLE_SORT_RW',
  3709.                     => 'ROLE_SCORING_RW',
  3710.                     => 'ROLE_MEDIA_RW',
  3711.                     => 'ROLE_PARAMETER_RO',
  3712.                     => 'ROLE_PARAMETER_RW',
  3713.                 ],
  3714.                 'ROLE_DIAPORAMA_USER' => [
  3715.                     => 'ROLE_EDITION_MODELE_RO',
  3716.                     => 'ROLE_SELECTION_RO',
  3717.                     => 'ROLE_BLOCK_RO',
  3718.                     => 'ROLE_ANNONCE_RO',
  3719.                     => 'ROLE_SORT_RO',
  3720.                     => 'ROLE_SCORING_RO',
  3721.                     => 'ROLE_MEDIA_RO',
  3722.                     => 'ROLE_PARAMETER_RO',
  3723.                     => 'ROLE_USER',
  3724.                     => 'ROLE_DIAPORAMA_RO',
  3725.                 ],
  3726.                 'ROLE_DIAPORAMA_ADMIN' => [
  3727.                     => 'ROLE_DIAPORAMA_USER',
  3728.                     => 'ROLE_BLOCK_RW',
  3729.                     => 'ROLE_SELECTION_RW',
  3730.                     => 'ROLE_DIAPORAMA_RW',
  3731.                     => 'ROLE_DIAPORAMA_RO',
  3732.                     => 'ROLE_ANNONCE_RW',
  3733.                     => 'ROLE_SORT_RW',
  3734.                     => 'ROLE_SCORING_RW',
  3735.                     => 'ROLE_MEDIA_RW',
  3736.                     => 'ROLE_PARAMETER_RO',
  3737.                     10 => 'ROLE_PARAMETER_RW',
  3738.                 ],
  3739.                 'ROLE_ANNONCE_USER' => [
  3740.                     => 'ROLE_ANNONCE_RO',
  3741.                     => 'ROLE_DIAPORAMA_RO',
  3742.                     => 'ROLE_WEBLIST_RO',
  3743.                     => 'ROLE_LISTMODEL_RO',
  3744.                     => 'ROLE_EDITION_MODELE_RO',
  3745.                     => 'ROLE_MEDIA_RO',
  3746.                     => 'ROLE_PARAMETER_RO',
  3747.                     => 'ROLE_USER',
  3748.                 ],
  3749.                 'ROLE_ANNONCE_ADMIN' => [
  3750.                     => 'ROLE_ANNONCE_USER',
  3751.                     => 'ROLE_ANNONCE_RW',
  3752.                 ],
  3753.                 'ROLE_ADMIN' => [
  3754.                     => 'ROLE_USER',
  3755.                     => 'ROLE_WEB_ADMIN',
  3756.                     => 'ROLE_EDITION_ADMIN',
  3757.                     => 'ROLE_DIAPORAMA_ADMIN',
  3758.                     => 'ROLE_EDITION_MODELE_RO',
  3759.                     => 'ROLE_ANNONCE_ADMIN',
  3760.                 ],
  3761.                 'ROLE_ADMIN_REGION' => [
  3762.                     => 'ROLE_USERS_RO',
  3763.                     => 'ROLE_USERS_RW',
  3764.                     => 'ROLE_PARAMETER_RO',
  3765.                     => 'ROLE_PARAMETER_RW',
  3766.                 ],
  3767.                 'ROLE_SUPER_ADMIN' => [
  3768.                     => 'ROLE_ADMIN',
  3769.                     => 'ROLE_EDITION_TEMPLATE_RW',
  3770.                     => 'ROLE_PARAMETER_RO',
  3771.                     => 'ROLE_PARAMETER_RW',
  3772.                     => 'ROLE_WIDJI_ADMIN',
  3773.                     => 'ROLE_DIAPORAMA_ADMIN',
  3774.                     => 'ROLE_DIAPORAMA_TEMPLATE_RW',
  3775.                     => 'ROLE_ANNONCE_RW',
  3776.                     => 'ROLE_ANNONCE_RO',
  3777.                     => 'ROLE_WEBMAP_TEMPLATE_RW',
  3778.                     10 => 'ROLE_WEBMAP_TEMPLATE_RO',
  3779.                     11 => 'ROLE_WEBPAGE_TEMPLATE_RW',
  3780.                     12 => 'ROLE_WEBPAGE_TEMPLATE_RO',
  3781.                     13 => 'ROLE_WEBLIST_TEMPLATE_RW',
  3782.                     14 => 'ROLE_WEBLIST_TEMPLATE_RO',
  3783.                     15 => 'ROLE_BRIDGE_COMPONENT_RW',
  3784.                     16 => 'ROLE_BRIDGE_COMPONENT_RO',
  3785.                     17 => 'ROLE_CUSTOM_CODE_RO',
  3786.                     18 => 'ROLE_CUSTOM_CODE_RW',
  3787.                 ],
  3788.             ],
  3789.             'security.access.denied_url' => NULL,
  3790.             'security.authentication.manager.erase_credentials' => true,
  3791.             'security.authentication.session_strategy.strategy' => 'migrate',
  3792.             'security.access.always_authenticate_before_granting' => false,
  3793.             'security.authentication.hide_user_not_found' => true,
  3794.             'security.firewalls' => [
  3795.                 => 'dev',
  3796.                 => 'refresh',
  3797.                 => 'api_register',
  3798.                 => 'api',
  3799.                 => 'getentity',
  3800.                 => 'updateuserparams',
  3801.                 => 'getauthorizededitionstemplates',
  3802.                 => 'main',
  3803.             ],
  3804.             'security.refresh._indexed_authenticators' => [
  3805.             ],
  3806.             'security.api_register._indexed_authenticators' => [
  3807.             ],
  3808.             'security.api._indexed_authenticators' => [
  3809.             ],
  3810.             'security.getentity._indexed_authenticators' => [
  3811.             ],
  3812.             'security.updateuserparams._indexed_authenticators' => [
  3813.             ],
  3814.             'security.getauthorizededitionstemplates._indexed_authenticators' => [
  3815.             ],
  3816.             'security.main._indexed_authenticators' => [
  3817.             ],
  3818.             'twig.form.resources' => [
  3819.                 => '@VichUploader/Form/fields.html.twig',
  3820.                 => 'form_div_layout.html.twig',
  3821.             ],
  3822.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3823.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3824.             'web_profiler.debug_toolbar.mode' => 2,
  3825.             'monolog.use_microseconds' => true,
  3826.             'monolog.swift_mailer.handlers' => [
  3827.             ],
  3828.             'monolog.handlers_to_channels' => [
  3829.                 'monolog.handler.console' => [
  3830.                     'type' => 'exclusive',
  3831.                     'elements' => [
  3832.                         => 'event',
  3833.                         => 'doctrine',
  3834.                         => 'console',
  3835.                     ],
  3836.                 ],
  3837.                 'monolog.handler.main' => [
  3838.                     'type' => 'exclusive',
  3839.                     'elements' => [
  3840.                         => 'event',
  3841.                     ],
  3842.                 ],
  3843.             ],
  3844.             'api_platform.metadata_backward_compatibility_layer' => false,
  3845.             'api_platform.enable_entrypoint' => true,
  3846.             'api_platform.enable_docs' => false,
  3847.             'api_platform.title' => 'API Pylot Bridge',
  3848.             'api_platform.description' => 'API applicative',
  3849.             'api_platform.version' => '3.4.1',
  3850.             'api_platform.show_webby' => false,
  3851.             'api_platform.url_generation_strategy' => 1,
  3852.             'api_platform.exception_to_status' => [
  3853.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3854.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3855.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3856.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3857.             ],
  3858.             'api_platform.formats' => [
  3859.                 'jsonld' => [
  3860.                     => 'application/ld+json',
  3861.                 ],
  3862.                 'json' => [
  3863.                     => 'application/json',
  3864.                 ],
  3865.                 'html' => [
  3866.                     => 'text/html',
  3867.                 ],
  3868.             ],
  3869.             'api_platform.patch_formats' => [
  3870.             ],
  3871.             'api_platform.error_formats' => [
  3872.                 'jsonproblem' => [
  3873.                     => 'application/problem+json',
  3874.                 ],
  3875.                 'jsonld' => [
  3876.                     => 'application/ld+json',
  3877.                 ],
  3878.             ],
  3879.             'api_platform.allow_plain_identifiers' => false,
  3880.             'api_platform.eager_loading.enabled' => true,
  3881.             'api_platform.eager_loading.max_joins' => 30,
  3882.             'api_platform.eager_loading.fetch_partial' => false,
  3883.             'api_platform.eager_loading.force_eager' => false,
  3884.             'api_platform.collection.exists_parameter_name' => 'exists',
  3885.             'api_platform.collection.order' => 'ASC',
  3886.             'api_platform.collection.order_parameter_name' => 'order',
  3887.             'api_platform.collection.order_nulls_comparison' => NULL,
  3888.             'api_platform.collection.pagination.enabled' => true,
  3889.             'api_platform.collection.pagination.partial' => false,
  3890.             'api_platform.collection.pagination.client_enabled' => false,
  3891.             'api_platform.collection.pagination.client_items_per_page' => true,
  3892.             'api_platform.collection.pagination.client_partial' => false,
  3893.             'api_platform.collection.pagination.items_per_page' => 30,
  3894.             'api_platform.collection.pagination.maximum_items_per_page' => 10000,
  3895.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3896.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3897.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3898.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3899.             'api_platform.collection.pagination' => [
  3900.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3901.                 'enabled' => true,
  3902.                 'partial' => false,
  3903.                 'client_enabled' => false,
  3904.                 'client_items_per_page' => true,
  3905.                 'client_partial' => false,
  3906.                 'items_per_page' => 30,
  3907.                 'maximum_items_per_page' => 10000,
  3908.                 'page_parameter_name' => 'page',
  3909.                 'enabled_parameter_name' => 'pagination',
  3910.                 'partial_parameter_name' => 'partial',
  3911.             ],
  3912.             'api_platform.http_cache.etag' => true,
  3913.             'api_platform.http_cache.max_age' => NULL,
  3914.             'api_platform.http_cache.shared_max_age' => NULL,
  3915.             'api_platform.http_cache.vary' => [
  3916.                 => 'Accept',
  3917.             ],
  3918.             'api_platform.http_cache.public' => NULL,
  3919.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3920.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3921.             'api_platform.asset_package' => NULL,
  3922.             'api_platform.defaults' => [
  3923.                 'extra_properties' => [
  3924.                 ],
  3925.                 'normalization_context' => [
  3926.                     'skip_null_values' => false,
  3927.                 ],
  3928.                 'pagination_client_items_per_page' => true,
  3929.                 'pagination_maximum_items_per_page' => 10000,
  3930.             ],
  3931.             'api_platform.resource_class_directories' => [
  3932.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  3933.                 => (\dirname(__DIR__4).'/config/api_platform/resources'),
  3934.             ],
  3935.             'api_platform.oauth.enabled' => false,
  3936.             'api_platform.oauth.clientId' => '',
  3937.             'api_platform.oauth.clientSecret' => '',
  3938.             'api_platform.oauth.type' => 'oauth2',
  3939.             'api_platform.oauth.flow' => 'application',
  3940.             'api_platform.oauth.tokenUrl' => '',
  3941.             'api_platform.oauth.authorizationUrl' => '',
  3942.             'api_platform.oauth.refreshUrl' => '',
  3943.             'api_platform.oauth.scopes' => [
  3944.             ],
  3945.             'api_platform.oauth.pkce' => false,
  3946.             'api_platform.openapi.termsOfService' => NULL,
  3947.             'api_platform.openapi.contact.name' => NULL,
  3948.             'api_platform.openapi.contact.url' => NULL,
  3949.             'api_platform.openapi.contact.email' => NULL,
  3950.             'api_platform.openapi.license.name' => NULL,
  3951.             'api_platform.openapi.license.url' => NULL,
  3952.             'api_platform.swagger.versions' => [
  3953.                 => 2,
  3954.                 => 3,
  3955.             ],
  3956.             'api_platform.enable_swagger_ui' => true,
  3957.             'api_platform.enable_re_doc' => true,
  3958.             'api_platform.swagger.api_keys' => [
  3959.                 'apiKey' => [
  3960.                     'name' => 'Authorization',
  3961.                     'type' => 'header',
  3962.                 ],
  3963.             ],
  3964.             'api_platform.swagger_ui.extra_configuration' => [
  3965.             ],
  3966.             'api_platform.graphql.enabled' => false,
  3967.             'api_platform.graphql.graphiql.enabled' => false,
  3968.             'api_platform.graphql.graphql_playground.enabled' => false,
  3969.             'api_platform.graphql.collection.pagination' => [
  3970.                 'enabled' => true,
  3971.             ],
  3972.             'api_platform.validator.serialize_payload_fields' => [
  3973.             ],
  3974.             'api_platform.validator.query_parameter_validation' => true,
  3975.             'api_platform.elasticsearch.enabled' => false,
  3976.             'nelmio_cors.map' => [
  3977.                 '^/api/media' => [
  3978.                     'allow_origin' => true,
  3979.                     'allow_headers' => true,
  3980.                     'expose_headers' => [
  3981.                         => '*',
  3982.                     ],
  3983.                     'allow_methods' => [
  3984.                         => 'POST',
  3985.                         => 'GET',
  3986.                         => 'OPTIONS',
  3987.                         => 'PUT',
  3988.                         => 'DELETE',
  3989.                         => 'PATCH',
  3990.                     ],
  3991.                     'max_age' => 3600,
  3992.                 ],
  3993.                 '^/weblist/getProductsForList' => [
  3994.                     'allow_origin' => true,
  3995.                     'allow_headers' => [
  3996.                         => 'content-type',
  3997.                         => 'access-control-allow-headers',
  3998.                         => 'authorization',
  3999.                         => 'x-requested-with',
  4000.                         => 'origin',
  4001.                     ],
  4002.                     'allow_methods' => [
  4003.                         => 'POST',
  4004.                         => 'GET',
  4005.                         => 'OPTIONS',
  4006.                     ],
  4007.                     'max_age' => 3600,
  4008.                 ],
  4009.                 '^/' => [
  4010.                     'allow_origin' => true,
  4011.                     'allow_headers' => true,
  4012.                     'allow_methods' => [
  4013.                         => 'GET',
  4014.                         => 'OPTIONS',
  4015.                         => 'POST',
  4016.                         => 'PUT',
  4017.                         => 'PATCH',
  4018.                         => 'DELETE',
  4019.                     ],
  4020.                     'max_age' => 3600,
  4021.                 ],
  4022.             ],
  4023.             'nelmio_cors.defaults' => [
  4024.                 'allow_origin' => true,
  4025.                 'allow_credentials' => false,
  4026.                 'allow_headers' => [
  4027.                     => 'content-type',
  4028.                     => 'authorization',
  4029.                     => 'origin',
  4030.                 ],
  4031.                 'allow_private_network' => false,
  4032.                 'expose_headers' => [
  4033.                     => 'Link',
  4034.                 ],
  4035.                 'allow_methods' => [
  4036.                     => 'GET',
  4037.                     => 'OPTIONS',
  4038.                     => 'POST',
  4039.                     => 'PUT',
  4040.                     => 'PATCH',
  4041.                     => 'DELETE',
  4042.                 ],
  4043.                 'max_age' => 3600,
  4044.                 'hosts' => [
  4045.                 ],
  4046.                 'origin_regex' => true,
  4047.                 'forced_allow_origin_value' => NULL,
  4048.                 'skip_same_as_origin' => true,
  4049.             ],
  4050.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4051.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4052.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4053.             'lexik_jwt_authentication.token_ttl' => 3600,
  4054.             'lexik_jwt_authentication.clock_skew' => 0,
  4055.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4056.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4057.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4058.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4059.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4060.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4061.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  4062.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  4063.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.entity_provider',
  4064.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  4065.             'gesdinet_jwt_refresh_token.single_use' => false,
  4066.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refreshToken',
  4067.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4068.             'gesdinet_jwt_refresh_token.cookie' => [
  4069.                 'enabled' => false,
  4070.                 'same_site' => 'lax',
  4071.                 'path' => '/',
  4072.                 'domain' => NULL,
  4073.                 'http_only' => true,
  4074.                 'secure' => true,
  4075.                 'partitioned' => false,
  4076.                 'remove_token_from_body' => true,
  4077.             ],
  4078.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  4079.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  4080.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  4081.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  4082.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4083.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4084.             'knp_snappy.pdf.options' => [
  4085.             ],
  4086.             'knp_snappy.pdf.env' => [
  4087.             ],
  4088.             'knp_snappy.image.options' => [
  4089.             ],
  4090.             'knp_snappy.image.env' => [
  4091.             ],
  4092.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4093.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4094.             'data_collector.templates' => [
  4095.                 'data_collector.request' => [
  4096.                     => 'request',
  4097.                     => '@WebProfiler/Collector/request.html.twig',
  4098.                 ],
  4099.                 'api_platform.data_collector.request' => [
  4100.                     => 'api_platform.data_collector.request',
  4101.                     => '@ApiPlatform/DataCollector/request.html.twig',
  4102.                 ],
  4103.                 'data_collector.time' => [
  4104.                     => 'time',
  4105.                     => '@WebProfiler/Collector/time.html.twig',
  4106.                 ],
  4107.                 'data_collector.memory' => [
  4108.                     => 'memory',
  4109.                     => '@WebProfiler/Collector/memory.html.twig',
  4110.                 ],
  4111.                 'data_collector.validator' => [
  4112.                     => 'validator',
  4113.                     => '@WebProfiler/Collector/validator.html.twig',
  4114.                 ],
  4115.                 'data_collector.ajax' => [
  4116.                     => 'ajax',
  4117.                     => '@WebProfiler/Collector/ajax.html.twig',
  4118.                 ],
  4119.                 'data_collector.form' => [
  4120.                     => 'form',
  4121.                     => '@WebProfiler/Collector/form.html.twig',
  4122.                 ],
  4123.                 'data_collector.exception' => [
  4124.                     => 'exception',
  4125.                     => '@WebProfiler/Collector/exception.html.twig',
  4126.                 ],
  4127.                 'data_collector.logger' => [
  4128.                     => 'logger',
  4129.                     => '@WebProfiler/Collector/logger.html.twig',
  4130.                 ],
  4131.                 'data_collector.events' => [
  4132.                     => 'events',
  4133.                     => '@WebProfiler/Collector/events.html.twig',
  4134.                 ],
  4135.                 'data_collector.router' => [
  4136.                     => 'router',
  4137.                     => '@WebProfiler/Collector/router.html.twig',
  4138.                 ],
  4139.                 'data_collector.cache' => [
  4140.                     => 'cache',
  4141.                     => '@WebProfiler/Collector/cache.html.twig',
  4142.                 ],
  4143.                 'data_collector.translation' => [
  4144.                     => 'translation',
  4145.                     => '@WebProfiler/Collector/translation.html.twig',
  4146.                 ],
  4147.                 'data_collector.security' => [
  4148.                     => 'security',
  4149.                     => '@Security/Collector/security.html.twig',
  4150.                 ],
  4151.                 'data_collector.twig' => [
  4152.                     => 'twig',
  4153.                     => '@WebProfiler/Collector/twig.html.twig',
  4154.                 ],
  4155.                 'data_collector.http_client' => [
  4156.                     => 'http_client',
  4157.                     => '@WebProfiler/Collector/http_client.html.twig',
  4158.                 ],
  4159.                 'data_collector.doctrine' => [
  4160.                     => 'db',
  4161.                     => '@Doctrine/Collector/db.html.twig',
  4162.                 ],
  4163.                 'mailer.data_collector' => [
  4164.                     => 'mailer',
  4165.                     => '@WebProfiler/Collector/mailer.html.twig',
  4166.                 ],
  4167.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4168.                     => 'vich_uploader.mapping_collector',
  4169.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4170.                 ],
  4171.                 'data_collector.config' => [
  4172.                     => 'config',
  4173.                     => '@WebProfiler/Collector/config.html.twig',
  4174.                 ],
  4175.             ],
  4176.             'console.command.ids' => [
  4177.                 => 'console.command.public_alias.App\\Command\\BridgePlanificationRemoveGhostPDF',
  4178.                 => 'console.command.public_alias.App\\Command\\BridgePrecalculateFiltersCommand',
  4179.                 => 'console.command.public_alias.App\\Command\\EditionsPlannerCommand',
  4180.                 => 'console.command.public_alias.App\\Command\\GenerateProductSlugCommand',
  4181.                 => 'console.command.public_alias.App\\Command\\ImportApidaeCommand',
  4182.                 => 'console.command.public_alias.App\\Command\\ImportApidaeReferenceCommand',
  4183.                 => 'console.command.public_alias.App\\Command\\ImportApidaeV2Command',
  4184.                 => 'console.command.public_alias.App\\Command\\ImportAyalineCommand',
  4185.                 => 'console.command.public_alias.App\\Command\\ImportLeiCommand',
  4186.                 => 'console.command.public_alias.App\\Command\\ImportTourinsoftAggregatedCommand',
  4187.                 10 => 'console.command.public_alias.App\\Command\\ImportTourinsoftDiffCommand',
  4188.                 11 => 'console.command.public_alias.App\\Command\\ImportTourinsoftTestCommand',
  4189.                 12 => 'console.command.public_alias.App\\Command\\ImportTourinsoftV3Command',
  4190.                 13 => 'console.command.public_alias.App\\Command\\ImportTourinsoftV3PlannerCommand',
  4191.                 14 => 'console.command.public_alias.App\\Command\\updateTourinsoftCacheRequestCommand',
  4192.             ],
  4193.         ];
  4194.     }
  4195.     protected function throw($message)
  4196.     {
  4197.         throw new RuntimeException($message);
  4198.     }
  4199. }