var/cache/dev/ContainerZccK4o5/App_KernelDevDebugContainer.php line 942

Open in your IDE?
  1. <?php
  2. namespace ContainerZccK4o5;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'app.manager.univers' => 'getApp_Manager_UniversService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'core.listener.admin' => 'getCore_Listener_AdminService',
  45.             'core.listener.admin_ajax' => 'getCore_Listener_AdminAjaxService',
  46.             'core.listener.ajax' => 'getCore_Listener_AjaxService',
  47.             'core.service.security' => 'getCore_Service_SecurityService',
  48.             'data_collector.dump' => 'getDataCollector_DumpService',
  49.             'doctrine' => 'getDoctrineService',
  50.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  51.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  56.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  57.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  58.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  59.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  63.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  64.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  65.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  66.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  67.             'translatable.listener' => 'getTranslatable_ListenerService',
  68.             'translator' => 'getTranslatorService',
  69.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  70.             'cache_clearer' => 'getCacheClearerService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  73.             'form.factory' => 'getForm_FactoryService',
  74.             'form.type.file' => 'getForm_Type_FileService',
  75.             'profiler' => 'getProfilerService',
  76.             'serializer' => 'getSerializerService',
  77.             'twig' => 'getTwigService',
  78.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  79.             'security.token_storage' => 'getSecurity_TokenStorageService',
  80.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  81.             'session' => 'getSessionService',
  82.             'validator' => 'getValidatorService',
  83.         ];
  84.         $this->fileMap = [
  85.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  86.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  87.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  88.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  89.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  90.             '.container.private.session' => 'get_Container_Private_SessionService',
  91.             'App\\Controller\\API\\ArticleAPIController' => 'getArticleAPIControllerService',
  92.             'App\\Controller\\API\\ArticleTypeApiController' => 'getArticleTypeApiControllerService',
  93.             'App\\Controller\\API\\CommandeAPIController' => 'getCommandeAPIControllerService',
  94.             'App\\Controller\\API\\FraisAPIController' => 'getFraisAPIControllerService',
  95.             'App\\Controller\\API\\HistoriqueAPIController' => 'getHistoriqueAPIControllerService',
  96.             'App\\Controller\\API\\NomenclatureAPIController' => 'getNomenclatureAPIControllerService',
  97.             'App\\Controller\\API\\PanierAPIController' => 'getPanierAPIControllerService',
  98.             'App\\Controller\\API\\StatsAPIController' => 'getStatsAPIControllerService',
  99.             'App\\Controller\\Admin\\ArticleAdminController' => 'getArticleAdminControllerService',
  100.             'App\\Controller\\Admin\\ArticleTypeAdminController' => 'getArticleTypeAdminControllerService',
  101.             'App\\Controller\\Admin\\DiapoAdminController' => 'getDiapoAdminControllerService',
  102.             'App\\Controller\\Admin\\FileAdminController' => 'getFileAdminControllerService',
  103.             'App\\Controller\\Admin\\FraisCommandeAdminController' => 'getFraisCommandeAdminControllerService',
  104.             'App\\Controller\\Admin\\FraisFournisseurAdminController' => 'getFraisFournisseurAdminControllerService',
  105.             'App\\Controller\\Admin\\FraisGroupeAdminController' => 'getFraisGroupeAdminControllerService',
  106.             'App\\Controller\\Admin\\GroupAdminController' => 'getGroupAdminControllerService',
  107.             'App\\Controller\\Admin\\LogImportAdminController' => 'getLogImportAdminControllerService',
  108.             'App\\Controller\\Admin\\MagasinAdminController' => 'getMagasinAdminControllerService',
  109.             'App\\Controller\\Admin\\NotificationAdminController' => 'getNotificationAdminControllerService',
  110.             'App\\Controller\\Admin\\StatutAdminController' => 'getStatutAdminControllerService',
  111.             'App\\Controller\\Admin\\UniversAdminController' => 'getUniversAdminControllerService',
  112.             'App\\Controller\\Admin\\UserAdminController' => 'getUserAdminControllerService',
  113.             'App\\Controller\\Ajax\\Admin\\ArticleAdminAjaxController' => 'getArticleAdminAjaxControllerService',
  114.             'App\\Controller\\Ajax\\Admin\\ConfigAdminAjaxController' => 'getConfigAdminAjaxControllerService',
  115.             'App\\Controller\\Ajax\\Admin\\FichierAdminAjaxController' => 'getFichierAdminAjaxControllerService',
  116.             'App\\Controller\\Ajax\\Admin\\FichierCategorieAdminAjaxController' => 'getFichierCategorieAdminAjaxControllerService',
  117.             'App\\Controller\\Ajax\\Admin\\FraisCommandeAdminAjaxController' => 'getFraisCommandeAdminAjaxControllerService',
  118.             'App\\Controller\\Ajax\\Admin\\ImportAdminAjaxController' => 'getImportAdminAjaxControllerService',
  119.             'App\\Controller\\Ajax\\Admin\\MagasinAdminAjaxController' => 'getMagasinAdminAjaxControllerService',
  120.             'App\\Controller\\Ajax\\Admin\\MediaAdminAjaxController' => 'getMediaAdminAjaxControllerService',
  121.             'App\\Controller\\Ajax\\Admin\\UserAdminAjaxController' => 'getUserAdminAjaxControllerService',
  122.             'App\\Controller\\Ajax\\Front\\CommandeAjaxController' => 'getCommandeAjaxControllerService',
  123.             'App\\Controller\\Ajax\\Front\\ExpressAjaxController' => 'getExpressAjaxControllerService',
  124.             'App\\Controller\\Ajax\\Front\\FavorisAjaxController' => 'getFavorisAjaxControllerService',
  125.             'App\\Controller\\Ajax\\Front\\MagasinAjaxController' => 'getMagasinAjaxControllerService',
  126.             'App\\Controller\\Ajax\\Front\\PanierAjaxController' => 'getPanierAjaxControllerService',
  127.             'App\\Controller\\Ajax\\Front\\UniverAjaxController' => 'getUniverAjaxControllerService',
  128.             'App\\Controller\\ApiMobileController' => 'getApiMobileControllerService',
  129.             'App\\Controller\\App\\AppController' => 'getAppControllerService',
  130.             'App\\Controller\\Back\\PageBackController' => 'getPageBackControllerService',
  131.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  132.             'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
  133.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  134.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  135.             'App\\Core\\CoreBundle\\Controller\\Admin\\ConfigAdminController' => 'getConfigAdminControllerService',
  136.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  137.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  138.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  140.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  141.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  142.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  143.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  144.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  145.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  146.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  147.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media' => 'getSmartUniqueNamer_MediaService',
  148.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  149.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  150.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  151.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  152.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  153.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  154.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  155.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  156.             'app.admin.article' => 'getApp_Admin_ArticleService',
  157.             'app.admin.article.template_registry' => 'getApp_Admin_Article_TemplateRegistryService',
  158.             'app.admin.article_type' => 'getApp_Admin_ArticleTypeService',
  159.             'app.admin.article_type.template_registry' => 'getApp_Admin_ArticleType_TemplateRegistryService',
  160.             'app.admin.diapo' => 'getApp_Admin_DiapoService',
  161.             'app.admin.diapo.template_registry' => 'getApp_Admin_Diapo_TemplateRegistryService',
  162.             'app.admin.file' => 'getApp_Admin_FileService',
  163.             'app.admin.file.template_registry' => 'getApp_Admin_File_TemplateRegistryService',
  164.             'app.admin.frais_commande' => 'getApp_Admin_FraisCommandeService',
  165.             'app.admin.frais_commande.template_registry' => 'getApp_Admin_FraisCommande_TemplateRegistryService',
  166.             'app.admin.frais_fournisseur' => 'getApp_Admin_FraisFournisseurService',
  167.             'app.admin.frais_fournisseur.template_registry' => 'getApp_Admin_FraisFournisseur_TemplateRegistryService',
  168.             'app.admin.frais_groupe' => 'getApp_Admin_FraisGroupeService',
  169.             'app.admin.frais_groupe.template_registry' => 'getApp_Admin_FraisGroupe_TemplateRegistryService',
  170.             'app.admin.group' => 'getApp_Admin_GroupService',
  171.             'app.admin.group.template_registry' => 'getApp_Admin_Group_TemplateRegistryService',
  172.             'app.admin.log_import' => 'getApp_Admin_LogImportService',
  173.             'app.admin.log_import.template_registry' => 'getApp_Admin_LogImport_TemplateRegistryService',
  174.             'app.admin.magasin' => 'getApp_Admin_MagasinService',
  175.             'app.admin.magasin.template_registry' => 'getApp_Admin_Magasin_TemplateRegistryService',
  176.             'app.admin.notification' => 'getApp_Admin_NotificationService',
  177.             'app.admin.notification.template_registry' => 'getApp_Admin_Notification_TemplateRegistryService',
  178.             'app.admin.statut' => 'getApp_Admin_StatutService',
  179.             'app.admin.statut.template_registry' => 'getApp_Admin_Statut_TemplateRegistryService',
  180.             'app.admin.univers' => 'getApp_Admin_UniversService',
  181.             'app.admin.univers.template_registry' => 'getApp_Admin_Univers_TemplateRegistryService',
  182.             'app.admin.user' => 'getApp_Admin_UserService',
  183.             'app.admin.user.template_registry' => 'getApp_Admin_User_TemplateRegistryService',
  184.             'app.email.error' => 'getApp_Email_ErrorService',
  185.             'app.listener.commande' => 'getApp_Listener_CommandeService',
  186.             'app.listener.media' => 'getApp_Listener_MediaService',
  187.             'app.manager.article' => 'getApp_Manager_ArticleService',
  188.             'app.manager.article_type' => 'getApp_Manager_ArticleTypeService',
  189.             'app.manager.commande' => 'getApp_Manager_CommandeService',
  190.             'app.manager.commande_article' => 'getApp_Manager_CommandeArticleService',
  191.             'app.manager.config' => 'getApp_Manager_ConfigService',
  192.             'app.manager.diapo' => 'getApp_Manager_DiapoService',
  193.             'app.manager.ean' => 'getApp_Manager_EanService',
  194.             'app.manager.favoris' => 'getApp_Manager_FavorisService',
  195.             'app.manager.fichier' => 'getApp_Manager_FichierService',
  196.             'app.manager.fichier_categorie' => 'getApp_Manager_FichierCategorieService',
  197.             'app.manager.frais_commande' => 'getApp_Manager_FraisCommandeService',
  198.             'app.manager.frais_commande_article' => 'getApp_Manager_FraisCommandeArticleService',
  199.             'app.manager.frais_commande_fournisseur_magasin_article' => 'getApp_Manager_FraisCommandeFournisseurMagasinArticleService',
  200.             'app.manager.frais_fournisseur' => 'getApp_Manager_FraisFournisseurService',
  201.             'app.manager.frais_groupe' => 'getApp_Manager_FraisGroupeService',
  202.             'app.manager.group' => 'getApp_Manager_GroupService',
  203.             'app.manager.image' => 'getApp_Manager_ImageService',
  204.             'app.manager.image_perso' => 'getApp_Manager_ImagePersoService',
  205.             'app.manager.log_import' => 'getApp_Manager_LogImportService',
  206.             'app.manager.magasin' => 'getApp_Manager_MagasinService',
  207.             'app.manager.magasin_article' => 'getApp_Manager_MagasinArticleService',
  208.             'app.manager.media' => 'getApp_Manager_MediaService',
  209.             'app.manager.nom_departement' => 'getApp_Manager_NomDepartementService',
  210.             'app.manager.nom_famille' => 'getApp_Manager_NomFamilleService',
  211.             'app.manager.nom_rayon' => 'getApp_Manager_NomRayonService',
  212.             'app.manager.nom_sous_famille' => 'getApp_Manager_NomSousFamilleService',
  213.             'app.manager.nom_unite_besoin' => 'getApp_Manager_NomUniteBesoinService',
  214.             'app.manager.nomenclature' => 'getApp_Manager_NomenclatureService',
  215.             'app.manager.notification' => 'getApp_Manager_NotificationService',
  216.             'app.manager.statut' => 'getApp_Manager_StatutService',
  217.             'app.manager.user' => 'getApp_Manager_UserService',
  218.             'cache.app_clearer' => 'getCache_AppClearerService',
  219.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  220.             'cache.system_clearer' => 'getCache_SystemClearerService',
  221.             'cache_warmer' => 'getCacheWarmerService',
  222.             'console.command.public_alias.App\\Command\\ArticleDLCImportCommand' => 'getArticleDLCImportCommandService',
  223.             'console.command.public_alias.App\\Command\\ArticleImportCommand' => 'getArticleImportCommandService',
  224.             'console.command.public_alias.App\\Command\\ArticleTopCommand' => 'getArticleTopCommandService',
  225.             'console.command.public_alias.App\\Command\\ArticleTypeImportCommand' => 'getArticleTypeImportCommandService',
  226.             'console.command.public_alias.App\\Command\\CommandeExportCommand' => 'getCommandeExportCommandService',
  227.             'console.command.public_alias.App\\Command\\CommandeRecapEmailCommand' => 'getCommandeRecapEmailCommandService',
  228.             'console.command.public_alias.App\\Command\\CommandeValidEmailCommand' => 'getCommandeValidEmailCommandService',
  229.             'console.command.public_alias.App\\Command\\DataInitCommand' => 'getDataInitCommandService',
  230.             'console.command.public_alias.App\\Command\\DownloadMetiDataCommand' => 'getDownloadMetiDataCommandService',
  231.             'console.command.public_alias.App\\Command\\DownloadMetiTypeDataCommand' => 'getDownloadMetiTypeDataCommandService',
  232.             'console.command.public_alias.App\\Command\\FakeCommandeCommand' => 'getFakeCommandeCommandService',
  233.             'console.command.public_alias.App\\Command\\FakeDataCommand' => 'getFakeDataCommandService',
  234.             'console.command.public_alias.App\\Command\\FakeDataFraisCommand' => 'getFakeDataFraisCommandService',
  235.             'console.command.public_alias.App\\Command\\FraisCommandeImportCommand' => 'getFraisCommandeImportCommandService',
  236.             'console.command.public_alias.App\\Command\\FraisExportCommand' => 'getFraisExportCommandService',
  237.             'console.command.public_alias.App\\Command\\ImageImportCommand' => 'getImageImportCommandService',
  238.             'console.command.public_alias.App\\Command\\ImageRecupCommand' => 'getImageRecupCommandService',
  239.             'console.command.public_alias.App\\Command\\InitMagasinArticleCommand' => 'getInitMagasinArticleCommandService',
  240.             'console.command.public_alias.App\\Command\\LiipCacheWarmupCommand' => 'getLiipCacheWarmupCommandService',
  241.             'console.command.public_alias.App\\Command\\MagasinImportCommand' => 'getMagasinImportCommandService',
  242.             'console.command.public_alias.App\\Command\\MySQLDumpCommand' => 'getMySQLDumpCommandService',
  243.             'console.command.public_alias.App\\Command\\NomenclatureImportCommand' => 'getNomenclatureImportCommandService',
  244.             'console.command.public_alias.App\\Command\\UpdateDouble3LCommand' => 'getUpdateDouble3LCommandService',
  245.             'console.command.public_alias.App\\Command\\UserInitCommand' => 'getUserInitCommandService',
  246.             'console.command.public_alias.App\\Command\\setNbReferencesColisCommand' => 'getSetNbReferencesColisCommandService',
  247.             'console.command_loader' => 'getConsole_CommandLoaderService',
  248.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  249.             'core.admin.config' => 'getCore_Admin_ConfigService',
  250.             'core.admin.config.template_registry' => 'getCore_Admin_Config_TemplateRegistryService',
  251.             'core.service.query' => 'getCore_Service_QueryService',
  252.             'core.service.role' => 'getCore_Service_RoleService',
  253.             'error_controller' => 'getErrorControllerService',
  254.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  255.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  256.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  257.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  258.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  259.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  260.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  261.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  262.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  263.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  264.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  265.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  266.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  267.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  268.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  269.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  270.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  271.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  272.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  273.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  274.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  275.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  276.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  277.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  278.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  279.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  280.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  281.             'routing.loader' => 'getRouting_LoaderService',
  282.             'services_resetter' => 'getServicesResetterService',
  283.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  284.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  285.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  286.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  287.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  288.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  289.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  290.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  291.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  292.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  293.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  294.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  295.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  296.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  297.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  298.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  299.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  300.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  301.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  302.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  303.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  304.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  305.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  306.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  307.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  308.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  309.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  310.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  311.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  312.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  313.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  314.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  315.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  316.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  317.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  318.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  319.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  320.         ];
  321.         $this->aliases = [
  322.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  323.             'App\\Kernel' => 'kernel',
  324.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  325.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  326.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  327.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  328.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  329.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  330.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  331.             'database_connection' => 'doctrine.dbal.default_connection',
  332.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  333.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  334.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  335.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  336.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  337.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  338.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  339.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  340.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  341.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  342.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  343.         ];
  344.         $this->privates['service_container'] = function () {
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  351.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  352.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/EventListener/AjaxListener.php';
  353.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/EventListener/AdminAjaxListener.php';
  354.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/EventListener/AdminListener.php';
  355.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Service/Security.php';
  356.             include_once \dirname(__DIR__4).'/src/Service/Convert.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  369.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.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/asset/Packages.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  511.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  578.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  596.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  598.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  609.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  610.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  611.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  616.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  617.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  621.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  654.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  718.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  720.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  724.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  727.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  729.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  731.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  732.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  733.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  736.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  739.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  740.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  744.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  745.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  746.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  747.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  748.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  751.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  752.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  754.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  755.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  756.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  763.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  764.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  765.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Traits/Containerable.php';
  766.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Manager/BaseManager.php';
  767.             include_once \dirname(__DIR__4).'/src/Manager/UniversManager.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  772.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  778.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  797.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  800.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  801.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  819.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  820.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  851.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  863.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  865.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  866.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  867.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  868.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  869.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  870.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  871.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  872.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  873.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  895.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Twig/ButtonModalTwig.php';
  896.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Twig/ConfigTwig.php';
  897.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Twig/PHPTwig.php';
  898.             include_once \dirname(__DIR__4).'/src/Core/CoreBundle/Twig/SecurityTwig.php';
  899.             include_once \dirname(__DIR__4).'/src/Twig/ArticleTwig.php';
  900.             include_once \dirname(__DIR__4).'/src/Twig/ConvertTwig.php';
  901.             include_once \dirname(__DIR__4).'/src/Twig/DiapoTwig.php';
  902.             include_once \dirname(__DIR__4).'/src/Twig/NotificationTwig.php';
  903.             include_once \dirname(__DIR__4).'/src/Twig/UniversTwig.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  906.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  909.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  910.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  911.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  915.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  917.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  918.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  919.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  920.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  924.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  931.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  932.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  933.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  934.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  935.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  936.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  938.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  940.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  942.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  950.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  951.         };
  952.     }
  953.     public function compile(): void
  954.     {
  955.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  956.     }
  957.     public function isCompiled(): bool
  958.     {
  959.         return true;
  960.     }
  961.     public function getRemovedIds(): array
  962.     {
  963.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  964.     }
  965.     protected function load($file$lazyLoad true)
  966.     {
  967.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  968.             return $class::do($this$lazyLoad);
  969.         }
  970.         if ('.' === $file[-4]) {
  971.             $class substr($class0, -4);
  972.         } else {
  973.             $file .= '.php';
  974.         }
  975.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  976.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  977.     }
  978.     protected function createProxy($class\Closure $factory)
  979.     {
  980.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  981.         return $factory();
  982.     }
  983.     /**
  984.      * Gets the public '.container.private.filesystem' shared service.
  985.      *
  986.      * @return \Symfony\Component\Filesystem\Filesystem
  987.      */
  988.     protected function get_Container_Private_FilesystemService()
  989.     {
  990.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  991.     }
  992.     /**
  993.      * Gets the public '.container.private.profiler' shared service.
  994.      *
  995.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  996.      */
  997.     protected function get_Container_Private_ProfilerService()
  998.     {
  999.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1000.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1001.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1002.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1003.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1004.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1005.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1006.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1007.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1008.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1009.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1010.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1011.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1012.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1013.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1014.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1015.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1016.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1017.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1018.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1019.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1020.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1021.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1022.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1023.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  1024.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1025.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1026.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1027.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1028.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1029.         if ($this->has('kernel')) {
  1030.             $g->setKernel($b);
  1031.         }
  1032.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1033.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1034.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1035.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1036.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1037.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1038.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1039.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1040.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1041.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1042.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1043.         $instance->add($d);
  1044.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1045.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1046.         $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())));
  1047.         $instance->add($e);
  1048.         $instance->add($f);
  1049.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1050.         $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()))));
  1051.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1052.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1053.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1054.         $instance->add($g);
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1061.      */
  1062.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1063.     {
  1064.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1065.     }
  1066.     /**
  1067.      * Gets the public '.container.private.security.token_storage' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1070.      */
  1071.     protected function get_Container_Private_Security_TokenStorageService()
  1072.     {
  1073.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1074.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1075.         ], [
  1076.             'request_stack' => '?',
  1077.         ]));
  1078.     }
  1079.     /**
  1080.      * Gets the public '.container.private.serializer' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\Serializer\Serializer
  1083.      */
  1084.     protected function get_Container_Private_SerializerService()
  1085.     {
  1086.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1087.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1088.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1089.         $d = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1090.         $e = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1091.         $f = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1092.         $g = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1093.         $h = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1094.         $i = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1095.         $j = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1096.         $k = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1097.         $l = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1098.         $m = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($j);
  1099.         $n = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($j$c$a$l$mNULL, []);
  1100.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($b, [], $c), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $c), => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($d$e$f$gNULL$b, ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), $c), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($d$h$b), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($btrue), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($d$e$f$h$g$i$a$c$j, [], new RewindableGenerator(function () {
  1101.             return new \EmptyIterator();
  1102.         }, 0), $k), 10 => new \ApiPlatform\Core\Serializer\ItemNormalizer($e$f$h$g$a$c$j, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1103.             return new \EmptyIterator();
  1104.         }, 0), $d$k), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 14 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($j$c$l$mNULL, [])), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 19 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($i$g$h), 'page''pagination'$d$a), $d$g, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), 20 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 21 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($n$h$i), 22 => $n], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1105.     }
  1106.     /**
  1107.      * Gets the public '.container.private.twig' shared service.
  1108.      *
  1109.      * @return \Twig\Environment
  1110.      */
  1111.     protected function get_Container_Private_TwigService()
  1112.     {
  1113.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1114.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1115.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1116.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1117.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1118.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1119.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1120.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1121.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1122.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1123.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1124.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1125.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1126.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1127.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  1128.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  1129.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1130.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1131.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1132.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1133.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1134.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1135.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1136.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1137.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1138.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1139.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1140.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1141.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1142.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1143.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1144.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1145.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  1146.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  1147.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1148.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1149.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1150.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1151.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1152.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1153.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1154.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1155.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1156.         $f = ($this->services['router'] ?? $this->getRouterService());
  1157.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1158.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1159.         $i = ($this->privates['App\\Core\\CoreBundle\\Service\\Security'] ?? $this->getSecurityService());
  1160.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1161.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1162.         $k = new \Knp\Menu\Util\MenuManipulator();
  1163.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1164.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1165.         $m->setEnvironment('dev');
  1166.         $m->setDebug(true);
  1167.         if ($this->has('.container.private.security.token_storage')) {
  1168.             $m->setTokenStorage($h);
  1169.         }
  1170.         if ($this->has('request_stack')) {
  1171.             $m->setRequestStack($g);
  1172.         }
  1173.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1176.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1177.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  1178.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1181.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1183.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1185.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1186.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1187.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1188.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1189.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1190.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1191.         $instance->addExtension(new \App\Core\CoreBundle\Twig\ButtonModalTwig($i));
  1192.         $instance->addExtension(new \App\Core\CoreBundle\Twig\ConfigTwig(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1193.         $instance->addExtension(new \App\Core\CoreBundle\Twig\PHPTwig());
  1194.         $instance->addExtension(new \App\Core\CoreBundle\Twig\SecurityTwig($i));
  1195.         $instance->addExtension(new \App\Twig\ArticleTwig($this));
  1196.         $instance->addExtension(new \App\Twig\ConvertTwig(($this->privates['App\\Service\\Convert'] ?? ($this->privates['App\\Service\\Convert'] = new \App\Service\Convert()))));
  1197.         $instance->addExtension(new \App\Twig\DiapoTwig($this));
  1198.         $instance->addExtension(new \App\Twig\NotificationTwig($this));
  1199.         $instance->addExtension(new \App\Twig\UniversTwig(($this->services['app.manager.univers'] ?? $this->getApp_Manager_UniversService())));
  1200.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1201.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1202.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1203.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1204.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1205.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1206.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1207.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  1208.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1209.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1210.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1211.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1212.         ], [
  1213.             'list' => '?',
  1214.             'twig' => '?',
  1215.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k$l), $l$k));
  1216.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1217.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1218.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1219.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  1220.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1221.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1222.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1223.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1224.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1225.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1226.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  1227.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1228.         ], [
  1229.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1230.             'webpack_encore.tag_renderer' => '?',
  1231.         ])));
  1232.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1233.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1234.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  1235.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1236.         $instance->addGlobal('app'$m);
  1237.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1238.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1239.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1240.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1241.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1242.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1243.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1244.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1245.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1246.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1247.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1248.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1249.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1250.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1251.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1252.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1253.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1254.         ], [
  1255.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1256.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1257.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1258.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1259.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1260.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1261.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1262.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1263.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1264.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1265.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1266.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1267.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1268.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1269.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1270.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1271.         ])));
  1272.         $instance->addGlobal('chart_label'false);
  1273.         $instance->addGlobal('chart_background_color''rgba(255,102,0,0.5)');
  1274.         $instance->addGlobal('chart_border_color''rgba(255,102,0,1)');
  1275.         $instance->addGlobal('chart_border_width'3);
  1276.         $instance->addGlobal('locale''fr');
  1277.         $instance->addGlobal('env'$this->getEnv('APP_ENV'));
  1278.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1279.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1280.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1281.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1282.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  1283.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1284.         return $instance;
  1285.     }
  1286.     /**
  1287.      * Gets the public '.container.private.validator' shared service.
  1288.      *
  1289.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1290.      */
  1291.     protected function get_Container_Private_ValidatorService()
  1292.     {
  1293.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1294.     }
  1295.     /**
  1296.      * Gets the public 'app.manager.univers' shared service.
  1297.      *
  1298.      * @return \App\Manager\UniversManager
  1299.      */
  1300.     protected function getApp_Manager_UniversService()
  1301.     {
  1302.         $this->services['app.manager.univers'] = $instance = new \App\Manager\UniversManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1303.         $instance->setRepository('App:Univers');
  1304.         $instance->setContainer($this);
  1305.         return $instance;
  1306.     }
  1307.     /**
  1308.      * Gets the public 'cache.app' shared service.
  1309.      *
  1310.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1311.      */
  1312.     protected function getCache_AppService()
  1313.     {
  1314.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ms1E7zan+q'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1315.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1316.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1317.     }
  1318.     /**
  1319.      * Gets the public 'cache.system' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1322.      */
  1323.     protected function getCache_SystemService()
  1324.     {
  1325.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('U2AfXpKH1s'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1326.     }
  1327.     /**
  1328.      * Gets the public 'cache.validator_expression_language' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1331.      */
  1332.     protected function getCache_ValidatorExpressionLanguageService()
  1333.     {
  1334.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iqbdaug4iZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1335.     }
  1336.     /**
  1337.      * Gets the public 'core.listener.admin' shared service.
  1338.      *
  1339.      * @return \App\Core\CoreBundle\EventListener\AdminListener
  1340.      */
  1341.     protected function getCore_Listener_AdminService()
  1342.     {
  1343.         return $this->services['core.listener.admin'] = new \App\Core\CoreBundle\EventListener\AdminListener(($this->services['core.service.security'] ?? $this->getCore_Service_SecurityService()));
  1344.     }
  1345.     /**
  1346.      * Gets the public 'core.listener.admin_ajax' shared service.
  1347.      *
  1348.      * @return \App\Core\CoreBundle\EventListener\AdminAjaxListener
  1349.      */
  1350.     protected function getCore_Listener_AdminAjaxService()
  1351.     {
  1352.         return $this->services['core.listener.admin_ajax'] = new \App\Core\CoreBundle\EventListener\AdminAjaxListener(($this->services['core.service.security'] ?? $this->getCore_Service_SecurityService()));
  1353.     }
  1354.     /**
  1355.      * Gets the public 'core.listener.ajax' shared service.
  1356.      *
  1357.      * @return \App\Core\CoreBundle\EventListener\AjaxListener
  1358.      */
  1359.     protected function getCore_Listener_AjaxService()
  1360.     {
  1361.         return $this->services['core.listener.ajax'] = new \App\Core\CoreBundle\EventListener\AjaxListener();
  1362.     }
  1363.     /**
  1364.      * Gets the public 'core.service.security' shared service.
  1365.      *
  1366.      * @return \App\Core\CoreBundle\Service\Security
  1367.      */
  1368.     protected function getCore_Service_SecurityService()
  1369.     {
  1370.         return $this->services['core.service.security'] = new \App\Core\CoreBundle\Service\Security(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1371.     }
  1372.     /**
  1373.      * Gets the public 'data_collector.dump' shared service.
  1374.      *
  1375.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1376.      */
  1377.     protected function getDataCollector_DumpService()
  1378.     {
  1379.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1380.     }
  1381.     /**
  1382.      * Gets the public 'doctrine' shared service.
  1383.      *
  1384.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1385.      */
  1386.     protected function getDoctrineService()
  1387.     {
  1388.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1389.     }
  1390.     /**
  1391.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1392.      *
  1393.      * @return \Doctrine\DBAL\Connection
  1394.      */
  1395.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1396.     {
  1397.         $a = new \Doctrine\DBAL\Configuration();
  1398.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1399.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1400.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1401.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1402.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1403.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''connection_override_options' => [], 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1404.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1405.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1406.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1407.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1408.             'gedmo.listener.translatable' => ['privates''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'true],
  1409.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1410.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1411.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  1412.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1413.             'stof_doctrine_extensions.listener.translatable' => ['services''translatable.listener''getTranslatable_ListenerService'false],
  1414.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1415.             'vich_uploader.listener.clean.media' => ['privates''vich_uploader.listener.clean.media''getVichUploader_Listener_Clean_MediaService'true],
  1416.             'vich_uploader.listener.remove.media' => ['privates''vich_uploader.listener.remove.media''getVichUploader_Listener_Remove_MediaService'true],
  1417.             'vich_uploader.listener.upload.media' => ['privates''vich_uploader.listener.upload.media''getVichUploader_Listener_Upload_MediaService'true],
  1418.         ], [
  1419.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1420.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1421.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1422.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1423.             'gedmo.listener.translatable' => '?',
  1424.             'sonata.doctrine.mapper' => '?',
  1425.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1426.             'stof_doctrine_extensions.listener.sortable' => '?',
  1427.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1428.             'stof_doctrine_extensions.listener.translatable' => '?',
  1429.             'stof_doctrine_extensions.listener.tree' => '?',
  1430.             'vich_uploader.listener.clean.media' => '?',
  1431.             'vich_uploader.listener.remove.media' => '?',
  1432.             'vich_uploader.listener.upload.media' => '?',
  1433.         ]), [=> 'vich_uploader.listener.clean.media'=> 'gedmo.listener.translatable'=> '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'=> 'sonata.doctrine.mapper'=> 'stof_doctrine_extensions.listener.tree'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.sortable'=> 'stof_doctrine_extensions.listener.sluggable'10 => 'vich_uploader.listener.remove.media'11 => 'vich_uploader.listener.upload.media'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => 'stof_doctrine_extensions.listener.translatable']), []);
  1434.     }
  1435.     /**
  1436.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1437.      *
  1438.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1439.      */
  1440.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1441.     {
  1442.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1443.             'app.listener.commande' => ['services''app.listener.commande''getApp_Listener_CommandeService'true],
  1444.             'app.listener.media' => ['services''app.listener.media''getApp_Listener_MediaService'true],
  1445.         ], [
  1446.             'app.listener.commande' => '?',
  1447.             'app.listener.media' => '?',
  1448.         ]));
  1449.         $instance->registerService('App\\EventListener\\MediaListener''app.listener.media');
  1450.         $instance->registerService('App\\EventListener\\CommandeListener''app.listener.commande');
  1451.         $instance->registerService('App\\EventListener\\CommandeListener''app.listener.commande');
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1456.      *
  1457.      * @return \Doctrine\ORM\EntityManager
  1458.      */
  1459.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1460.     {
  1461.         if ($lazyLoad) {
  1462.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1463.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1464.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1465.                     $proxy->setProxyInitializer(null);
  1466.                     return true;
  1467.                 });
  1468.             });
  1469.         }
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1495.         $a = new \Doctrine\ORM\Configuration();
  1496.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1497.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1498.         $d = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1499.         $b->addDriver($c'App\\Entity');
  1500.         $b->addDriver($c'App\\Core\\CoreBundle\\Entity');
  1501.         $b->addDriver($d'Vich\\UploaderBundle\\Entity');
  1502.         $b->addDriver($d'FOS\\OAuthServerBundle\\Entity');
  1503.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1504.         $a->setEntityNamespaces(['App' => 'App\\Entity''CoreBundle' => 'App\\Core\\CoreBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  1505.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1506.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1507.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1508.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1509.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1510.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1511.         ], [
  1512.             'doctrine.ulid_generator' => '?',
  1513.             'doctrine.uuid_generator' => '?',
  1514.         ])));
  1515.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1516.         $a->setProxyNamespace('Proxies');
  1517.         $a->setAutoGenerateProxyClasses(true);
  1518.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1519.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1520.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1521.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1522.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1523.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1524.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1525.         ], [
  1526.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1527.         ])));
  1528.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1529.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1530.         return $instance;
  1531.     }
  1532.     /**
  1533.      * Gets the public 'event_dispatcher' shared service.
  1534.      *
  1535.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1536.      */
  1537.     protected function getEventDispatcherService()
  1538.     {
  1539.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1540.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1541.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1542.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1543.         $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())));
  1544.         $instance->addListener('kernel.controller', [=> function () {
  1545.             return ($this->services['core.listener.ajax'] ?? ($this->services['core.listener.ajax'] = new \App\Core\CoreBundle\EventListener\AjaxListener()));
  1546.         }, => 'onKernelController'], 0);
  1547.         $instance->addListener('kernel.controller', [=> function () {
  1548.             return ($this->services['core.listener.admin_ajax'] ?? $this->getCore_Listener_AdminAjaxService());
  1549.         }, => 'onKernelController'], 0);
  1550.         $instance->addListener('kernel.controller', [=> function () {
  1551.             return ($this->services['core.listener.admin'] ?? $this->getCore_Listener_AdminService());
  1552.         }, => 'onKernelController'], 0);
  1553.         $instance->addListener('kernel.controller', [=> function () {
  1554.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1555.         }, => 'onKernelController'], 0);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1558.         }, => 'onKernelResponse'], 0);
  1559.         $instance->addListener('kernel.exception', [=> function () {
  1560.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1561.         }, => 'onKernelException'], 0);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1564.         }, => 'onKernelRequest'], 250);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1567.         }, => 'onKernelResponse'], 0);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1570.         }, => 'onResponse'], 0);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1573.         }, => 'onKernelRequest'], 7);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1576.         }, => 'onKernelRequest'], 4);
  1577.         $instance->addListener('kernel.view', [=> function () {
  1578.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1579.         }, => 'onKernelView'], 32);
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1582.         }, => 'onKernelRequest'], 2);
  1583.         $instance->addListener('kernel.view', [=> function () {
  1584.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1585.         }, => 'onKernelView'], 16);
  1586.         $instance->addListener('kernel.view', [=> function () {
  1587.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1588.         }, => 'onKernelView'], 8);
  1589.         $instance->addListener('kernel.exception', [=> function () {
  1590.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1591.         }, => 'onKernelException'], 0);
  1592.         $instance->addListener('kernel.exception', [=> function () {
  1593.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1594.         }, => 'onKernelException'], -96);
  1595.         $instance->addListener('kernel.response', [=> function () {
  1596.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1597.         }, => 'onKernelResponse'], 0);
  1598.         $instance->addListener('kernel.response', [=> function () {
  1599.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1600.         }, => 'onKernelResponse'], -1);
  1601.         $instance->addListener('kernel.view', [=> function () {
  1602.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1603.         }, => 'onKernelView'], 64);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1606.         }, => 'onKernelRequest'], 16);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1609.         }, => 'onSecurity'], 3);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1612.         }, => 'onSecurityPostDenormalize'], 1);
  1613.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1614.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1615.         }, => 'attachRefreshToken'], 0);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1618.         }, => 'onKernelResponse'], 0);
  1619.         $instance->addListener('kernel.response', [=> function () {
  1620.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1621.         }, => 'onKernelResponse'], -1024);
  1622.         $instance->addListener('kernel.request', [=> function () {
  1623.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1624.         }, => 'setDefaultLocale'], 100);
  1625.         $instance->addListener('kernel.request', [=> function () {
  1626.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1627.         }, => 'onKernelRequest'], 16);
  1628.         $instance->addListener('kernel.finish_request', [=> function () {
  1629.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1630.         }, => 'onKernelFinishRequest'], 0);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1633.         }, => 'onKernelRequest'], 256);
  1634.         $instance->addListener('kernel.response', [=> function () {
  1635.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1636.         }, => 'onResponse'], -255);
  1637.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1638.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1639.         }, => 'onControllerArguments'], 0);
  1640.         $instance->addListener('kernel.exception', [=> function () {
  1641.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1642.         }, => 'logKernelException'], 0);
  1643.         $instance->addListener('kernel.exception', [=> function () {
  1644.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1645.         }, => 'onKernelException'], -128);
  1646.         $instance->addListener('kernel.response', [=> function () {
  1647.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1648.         }, => 'removeCspHeader'], -128);
  1649.         $instance->addListener('kernel.request', [=> function () {
  1650.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1651.         }, => 'onKernelRequest'], 15);
  1652.         $instance->addListener('kernel.finish_request', [=> function () {
  1653.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1654.         }, => 'onKernelFinishRequest'], -15);
  1655.         $instance->addListener('console.error', [=> function () {
  1656.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1657.         }, => 'onConsoleError'], -128);
  1658.         $instance->addListener('console.terminate', [=> function () {
  1659.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1660.         }, => 'onConsoleTerminate'], -128);
  1661.         $instance->addListener('console.error', [=> function () {
  1662.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1663.         }, => 'onConsoleError'], 0);
  1664.         $instance->addListener('kernel.request', [=> function () {
  1665.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1666.         }, => 'onKernelRequest'], 128);
  1667.         $instance->addListener('kernel.response', [=> function () {
  1668.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1669.         }, => 'onKernelResponse'], -1000);
  1670.         $instance->addListener('kernel.finish_request', [=> function () {
  1671.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1672.         }, => 'onFinishRequest'], 0);
  1673.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1674.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1675.         }, => 'onMessage'], -255);
  1676.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1677.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1678.         }, => 'onMessage'], -255);
  1679.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1680.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1681.         }, => 'onNotification'], -255);
  1682.         $instance->addListener('kernel.response', [=> function () {
  1683.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1684.         }, => 'onKernelResponse'], -100);
  1685.         $instance->addListener('kernel.exception', [=> function () {
  1686.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1687.         }, => 'onKernelException'], 0);
  1688.         $instance->addListener('kernel.terminate', [=> function () {
  1689.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1690.         }, => 'onKernelTerminate'], -1024);
  1691.         $instance->addListener('kernel.controller', [=> function () {
  1692.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1693.         }, => 'onKernelController'], 0);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1696.         }, => 'onKernelResponse'], 0);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1699.         }, => 'configure'], 2048);
  1700.         $instance->addListener('console.command', [=> function () {
  1701.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1702.         }, => 'configure'], 2048);
  1703.         $instance->addListener('kernel.request', [=> function () {
  1704.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1705.         }, => 'onKernelRequest'], 32);
  1706.         $instance->addListener('kernel.finish_request', [=> function () {
  1707.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1708.         }, => 'onKernelFinishRequest'], 0);
  1709.         $instance->addListener('kernel.exception', [=> function () {
  1710.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1711.         }, => 'onKernelException'], -64);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1714.         }, => 'onKernelResponse'], 0);
  1715.         $instance->addListener('kernel.controller', [=> function () {
  1716.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1717.         }, => 'onKernelController'], 0);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1720.         }, => 'onKernelController'], 0);
  1721.         $instance->addListener('kernel.controller', [=> function () {
  1722.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1723.         }, => 'onKernelController'], -128);
  1724.         $instance->addListener('kernel.view', [=> function () {
  1725.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1726.         }, => 'onKernelView'], 0);
  1727.         $instance->addListener('kernel.controller', [=> function () {
  1728.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1729.         }, => 'onKernelController'], 0);
  1730.         $instance->addListener('kernel.response', [=> function () {
  1731.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1732.         }, => 'onKernelResponse'], 0);
  1733.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1734.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1735.         }, => 'onKernelControllerArguments'], 0);
  1736.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1737.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1738.         }, => 'onKernelControllerArguments'], 0);
  1739.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1740.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1741.         }, => 'onMessage'], 0);
  1742.         $instance->addListener('kernel.response', [=> function () {
  1743.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1744.         }, => 'onKernelResponse'], -128);
  1745.         $instance->addListener('console.command', [=> function () {
  1746.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1747.         }, => 'onCommand'], 255);
  1748.         $instance->addListener('console.terminate', [=> function () {
  1749.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1750.         }, => 'onTerminate'], -255);
  1751.         $instance->addListener('console.command', [=> function () {
  1752.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1753.         }, => 'configure'], 1024);
  1754.         $instance->addListener('console.error', [=> function () {
  1755.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1756.         }, => 'onConsoleError'], 0);
  1757.         $instance->addListener('console.terminate', [=> function () {
  1758.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1759.         }, => 'onConsoleTerminate'], 0);
  1760.         $instance->addListener('kernel.response', [=> function () {
  1761.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1762.         }, => 'onKernelResponse'], 0);
  1763.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1764.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1765.         }, => 'onVoterVote'], 0);
  1766.         $instance->addListener('kernel.request', [=> function () {
  1767.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1768.         }, => 'configureLogoutUrlGenerator'], 8);
  1769.         $instance->addListener('kernel.request', [=> function () {
  1770.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1771.         }, => 'onKernelRequest'], 8);
  1772.         $instance->addListener('kernel.finish_request', [=> function () {
  1773.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1774.         }, => 'onKernelFinishRequest'], 0);
  1775.         $instance->addListener('kernel.controller', [=> function () {
  1776.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1777.         }, => 'onKernelController'], 0);
  1778.         $instance->addListener('kernel.request', [=> function () {
  1779.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1780.         }, => 'onKernelRequest'], 0);
  1781.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1782.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1783.         }, => 'onLogout'], 0);
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'http_kernel' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1790.      */
  1791.     protected function getHttpKernelService()
  1792.     {
  1793.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1794.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1795.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1796.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1797.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1798.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1799.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1800.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1801.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1802.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1803.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1804.         }, 9)), $a));
  1805.     }
  1806.     /**
  1807.      * Gets the public 'knp_menu.matcher' shared service.
  1808.      *
  1809.      * @return \Knp\Menu\Matcher\Matcher
  1810.      */
  1811.     protected function getKnpMenu_MatcherService()
  1812.     {
  1813.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1814.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1815.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1816.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1817.         }, 3));
  1818.     }
  1819.     /**
  1820.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1821.      *
  1822.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1823.      */
  1824.     protected function getLiipImagine_Cache_ManagerService()
  1825.     {
  1826.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1827.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1828.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1829.         return $instance;
  1830.     }
  1831.     /**
  1832.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1833.      *
  1834.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1835.      */
  1836.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1837.     {
  1838.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public/'), '/uploads/cache');
  1839.     }
  1840.     /**
  1841.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1842.      *
  1843.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1844.      */
  1845.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1846.     {
  1847.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1848.     }
  1849.     /**
  1850.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1851.      *
  1852.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1853.      */
  1854.     protected function getLiipImagine_Cache_SignerService()
  1855.     {
  1856.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1857.     }
  1858.     /**
  1859.      * Gets the public 'request_stack' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1862.      */
  1863.     protected function getRequestStackService()
  1864.     {
  1865.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1866.     }
  1867.     /**
  1868.      * Gets the public 'router' shared service.
  1869.      *
  1870.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1871.      */
  1872.     protected function getRouterService()
  1873.     {
  1874.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1875.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1876.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1877.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1879.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1880.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1881.         ], [
  1882.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1883.         ]))->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');
  1884.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1885.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1890.      *
  1891.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1892.      */
  1893.     protected function getSonata_Block_ContextManager_DefaultService()
  1894.     {
  1895.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1896.     }
  1897.     /**
  1898.      * Gets the public 'sonata.block.manager' shared service.
  1899.      *
  1900.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1901.      */
  1902.     protected function getSonata_Block_ManagerService()
  1903.     {
  1904.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1905.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1906.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1907.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1908.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1909.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1910.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1911.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1912.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1913.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1914.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  1915.         return $instance;
  1916.     }
  1917.     /**
  1918.      * Gets the public 'sonata.block.renderer.default' shared service.
  1919.      *
  1920.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1921.      */
  1922.     protected function getSonata_Block_Renderer_DefaultService()
  1923.     {
  1924.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1925.         $a->setDefaultFilter('debug_only');
  1926.         $a->setDefaultRenderer('throw');
  1927.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1928.     }
  1929.     /**
  1930.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  1931.      *
  1932.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  1933.      */
  1934.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  1935.     {
  1936.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  1937.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1942.      *
  1943.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1944.      */
  1945.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1946.     {
  1947.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1948.     }
  1949.     /**
  1950.      * Gets the public 'translatable.listener' shared service.
  1951.      *
  1952.      * @return \Gedmo\Translatable\TranslatableListener
  1953.      */
  1954.     protected function getTranslatable_ListenerService()
  1955.     {
  1956.         $this->services['translatable.listener'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1957.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1958.         $instance->setDefaultLocale('fr_FR');
  1959.         $instance->setTranslatableLocale('fr_FR');
  1960.         $instance->setTranslationFallback(false);
  1961.         $instance->setPersistDefaultLocaleTranslation(false);
  1962.         $instance->setSkipOnLoad(false);
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'translator' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1969.      */
  1970.     protected function getTranslatorService()
  1971.     {
  1972.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1973.     }
  1974.     /**
  1975.      * Gets the public 'var_dumper.cloner' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1978.      */
  1979.     protected function getVarDumper_ClonerService()
  1980.     {
  1981.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1982.         $instance->setMaxItems(2500);
  1983.         $instance->setMinDepth(1);
  1984.         $instance->setMaxString(-1);
  1985.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the private '.debug.http_client' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1992.      */
  1993.     protected function get_Debug_HttpClientService()
  1994.     {
  1995.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1996.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1997.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1998.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1999.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2000.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2001.         $a->setLogger($b);
  2002.         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))));
  2003.     }
  2004.     /**
  2005.      * Gets the private '.service_locator.hQscXoS' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2008.      */
  2009.     protected function get_ServiceLocator_HQscXoSService()
  2010.     {
  2011.         return $this->privates['.service_locator.hQscXoS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2012.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2013.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2014.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  2015.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2016.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'true],
  2017.         ], [
  2018.             'security.firewall.map.context.api' => '?',
  2019.             'security.firewall.map.context.dev' => '?',
  2020.             'security.firewall.map.context.login' => '?',
  2021.             'security.firewall.map.context.main' => '?',
  2022.             'security.firewall.map.context.refresh' => '?',
  2023.         ]);
  2024.     }
  2025.     /**
  2026.      * Gets the private 'App\Core\CoreBundle\Service\Security' shared autowired service.
  2027.      *
  2028.      * @return \App\Core\CoreBundle\Service\Security
  2029.      */
  2030.     protected function getSecurityService()
  2031.     {
  2032.         return $this->privates['App\\Core\\CoreBundle\\Service\\Security'] = new \App\Core\CoreBundle\Service\Security(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2033.     }
  2034.     /**
  2035.      * Gets the private 'annotations.cache_adapter' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2038.      */
  2039.     protected function getAnnotations_CacheAdapterService()
  2040.     {
  2041.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2042.     }
  2043.     /**
  2044.      * Gets the private 'annotations.cached_reader' shared service.
  2045.      *
  2046.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2047.      */
  2048.     protected function getAnnotations_CachedReaderService()
  2049.     {
  2050.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2051.     }
  2052.     /**
  2053.      * Gets the private 'annotations.reader' shared service.
  2054.      *
  2055.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2056.      */
  2057.     protected function getAnnotations_ReaderService()
  2058.     {
  2059.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2060.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2061.         $a->registerUniqueLoader('class_exists');
  2062.         $instance->addGlobalIgnoredName('required'$a);
  2063.         return $instance;
  2064.     }
  2065.     /**
  2066.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2067.      *
  2068.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2069.      */
  2070.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2071.     {
  2072.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xRu18w-yQL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2078.      */
  2079.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  2080.     {
  2081.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AsqrelRhPD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2087.      */
  2088.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2089.     {
  2090.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eC8aapWTdl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2096.      */
  2097.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2098.     {
  2099.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gEd6iZu-AD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2105.      */
  2106.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2107.     {
  2108.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jOFLcj35b6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'api_platform.filter_locator' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2114.      */
  2115.     protected function getApiPlatform_FilterLocatorService()
  2116.     {
  2117.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2118.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2119.         ], [
  2120.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2121.         ]);
  2122.     }
  2123.     /**
  2124.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2125.      *
  2126.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  2127.      */
  2128.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2129.     {
  2130.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2131.     }
  2132.     /**
  2133.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2134.      *
  2135.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  2136.      */
  2137.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2138.     {
  2139.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2140.     }
  2141.     /**
  2142.      * Gets the private 'api_platform.identifier.converter' shared service.
  2143.      *
  2144.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2145.      */
  2146.     protected function getApiPlatform_Identifier_ConverterService()
  2147.     {
  2148.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  2149.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2150.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2151.         }, 2));
  2152.     }
  2153.     /**
  2154.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2155.      *
  2156.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2157.      */
  2158.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2159.     {
  2160.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2161.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2162.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  2163.     }
  2164.     /**
  2165.      * Gets the private 'api_platform.iri_converter' shared service.
  2166.      *
  2167.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  2168.      */
  2169.     protected function getApiPlatform_IriConverterService()
  2170.     {
  2171.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2172.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2176.      *
  2177.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  2178.      */
  2179.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2180.     {
  2181.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2185.      *
  2186.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  2187.      */
  2188.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2189.     {
  2190.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2191.     }
  2192.     /**
  2193.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2194.      *
  2195.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  2196.      */
  2197.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2198.     {
  2199.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2200.     }
  2201.     /**
  2202.      * Gets the private 'api_platform.listener.request.read' shared service.
  2203.      *
  2204.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2205.      */
  2206.     protected function getApiPlatform_Listener_Request_ReadService()
  2207.     {
  2208.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2209.     }
  2210.     /**
  2211.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2212.      *
  2213.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  2214.      */
  2215.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2216.     {
  2217.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2221.      *
  2222.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2223.      */
  2224.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2225.     {
  2226.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2227.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2228.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2229.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2230.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2231.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2232.         }, 4)));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2236.      *
  2237.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2238.      */
  2239.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2240.     {
  2241.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  2242.     }
  2243.     /**
  2244.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2245.      *
  2246.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2247.      */
  2248.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2249.     {
  2250.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2251.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2255.      *
  2256.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2257.      */
  2258.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2259.     {
  2260.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2261.     }
  2262.     /**
  2263.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2264.      *
  2265.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  2266.      */
  2267.     protected function getApiPlatform_ResourceClassResolverService()
  2268.     {
  2269.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'api_platform.router' shared service.
  2273.      *
  2274.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  2275.      */
  2276.     protected function getApiPlatform_RouterService()
  2277.     {
  2278.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2279.     }
  2280.     /**
  2281.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2282.      *
  2283.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  2284.      */
  2285.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2286.     {
  2287.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2288.     }
  2289.     /**
  2290.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2291.      *
  2292.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  2293.      */
  2294.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2295.     {
  2296.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2297.     }
  2298.     /**
  2299.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2300.      *
  2301.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  2302.      */
  2303.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2304.     {
  2305.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2306.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2310.      *
  2311.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  2312.      */
  2313.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2314.     {
  2315.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2319.      *
  2320.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2321.      */
  2322.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2323.     {
  2324.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'assets.packages' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Asset\Packages
  2330.      */
  2331.     protected function getAssets_PackagesService()
  2332.     {
  2333.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2334.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2335.             return new \EmptyIterator();
  2336.         }, 0));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'cache.annotations' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2342.      */
  2343.     protected function getCache_AnnotationsService()
  2344.     {
  2345.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ngfp7m4r8v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2346.     }
  2347.     /**
  2348.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2351.      */
  2352.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2353.     {
  2354.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2355.     }
  2356.     /**
  2357.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2358.      *
  2359.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2360.      */
  2361.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2362.     {
  2363.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2364.     }
  2365.     /**
  2366.      * Gets the private 'cache.property_info' shared service.
  2367.      *
  2368.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2369.      */
  2370.     protected function getCache_PropertyInfoService()
  2371.     {
  2372.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Rgy+Yb8euB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2373.     }
  2374.     /**
  2375.      * Gets the private 'cache.security_expression_language' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2378.      */
  2379.     protected function getCache_SecurityExpressionLanguageService()
  2380.     {
  2381.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('X9vEUY1Uzh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2382.     }
  2383.     /**
  2384.      * Gets the private 'cache.serializer' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2387.      */
  2388.     protected function getCache_SerializerService()
  2389.     {
  2390.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D5eFk1C4AT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2391.     }
  2392.     /**
  2393.      * Gets the private 'cache.validator' shared service.
  2394.      *
  2395.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2396.      */
  2397.     protected function getCache_ValidatorService()
  2398.     {
  2399.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lHs8cNOWF6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2400.     }
  2401.     /**
  2402.      * Gets the private 'cache.webpack_encore' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2405.      */
  2406.     protected function getCache_WebpackEncoreService()
  2407.     {
  2408.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lDy1IgOyHQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2409.     }
  2410.     /**
  2411.      * Gets the private 'config_cache_factory' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2414.      */
  2415.     protected function getConfigCacheFactoryService()
  2416.     {
  2417.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2418.             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)));
  2419.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2420.         }, 2));
  2421.     }
  2422.     /**
  2423.      * Gets the private 'data_collector.form' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2426.      */
  2427.     protected function getDataCollector_FormService()
  2428.     {
  2429.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2430.     }
  2431.     /**
  2432.      * Gets the private 'data_collector.request' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2435.      */
  2436.     protected function getDataCollector_RequestService()
  2437.     {
  2438.         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())));
  2439.     }
  2440.     /**
  2441.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2442.      *
  2443.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2444.      */
  2445.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2446.     {
  2447.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2448.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2449.         }, 1)));
  2450.     }
  2451.     /**
  2452.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2453.      *
  2454.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2455.      */
  2456.     protected function getDebug_ApiPlatform_DataPersisterService()
  2457.     {
  2458.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2459.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2460.         }, 1)));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2464.      *
  2465.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2466.      */
  2467.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2468.     {
  2469.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2470.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2471.         }, 1)));
  2472.     }
  2473.     /**
  2474.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2475.      *
  2476.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2477.      */
  2478.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2479.     {
  2480.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2481.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2482.         }, 1)));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2488.      */
  2489.     protected function getDebug_DebugHandlersListenerService()
  2490.     {
  2491.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2492.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2493.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2494.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2496.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2497.     }
  2498.     /**
  2499.      * Gets the private 'debug.file_link_formatter' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2502.      */
  2503.     protected function getDebug_FileLinkFormatterService()
  2504.     {
  2505.         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 () {
  2506.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2507.         });
  2508.     }
  2509.     /**
  2510.      * Gets the private 'debug.log_processor' shared service.
  2511.      *
  2512.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2513.      */
  2514.     protected function getDebug_LogProcessorService()
  2515.     {
  2516.         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())));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2522.      */
  2523.     protected function getDebug_Security_Access_DecisionManagerService()
  2524.     {
  2525.         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 () {
  2526.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2527.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2528.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2529.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2530.     }
  2531.     /**
  2532.      * Gets the private 'debug.security.firewall' shared service.
  2533.      *
  2534.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2535.      */
  2536.     protected function getDebug_Security_FirewallService()
  2537.     {
  2538.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2542.      *
  2543.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2544.      */
  2545.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2546.     {
  2547.         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'), => (\dirname(__DIR__4).'/src/Core/CoreBundle/Entity')]);
  2548.     }
  2549.     /**
  2550.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2551.      *
  2552.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2553.      */
  2554.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2555.     {
  2556.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity', (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  2557.         $instance->setGlobalBasename('mapping');
  2558.         return $instance;
  2559.     }
  2560.     /**
  2561.      * Gets the private 'exception_listener' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2564.      */
  2565.     protected function getExceptionListenerService()
  2566.     {
  2567.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2568.     }
  2569.     /**
  2570.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2571.      *
  2572.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2573.      */
  2574.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2575.     {
  2576.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2580.      *
  2581.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2582.      */
  2583.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2584.     {
  2585.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2586.     }
  2587.     /**
  2588.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2589.      *
  2590.      * @return \Knp\Menu\Provider\ChainProvider
  2591.      */
  2592.     protected function getKnpMenu_MenuProvider_ChainService()
  2593.     {
  2594.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2595.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2596.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2597.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2598.         }, 3));
  2599.     }
  2600.     /**
  2601.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2602.      *
  2603.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2604.      */
  2605.     protected function getLiipImagine_Filter_ConfigurationService()
  2606.     {
  2607.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2608.     }
  2609.     /**
  2610.      * Gets the private 'locale_aware_listener' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2613.      */
  2614.     protected function getLocaleAwareListenerService()
  2615.     {
  2616.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2617.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2618.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2619.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2620.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2621.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2622.     }
  2623.     /**
  2624.      * Gets the private 'locale_listener' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2627.      */
  2628.     protected function getLocaleListenerService()
  2629.     {
  2630.         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, []);
  2631.     }
  2632.     /**
  2633.      * Gets the private 'mime_types' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\Mime\MimeTypes
  2636.      */
  2637.     protected function getMimeTypesService()
  2638.     {
  2639.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2640.         $instance->setDefault($instance);
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the private 'monolog.handler.console' shared service.
  2645.      *
  2646.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2647.      */
  2648.     protected function getMonolog_Handler_ConsoleService()
  2649.     {
  2650.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2651.     }
  2652.     /**
  2653.      * Gets the private 'monolog.handler.main' shared service.
  2654.      *
  2655.      * @return \Monolog\Handler\StreamHandler
  2656.      */
  2657.     protected function getMonolog_Handler_MainService()
  2658.     {
  2659.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2660.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2661.         return $instance;
  2662.     }
  2663.     /**
  2664.      * Gets the private 'monolog.logger' shared service.
  2665.      *
  2666.      * @return \Symfony\Bridge\Monolog\Logger
  2667.      */
  2668.     protected function getMonolog_LoggerService()
  2669.     {
  2670.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2671.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2672.         $instance->useMicrosecondTimestamps(true);
  2673.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2674.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2676.         return $instance;
  2677.     }
  2678.     /**
  2679.      * Gets the private 'monolog.logger.cache' shared service.
  2680.      *
  2681.      * @return \Symfony\Bridge\Monolog\Logger
  2682.      */
  2683.     protected function getMonolog_Logger_CacheService()
  2684.     {
  2685.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2686.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2687.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2688.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2689.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2690.         return $instance;
  2691.     }
  2692.     /**
  2693.      * Gets the private 'monolog.logger.request' shared service.
  2694.      *
  2695.      * @return \Symfony\Bridge\Monolog\Logger
  2696.      */
  2697.     protected function getMonolog_Logger_RequestService()
  2698.     {
  2699.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2700.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2701.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2702.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2704.         return $instance;
  2705.     }
  2706.     /**
  2707.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2708.      *
  2709.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2710.      */
  2711.     protected function getNelmioCors_CorsListenerService()
  2712.     {
  2713.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2714.     }
  2715.     /**
  2716.      * Gets the private 'parameter_bag' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2719.      */
  2720.     protected function getParameterBagService()
  2721.     {
  2722.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'profiler_listener' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2728.      */
  2729.     protected function getProfilerListenerService()
  2730.     {
  2731.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2732.     }
  2733.     /**
  2734.      * Gets the private 'property_accessor' shared service.
  2735.      *
  2736.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2737.      */
  2738.     protected function getPropertyAccessorService()
  2739.     {
  2740.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2741.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2742.     }
  2743.     /**
  2744.      * Gets the private 'property_info' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2747.      */
  2748.     protected function getPropertyInfoService()
  2749.     {
  2750.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2751.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2752.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2753.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2754.         }, 3), new RewindableGenerator(function () {
  2755.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2756.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2757.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2758.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2759.         }, 4), new RewindableGenerator(function () {
  2760.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2761.         }, 1), new RewindableGenerator(function () {
  2762.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2764.         }, 2), new RewindableGenerator(function () {
  2765.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2766.         }, 1));
  2767.     }
  2768.     /**
  2769.      * Gets the private 'router.expression_language_provider' shared service.
  2770.      *
  2771.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2772.      */
  2773.     protected function getRouter_ExpressionLanguageProviderService()
  2774.     {
  2775.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2776.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2777.         ], [
  2778.             'env' => 'Closure',
  2779.         ]));
  2780.     }
  2781.     /**
  2782.      * Gets the private 'router.request_context' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\Routing\RequestContext
  2785.      */
  2786.     protected function getRouter_RequestContextService()
  2787.     {
  2788.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2789.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2790.         return $instance;
  2791.     }
  2792.     /**
  2793.      * Gets the private 'router_listener' shared service.
  2794.      *
  2795.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2796.      */
  2797.     protected function getRouterListenerService()
  2798.     {
  2799.         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);
  2800.     }
  2801.     /**
  2802.      * Gets the private 'security.expression_language' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2805.      */
  2806.     protected function getSecurity_ExpressionLanguageService()
  2807.     {
  2808.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2809.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2810.         return $instance;
  2811.     }
  2812.     /**
  2813.      * Gets the private 'security.firewall.map' shared service.
  2814.      *
  2815.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2816.      */
  2817.     protected function getSecurity_Firewall_MapService()
  2818.     {
  2819.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.hQscXoS'] ?? $this->get_ServiceLocator_HQscXoSService()), new RewindableGenerator(function () {
  2820.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2821.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  2822.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2823.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.RRzxOCE'] ?? ($this->privates['.security.request_matcher.RRzxOCE'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api-mobile')));
  2824.             yield 'security.firewall.map.context.main' => NULL;
  2825.         }, 5));
  2826.     }
  2827.     /**
  2828.      * Gets the private 'security.logout_url_generator' shared service.
  2829.      *
  2830.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2831.      */
  2832.     protected function getSecurity_LogoutUrlGeneratorService()
  2833.     {
  2834.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2835.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  2836.         return $instance;
  2837.     }
  2838.     /**
  2839.      * Gets the private 'security.role_hierarchy' shared service.
  2840.      *
  2841.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2842.      */
  2843.     protected function getSecurity_RoleHierarchyService()
  2844.     {
  2845.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2846.     }
  2847.     /**
  2848.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2849.      *
  2850.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2851.      */
  2852.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2853.     {
  2854.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2858.      *
  2859.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2860.      */
  2861.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2862.     {
  2863.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2864.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2865.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2866.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2867.     }
  2868.     /**
  2869.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2870.      *
  2871.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2872.      */
  2873.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2874.     {
  2875.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2876.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2877.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2881.      *
  2882.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2883.      */
  2884.     protected function getSensioFrameworkExtra_View_ListenerService()
  2885.     {
  2886.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2887.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2888.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2889.         ], [
  2890.             'twig' => '?',
  2891.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2892.         return $instance;
  2893.     }
  2894.     /**
  2895.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2898.      */
  2899.     protected function getSerializer_NameConverter_MetadataAwareService()
  2900.     {
  2901.         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()));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'session_listener' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2907.      */
  2908.     protected function getSessionListenerService()
  2909.     {
  2910.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2911.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2912.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2913.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2914.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2915.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2916.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2917.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2918.         ], [
  2919.             'initialized_session' => '?',
  2920.             'logger' => '?',
  2921.             'request_stack' => '?',
  2922.             'session' => '?',
  2923.             'session_collector' => '?',
  2924.             'session_factory' => '?',
  2925.             'session_storage' => '?',
  2926.         ]), true$this->parameters['session.storage.options']);
  2927.     }
  2928.     /**
  2929.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  2930.      *
  2931.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2932.      */
  2933.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2934.     {
  2935.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2936.     }
  2937.     /**
  2938.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  2939.      *
  2940.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2941.      */
  2942.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  2943.     {
  2944.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2945.     }
  2946.     /**
  2947.      * Gets the private 'sonata.admin.pool' shared service.
  2948.      *
  2949.      * @return \Sonata\AdminBundle\Admin\Pool
  2950.      */
  2951.     protected function getSonata_Admin_PoolService()
  2952.     {
  2953.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2954.             'app.admin.article' => [false'app.admin.article''getApp_Admin_ArticleService'true],
  2955.             'app.admin.article_type' => [false'app.admin.article_type''getApp_Admin_ArticleTypeService'true],
  2956.             'app.admin.diapo' => [false'app.admin.diapo''getApp_Admin_DiapoService'true],
  2957.             'app.admin.file' => [false'app.admin.file''getApp_Admin_FileService'true],
  2958.             'app.admin.frais_commande' => [false'app.admin.frais_commande''getApp_Admin_FraisCommandeService'true],
  2959.             'app.admin.frais_fournisseur' => [false'app.admin.frais_fournisseur''getApp_Admin_FraisFournisseurService'true],
  2960.             'app.admin.frais_groupe' => [false'app.admin.frais_groupe''getApp_Admin_FraisGroupeService'true],
  2961.             'app.admin.group' => [false'app.admin.group''getApp_Admin_GroupService'true],
  2962.             'app.admin.log_import' => [false'app.admin.log_import''getApp_Admin_LogImportService'true],
  2963.             'app.admin.magasin' => [false'app.admin.magasin''getApp_Admin_MagasinService'true],
  2964.             'app.admin.notification' => [false'app.admin.notification''getApp_Admin_NotificationService'true],
  2965.             'app.admin.statut' => [false'app.admin.statut''getApp_Admin_StatutService'true],
  2966.             'app.admin.univers' => [false'app.admin.univers''getApp_Admin_UniversService'true],
  2967.             'app.admin.user' => [false'app.admin.user''getApp_Admin_UserService'true],
  2968.             'core.admin.config' => [false'core.admin.config''getCore_Admin_ConfigService'true],
  2969.         ], [
  2970.             'app.admin.article' => '?',
  2971.             'app.admin.article_type' => '?',
  2972.             'app.admin.diapo' => '?',
  2973.             'app.admin.file' => '?',
  2974.             'app.admin.frais_commande' => '?',
  2975.             'app.admin.frais_fournisseur' => '?',
  2976.             'app.admin.frais_groupe' => '?',
  2977.             'app.admin.group' => '?',
  2978.             'app.admin.log_import' => '?',
  2979.             'app.admin.magasin' => '?',
  2980.             'app.admin.notification' => '?',
  2981.             'app.admin.statut' => '?',
  2982.             'app.admin.univers' => '?',
  2983.             'app.admin.user' => '?',
  2984.             'core.admin.config' => '?',
  2985.         ]), [=> 'core.admin.config'=> 'app.admin.group'=> 'app.admin.file'=> 'app.admin.univers'=> 'app.admin.log_import'=> 'app.admin.statut'=> 'app.admin.frais_fournisseur'=> 'app.admin.frais_groupe'=> 'app.admin.article_type'=> 'app.admin.magasin'10 => 'app.admin.article'11 => 'app.admin.diapo'12 => 'app.admin.frais_commande'13 => 'app.admin.notification'14 => 'app.admin.user'], ['admin' => ['label' => 'admin''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'core.admin.config''label' => 'Configuration''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.group''label' => 'Groupe''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.file''label' => 'Fichier''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.univers''label' => 'Univers''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.log_import''label' => 'LogImport''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.statut''label' => 'Statut''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.frais_fournisseur''label' => 'Frais Fournisseur''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.frais_groupe''label' => 'Frais Groupe''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.article_type''label' => 'Type article''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.magasin''label' => 'Magasin''route' => '''route_params' => [], 'route_absolute' => false], 10 => ['admin' => 'app.admin.article''label' => 'Article''route' => '''route_params' => [], 'route_absolute' => false], 11 => ['admin' => 'app.admin.diapo''label' => 'Diapo''route' => '''route_params' => [], 'route_absolute' => false], 12 => ['admin' => 'app.admin.frais_commande''label' => 'Commande de frais''route' => '''route_params' => [], 'route_absolute' => false], 13 => ['admin' => 'app.admin.notification''label' => 'Notification''route' => '''route_params' => [], 'route_absolute' => false], 14 => ['admin' => 'app.admin.user''label' => 'Utilisateur''route' => '''route_params' => [], 'route_absolute' => false]], 'roles' => [], 'on_top' => false'keep_open' => false]], ['App\\Entity\\Config' => [=> 'core.admin.config'], 'App\\Entity\\Group' => [=> 'app.admin.group'], 'App\\Entity\\Media' => [=> 'app.admin.file'], 'App\\Entity\\Univers' => [=> 'app.admin.univers'], 'App\\Entity\\LogImport' => [=> 'app.admin.log_import'], 'App\\Entity\\Statut' => [=> 'app.admin.statut'], 'App\\Entity\\FraisFournisseur' => [=> 'app.admin.frais_fournisseur'], 'App\\Entity\\FraisGroupe' => [=> 'app.admin.frais_groupe'], 'App\\Entity\\ArticleType' => [=> 'app.admin.article_type'], 'App\\Entity\\Magasin' => [=> 'app.admin.magasin'], 'App\\Entity\\Article' => [=> 'app.admin.article'], 'App\\Entity\\Diapo' => [=> 'app.admin.diapo'], 'App\\Entity\\FraisCommande' => [=> 'app.admin.frais_commande'], 'App\\Entity\\Notification' => [=> 'app.admin.notification'], 'App\\Entity\\User' => [=> 'app.admin.user']]);
  2986.     }
  2987.     /**
  2988.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  2989.      *
  2990.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  2991.      */
  2992.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  2993.     {
  2994.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  2998.      *
  2999.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3000.      */
  3001.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3002.     {
  3003.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3004.     }
  3005.     /**
  3006.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3007.      *
  3008.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3009.      */
  3010.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3011.     {
  3012.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3016.      *
  3017.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3018.      */
  3019.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3020.     {
  3021.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3022.     }
  3023.     /**
  3024.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3025.      *
  3026.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3027.      */
  3028.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3029.     {
  3030.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3034.      *
  3035.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3036.      */
  3037.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3038.     {
  3039.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3043.      *
  3044.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3045.      */
  3046.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3047.     {
  3048.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3049.     }
  3050.     /**
  3051.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3052.      *
  3053.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3054.      */
  3055.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3056.     {
  3057.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3058.     }
  3059.     /**
  3060.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3061.      *
  3062.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3063.      */
  3064.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3065.     {
  3066.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3067.     }
  3068.     /**
  3069.      * Gets the private 'sonata.block.templating.helper' shared service.
  3070.      *
  3071.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3072.      */
  3073.     protected function getSonata_Block_Templating_HelperService()
  3074.     {
  3075.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3076.     }
  3077.     /**
  3078.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3079.      *
  3080.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3081.      */
  3082.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3083.     {
  3084.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->services['translatable.listener'] ?? $this->getTranslatable_ListenerService()));
  3085.     }
  3086.     /**
  3087.      * Gets the private 'translator.default' shared service.
  3088.      *
  3089.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3090.      */
  3091.     protected function getTranslator_DefaultService()
  3092.     {
  3093.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3094.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3095.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3096.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3097.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3098.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3099.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3100.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3101.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3102.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3103.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3104.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3105.         ], [
  3106.             'translation.loader.csv' => '?',
  3107.             'translation.loader.dat' => '?',
  3108.             'translation.loader.ini' => '?',
  3109.             'translation.loader.json' => '?',
  3110.             'translation.loader.mo' => '?',
  3111.             'translation.loader.php' => '?',
  3112.             'translation.loader.po' => '?',
  3113.             'translation.loader.qt' => '?',
  3114.             'translation.loader.res' => '?',
  3115.             'translation.loader.xliff' => '?',
  3116.             'translation.loader.yml' => '?',
  3117.         ]), 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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], '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')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/src/Core/CoreBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'10 => 'translations'11 => 'vendor/symfony/framework-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'vendor/doctrine/doctrine-migrations-bundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'vendor/twig/extra-bundle/translations'22 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'23 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'24 => 'vendor/knplabs/knp-menu-bundle/src/translations'25 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'26 => 'src/Core/CoreBundle/translations'27 => 'vendor/symfony/webpack-encore-bundle/src/translations'28 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'29 => 'vendor/stof/doctrine-extensions-bundle/src/translations'30 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'31 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'32 => 'vendor/knplabs/knp-snappy-bundle/src/translations'33 => 'vendor/nelmio/cors-bundle/translations'34 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'35 => 'vendor/liip/imagine-bundle/translations'36 => 'vendor/lexik/jwt-authentication-bundle/translations'37 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations']]], []);
  3118.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3119.         $instance->setFallbackLocales([=> 'fr'=> 'fr']);
  3120.         return $instance;
  3121.     }
  3122.     /**
  3123.      * Gets the private 'validator.builder' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3126.      */
  3127.     protected function getValidator_BuilderService()
  3128.     {
  3129.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3130.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3131.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3132.         if ($this->has('translator')) {
  3133.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3134.         }
  3135.         $instance->setTranslationDomain('validators');
  3136.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  3137.         $instance->enableAnnotationMapping(true);
  3138.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3139.         $instance->addMethodMapping('loadValidatorMetadata');
  3140.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3141.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3142.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the private 'validator.validator_factory' shared service.
  3147.      *
  3148.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3149.      */
  3150.     protected function getValidator_ValidatorFactoryService()
  3151.     {
  3152.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3153.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3154.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3155.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3156.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3157.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3158.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3159.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3160.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3161.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3162.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3163.         ], [
  3164.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3165.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3166.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3167.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3168.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3169.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3170.             'doctrine.orm.validator.unique' => '?',
  3171.             'security.validator.user_password' => '?',
  3172.             'sonata.form.validator.inline' => '?',
  3173.             'validator.expression' => '?',
  3174.         ]));
  3175.     }
  3176.     /**
  3177.      * Gets the private 'var_dumper.html_dumper' shared service.
  3178.      *
  3179.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3180.      */
  3181.     protected function getVarDumper_HtmlDumperService()
  3182.     {
  3183.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3184.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3185.         return $instance;
  3186.     }
  3187.     /**
  3188.      * Gets the private 'var_dumper.server_connection' shared service.
  3189.      *
  3190.      * @return \Symfony\Component\VarDumper\Server\Connection
  3191.      */
  3192.     protected function getVarDumper_ServerConnectionService()
  3193.     {
  3194.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  3195.     }
  3196.     /**
  3197.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3198.      *
  3199.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3200.      */
  3201.     protected function getVichUploader_MetadataReaderService()
  3202.     {
  3203.         $a = new \Metadata\Driver\FileLocator([]);
  3204.         $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()), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3205.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3206.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3207.     }
  3208.     /**
  3209.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3210.      *
  3211.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3212.      */
  3213.     protected function getVichUploader_PropertyMappingFactoryService()
  3214.     {
  3215.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3216.     }
  3217.     /**
  3218.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  3219.      *
  3220.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3221.      */
  3222.     protected function getVichUploader_Storage_FileSystemService()
  3223.     {
  3224.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3225.     }
  3226.     /**
  3227.      * Gets the private 'web_profiler.csp.handler' shared service.
  3228.      *
  3229.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3230.      */
  3231.     protected function getWebProfiler_Csp_HandlerService()
  3232.     {
  3233.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3234.     }
  3235.     /**
  3236.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3237.      *
  3238.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3239.      */
  3240.     protected function getWebProfiler_DebugToolbarService()
  3241.     {
  3242.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3243.     }
  3244.     /**
  3245.      * Gets the public 'cache_clearer' alias.
  3246.      *
  3247.      * @return object The ".container.private.cache_clearer" service.
  3248.      */
  3249.     protected function getCacheClearerService()
  3250.     {
  3251.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3252.         return $this->get('.container.private.cache_clearer');
  3253.     }
  3254.     /**
  3255.      * Gets the public 'filesystem' alias.
  3256.      *
  3257.      * @return object The ".container.private.filesystem" service.
  3258.      */
  3259.     protected function getFilesystemService()
  3260.     {
  3261.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3262.         return $this->get('.container.private.filesystem');
  3263.     }
  3264.     /**
  3265.      * Gets the public 'security.csrf.token_manager' alias.
  3266.      *
  3267.      * @return object The ".container.private.security.csrf.token_manager" service.
  3268.      */
  3269.     protected function getSecurity_Csrf_TokenManagerService()
  3270.     {
  3271.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3272.         return $this->get('.container.private.security.csrf.token_manager');
  3273.     }
  3274.     /**
  3275.      * Gets the public 'form.factory' alias.
  3276.      *
  3277.      * @return object The ".container.private.form.factory" service.
  3278.      */
  3279.     protected function getForm_FactoryService()
  3280.     {
  3281.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3282.         return $this->get('.container.private.form.factory');
  3283.     }
  3284.     /**
  3285.      * Gets the public 'form.type.file' alias.
  3286.      *
  3287.      * @return object The ".container.private.form.type.file" service.
  3288.      */
  3289.     protected function getForm_Type_FileService()
  3290.     {
  3291.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3292.         return $this->get('.container.private.form.type.file');
  3293.     }
  3294.     /**
  3295.      * Gets the public 'profiler' alias.
  3296.      *
  3297.      * @return object The ".container.private.profiler" service.
  3298.      */
  3299.     protected function getProfilerService()
  3300.     {
  3301.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3302.         return $this->get('.container.private.profiler');
  3303.     }
  3304.     /**
  3305.      * Gets the public 'serializer' alias.
  3306.      *
  3307.      * @return object The ".container.private.serializer" service.
  3308.      */
  3309.     protected function getSerializerService()
  3310.     {
  3311.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3312.         return $this->get('.container.private.serializer');
  3313.     }
  3314.     /**
  3315.      * Gets the public 'twig' alias.
  3316.      *
  3317.      * @return object The ".container.private.twig" service.
  3318.      */
  3319.     protected function getTwigService()
  3320.     {
  3321.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3322.         return $this->get('.container.private.twig');
  3323.     }
  3324.     /**
  3325.      * Gets the public 'security.authorization_checker' alias.
  3326.      *
  3327.      * @return object The ".container.private.security.authorization_checker" service.
  3328.      */
  3329.     protected function getSecurity_AuthorizationCheckerService()
  3330.     {
  3331.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3332.         return $this->get('.container.private.security.authorization_checker');
  3333.     }
  3334.     /**
  3335.      * Gets the public 'security.token_storage' alias.
  3336.      *
  3337.      * @return object The ".container.private.security.token_storage" service.
  3338.      */
  3339.     protected function getSecurity_TokenStorageService()
  3340.     {
  3341.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3342.         return $this->get('.container.private.security.token_storage');
  3343.     }
  3344.     /**
  3345.      * Gets the public 'security.password_encoder' alias.
  3346.      *
  3347.      * @return object The ".container.private.security.password_encoder" service.
  3348.      */
  3349.     protected function getSecurity_PasswordEncoderService()
  3350.     {
  3351.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3352.         return $this->get('.container.private.security.password_encoder');
  3353.     }
  3354.     /**
  3355.      * Gets the public 'session' alias.
  3356.      *
  3357.      * @return object The ".container.private.session" service.
  3358.      */
  3359.     protected function getSessionService()
  3360.     {
  3361.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3362.         return $this->get('.container.private.session');
  3363.     }
  3364.     /**
  3365.      * Gets the public 'validator' alias.
  3366.      *
  3367.      * @return object The ".container.private.validator" service.
  3368.      */
  3369.     protected function getValidatorService()
  3370.     {
  3371.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3372.         return $this->get('.container.private.validator');
  3373.     }
  3374.     /**
  3375.      * @return array|bool|float|int|string|null
  3376.      */
  3377.     public function getParameter(string $name)
  3378.     {
  3379.         if (isset($this->buildParameters[$name])) {
  3380.             return $this->buildParameters[$name];
  3381.         }
  3382.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3383.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3384.         }
  3385.         if (isset($this->loadedDynamicParameters[$name])) {
  3386.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3387.         }
  3388.         return $this->parameters[$name];
  3389.     }
  3390.     public function hasParameter(string $name): bool
  3391.     {
  3392.         if (isset($this->buildParameters[$name])) {
  3393.             return true;
  3394.         }
  3395.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3396.     }
  3397.     public function setParameter(string $name$value): void
  3398.     {
  3399.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3400.     }
  3401.     public function getParameterBag(): ParameterBagInterface
  3402.     {
  3403.         if (null === $this->parameterBag) {
  3404.             $parameters $this->parameters;
  3405.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3406.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3407.             }
  3408.             foreach ($this->buildParameters as $name => $value) {
  3409.                 $parameters[$name] = $value;
  3410.             }
  3411.             $this->parameterBag = new FrozenParameterBag($parameters);
  3412.         }
  3413.         return $this->parameterBag;
  3414.     }
  3415.     private $loadedDynamicParameters = [
  3416.         'kernel.runtime_environment' => false,
  3417.         'kernel.build_dir' => false,
  3418.         'kernel.cache_dir' => false,
  3419.         'MYSQLDUMP_DATABASE' => false,
  3420.         'MYSQLDUMP_USERNAME' => false,
  3421.         'MYSQLDUMP_PASSWORD' => false,
  3422.         'FTP_SERVER' => false,
  3423.         'FTP_USERNAME' => false,
  3424.         'FTP_PASSWORD' => false,
  3425.         'FTP_SAVE_PATH' => false,
  3426.         'EXPORT_FTP_SERVER' => false,
  3427.         'EXPORT_FTP_USERNAME' => false,
  3428.         'EXPORT_FTP_PASSWORD' => false,
  3429.         'EXPORT_FTP_SAVE_PATH' => false,
  3430.         'DATABASE_NAME' => false,
  3431.         'kernel.secret' => false,
  3432.         'session.save_path' => false,
  3433.         'validator.mapping.cache.file' => false,
  3434.         'profiler.storage.dsn' => false,
  3435.         'debug.container.dump' => false,
  3436.         'serializer.mapping.cache.file' => false,
  3437.         'doctrine.orm.proxy_dir' => false,
  3438.         'knp_snappy.pdf.binary' => false,
  3439.         'knp_snappy.image.binary' => false,
  3440.         'nelmio_cors.defaults' => false,
  3441.         'lexik_jwt_authentication.pass_phrase' => false,
  3442.     ];
  3443.     private $dynamicParameters = [];
  3444.     private function getDynamicParameter(string $name)
  3445.     {
  3446.         switch ($name) {
  3447.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3448.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3449.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3450.             case 'MYSQLDUMP_DATABASE'$value $this->getEnv('resolve:MYSQLDUMP_DATABASE'); break;
  3451.             case 'MYSQLDUMP_USERNAME'$value $this->getEnv('resolve:MYSQLDUMP_USERNAME'); break;
  3452.             case 'MYSQLDUMP_PASSWORD'$value $this->getEnv('resolve:MYSQLDUMP_PASSWORD'); break;
  3453.             case 'FTP_SERVER'$value $this->getEnv('resolve:FTP_SERVER'); break;
  3454.             case 'FTP_USERNAME'$value $this->getEnv('resolve:FTP_USERNAME'); break;
  3455.             case 'FTP_PASSWORD'$value $this->getEnv('resolve:FTP_PASSWORD'); break;
  3456.             case 'FTP_SAVE_PATH'$value $this->getEnv('resolve:FTP_SAVE_PATH'); break;
  3457.             case 'EXPORT_FTP_SERVER'$value $this->getEnv('resolve:EXPORT_FTP_SERVER'); break;
  3458.             case 'EXPORT_FTP_USERNAME'$value $this->getEnv('resolve:EXPORT_FTP_USERNAME'); break;
  3459.             case 'EXPORT_FTP_PASSWORD'$value $this->getEnv('resolve:EXPORT_FTP_PASSWORD'); break;
  3460.             case 'EXPORT_FTP_SAVE_PATH'$value $this->getEnv('resolve:EXPORT_FTP_SAVE_PATH'); break;
  3461.             case 'DATABASE_NAME'$value $this->getEnv('resolve:DATABASE_NAME'); break;
  3462.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3463.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3464.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3465.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3466.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3467.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3468.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3469.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3470.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3471.             case 'nelmio_cors.defaults'$value = [
  3472.                 'allow_origin' => [
  3473.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3474.                 ],
  3475.                 'allow_credentials' => false,
  3476.                 'allow_headers' => [
  3477.                     => 'content-type',
  3478.                     => 'authorization',
  3479.                 ],
  3480.                 'expose_headers' => [
  3481.                     => 'Link',
  3482.                 ],
  3483.                 'allow_methods' => [
  3484.                     => 'GET',
  3485.                     => 'OPTIONS',
  3486.                     => 'POST',
  3487.                     => 'PUT',
  3488.                     => 'PATCH',
  3489.                     => 'DELETE',
  3490.                 ],
  3491.                 'max_age' => 3600,
  3492.                 'hosts' => [
  3493.                 ],
  3494.                 'origin_regex' => true,
  3495.                 'forced_allow_origin_value' => NULL,
  3496.             ]; break;
  3497.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3498.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3499.         }
  3500.         $this->loadedDynamicParameters[$name] = true;
  3501.         return $this->dynamicParameters[$name] = $value;
  3502.     }
  3503.     protected function getDefaultParameters(): array
  3504.     {
  3505.         return [
  3506.             'kernel.project_dir' => \dirname(__DIR__4),
  3507.             'kernel.environment' => 'dev',
  3508.             'kernel.debug' => true,
  3509.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3510.             'kernel.bundles' => [
  3511.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3512.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3513.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3514.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3515.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3516.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3517.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3518.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3519.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3520.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3521.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3522.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3523.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  3524.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  3525.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  3526.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3527.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3528.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3529.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3530.                 'CoreBundle' => 'App\\Core\\CoreBundle\\CoreBundle',
  3531.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3532.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3533.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3534.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3535.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3536.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3537.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3538.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3539.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  3540.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3541.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3542.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  3543.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3544.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  3545.             ],
  3546.             'kernel.bundles_metadata' => [
  3547.                 'FrameworkBundle' => [
  3548.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3549.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3550.                 ],
  3551.                 'SensioFrameworkExtraBundle' => [
  3552.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3553.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3554.                 ],
  3555.                 'TwigBundle' => [
  3556.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3557.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3558.                 ],
  3559.                 'WebProfilerBundle' => [
  3560.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3561.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3562.                 ],
  3563.                 'MonologBundle' => [
  3564.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3565.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3566.                 ],
  3567.                 'DebugBundle' => [
  3568.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3569.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3570.                 ],
  3571.                 'MakerBundle' => [
  3572.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3573.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3574.                 ],
  3575.                 'DoctrineBundle' => [
  3576.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3577.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3578.                 ],
  3579.                 'DoctrineMigrationsBundle' => [
  3580.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3581.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3582.                 ],
  3583.                 'SecurityBundle' => [
  3584.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3585.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3586.                 ],
  3587.                 'TwigExtraBundle' => [
  3588.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3589.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3590.                 ],
  3591.                 'SonataDoctrineBundle' => [
  3592.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3593.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3594.                 ],
  3595.                 'SonataTwigBundle' => [
  3596.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  3597.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  3598.                 ],
  3599.                 'SonataFormBundle' => [
  3600.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  3601.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  3602.                 ],
  3603.                 'SonataExporterBundle' => [
  3604.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  3605.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  3606.                 ],
  3607.                 'SonataBlockBundle' => [
  3608.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3609.                     'namespace' => 'Sonata\\BlockBundle',
  3610.                 ],
  3611.                 'KnpMenuBundle' => [
  3612.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3613.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3614.                 ],
  3615.                 'SonataAdminBundle' => [
  3616.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3617.                     'namespace' => 'Sonata\\AdminBundle',
  3618.                 ],
  3619.                 'SonataDoctrineORMAdminBundle' => [
  3620.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3621.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3622.                 ],
  3623.                 'CoreBundle' => [
  3624.                     'path' => (\dirname(__DIR__4).'/src/Core/CoreBundle'),
  3625.                     'namespace' => 'App\\Core\\CoreBundle',
  3626.                 ],
  3627.                 'WebpackEncoreBundle' => [
  3628.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3629.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3630.                 ],
  3631.                 'FOSJsRoutingBundle' => [
  3632.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3633.                     'namespace' => 'FOS\\JsRoutingBundle',
  3634.                 ],
  3635.                 'StofDoctrineExtensionsBundle' => [
  3636.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3637.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3638.                 ],
  3639.                 'FOSCKEditorBundle' => [
  3640.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3641.                     'namespace' => 'FOS\\CKEditorBundle',
  3642.                 ],
  3643.                 'SymfonyCastsResetPasswordBundle' => [
  3644.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3645.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3646.                 ],
  3647.                 'DoctrineFixturesBundle' => [
  3648.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3649.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3650.                 ],
  3651.                 'KnpSnappyBundle' => [
  3652.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3653.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3654.                 ],
  3655.                 'NelmioCorsBundle' => [
  3656.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3657.                     'namespace' => 'Nelmio\\CorsBundle',
  3658.                 ],
  3659.                 'ApiPlatformBundle' => [
  3660.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  3661.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  3662.                 ],
  3663.                 'VichUploaderBundle' => [
  3664.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3665.                     'namespace' => 'Vich\\UploaderBundle',
  3666.                 ],
  3667.                 'LiipImagineBundle' => [
  3668.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3669.                     'namespace' => 'Liip\\ImagineBundle',
  3670.                 ],
  3671.                 'FOSOAuthServerBundle' => [
  3672.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  3673.                     'namespace' => 'FOS\\OAuthServerBundle',
  3674.                 ],
  3675.                 'LexikJWTAuthenticationBundle' => [
  3676.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3677.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3678.                 ],
  3679.                 'GesdinetJWTRefreshTokenBundle' => [
  3680.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3681.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3682.                 ],
  3683.             ],
  3684.             'kernel.charset' => 'UTF-8',
  3685.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3686.             'locale' => 'fr',
  3687.             'mailer_user' => 'noreply@aprocab.fr',
  3688.             'base_url_admin' => 'admin',
  3689.             'chart_label' => false,
  3690.             'chart_background_color' => 'rgba(255,102,0,0.5)',
  3691.             'chart_border_color' => 'rgba(255,102,0,1)',
  3692.             'chart_border_width' => 3,
  3693.             'sonata_media.cdn.host' => '/uploads/media',
  3694.             'sonata_admin.title' => 'APROCAB commande',
  3695.             'ckeditor_toolbar' => [
  3696.                 => [
  3697.                     => 'Source',
  3698.                     => 'Maximize',
  3699.                     => 'FontSize',
  3700.                     => 'Bold',
  3701.                     => 'Italic',
  3702.                     => 'Underline',
  3703.                     => 'TextColor',
  3704.                     => '-',
  3705.                     => 'NumberedList',
  3706.                     => 'BulletedList',
  3707.                     10 => '-',
  3708.                     11 => 'Outdent',
  3709.                     12 => 'Indent',
  3710.                     13 => '-',
  3711.                     14 => 'Link',
  3712.                     15 => 'Unlink',
  3713.                 ],
  3714.             ],
  3715.             'event_dispatcher.event_aliases' => [
  3716.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3717.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3718.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3719.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3720.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3721.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3722.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3723.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3724.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3725.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3726.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3727.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3728.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3729.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3730.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3731.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3732.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3733.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3734.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3735.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3736.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3737.             ],
  3738.             'fragment.renderer.hinclude.global_template' => NULL,
  3739.             'fragment.path' => '/_fragment',
  3740.             'kernel.http_method_override' => true,
  3741.             'kernel.trusted_hosts' => [
  3742.             ],
  3743.             'kernel.default_locale' => 'fr',
  3744.             'kernel.enabled_locales' => [
  3745.             ],
  3746.             'kernel.error_controller' => 'error_controller',
  3747.             'debug.file_link_format' => NULL,
  3748.             'session.metadata.storage_key' => '_sf2_meta',
  3749.             'session.storage.options' => [
  3750.                 'cache_limiter' => '0',
  3751.                 'cookie_secure' => 'auto',
  3752.                 'cookie_httponly' => true,
  3753.                 'cookie_samesite' => 'lax',
  3754.                 'gc_probability' => 1,
  3755.             ],
  3756.             'session.metadata.update_threshold' => 0,
  3757.             'form.type_extension.csrf.enabled' => true,
  3758.             'form.type_extension.csrf.field_name' => '_token',
  3759.             'asset.request_context.base_path' => NULL,
  3760.             'asset.request_context.secure' => NULL,
  3761.             'validator.translation_domain' => 'validators',
  3762.             'translator.logging' => false,
  3763.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3764.             'profiler_listener.only_exceptions' => false,
  3765.             'profiler_listener.only_main_requests' => false,
  3766.             'debug.error_handler.throw_at' => -1,
  3767.             'router.request_context.host' => 'localhost',
  3768.             'router.request_context.scheme' => 'http',
  3769.             'router.request_context.base_url' => '',
  3770.             'router.resource' => 'kernel::loadRoutes',
  3771.             'request_listener.http_port' => 80,
  3772.             'request_listener.https_port' => 443,
  3773.             'twig.form.resources' => [
  3774.                 => '@VichUploader/Form/fields.html.twig',
  3775.                 => 'form_div_layout.html.twig',
  3776.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3777.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3778.                 => 'bootstrap_3_layout.html.twig',
  3779.                 => 'bootstrap_4_layout.html.twig',
  3780.                 => 'bootstrap_5_horizontal_layout.html.twig',
  3781.                 => '@SonataForm/Form/datepicker.html.twig',
  3782.             ],
  3783.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3784.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3785.             'web_profiler.debug_toolbar.mode' => 2,
  3786.             'monolog.use_microseconds' => true,
  3787.             'monolog.swift_mailer.handlers' => [
  3788.             ],
  3789.             'monolog.handlers_to_channels' => [
  3790.                 'monolog.handler.console' => [
  3791.                     'type' => 'exclusive',
  3792.                     'elements' => [
  3793.                         => 'event',
  3794.                         => 'doctrine',
  3795.                         => 'console',
  3796.                     ],
  3797.                 ],
  3798.                 'monolog.handler.main' => [
  3799.                     'type' => 'exclusive',
  3800.                     'elements' => [
  3801.                         => 'event',
  3802.                     ],
  3803.                 ],
  3804.             ],
  3805.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3806.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3807.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3808.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3809.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3810.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3811.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3812.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3813.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3814.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3815.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3816.             'doctrine.entity_managers' => [
  3817.                 'default' => 'doctrine.orm.default_entity_manager',
  3818.             ],
  3819.             'doctrine.default_entity_manager' => 'default',
  3820.             'doctrine.dbal.connection_factory.types' => [
  3821.             ],
  3822.             'doctrine.connections' => [
  3823.                 'default' => 'doctrine.dbal.default_connection',
  3824.             ],
  3825.             'doctrine.default_connection' => 'default',
  3826.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3827.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3828.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3829.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3830.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3831.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3832.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3833.             'doctrine.orm.cache.memcache_port' => 11211,
  3834.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3835.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3836.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3837.             'doctrine.orm.cache.memcached_port' => 11211,
  3838.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3839.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3840.             'doctrine.orm.cache.redis_host' => 'localhost',
  3841.             'doctrine.orm.cache.redis_port' => 6379,
  3842.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3843.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3844.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3845.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3846.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3847.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3848.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3849.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3850.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3851.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3852.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3853.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3854.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3855.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3856.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3857.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3858.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3859.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3860.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3861.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3862.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3863.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3864.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3865.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3866.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3867.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3868.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3869.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3870.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3871.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3872.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3873.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3874.             'doctrine.migrations.preferred_em' => NULL,
  3875.             'doctrine.migrations.preferred_connection' => NULL,
  3876.             'security.role_hierarchy.roles' => [
  3877.                 'ROLE_ADMIN' => [
  3878.                     => 'ROLE_USER',
  3879.                 ],
  3880.                 'ROLE_SUPER_ADMIN' => [
  3881.                     => 'ROLE_ADMIN',
  3882.                 ],
  3883.             ],
  3884.             'security.access.denied_url' => NULL,
  3885.             'security.authentication.manager.erase_credentials' => true,
  3886.             'security.authentication.session_strategy.strategy' => 'migrate',
  3887.             'security.access.always_authenticate_before_granting' => false,
  3888.             'security.authentication.hide_user_not_found' => true,
  3889.             'security.firewalls' => [
  3890.                 => 'dev',
  3891.                 => 'refresh',
  3892.                 => 'login',
  3893.                 => 'api',
  3894.                 => 'main',
  3895.             ],
  3896.             'security.refresh._indexed_authenticators' => [
  3897.             ],
  3898.             'security.login._indexed_authenticators' => [
  3899.             ],
  3900.             'security.api._indexed_authenticators' => [
  3901.             ],
  3902.             'security.main._indexed_authenticators' => [
  3903.             ],
  3904.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3905.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3906.             'sonata.twig.form_type' => 'standard',
  3907.             'sonata.form.form_type' => 'standard',
  3908.             'sonata.exporter.writer.csv.filename' => 'php://output',
  3909.             'sonata.exporter.writer.csv.delimiter' => ',',
  3910.             'sonata.exporter.writer.csv.enclosure' => '"',
  3911.             'sonata.exporter.writer.csv.escape' => '\\',
  3912.             'sonata.exporter.writer.csv.show_headers' => true,
  3913.             'sonata.exporter.writer.csv.with_bom' => false,
  3914.             'sonata.exporter.writer.json.filename' => 'php://output',
  3915.             'sonata.exporter.writer.xls.filename' => 'php://output',
  3916.             'sonata.exporter.writer.xls.show_headers' => true,
  3917.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  3918.             'sonata.exporter.writer.xlsx.show_headers' => true,
  3919.             'sonata.exporter.writer.xlsx.show_filters' => true,
  3920.             'sonata.exporter.writer.xml.filename' => 'php://output',
  3921.             'sonata.exporter.writer.xml.show_headers' => true,
  3922.             'sonata.exporter.writer.xml.main_element' => 'datas',
  3923.             'sonata.exporter.writer.xml.child_element' => 'data',
  3924.             'sonata.block.container.types' => [
  3925.                 => 'sonata.block.service.container',
  3926.                 => 'sonata.page.block.container',
  3927.                 => 'sonata.dashboard.block.container',
  3928.                 => 'cmf.block.container',
  3929.                 => 'cmf.block.slideshow',
  3930.             ],
  3931.             'sonata_block.blocks' => [
  3932.                 'sonata.admin.block.admin_list' => [
  3933.                     'contexts' => [
  3934.                         => 'admin',
  3935.                     ],
  3936.                     'templates' => [
  3937.                     ],
  3938.                     'cache' => 'sonata.cache.noop',
  3939.                     'settings' => [
  3940.                     ],
  3941.                 ],
  3942.                 'sonata.block.service.container' => [
  3943.                     'contexts' => [
  3944.                     ],
  3945.                     'templates' => [
  3946.                     ],
  3947.                     'cache' => 'sonata.cache.noop',
  3948.                     'settings' => [
  3949.                     ],
  3950.                 ],
  3951.                 'sonata.block.service.empty' => [
  3952.                     'contexts' => [
  3953.                     ],
  3954.                     'templates' => [
  3955.                     ],
  3956.                     'cache' => 'sonata.cache.noop',
  3957.                     'settings' => [
  3958.                     ],
  3959.                 ],
  3960.                 'sonata.block.service.text' => [
  3961.                     'contexts' => [
  3962.                     ],
  3963.                     'templates' => [
  3964.                     ],
  3965.                     'cache' => 'sonata.cache.noop',
  3966.                     'settings' => [
  3967.                     ],
  3968.                 ],
  3969.                 'sonata.block.service.rss' => [
  3970.                     'contexts' => [
  3971.                     ],
  3972.                     'templates' => [
  3973.                     ],
  3974.                     'cache' => 'sonata.cache.noop',
  3975.                     'settings' => [
  3976.                     ],
  3977.                 ],
  3978.                 'sonata.block.service.template' => [
  3979.                     'contexts' => [
  3980.                     ],
  3981.                     'templates' => [
  3982.                     ],
  3983.                     'cache' => 'sonata.cache.noop',
  3984.                     'settings' => [
  3985.                     ],
  3986.                 ],
  3987.                 'sonata.block.service.menu' => [
  3988.                     'contexts' => [
  3989.                     ],
  3990.                     'templates' => [
  3991.                     ],
  3992.                     'cache' => 'sonata.cache.noop',
  3993.                     'settings' => [
  3994.                     ],
  3995.                 ],
  3996.                 'sonata.admin.block.search_result' => [
  3997.                     'contexts' => [
  3998.                     ],
  3999.                     'templates' => [
  4000.                     ],
  4001.                     'cache' => 'sonata.cache.noop',
  4002.                     'settings' => [
  4003.                     ],
  4004.                 ],
  4005.                 'sonata.admin.block.stats' => [
  4006.                     'contexts' => [
  4007.                     ],
  4008.                     'templates' => [
  4009.                     ],
  4010.                     'cache' => 'sonata.cache.noop',
  4011.                     'settings' => [
  4012.                     ],
  4013.                 ],
  4014.                 'sonata.admin.block.admin_preview' => [
  4015.                     'contexts' => [
  4016.                     ],
  4017.                     'templates' => [
  4018.                     ],
  4019.                     'cache' => 'sonata.cache.noop',
  4020.                     'settings' => [
  4021.                     ],
  4022.                 ],
  4023.             ],
  4024.             'sonata_block.blocks_by_class' => [
  4025.             ],
  4026.             'sonata_blocks.block_types' => [
  4027.                 => 'sonata.admin.block.admin_list',
  4028.                 => 'sonata.block.service.container',
  4029.                 => 'sonata.block.service.empty',
  4030.                 => 'sonata.block.service.text',
  4031.                 => 'sonata.block.service.rss',
  4032.                 => 'sonata.block.service.template',
  4033.                 => 'sonata.block.service.menu',
  4034.                 => 'sonata.admin.block.search_result',
  4035.                 => 'sonata.admin.block.stats',
  4036.                 => 'sonata.admin.block.admin_preview',
  4037.             ],
  4038.             'sonata_block.cache_blocks' => [
  4039.                 'by_type' => [
  4040.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  4041.                     'sonata.block.service.container' => 'sonata.cache.noop',
  4042.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  4043.                     'sonata.block.service.text' => 'sonata.cache.noop',
  4044.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  4045.                     'sonata.block.service.template' => 'sonata.cache.noop',
  4046.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  4047.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  4048.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  4049.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  4050.                 ],
  4051.             ],
  4052.             'sonata_blocks.default_contexts' => [
  4053.             ],
  4054.             'knp_menu.renderer.list.options' => [
  4055.             ],
  4056.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4057.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4058.             'knp_menu.renderer.twig.options' => [
  4059.             ],
  4060.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4061.             'knp_menu.default_renderer' => 'twig',
  4062.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4063.                 'choice' => 'select',
  4064.                 'boolean' => 'select',
  4065.                 'textarea' => 'textarea',
  4066.                 'html' => 'textarea',
  4067.                 'email' => 'email',
  4068.                 'string' => 'text',
  4069.                 'integer' => 'number',
  4070.                 'float' => 'number',
  4071.                 'currency' => 'number',
  4072.                 'percent' => 'number',
  4073.                 'url' => 'url',
  4074.             ],
  4075.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4076.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  4077.             'sonata.admin.configuration.templates' => [
  4078.                 'dashboard' => 'admin/dashboard.html.twig',
  4079.                 'layout' => 'admin/base.html.twig',
  4080.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  4081.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4082.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4083.                 'search' => '@SonataAdmin/Core/search.html.twig',
  4084.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  4085.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4086.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  4087.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4088.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  4089.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4090.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4091.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4092.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  4093.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4094.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4095.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4096.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4097.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4098.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  4099.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4100.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  4101.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4102.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4103.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4104.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4105.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4106.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  4107.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4108.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4109.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  4110.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4111.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4112.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  4113.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4114.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4115.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4116.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4117.                 'form_theme' => [
  4118.                 ],
  4119.                 'filter_theme' => [
  4120.                 ],
  4121.             ],
  4122.             'sonata.admin.configuration.default_admin_services' => [
  4123.                 'model_manager' => NULL,
  4124.                 'data_source' => NULL,
  4125.                 'field_description_factory' => NULL,
  4126.                 'form_contractor' => NULL,
  4127.                 'show_builder' => NULL,
  4128.                 'list_builder' => NULL,
  4129.                 'datagrid_builder' => NULL,
  4130.                 'translator' => NULL,
  4131.                 'configuration_pool' => NULL,
  4132.                 'route_generator' => NULL,
  4133.                 'security_handler' => NULL,
  4134.                 'menu_factory' => NULL,
  4135.                 'route_builder' => NULL,
  4136.                 'label_translator_strategy' => NULL,
  4137.                 'pager_type' => NULL,
  4138.             ],
  4139.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  4140.             'sonata.admin.configuration.dashboard_groups' => [
  4141.             ],
  4142.             'sonata.admin.configuration.dashboard_blocks' => [
  4143.                 => [
  4144.                     'type' => 'sonata.admin.block.admin_list',
  4145.                     'position' => 'left',
  4146.                     'roles' => [
  4147.                     ],
  4148.                     'settings' => [
  4149.                     ],
  4150.                     'class' => 'col-md-4',
  4151.                 ],
  4152.             ],
  4153.             'sonata.admin.configuration.sort_admins' => false,
  4154.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  4155.             'sonata.admin.configuration.default_group' => 'default',
  4156.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4157.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  4158.             'sonata.admin.configuration.breadcrumbs' => [
  4159.                 'child_admin_route' => 'show',
  4160.             ],
  4161.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  4162.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4163.             'sonata.admin.configuration.security.information' => [
  4164.                 'EDIT' => [
  4165.                     => 'EDIT',
  4166.                 ],
  4167.                 'LIST' => [
  4168.                     => 'LIST',
  4169.                 ],
  4170.                 'CREATE' => [
  4171.                     => 'CREATE',
  4172.                 ],
  4173.                 'VIEW' => [
  4174.                     => 'VIEW',
  4175.                 ],
  4176.                 'DELETE' => [
  4177.                     => 'DELETE',
  4178.                 ],
  4179.                 'EXPORT' => [
  4180.                     => 'EXPORT',
  4181.                 ],
  4182.                 'ALL' => [
  4183.                     => 'ALL',
  4184.                 ],
  4185.             ],
  4186.             'sonata.admin.configuration.security.admin_permissions' => [
  4187.                 => 'CREATE',
  4188.                 => 'LIST',
  4189.                 => 'DELETE',
  4190.                 => 'UNDELETE',
  4191.                 => 'EXPORT',
  4192.                 => 'OPERATOR',
  4193.                 => 'MASTER',
  4194.             ],
  4195.             'sonata.admin.configuration.security.object_permissions' => [
  4196.                 => 'VIEW',
  4197.                 => 'EDIT',
  4198.                 => 'HISTORY',
  4199.                 => 'DELETE',
  4200.                 => 'UNDELETE',
  4201.                 => 'OPERATOR',
  4202.                 => 'MASTER',
  4203.                 => 'OWNER',
  4204.             ],
  4205.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4206.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4207.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4208.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4209.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4210.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4211.             'sonata.admin.extension.map' => [
  4212.             ],
  4213.             'sonata.admin.configuration.filters.persist' => false,
  4214.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4215.             'sonata.admin.configuration.show.mosaic.button' => true,
  4216.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4217.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4218.             'sonata_doctrine_orm_admin.templates' => [
  4219.                 'types' => [
  4220.                     'list' => [
  4221.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4222.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4223.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4224.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4225.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4226.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4227.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4228.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4229.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4230.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4231.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4232.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4233.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4234.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4235.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4236.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4237.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4238.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4239.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4240.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4241.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4242.                     ],
  4243.                     'show' => [
  4244.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4245.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4246.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4247.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4248.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4249.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4250.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4251.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4252.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4253.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4254.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4255.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4256.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4257.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4258.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4259.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4260.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4261.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4262.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4263.                     ],
  4264.                 ],
  4265.             ],
  4266.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4267.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4268.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4269.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4270.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4271.             'fos_js_routing.request_context_base_url' => NULL,
  4272.             'fos_js_routing.cache_control' => [
  4273.                 'enabled' => false,
  4274.             ],
  4275.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4276.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4277.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4278.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4279.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4280.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4281.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  4282.             'stof_doctrine_extensions.translation_fallback' => false,
  4283.             'stof_doctrine_extensions.persist_default_translation' => false,
  4284.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4285.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4286.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4287.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4288.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4289.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4290.             'knp_snappy.pdf.options' => [
  4291.             ],
  4292.             'knp_snappy.pdf.env' => [
  4293.             ],
  4294.             'knp_snappy.image.options' => [
  4295.             ],
  4296.             'knp_snappy.image.env' => [
  4297.             ],
  4298.             'nelmio_cors.map' => [
  4299.                 '^/' => [
  4300.                 ],
  4301.             ],
  4302.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4303.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4304.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4305.             'api_platform.enable_entrypoint' => true,
  4306.             'api_platform.enable_docs' => true,
  4307.             'api_platform.title' => '',
  4308.             'api_platform.description' => '',
  4309.             'api_platform.version' => '0.0.0',
  4310.             'api_platform.show_webby' => true,
  4311.             'api_platform.url_generation_strategy' => 1,
  4312.             'api_platform.exception_to_status' => [
  4313.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4314.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  4315.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  4316.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4317.             ],
  4318.             'api_platform.formats' => [
  4319.                 'jsonld' => [
  4320.                     => 'application/ld+json',
  4321.                 ],
  4322.                 'json' => [
  4323.                     => 'application/json',
  4324.                 ],
  4325.                 'html' => [
  4326.                     => 'text/html',
  4327.                 ],
  4328.             ],
  4329.             'api_platform.patch_formats' => [
  4330.                 'json' => [
  4331.                     => 'application/merge-patch+json',
  4332.                 ],
  4333.             ],
  4334.             'api_platform.error_formats' => [
  4335.                 'jsonproblem' => [
  4336.                     => 'application/problem+json',
  4337.                 ],
  4338.                 'jsonld' => [
  4339.                     => 'application/ld+json',
  4340.                 ],
  4341.             ],
  4342.             'api_platform.allow_plain_identifiers' => false,
  4343.             'api_platform.eager_loading.enabled' => true,
  4344.             'api_platform.eager_loading.max_joins' => 30,
  4345.             'api_platform.eager_loading.fetch_partial' => false,
  4346.             'api_platform.eager_loading.force_eager' => true,
  4347.             'api_platform.collection.exists_parameter_name' => 'exists',
  4348.             'api_platform.collection.order' => 'ASC',
  4349.             'api_platform.collection.order_parameter_name' => 'order',
  4350.             'api_platform.collection.pagination.enabled' => true,
  4351.             'api_platform.collection.pagination.partial' => false,
  4352.             'api_platform.collection.pagination.client_enabled' => false,
  4353.             'api_platform.collection.pagination.client_items_per_page' => false,
  4354.             'api_platform.collection.pagination.client_partial' => false,
  4355.             'api_platform.collection.pagination.items_per_page' => 30,
  4356.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4357.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4358.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4359.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4360.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4361.             'api_platform.collection.pagination' => [
  4362.                 'enabled' => true,
  4363.                 'partial' => false,
  4364.                 'client_enabled' => false,
  4365.                 'client_items_per_page' => false,
  4366.                 'client_partial' => false,
  4367.                 'items_per_page' => 30,
  4368.                 'maximum_items_per_page' => NULL,
  4369.                 'page_parameter_name' => 'page',
  4370.                 'enabled_parameter_name' => 'pagination',
  4371.                 'items_per_page_parameter_name' => 'itemsPerPage',
  4372.                 'partial_parameter_name' => 'partial',
  4373.             ],
  4374.             'api_platform.http_cache.etag' => true,
  4375.             'api_platform.http_cache.max_age' => NULL,
  4376.             'api_platform.http_cache.shared_max_age' => NULL,
  4377.             'api_platform.http_cache.vary' => [
  4378.                 => 'Accept',
  4379.             ],
  4380.             'api_platform.http_cache.public' => NULL,
  4381.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4382.             'api_platform.asset_package' => NULL,
  4383.             'api_platform.defaults' => [
  4384.                 'attributes' => [
  4385.                 ],
  4386.             ],
  4387.             'api_platform.resource_class_directories' => [
  4388.                 => (\dirname(__DIR__4).'/src/Entity'),
  4389.                 => (\dirname(__DIR__4).'/src/Core/CoreBundle/Entity'),
  4390.                 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity'),
  4391.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  4392.             ],
  4393.             'api_platform.oauth.enabled' => false,
  4394.             'api_platform.oauth.clientId' => '',
  4395.             'api_platform.oauth.clientSecret' => '',
  4396.             'api_platform.oauth.type' => 'oauth2',
  4397.             'api_platform.oauth.flow' => 'application',
  4398.             'api_platform.oauth.tokenUrl' => '',
  4399.             'api_platform.oauth.authorizationUrl' => '',
  4400.             'api_platform.oauth.refreshUrl' => '',
  4401.             'api_platform.oauth.scopes' => [
  4402.             ],
  4403.             'api_platform.openapi.termsOfService' => NULL,
  4404.             'api_platform.openapi.contact.name' => NULL,
  4405.             'api_platform.openapi.contact.url' => NULL,
  4406.             'api_platform.openapi.contact.email' => NULL,
  4407.             'api_platform.openapi.license.name' => NULL,
  4408.             'api_platform.openapi.license.url' => NULL,
  4409.             'api_platform.swagger.versions' => [
  4410.             ],
  4411.             'api_platform.graphql.enabled' => false,
  4412.             'api_platform.graphql.graphiql.enabled' => false,
  4413.             'api_platform.graphql.graphql_playground.enabled' => false,
  4414.             'api_platform.graphql.collection.pagination' => [
  4415.                 'enabled' => true,
  4416.             ],
  4417.             'api_platform.validator.serialize_payload_fields' => [
  4418.             ],
  4419.             'api_platform.elasticsearch.enabled' => false,
  4420.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4421.             'vich_uploader.mappings' => [
  4422.                 'media' => [
  4423.                     'uri_prefix' => '/uploads/media',
  4424.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/media'),
  4425.                     'namer' => [
  4426.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media',
  4427.                         'options' => [
  4428.                         ],
  4429.                     ],
  4430.                     'directory_namer' => [
  4431.                         'service' => NULL,
  4432.                         'options' => NULL,
  4433.                     ],
  4434.                     'delete_on_remove' => true,
  4435.                     'delete_on_update' => true,
  4436.                     'inject_on_load' => false,
  4437.                     'db_driver' => 'orm',
  4438.                 ],
  4439.             ],
  4440.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4441.             'liip_imagine.resolvers' => [
  4442.                 'default' => [
  4443.                     'web_path' => [
  4444.                         'web_root' => (\dirname(__DIR__4).'/public/'),
  4445.                         'cache_prefix' => '/uploads/cache',
  4446.                     ],
  4447.                 ],
  4448.             ],
  4449.             'liip_imagine.loaders' => [
  4450.                 'default' => [
  4451.                     'filesystem' => [
  4452.                         'data_root' => [
  4453.                             => (\dirname(__DIR__4).'/public'),
  4454.                             => (\dirname(__DIR__4).'/public/uploads/media'),
  4455.                         ],
  4456.                         'locator' => 'filesystem',
  4457.                         'allow_unresolvable_data_roots' => false,
  4458.                         'bundle_resources' => [
  4459.                             'enabled' => false,
  4460.                             'access_control_type' => 'blacklist',
  4461.                             'access_control_list' => [
  4462.                             ],
  4463.                         ],
  4464.                     ],
  4465.                 ],
  4466.             ],
  4467.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4468.             'liip_imagine.jpegoptim.stripAll' => true,
  4469.             'liip_imagine.jpegoptim.max' => NULL,
  4470.             'liip_imagine.jpegoptim.progressive' => true,
  4471.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4472.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4473.             'liip_imagine.optipng.level' => 7,
  4474.             'liip_imagine.optipng.stripAll' => true,
  4475.             'liip_imagine.optipng.tempDir' => NULL,
  4476.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4477.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4478.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4479.             'liip_imagine.cache.resolver.default' => 'default',
  4480.             'liip_imagine.default_image' => NULL,
  4481.             'liip_imagine.filter_sets' => [
  4482.                 'cache' => [
  4483.                     'quality' => 100,
  4484.                     'jpeg_quality' => NULL,
  4485.                     'png_compression_level' => NULL,
  4486.                     'png_compression_filter' => NULL,
  4487.                     'format' => NULL,
  4488.                     'animated' => false,
  4489.                     'cache' => NULL,
  4490.                     'data_loader' => NULL,
  4491.                     'default_image' => NULL,
  4492.                     'filters' => [
  4493.                     ],
  4494.                     'post_processors' => [
  4495.                     ],
  4496.                 ],
  4497.                 'square' => [
  4498.                     'quality' => 70,
  4499.                     'jpeg_quality' => NULL,
  4500.                     'png_compression_level' => NULL,
  4501.                     'png_compression_filter' => NULL,
  4502.                     'format' => NULL,
  4503.                     'animated' => false,
  4504.                     'cache' => NULL,
  4505.                     'data_loader' => NULL,
  4506.                     'default_image' => NULL,
  4507.                     'filters' => [
  4508.                         'thumbnail' => [
  4509.                             'size' => [
  4510.                                 => 300,
  4511.                                 => 300,
  4512.                             ],
  4513.                             'mode' => 'outbound',
  4514.                         ],
  4515.                     ],
  4516.                     'post_processors' => [
  4517.                     ],
  4518.                 ],
  4519.                 'small_square' => [
  4520.                     'quality' => 70,
  4521.                     'jpeg_quality' => NULL,
  4522.                     'png_compression_level' => NULL,
  4523.                     'png_compression_filter' => NULL,
  4524.                     'format' => NULL,
  4525.                     'animated' => false,
  4526.                     'cache' => NULL,
  4527.                     'data_loader' => NULL,
  4528.                     'default_image' => NULL,
  4529.                     'filters' => [
  4530.                         'thumbnail' => [
  4531.                             'size' => [
  4532.                                 => 80,
  4533.                                 => 80,
  4534.                             ],
  4535.                             'mode' => 'outbound',
  4536.                         ],
  4537.                     ],
  4538.                     'post_processors' => [
  4539.                     ],
  4540.                 ],
  4541.                 'thumb' => [
  4542.                     'quality' => 70,
  4543.                     'jpeg_quality' => NULL,
  4544.                     'png_compression_level' => NULL,
  4545.                     'png_compression_filter' => NULL,
  4546.                     'format' => NULL,
  4547.                     'animated' => false,
  4548.                     'cache' => NULL,
  4549.                     'data_loader' => NULL,
  4550.                     'default_image' => NULL,
  4551.                     'filters' => [
  4552.                         'thumbnail' => [
  4553.                             'size' => [
  4554.                                 => 100,
  4555.                                 => 66,
  4556.                             ],
  4557.                             'mode' => 'outbound',
  4558.                         ],
  4559.                     ],
  4560.                     'post_processors' => [
  4561.                     ],
  4562.                 ],
  4563.                 'medium' => [
  4564.                     'quality' => 70,
  4565.                     'jpeg_quality' => NULL,
  4566.                     'png_compression_level' => NULL,
  4567.                     'png_compression_filter' => NULL,
  4568.                     'format' => NULL,
  4569.                     'animated' => false,
  4570.                     'cache' => NULL,
  4571.                     'data_loader' => NULL,
  4572.                     'default_image' => NULL,
  4573.                     'filters' => [
  4574.                         'thumbnail' => [
  4575.                             'size' => [
  4576.                                 => 250,
  4577.                                 => 166,
  4578.                             ],
  4579.                             'mode' => 'outbound',
  4580.                         ],
  4581.                     ],
  4582.                     'post_processors' => [
  4583.                     ],
  4584.                 ],
  4585.                 'large' => [
  4586.                     'quality' => 70,
  4587.                     'jpeg_quality' => NULL,
  4588.                     'png_compression_level' => NULL,
  4589.                     'png_compression_filter' => NULL,
  4590.                     'format' => NULL,
  4591.                     'animated' => false,
  4592.                     'cache' => NULL,
  4593.                     'data_loader' => NULL,
  4594.                     'default_image' => NULL,
  4595.                     'filters' => [
  4596.                         'thumbnail' => [
  4597.                             'size' => [
  4598.                                 => 500,
  4599.                                 => 333,
  4600.                             ],
  4601.                             'mode' => 'outbound',
  4602.                         ],
  4603.                     ],
  4604.                     'post_processors' => [
  4605.                     ],
  4606.                 ],
  4607.                 'x_large' => [
  4608.                     'quality' => 70,
  4609.                     'jpeg_quality' => NULL,
  4610.                     'png_compression_level' => NULL,
  4611.                     'png_compression_filter' => NULL,
  4612.                     'format' => NULL,
  4613.                     'animated' => false,
  4614.                     'cache' => NULL,
  4615.                     'data_loader' => NULL,
  4616.                     'default_image' => NULL,
  4617.                     'filters' => [
  4618.                         'thumbnail' => [
  4619.                             'size' => [
  4620.                                 => 750,
  4621.                                 => 500,
  4622.                             ],
  4623.                             'mode' => 'outbound',
  4624.                         ],
  4625.                     ],
  4626.                     'post_processors' => [
  4627.                     ],
  4628.                 ],
  4629.                 'xx_large' => [
  4630.                     'quality' => 70,
  4631.                     'jpeg_quality' => NULL,
  4632.                     'png_compression_level' => NULL,
  4633.                     'png_compression_filter' => NULL,
  4634.                     'format' => NULL,
  4635.                     'animated' => false,
  4636.                     'cache' => NULL,
  4637.                     'data_loader' => NULL,
  4638.                     'default_image' => NULL,
  4639.                     'filters' => [
  4640.                         'thumbnail' => [
  4641.                             'size' => [
  4642.                                 => 1000,
  4643.                                 => 666,
  4644.                             ],
  4645.                             'mode' => 'outbound',
  4646.                         ],
  4647.                     ],
  4648.                     'post_processors' => [
  4649.                     ],
  4650.                 ],
  4651.                 'xxx_large' => [
  4652.                     'quality' => 70,
  4653.                     'jpeg_quality' => NULL,
  4654.                     'png_compression_level' => NULL,
  4655.                     'png_compression_filter' => NULL,
  4656.                     'format' => NULL,
  4657.                     'animated' => false,
  4658.                     'cache' => NULL,
  4659.                     'data_loader' => NULL,
  4660.                     'default_image' => NULL,
  4661.                     'filters' => [
  4662.                         'thumbnail' => [
  4663.                             'size' => [
  4664.                                 => 1250,
  4665.                                 => 833,
  4666.                             ],
  4667.                             'mode' => 'outbound',
  4668.                         ],
  4669.                     ],
  4670.                     'post_processors' => [
  4671.                     ],
  4672.                 ],
  4673.                 'slide_full' => [
  4674.                     'quality' => 70,
  4675.                     'jpeg_quality' => NULL,
  4676.                     'png_compression_level' => NULL,
  4677.                     'png_compression_filter' => NULL,
  4678.                     'format' => NULL,
  4679.                     'animated' => false,
  4680.                     'cache' => NULL,
  4681.                     'data_loader' => NULL,
  4682.                     'default_image' => NULL,
  4683.                     'filters' => [
  4684.                         'thumbnail' => [
  4685.                             'size' => [
  4686.                                 => 1920,
  4687.                                 => 640,
  4688.                             ],
  4689.                             'mode' => 'outbound',
  4690.                         ],
  4691.                     ],
  4692.                     'post_processors' => [
  4693.                     ],
  4694.                 ],
  4695.                 'slide_full_hd' => [
  4696.                     'quality' => 100,
  4697.                     'jpeg_quality' => NULL,
  4698.                     'png_compression_level' => NULL,
  4699.                     'png_compression_filter' => NULL,
  4700.                     'format' => NULL,
  4701.                     'animated' => false,
  4702.                     'cache' => NULL,
  4703.                     'data_loader' => NULL,
  4704.                     'default_image' => NULL,
  4705.                     'filters' => [
  4706.                         'thumbnail' => [
  4707.                             'size' => [
  4708.                                 => 1920,
  4709.                                 => 640,
  4710.                             ],
  4711.                             'mode' => 'outbound',
  4712.                         ],
  4713.                     ],
  4714.                     'post_processors' => [
  4715.                     ],
  4716.                 ],
  4717.                 'full_hd' => [
  4718.                     'quality' => 100,
  4719.                     'jpeg_quality' => NULL,
  4720.                     'png_compression_level' => NULL,
  4721.                     'png_compression_filter' => NULL,
  4722.                     'format' => NULL,
  4723.                     'animated' => false,
  4724.                     'cache' => NULL,
  4725.                     'data_loader' => NULL,
  4726.                     'default_image' => NULL,
  4727.                     'filters' => [
  4728.                         'thumbnail' => [
  4729.                             'size' => [
  4730.                                 => 1920,
  4731.                                 => 920,
  4732.                             ],
  4733.                             'mode' => 'outbound',
  4734.                         ],
  4735.                     ],
  4736.                     'post_processors' => [
  4737.                     ],
  4738.                 ],
  4739.             ],
  4740.             'liip_imagine.binary.loader.default' => 'default',
  4741.             'liip_imagine.controller.filter_action' => 'liip_imagine.controller:filterAction',
  4742.             'liip_imagine.controller.filter_runtime_action' => 'liip_imagine.controller:filterRuntimeAction',
  4743.             'liip_imagine.webp.generate' => false,
  4744.             'liip_imagine.webp.options' => [
  4745.                 'quality' => 100,
  4746.                 'cache' => NULL,
  4747.                 'data_loader' => NULL,
  4748.                 'post_processors' => [
  4749.                 ],
  4750.             ],
  4751.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  4752.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  4753.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  4754.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  4755.             'fos_oauth_server.server.options' => [
  4756.             ],
  4757.             'fos_oauth_server.model_manager_name' => NULL,
  4758.             'fos_oauth_server.model.client.class' => 'App\\Core\\CoreBundle\\Entity\\OAuthClient',
  4759.             'fos_oauth_server.model.access_token.class' => 'App\\Core\\CoreBundle\\Entity\\OAuthAccessToken',
  4760.             'fos_oauth_server.model.refresh_token.class' => 'App\\Core\\CoreBundle\\Entity\\OAuthRefreshToken',
  4761.             'fos_oauth_server.model.auth_code.class' => 'App\\Core\\CoreBundle\\Entity\\OAuthAuthCode',
  4762.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  4763.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  4764.             'fos_oauth_server.authorize.form.validation_groups' => [
  4765.                 => 'Authorize',
  4766.                 => 'Default',
  4767.             ],
  4768.             'lexik_jwt_authentication.token_ttl' => 3600,
  4769.             'lexik_jwt_authentication.clock_skew' => 0,
  4770.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4771.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4772.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4773.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4774.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  4775.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  4776.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  4777.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.app_user_provider',
  4778.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  4779.             'gesdinet_jwt_refresh_token.single_use' => false,
  4780.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  4781.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  4782.             'gesdinet_jwt_refresh_token.cookie' => [
  4783.                 'enabled' => false,
  4784.                 'same_site' => 'lax',
  4785.                 'path' => '/',
  4786.                 'domain' => NULL,
  4787.                 'http_only' => true,
  4788.                 'secure' => true,
  4789.                 'remove_token_from_body' => true,
  4790.             ],
  4791.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  4792.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  4793.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  4794.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4795.             'data_collector.templates' => [
  4796.                 'data_collector.request' => [
  4797.                     => 'request',
  4798.                     => '@WebProfiler/Collector/request.html.twig',
  4799.                 ],
  4800.                 'api_platform.data_collector.request' => [
  4801.                     => 'api_platform.data_collector.request',
  4802.                     => '@ApiPlatform/DataCollector/request.html.twig',
  4803.                 ],
  4804.                 'data_collector.time' => [
  4805.                     => 'time',
  4806.                     => '@WebProfiler/Collector/time.html.twig',
  4807.                 ],
  4808.                 'data_collector.memory' => [
  4809.                     => 'memory',
  4810.                     => '@WebProfiler/Collector/memory.html.twig',
  4811.                 ],
  4812.                 'data_collector.validator' => [
  4813.                     => 'validator',
  4814.                     => '@WebProfiler/Collector/validator.html.twig',
  4815.                 ],
  4816.                 'data_collector.ajax' => [
  4817.                     => 'ajax',
  4818.                     => '@WebProfiler/Collector/ajax.html.twig',
  4819.                 ],
  4820.                 'data_collector.form' => [
  4821.                     => 'form',
  4822.                     => '@WebProfiler/Collector/form.html.twig',
  4823.                 ],
  4824.                 'data_collector.exception' => [
  4825.                     => 'exception',
  4826.                     => '@WebProfiler/Collector/exception.html.twig',
  4827.                 ],
  4828.                 'data_collector.logger' => [
  4829.                     => 'logger',
  4830.                     => '@WebProfiler/Collector/logger.html.twig',
  4831.                 ],
  4832.                 'data_collector.events' => [
  4833.                     => 'events',
  4834.                     => '@WebProfiler/Collector/events.html.twig',
  4835.                 ],
  4836.                 'data_collector.router' => [
  4837.                     => 'router',
  4838.                     => '@WebProfiler/Collector/router.html.twig',
  4839.                 ],
  4840.                 'data_collector.cache' => [
  4841.                     => 'cache',
  4842.                     => '@WebProfiler/Collector/cache.html.twig',
  4843.                 ],
  4844.                 'data_collector.translation' => [
  4845.                     => 'translation',
  4846.                     => '@WebProfiler/Collector/translation.html.twig',
  4847.                 ],
  4848.                 'data_collector.security' => [
  4849.                     => 'security',
  4850.                     => '@Security/Collector/security.html.twig',
  4851.                 ],
  4852.                 'data_collector.twig' => [
  4853.                     => 'twig',
  4854.                     => '@WebProfiler/Collector/twig.html.twig',
  4855.                 ],
  4856.                 'data_collector.http_client' => [
  4857.                     => 'http_client',
  4858.                     => '@WebProfiler/Collector/http_client.html.twig',
  4859.                 ],
  4860.                 'data_collector.doctrine' => [
  4861.                     => 'db',
  4862.                     => '@Doctrine/Collector/db.html.twig',
  4863.                 ],
  4864.                 'data_collector.dump' => [
  4865.                     => 'dump',
  4866.                     => '@Debug/Profiler/dump.html.twig',
  4867.                 ],
  4868.                 'mailer.data_collector' => [
  4869.                     => 'mailer',
  4870.                     => '@WebProfiler/Collector/mailer.html.twig',
  4871.                 ],
  4872.                 'notifier.data_collector' => [
  4873.                     => 'notifier',
  4874.                     => '@WebProfiler/Collector/notifier.html.twig',
  4875.                 ],
  4876.                 'sonata.block.data_collector' => [
  4877.                     => 'block',
  4878.                     => '@SonataBlock/Profiler/block.html.twig',
  4879.                 ],
  4880.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4881.                     => 'vich_uploader.mapping_collector',
  4882.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4883.                 ],
  4884.                 'data_collector.config' => [
  4885.                     => 'config',
  4886.                     => '@WebProfiler/Collector/config.html.twig',
  4887.                 ],
  4888.             ],
  4889.             'console.command.ids' => [
  4890.                 => 'console.command.public_alias.App\\Command\\ArticleDLCImportCommand',
  4891.                 => 'console.command.public_alias.App\\Command\\ArticleImportCommand',
  4892.                 => 'console.command.public_alias.App\\Command\\ArticleTopCommand',
  4893.                 => 'console.command.public_alias.App\\Command\\ArticleTypeImportCommand',
  4894.                 => 'console.command.public_alias.App\\Command\\CommandeExportCommand',
  4895.                 => 'console.command.public_alias.App\\Command\\CommandeRecapEmailCommand',
  4896.                 => 'console.command.public_alias.App\\Command\\CommandeValidEmailCommand',
  4897.                 => 'console.command.public_alias.App\\Command\\DataInitCommand',
  4898.                 => 'console.command.public_alias.App\\Command\\DownloadMetiDataCommand',
  4899.                 => 'console.command.public_alias.App\\Command\\DownloadMetiTypeDataCommand',
  4900.                 10 => 'console.command.public_alias.App\\Command\\FakeCommandeCommand',
  4901.                 11 => 'console.command.public_alias.App\\Command\\FakeDataCommand',
  4902.                 12 => 'console.command.public_alias.App\\Command\\FakeDataFraisCommand',
  4903.                 13 => 'console.command.public_alias.App\\Command\\FraisCommandeImportCommand',
  4904.                 14 => 'console.command.public_alias.App\\Command\\FraisExportCommand',
  4905.                 15 => 'console.command.public_alias.App\\Command\\ImageImportCommand',
  4906.                 16 => 'console.command.public_alias.App\\Command\\ImageRecupCommand',
  4907.                 17 => 'console.command.public_alias.App\\Command\\InitMagasinArticleCommand',
  4908.                 18 => 'console.command.public_alias.App\\Command\\LiipCacheWarmupCommand',
  4909.                 19 => 'console.command.public_alias.App\\Command\\MagasinImportCommand',
  4910.                 20 => 'console.command.public_alias.App\\Command\\MySQLDumpCommand',
  4911.                 21 => 'console.command.public_alias.App\\Command\\NomenclatureImportCommand',
  4912.                 22 => 'console.command.public_alias.App\\Command\\UpdateDouble3LCommand',
  4913.                 23 => 'console.command.public_alias.App\\Command\\UserInitCommand',
  4914.                 24 => 'console.command.public_alias.App\\Command\\setNbReferencesColisCommand',
  4915.             ],
  4916.         ];
  4917.     }
  4918.     protected function throw($message)
  4919.     {
  4920.         throw new RuntimeException($message);
  4921.     }
  4922. }