<?php
namespace ContainerIEoGETH;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
'App\\Infrastructure\\Mapping\\Form\\TemplateAVFormMappingConfigurator' => 'getTemplateAVFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateCHIRFormMappingConfigurator' => 'getTemplateCHIRFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateCSFormMappingConfigurator' => 'getTemplateCSFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateCVFormMappingConfigurator' => 'getTemplateCVFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateDILATFormMappingConfigurator' => 'getTemplateDILATFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateIOLFormMappingConfigurator' => 'getTemplateIOLFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateLASERFormMappingConfigurator' => 'getTemplateLASERFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateOCTFormMappingConfigurator' => 'getTemplateOCTFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateRTINOFormMappingConfigurator' => 'getTemplateRTINOFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateTOPOFormMappingConfigurator' => 'getTemplateTOPOFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateVCFormMappingConfigurator' => 'getTemplateVCFormMappingConfiguratorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.aura_connection' => 'getDoctrine_Dbal_AuraConnectionService',
'doctrine.dbal.cvl_connection' => 'getDoctrine_Dbal_CvlConnectionService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.aura_entity_manager' => 'getDoctrine_Orm_AuraEntityManagerService',
'doctrine.orm.cvl_entity_manager' => 'getDoctrine_Orm_CvlEntityManagerService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
'easyadmin.router' => 'getEasyadmin_RouterService',
'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
'App\\Domain\\Statistics\\Mapping\\StatisticsMappingProvider' => 'getStatisticsMappingProviderService',
'App\\Domain\\Template\\Mapping\\Form\\FormMappingProvider' => 'getFormMappingProviderService',
'App\\Infrastructure\\Controller\\Admin\\BaseController' => 'getBaseControllerService',
'App\\Infrastructure\\Controller\\Admin\\EasyAdminController' => 'getEasyAdminController2Service',
'App\\Infrastructure\\Controller\\Admin\\TwoFactorAuthenticationController' => 'getTwoFactorAuthenticationControllerService',
'App\\Infrastructure\\Controller\\Api\\ApiOvsController' => 'getApiOvsControllerService',
'App\\Infrastructure\\Controller\\Centre\\DetailController' => 'getDetailControllerService',
'App\\Infrastructure\\Controller\\Common\\BaseController' => 'getBaseController2Service',
'App\\Infrastructure\\Controller\\Common\\ImagineController' => 'getImagineControllerService',
'App\\Infrastructure\\Controller\\Common\\ValeurListeEnrichissable\\ValeurListeEnrichissableAutocompleteController' => 'getValeurListeEnrichissableAutocompleteControllerService',
'App\\Infrastructure\\Controller\\Consultation\\Conclusion\\ConclusionController' => 'getConclusionControllerService',
'App\\Infrastructure\\Controller\\Consultation\\DetailController' => 'getDetailController2Service',
'App\\Infrastructure\\Controller\\Consultation\\Examen\\ExamenController' => 'getExamenControllerService',
'App\\Infrastructure\\Controller\\Consultation\\ModifierConsultationController' => 'getModifierConsultationControllerService',
'App\\Infrastructure\\Controller\\Courrier\\CreationCourrierController' => 'getCreationCourrierControllerService',
'App\\Infrastructure\\Controller\\Courrier\\DetailController' => 'getDetailController3Service',
'App\\Infrastructure\\Controller\\Courrier\\EditionContenuCourrierController' => 'getEditionContenuCourrierControllerService',
'App\\Infrastructure\\Controller\\Courrier\\EditionCourrierController' => 'getEditionCourrierControllerService',
'App\\Infrastructure\\Controller\\Courrier\\ListingController' => 'getListingControllerService',
'App\\Infrastructure\\Controller\\Courrier\\SuppressionCourrierController' => 'getSuppressionCourrierControllerService',
'App\\Infrastructure\\Controller\\DefaultController' => 'getDefaultControllerService',
'App\\Infrastructure\\Controller\\Dev\\InteController' => 'getInteControllerService',
'App\\Infrastructure\\Controller\\Document\\CloseModalController' => 'getCloseModalControllerService',
'App\\Infrastructure\\Controller\\EnrichingList\\EnrichingListController' => 'getEnrichingListControllerService',
'App\\Infrastructure\\Controller\\Imagerie\\DetailController' => 'getDetailController4Service',
'App\\Infrastructure\\Controller\\Imagerie\\ListingController' => 'getListingController2Service',
'App\\Infrastructure\\Controller\\Machine\\DetailController' => 'getDetailController5Service',
'App\\Infrastructure\\Controller\\Machine\\ExportManuelController' => 'getExportManuelControllerService',
'App\\Infrastructure\\Controller\\Machine\\ImportManuelController' => 'getImportManuelControllerService',
'App\\Infrastructure\\Controller\\Machine\\InterconnexionController' => 'getInterconnexionControllerService',
'App\\Infrastructure\\Controller\\MedecinTraitant\\MedecinTraitantController' => 'getMedecinTraitantControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\Common\\TraitementController' => 'getTraitementControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\CreationOrdonnanceController' => 'getCreationOrdonnanceControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\DetailController' => 'getDetailController6Service',
'App\\Infrastructure\\Controller\\Ordonnance\\EditionContenuOrdonnanceController' => 'getEditionContenuOrdonnanceControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\EditionOrdonnanceController' => 'getEditionOrdonnanceControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\Lentilles\\LentillesController' => 'getLentillesControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\ListingController' => 'getListingController3Service',
'App\\Infrastructure\\Controller\\Ordonnance\\Lunettes\\CorrectionController' => 'getCorrectionControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\Medicaments\\MedicamentsController' => 'getMedicamentsControllerService',
'App\\Infrastructure\\Controller\\Ordonnance\\SuppressionOrdonnanceController' => 'getSuppressionOrdonnanceControllerService',
'App\\Infrastructure\\Controller\\Patient\\AutocompleteController' => 'getAutocompleteControllerService',
'App\\Infrastructure\\Controller\\Patient\\DetailController' => 'getDetailController7Service',
'App\\Infrastructure\\Controller\\Patient\\FusionController' => 'getFusionControllerService',
'App\\Infrastructure\\Controller\\Patient\\PatientController' => 'getPatientControllerService',
'App\\Infrastructure\\Controller\\Patient\\SyncController' => 'getSyncControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\AjoutPatientController' => 'getAjoutPatientControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\CommentaireController' => 'getCommentaireControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\ListeHistoriqueController' => 'getListeHistoriqueControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\ListePresenceController' => 'getListePresenceControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\ModifierPresenceController' => 'getModifierPresenceControllerService',
'App\\Infrastructure\\Controller\\SalleAttente\\SupprimerPresenceController' => 'getSupprimerPresenceControllerService',
'App\\Infrastructure\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
'App\\Infrastructure\\Controller\\Statistics\\StatisticsController' => 'getStatisticsControllerService',
'App\\Infrastructure\\Helper\\Vich\\Namer\\ImagerieDirectoryNamer' => 'getImagerieDirectoryNamerService',
'App\\Infrastructure\\Helper\\Vich\\Namer\\ImagerieNamer' => 'getImagerieNamerService',
'App\\Infrastructure\\Helper\\Vich\\Namer\\ImagerieNamer.document_imagerie' => 'getImagerieNamer_DocumentImagerieService',
'App\\Infrastructure\\Mapping\\Form\\TemplateCODFormMappingConfigurator' => 'getTemplateCODFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Form\\TemplateSECRFormMappingConfigurator' => 'getTemplateSECRFormMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator' => 'getTemplateAVSectionAssistantPrescriptionStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator' => 'getTemplateAVSectionAutoRefractometerStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionKeratometryStatisticsMappingConfigurator' => 'getTemplateAVSectionKeratometryStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionLensesWornStatisticsMappingConfigurator' => 'getTemplateAVSectionLensesWornStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator' => 'getTemplateAVSectionMedicalPrescriptionStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionPioStatisticsMappingConfigurator' => 'getTemplateAVSectionPioStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator' => 'getTemplateAVSectionSubjectiveRefractionStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator' => 'getTemplateAVSectionUsualCorrectionStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateAV\\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator' => 'getTemplateAVSectionWithoutCorrectionStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateCHIR\\TemplateCHIRSectionIvtStatisticsMappingConfigurator' => 'getTemplateCHIRSectionIvtStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateCOD\\TemplateCODSectionCodStatisticsMappingConfigurator' => 'getTemplateCODSectionCodStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateCS\\TemplateCSSectionSlitLampStatisticsMappingConfigurator' => 'getTemplateCSSectionSlitLampStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateLaser\\TemplateLaserSectionLaserStatisticsMappingConfigurator' => 'getTemplateLaserSectionLaserStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateOCT\\TemplateOCTSectionOctStatisticsMappingConfigurator' => 'getTemplateOCTSectionOctStatisticsMappingConfiguratorService',
'App\\Infrastructure\\Mapping\\Statistics\\TemplateSECR\\TemplateSECRSectionCorrectionStatisticsMappingConfigurator' => 'getTemplateSECRSectionCorrectionStatisticsMappingConfiguratorService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController3Service',
'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineController2Service',
'Novaway\\MailerBundle\\Controller\\Mailjet\\MailjetWebhookController' => 'getMailjetWebhookControllerService',
'Novaway\\SyncBundle\\Source\\Controller\\ApiController' => 'getApiControllerService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.medecin_signature' => 'getSmartUniqueNamer_MedecinSignatureService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Infrastructure\\Command\\Dev\\UpdateExamenCategorieCommand' => 'getUpdateExamenCategorieCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Dev\\UpdateUtilisateurRoleCommand' => 'getUpdateUtilisateurRoleCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\FixAVDataCommand' => 'getFixAVDataCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\ImportFseInSyncDbCommand' => 'getImportFseInSyncDbCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\MutlDatabaseMigrationMigrateCommand' => 'getMutlDatabaseMigrationMigrateCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\ReplaceHeadersContentCommand' => 'getReplaceHeadersContentCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncAssistanteCommand' => 'getSyncAssistanteCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncCentreCommand' => 'getSyncCentreCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncConsultationCommand' => 'getSyncConsultationCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncCourrierCommand' => 'getSyncCourrierCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncImagerieCommand' => 'getSyncImagerieCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncLentilleCommand' => 'getSyncLentilleCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedecinCommand' => 'getSyncMedecinCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedecinTraitantCommand' => 'getSyncMedecinTraitantCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedicamentCommand' => 'getSyncMedicamentCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncOrdonnanceCommand' => 'getSyncOrdonnanceCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncPatientCommand' => 'getSyncPatientCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncSecretaireCommand' => 'getSyncSecretaireCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncSuperviseurCommand' => 'getSyncSuperviseurCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultActesCommand' => 'getUpdateDefaultActesCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultBanquesCommand' => 'getUpdateDefaultBanquesCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultImagerieCategoriesCommand' => 'getUpdateDefaultImagerieCategoriesCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultVillesCommand' => 'getUpdateDefaultVillesCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateFseInSyncDbCommand' => 'getUpdateFseInSyncDbCommandService',
'console.command.public_alias.App\\Infrastructure\\Command\\UpdateImportOrdonnanceWithoutCSIDCommand' => 'getUpdateImportOrdonnanceWithoutCSIDCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine.dbal.sync_connection' => 'getDoctrine_Dbal_SyncConnectionService',
'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
'error_controller' => 'getErrorControllerService',
'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'monolog.logger.api' => 'getMonolog_Logger_ApiService',
'monolog.logger.mail' => 'getMonolog_Logger_MailService',
'monolog.logger.sync' => 'getMonolog_Logger_SyncService',
'novaway_mailer.logger' => 'getNovawayMailer_LoggerService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.qr_code_generator' => 'getSchebTwoFactor_QrCodeGeneratorService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
'swiftmailer.mailer.log_mailer' => 'getSwiftmailer_Mailer_LogMailerService',
'swiftmailer.mailer.log_mailer.plugin.messagelogger' => 'getSwiftmailer_Mailer_LogMailer_Plugin_MessageloggerService',
'swiftmailer.mailer.log_mailer.transport' => 'getSwiftmailer_Mailer_LogMailer_TransportService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\QrCode\\QrCodeGenerator' => 'scheb_two_factor.qr_code_generator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Centre/Cache/CentreCacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/EventSubscribers/UnlockConsultationOnNewRequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Traits/UserAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Lock/EditionConsultationLockHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Mapping/RepositoryMapping.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Mapping/RepositoryMapping.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Behaviors/Common/Declinable.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/SimpleRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/BaseRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Traits/Common/DeclinableTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/Traits/SimpleRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/DoctrineBaseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/OrderableByOrderedIdsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/BaseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/OrderableByOrderedIdsTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineBaseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/AbstractTemplateRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/sync-bundle/src/Target/Behaviors/SyncableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/SyncableRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/sync-bundle/src/Target/Doctrine/Repository/Traits/SyncableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/SyncableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineAbstractTemplateRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/LibellableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/SimpleReferenceListRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ActeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/LibellableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/SimpleReferenceListRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineActeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/SimpleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/AffichageExamenRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/EmbeddableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineAffichageExamenRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/AssistanteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/PasswordUpgraderTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineAssistanteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/BanqueRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineBanqueRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CentreRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCentreRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CommentaireRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCommentaireRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ConsultationConclusionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineConsultationConclusionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ConsultationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/PaginateListingTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineConsultationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ConversationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineConversationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CorrectionCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCorrectionCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CorrectionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCorrectionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/StatutableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/DocumentConsultationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CourrierRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/CountableForPatientRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/DocumentsRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/StatutableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCourrierRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/CourrierTemplateRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineCourrierTemplateRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/EngineFileRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineEngineFileRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ExamenCategorieCodeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineExamenCategorieCodeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/OrderableChoicesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/PositionnableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/CountableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ExamenCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/OrderableChoicesTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/PositionnableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/CountableRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineExamenCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ExamenRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineExamenRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ExamenStatutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineExamenStatutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/FeuilleDeSoinCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineFeuilleDeSoinCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/FeuilleDeSoinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineFeuilleDeSoinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/FormulePolitesseDebutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineFormulePolitesseDebutRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/FormulePolitesseFinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineFormulePolitesseFinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/FormulePolitesseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineFormulePolitesseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/GenreRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineGenreRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ImagerieCategorieCodeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineImagerieCategorieCodeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ImagerieCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineImagerieCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ImagerieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineImagerieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/LentillePeriodiciteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineLentillePeriodiciteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/LentilleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineLentilleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/MachineRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineMachineRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/MedecinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineMedecinRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/MedecinTraitantRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineMedecinTraitantRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/FiltreLibellable.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/MedicamentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/FiltreLibellableTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineMedicamentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/OrdonnanceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineOrdonnanceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PaiementCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePaiementCategorieRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PaiementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePaiementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PatientRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePatientRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PosologieConditionnementUniteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePosologieConditionnementUniteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PosologiePeriodiciteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePosologiePeriodiciteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PosologiePrecisionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePosologiePrecisionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PosologieQteFormatRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePosologieQteFormatRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PosologieVoieAdministrationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePosologieVoieAdministrationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/PresenceSDARepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/CentreAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrinePresenceSDARepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/SecretaireRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineSecretaireRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/SecteurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineSecteurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/SuperviseurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineSuperviseurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/Behaviors/TemplateRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateAVRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/Traits/TemplateRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateAVRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateCHIRRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateCHIRRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateCSRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateCSRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateCVRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateCVRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateDILATRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateDILATRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateIOLRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateIOLRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateLASERRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateLASERRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateOCTRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateOCTRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateRTINORepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateRTINORepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateTOPORepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateTOPORepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TemplateVCRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTemplateVCRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/TraitementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineTraitementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/UtilisateurGroupeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineUtilisateurGroupeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/UtilisateurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineUtilisateurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/UtilisateurRoleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineUtilisateurRoleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/ValeurListeEnrichissableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineValeurListeEnrichissableRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/VilleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineVilleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Repository/XUtilisateurMedicamentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Repository/DoctrineXUtilisateurMedicamentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Machine/Cache/MachineCacheManager.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Publipostage/PublipostageDictionary.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Publipostage/AvailableFieldsProvider.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Publipostage/ConsultationFieldsProvider.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Provider/DoctrineConsultationFieldsProvider.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Centre/Resolver/CentreResolver.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/TemplateMapping.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/Traits/DeclinableTrait.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/Traits/TemplateStrategyTrait.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateAVStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateCHIRStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateCSStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateCVStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateDILATStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateIOLStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateLASERStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateOCTStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateRTINOStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateTOPOStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Strategies/TemplateVCStrategy.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/DBAL/Listener/MultiDBConnectionListener.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/EventListener/Common/DisplayFlashMessageOnAjaxRequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/EventListener/Common/SetVaryHeaderOnResponseSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/EventSubscriber/PreControllerErrorHandlerSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Formatter/ReadableFormatter.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Template/Mapping/Form/FormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateAVFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateCHIRFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateCSFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateCVFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateDILATFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateIOLFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateLASERFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateOCTFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateRTINOFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateTOPOFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Mapping/Form/TemplateVCFormMappingConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/Admin/PublipostageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/AssetImagerUrlExtension.php';
include_once \dirname(__DIR__, 4).'/src/Domain/ImagerUrl/AssetImagerUrlInterface.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/ImagerUrl/AssetImagerUrl.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/CentreExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/DateConsultationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Formatter/DateConsultationFormatter.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/ExplicitlySplitTextExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/FileExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/MachineExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/PatientHeaderExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/ReadableExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/RequestExtension.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Twig/TriExtension.php';
include_once \dirname(__DIR__, 4).'/src/Domain/Common/DTO/Tri/Factory/TriFactoryDTO.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PdoAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/Assets/Strategy/CachedNumberStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/LockFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/PersistingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/StoreFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/ParamConverter/DomainInterfaceParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/src/Infrastructure/DBAL/MultiDbConnectionWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ListFormFiltersConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Doctrine/ORM/Mapping/RemovePrefixNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Twig/Extension/DateExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/Formatter/LocalizedDateFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Hub.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/HubRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Authorization.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.doctrine.orm.aura.metadata', ($this->privates['cache.doctrine.orm.aura.metadata'] ?? $this->getCache_Doctrine_Orm_Aura_MetadataService()));
$d->addInstance('cache.doctrine.orm.aura.result', ($this->privates['cache.doctrine.orm.aura.result'] ?? $this->getCache_Doctrine_Orm_Aura_ResultService()));
$d->addInstance('cache.doctrine.orm.aura.query', ($this->privates['cache.doctrine.orm.aura.query'] ?? $this->getCache_Doctrine_Orm_Aura_QueryService()));
$d->addInstance('cache.doctrine.orm.cvl.metadata', ($this->privates['cache.doctrine.orm.cvl.metadata'] ?? $this->getCache_Doctrine_Orm_Cvl_MetadataService()));
$d->addInstance('cache.doctrine.orm.cvl.result', ($this->privates['cache.doctrine.orm.cvl.result'] ?? $this->getCache_Doctrine_Orm_Cvl_ResultService()));
$d->addInstance('cache.doctrine.orm.cvl.query', ($this->privates['cache.doctrine.orm.cvl.query'] ?? $this->getCache_Doctrine_Orm_Cvl_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f->addLogger('sync', ($this->privates['doctrine.dbal.logger.profiling.sync'] ?? ($this->privates['doctrine.dbal.logger.profiling.sync'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f->addLogger('aura', ($this->privates['doctrine.dbal.logger.profiling.aura'] ?? ($this->privates['doctrine.dbal.logger.profiling.aura'] = new \Doctrine\DBAL\Logging\DebugStack())));
$f->addLogger('cvl', ($this->privates['doctrine.dbal.logger.profiling.cvl'] ?? ($this->privates['doctrine.dbal.logger.profiling.cvl'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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()), true));
$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())));
$instance->add($e);
$instance->add($f);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($g);
$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()))));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
}, 1)));
$instance->add($h);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
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, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = new \Symfony\Bridge\Twig\AppVariable();
$a->setEnvironment('dev');
$a->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$a->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
if ($this->has('request_stack')) {
$a->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
$instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
$instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
$instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
$instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
$instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
$instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
$instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
$instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
$instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
$instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
$instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
$instance->addExtension(($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService()));
$instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
$instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
$instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
$instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
$instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\Admin\\PublipostageExtension'] ?? $this->getPublipostageExtensionService()));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\AssetImagerUrlExtension'] ?? $this->getAssetImagerUrlExtensionService()));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\CentreExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\CentreExtension'] = new \App\Infrastructure\Twig\CentreExtension())));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\DateConsultationExtension'] ?? $this->getDateConsultationExtensionService()));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\ExplicitlySplitTextExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\ExplicitlySplitTextExtension'] = new \App\Infrastructure\Twig\ExplicitlySplitTextExtension())));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\FileExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\FileExtension'] = new \App\Infrastructure\Twig\FileExtension(\dirname(__DIR__, 4)))));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\MachineExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\MachineExtension'] = new \App\Infrastructure\Twig\MachineExtension())));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\PatientHeaderExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\PatientHeaderExtension'] = new \App\Infrastructure\Twig\PatientHeaderExtension())));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\ReadableExtension'] ?? $this->getReadableExtensionService()));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\RequestExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\RequestExtension'] = new \App\Infrastructure\Twig\RequestExtension())));
$instance->addExtension(($this->privates['App\\Infrastructure\\Twig\\TriExtension'] ?? $this->getTriExtensionService()));
$instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
$instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
$instance->addExtension(($this->privates['easyadmin.twig.extension'] ?? $this->getEasyadmin_Twig_ExtensionService()));
$instance->addExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\ListFormFiltersExtension'] ?? $this->getListFormFiltersExtensionService()));
$instance->addExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\CheckboxTreeExtension'] ?? ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\CheckboxTreeExtension'] = new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension())));
$instance->addExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\EmbeddedListExtension'] ?? $this->getEmbeddedListExtensionService()));
$instance->addExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\AdminAuthorizationExtension'] ?? $this->getAdminAuthorizationExtensionService()));
$instance->addExtension(($this->privates['fos_ck_editor.twig_extension'] ?? $this->getFosCkEditor_TwigExtensionService()));
$instance->addExtension(($this->privates['twig.extension.fm_elfinder_init'] ?? $this->getTwig_Extension_FmElfinderInitService()));
$instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
$instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? $this->getUploaderExtensionService()));
$instance->addExtension(($this->privates['Novaway\\CoreBundle\\Twig\\Extension\\DateExtension'] ?? $this->getDateExtensionService()));
$instance->addExtension(($this->privates['Symfony\\Component\\Mercure\\Twig\\MercureExtension'] ?? $this->getMercureExtensionService()));
$instance->addGlobal('app', $a);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Twig\\Runtime\\CentreRuntime' => ['privates', 'App\\Infrastructure\\Twig\\Runtime\\CentreRuntime', 'getCentreRuntimeService', true],
'App\\Infrastructure\\Twig\\Runtime\\MachineRuntime' => ['privates', 'App\\Infrastructure\\Twig\\Runtime\\MachineRuntime', 'getMachineRuntimeService', true],
'App\\Infrastructure\\Twig\\Runtime\\PatientHeaderRuntime' => ['privates', 'App\\Infrastructure\\Twig\\Runtime\\PatientHeaderRuntime', 'getPatientHeaderRuntimeService', true],
'App\\Infrastructure\\Twig\\Runtime\\RequestRuntime' => ['privates', 'App\\Infrastructure\\Twig\\Runtime\\RequestRuntime', 'getRequestRuntimeService', true],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
], [
'App\\Infrastructure\\Twig\\Runtime\\CentreRuntime' => '?',
'App\\Infrastructure\\Twig\\Runtime\\MachineRuntime' => '?',
'App\\Infrastructure\\Twig\\Runtime\\PatientHeaderRuntime' => '?',
'App\\Infrastructure\\Twig\\Runtime\\RequestRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('app_var', ['localizeddate_format' => 'd MMMM y', 'site_name' => 'ovision', 'static' => $this->parameters['static'], 'logo' => '/assets/images/logo-ovision.png', 'mercure_public_url' => $this->getEnv('MERCURE_PUBLIC_URL')]);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
*/
protected function getAdminAuthorizationCheckerService()
{
return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), NULL);
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator
*/
protected function getTemplateAVFormMappingConfiguratorService()
{
return $this->services['App\\Infrastructure\\Mapping\\Form\\TemplateAVFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator();
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator
*/
protected function getTemplateCHIRFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCHIRFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator(($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository'] ?? $this->getDoctrineUtilisateurRepositoryService()));
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator
*/
protected function getTemplateCSFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCSFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator
*/
protected function getTemplateCVFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCVFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator
*/
protected function getTemplateDILATFormMappingConfiguratorService()
{
return $this->services['App\\Infrastructure\\Mapping\\Form\\TemplateDILATFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator();
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator
*/
protected function getTemplateIOLFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateIOLFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator
*/
protected function getTemplateLASERFormMappingConfiguratorService()
{
return $this->services['App\\Infrastructure\\Mapping\\Form\\TemplateLASERFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator();
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator
*/
protected function getTemplateOCTFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateOCTFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator
*/
protected function getTemplateRTINOFormMappingConfiguratorService()
{
return $this->services['App\\Infrastructure\\Mapping\\Form\\TemplateRTINOFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator();
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator
*/
protected function getTemplateTOPOFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateTOPOFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator' shared autowired service.
*
* @return \App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator
*/
protected function getTemplateVCFormMappingConfiguratorService()
{
$this->services['App\\Infrastructure\\Mapping\\Form\\TemplateVCFormMappingConfigurator'] = $instance = new \App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator();
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('1Kd3CTu7UR', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OyQagCxJxP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+OYOZ6Vpem', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.aura_connection' shared service.
*
* @return \App\Infrastructure\DBAL\MultiDbConnectionWrapper
*/
protected function getDoctrine_Dbal_AuraConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.aura'] ?? ($this->privates['doctrine.dbal.logger.profiling.aura'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'cache_items', 1 => 'cache_items']))), 1 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => ['privates', 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener', 'getUserListenerService', true],
'doctrine.orm.aura_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.aura_listeners.attach_entity_listeners', 'getDoctrine_Orm_AuraListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'vich_uploader.listener.clean.document_imagerie' => ['privates', 'vich_uploader.listener.clean.document_imagerie', 'getVichUploader_Listener_Clean_DocumentImagerieService', true],
'vich_uploader.listener.clean.medecin_signature' => ['privates', 'vich_uploader.listener.clean.medecin_signature', 'getVichUploader_Listener_Clean_MedecinSignatureService', true],
'vich_uploader.listener.remove.document_imagerie' => ['privates', 'vich_uploader.listener.remove.document_imagerie', 'getVichUploader_Listener_Remove_DocumentImagerieService', true],
'vich_uploader.listener.remove.medecin_signature' => ['privates', 'vich_uploader.listener.remove.medecin_signature', 'getVichUploader_Listener_Remove_MedecinSignatureService', true],
'vich_uploader.listener.upload.document_imagerie' => ['privates', 'vich_uploader.listener.upload.document_imagerie', 'getVichUploader_Listener_Upload_DocumentImagerieService', true],
'vich_uploader.listener.upload.medecin_signature' => ['privates', 'vich_uploader.listener.upload.medecin_signature', 'getVichUploader_Listener_Upload_MedecinSignatureService', true],
], [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => '?',
'doctrine.orm.aura_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'vich_uploader.listener.clean.document_imagerie' => '?',
'vich_uploader.listener.clean.medecin_signature' => '?',
'vich_uploader.listener.remove.document_imagerie' => '?',
'vich_uploader.listener.remove.medecin_signature' => '?',
'vich_uploader.listener.upload.document_imagerie' => '?',
'vich_uploader.listener.upload.medecin_signature' => '?',
]), [0 => 'vich_uploader.listener.clean.medecin_signature', 1 => 'vich_uploader.listener.clean.document_imagerie', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'vich_uploader.listener.remove.medecin_signature', 5 => 'vich_uploader.listener.upload.medecin_signature', 6 => 'vich_uploader.listener.remove.document_imagerie', 7 => 'vich_uploader.listener.upload.document_imagerie']);
$b->addEventListener([0 => 'prePersist'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'preUpdate'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.aura_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.aura_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'dbname' => 'ovision_aura', 'host' => 'socience-rec-l-bdd01.host.coreye.net', 'port' => 3307, 'user' => 'socience', 'password' => 'hl0sihaxtN', 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'driverOptions' => [], 'wrapperClass' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, $b, []);
}
/**
* Gets the public 'doctrine.dbal.cvl_connection' shared service.
*
* @return \App\Infrastructure\DBAL\MultiDbConnectionWrapper
*/
protected function getDoctrine_Dbal_CvlConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.cvl'] ?? ($this->privates['doctrine.dbal.logger.profiling.cvl'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'cache_items', 1 => 'cache_items']))), 1 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => ['privates', 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener', 'getUserListenerService', true],
'doctrine.orm.cvl_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.cvl_listeners.attach_entity_listeners', 'getDoctrine_Orm_CvlListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'vich_uploader.listener.clean.document_imagerie' => ['privates', 'vich_uploader.listener.clean.document_imagerie', 'getVichUploader_Listener_Clean_DocumentImagerieService', true],
'vich_uploader.listener.clean.medecin_signature' => ['privates', 'vich_uploader.listener.clean.medecin_signature', 'getVichUploader_Listener_Clean_MedecinSignatureService', true],
'vich_uploader.listener.remove.document_imagerie' => ['privates', 'vich_uploader.listener.remove.document_imagerie', 'getVichUploader_Listener_Remove_DocumentImagerieService', true],
'vich_uploader.listener.remove.medecin_signature' => ['privates', 'vich_uploader.listener.remove.medecin_signature', 'getVichUploader_Listener_Remove_MedecinSignatureService', true],
'vich_uploader.listener.upload.document_imagerie' => ['privates', 'vich_uploader.listener.upload.document_imagerie', 'getVichUploader_Listener_Upload_DocumentImagerieService', true],
'vich_uploader.listener.upload.medecin_signature' => ['privates', 'vich_uploader.listener.upload.medecin_signature', 'getVichUploader_Listener_Upload_MedecinSignatureService', true],
], [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => '?',
'doctrine.orm.cvl_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'vich_uploader.listener.clean.document_imagerie' => '?',
'vich_uploader.listener.clean.medecin_signature' => '?',
'vich_uploader.listener.remove.document_imagerie' => '?',
'vich_uploader.listener.remove.medecin_signature' => '?',
'vich_uploader.listener.upload.document_imagerie' => '?',
'vich_uploader.listener.upload.medecin_signature' => '?',
]), [0 => 'vich_uploader.listener.clean.medecin_signature', 1 => 'vich_uploader.listener.clean.document_imagerie', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'vich_uploader.listener.remove.medecin_signature', 5 => 'vich_uploader.listener.upload.medecin_signature', 6 => 'vich_uploader.listener.remove.document_imagerie', 7 => 'vich_uploader.listener.upload.document_imagerie']);
$b->addEventListener([0 => 'prePersist'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'preUpdate'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.cvl_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.cvl_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'dbname' => 'ovision_cvl', 'host' => 'socience-rec-l-bdd01.host.coreye.net', 'port' => 3307, 'user' => 'socience', 'password' => 'hl0sihaxtN', 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'driverOptions' => [], 'wrapperClass' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, $b, []);
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \App\Infrastructure\DBAL\MultiDbConnectionWrapper
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([0 => 'cache_items', 1 => 'cache_items']))), 1 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => ['privates', 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener', 'getUserListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'stof_doctrine_extensions.listener.blameable' => ['privates', 'stof_doctrine_extensions.listener.blameable', 'getStofDoctrineExtensions_Listener_BlameableService', false],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
'stof_doctrine_extensions.listener.softdeleteable' => ['privates', 'stof_doctrine_extensions.listener.softdeleteable', 'getStofDoctrineExtensions_Listener_SoftdeleteableService', true],
'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'vich_uploader.listener.clean.document_imagerie' => ['privates', 'vich_uploader.listener.clean.document_imagerie', 'getVichUploader_Listener_Clean_DocumentImagerieService', true],
'vich_uploader.listener.clean.medecin_signature' => ['privates', 'vich_uploader.listener.clean.medecin_signature', 'getVichUploader_Listener_Clean_MedecinSignatureService', true],
'vich_uploader.listener.remove.document_imagerie' => ['privates', 'vich_uploader.listener.remove.document_imagerie', 'getVichUploader_Listener_Remove_DocumentImagerieService', true],
'vich_uploader.listener.remove.medecin_signature' => ['privates', 'vich_uploader.listener.remove.medecin_signature', 'getVichUploader_Listener_Remove_MedecinSignatureService', true],
'vich_uploader.listener.upload.document_imagerie' => ['privates', 'vich_uploader.listener.upload.document_imagerie', 'getVichUploader_Listener_Upload_DocumentImagerieService', true],
'vich_uploader.listener.upload.medecin_signature' => ['privates', 'vich_uploader.listener.upload.medecin_signature', 'getVichUploader_Listener_Upload_MedecinSignatureService', true],
], [
'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'stof_doctrine_extensions.listener.blameable' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.softdeleteable' => '?',
'stof_doctrine_extensions.listener.sortable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'vich_uploader.listener.clean.document_imagerie' => '?',
'vich_uploader.listener.clean.medecin_signature' => '?',
'vich_uploader.listener.remove.document_imagerie' => '?',
'vich_uploader.listener.remove.medecin_signature' => '?',
'vich_uploader.listener.upload.document_imagerie' => '?',
'vich_uploader.listener.upload.medecin_signature' => '?',
]), [0 => 'vich_uploader.listener.clean.medecin_signature', 1 => 'vich_uploader.listener.clean.document_imagerie', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'stof_doctrine_extensions.listener.timestampable', 5 => 'stof_doctrine_extensions.listener.softdeleteable', 6 => 'stof_doctrine_extensions.listener.sortable', 7 => 'stof_doctrine_extensions.listener.sluggable', 8 => 'stof_doctrine_extensions.listener.blameable', 9 => 'vich_uploader.listener.remove.medecin_signature', 10 => 'vich_uploader.listener.upload.medecin_signature', 11 => 'vich_uploader.listener.remove.document_imagerie', 12 => 'vich_uploader.listener.upload.document_imagerie']);
$b->addEventListener([0 => 'prePersist'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'preUpdate'], 'App\\Infrastructure\\Doctrine\\EventSubscriber\\UserListener');
$b->addEventListener([0 => 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['connection_override_options' => [], 'dbname' => 'webvision', 'host' => 'socience-rec-l-bdd01.host.coreye.net', 'port' => 3307, 'user' => 'socience', 'password' => 'hl0sihaxtN', 'driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'driverOptions' => [], 'wrapperClass' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper', 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $a, $b, []);
}
/**
* Gets the public 'doctrine.orm.aura_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_AuraEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.aura_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_AuraEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.aura_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_AuraAnnotationMetadataDriverService()), 'App\\Infrastructure\\Doctrine\\Entity');
$a->setEntityNamespaces(['Infrastructure_Doctrine' => 'App\\Infrastructure\\Doctrine\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.aura.metadata'] ?? $this->getCache_Doctrine_Orm_Aura_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.aura.query'] ?? $this->getCache_Doctrine_Orm_Aura_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.aura.result'] ?? $this->getCache_Doctrine_Orm_Aura_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] ?? ($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] = new \Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('IFNULL', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('MATCH', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addFilter('softDeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.aura_connection'] ?? $this->getDoctrine_Dbal_AuraConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softDeleteable'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.cvl_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_CvlEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.cvl_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_CvlEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.cvl_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_CvlAnnotationMetadataDriverService()), 'App\\Infrastructure\\Doctrine\\Entity');
$a->setEntityNamespaces(['Infrastructure_Doctrine' => 'App\\Infrastructure\\Doctrine\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.cvl.metadata'] ?? $this->getCache_Doctrine_Orm_Cvl_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.cvl.query'] ?? $this->getCache_Doctrine_Orm_Cvl_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.cvl.result'] ?? $this->getCache_Doctrine_Orm_Cvl_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] ?? ($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] = new \Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('IFNULL', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('MATCH', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addFilter('softDeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.cvl_connection'] ?? $this->getDoctrine_Dbal_CvlConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softDeleteable'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Infrastructure\\Doctrine\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/config/doctrine-mapping') => 'AlterPHP\\EasyAdminExtensionBundle\\Model'], '.orm.xml')), 'AlterPHP\\EasyAdminExtensionBundle\\Model');
$a->setEntityNamespaces(['Infrastructure_Doctrine' => 'App\\Infrastructure\\Doctrine\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
$a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
$a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
$a->setMetadataDriverImpl($b);
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] ?? ($this->privates['Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy'] = new \Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy())));
$a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$a->addCustomStringFunction('IFNULL', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('MATCH', 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addFilter('softDeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softDeleteable'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'easyadmin.config.manager' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
*/
protected function getEasyadmin_Config_ManagerService()
{
$this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
$b = ($this->services['doctrine'] ?? $this->getDoctrineService());
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this, $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('fr'));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass($this->parameters['easy_admin_extension.custom_form_types']));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
$instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
return $instance;
}
/**
* Gets the public 'easyadmin.filter.registry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
*/
protected function getEasyadmin_Filter_RegistryService()
{
return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array', 'boolean' => 'easyadmin.filter.type.boolean', 'comparison' => 'easyadmin.filter.type.comparison', 'date' => 'easyadmin.filter.type.date', 'dateinterval' => 'easyadmin.filter.type.dateinterval', 'datetime' => 'easyadmin.filter.type.datetime', 'decimal' => 'easyadmin.filter.type.decimal', 'choice' => 'easyadmin.filter.type.choice', 'entity' => 'easyadmin.filter.type.entity', 'float' => 'easyadmin.filter.type.float', 'integer' => 'easyadmin.filter.type.integer', 'text' => 'easyadmin.filter.type.text', 'textarea' => 'easyadmin.filter.type.textarea', 'time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
yield 0 => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
}, 1));
}
/**
* Gets the public 'easyadmin.listener.controller' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
*/
protected function getEasyadmin_Listener_ControllerService()
{
return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the public 'easyadmin.property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getEasyadmin_PropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the public 'easyadmin.router' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
*/
protected function getEasyadmin_RouterService()
{
return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'easyadmin.security.authorization_checker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getEasyadmin_Security_AuthorizationCheckerService()
{
return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Infrastructure\\DBAL\\Listener\\MultiDBConnectionListener'] ?? $this->getMultiDBConnectionListenerService());
}, 1 => 'onKernelRequest'], 2048);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
}, 1 => 'onCliTerminate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('easy_admin.post_initialize', [0 => function () {
return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
}, 1 => 'initializeRequest'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['App\\Domain\\Common\\EventSubscribers\\UnlockConsultationOnNewRequestSubscriber'] ?? $this->getUnlockConsultationOnNewRequestSubscriberService());
}, 1 => 'unlockConsultation'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\Common\\DisplayFlashMessageOnAjaxRequestSubscriber'] ?? $this->getDisplayFlashMessageOnAjaxRequestSubscriberService());
}, 1 => 'addFlashMessageToResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\Common\\HandleExceptionOnAjaxRequestSubscriber'] ?? $this->load('getHandleExceptionOnAjaxRequestSubscriberService'));
}, 1 => 'sendResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\Common\\LoggedOutAjaxSubscriber'] ?? $this->load('getLoggedOutAjaxSubscriberService'));
}, 1 => 'redirectToLogin'], 999);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\Common\\SetVaryHeaderOnResponseSubscriber'] ?? ($this->privates['App\\Infrastructure\\EventListener\\Common\\SetVaryHeaderOnResponseSubscriber'] = new \App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber()));
}, 1 => 'setVaryHeader'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogOut'], 0);
$instance->addListener('app.salle_attente.pre_ajouter_patient', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\SalleAttenteEventListener'] ?? $this->load('getSalleAttenteEventListenerService'));
}, 1 => 'onPreAjouterPatient'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventSubscriber\\PreControllerErrorHandlerSubscriber'] ?? $this->getPreControllerErrorHandlerSubscriberService());
}, 1 => 'onKernelRequest'], 1000);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->load('getSensioFrameworkExtra_Psr7_Listener_ResponseService'));
}, 1 => 'onKernelView'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('easy_admin.post_list_query_builder', [0 => function () {
return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
}, 1 => 'onPostListQueryBuilder'], 0);
$instance->addListener('easy_admin.post_search_query_builder', [0 => function () {
return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
}, 1 => 'onPostSearchQueryBuilder'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Novaway\\CoreBundle\\Messenger\\Subscriber\\MailerResetterSubscriber'] ?? $this->load('getMailerResetterSubscriberService'));
}, 1 => 'resetServices'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->load('getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService'));
yield 5 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 6 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 7 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 8 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 9)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$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);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
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'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
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()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$b->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService()
{
return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
*/
protected function getEmbeddedListHelperService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['easyadmin.config']);
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
*/
protected function getListFormFiltersHelperService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension
*/
protected function getAdminAuthorizationExtensionService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\AdminAuthorizationExtension'] = new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService()));
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension
*/
protected function getEmbeddedListExtensionService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\EmbeddedListExtension'] = new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService()));
}
/**
* Gets the private 'AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension' shared service.
*
* @return \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension
*/
protected function getListFormFiltersExtensionService()
{
return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\ListFormFiltersExtension'] = new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService()));
}
/**
* Gets the private 'App\Domain\Centre\Cache\CentreCacheManager' shared autowired service.
*
* @return \App\Domain\Centre\Cache\CentreCacheManager
*/
protected function getCentreCacheManagerService()
{
return $this->privates['App\\Domain\\Centre\\Cache\\CentreCacheManager'] = new \App\Domain\Centre\Cache\CentreCacheManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineCentreRepository'] ?? $this->getDoctrineCentreRepositoryService()));
}
/**
* Gets the private 'App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber' shared autowired service.
*
* @return \App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber
*/
protected function getUnlockConsultationOnNewRequestSubscriberService()
{
return $this->privates['App\\Domain\\Common\\EventSubscribers\\UnlockConsultationOnNewRequestSubscriber'] = new \App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber(($this->privates['App\\Domain\\Common\\Lock\\EditionConsultationLockHandler'] ?? $this->getEditionConsultationLockHandlerService()));
}
/**
* Gets the private 'App\Domain\Common\Lock\EditionConsultationLockHandler' shared autowired service.
*
* @return \App\Domain\Common\Lock\EditionConsultationLockHandler
*/
protected function getEditionConsultationLockHandlerService()
{
$this->privates['App\\Domain\\Common\\Lock\\EditionConsultationLockHandler'] = $instance = new \App\Domain\Common\Lock\EditionConsultationLockHandler(($this->privates['app.lock_cache'] ?? $this->getApp_LockCacheService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository'] ?? $this->getDoctrineUtilisateurRepositoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Domain\\Machine\\Cache\\MachineCacheManager'] ?? $this->getMachineCacheManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the private 'App\Domain\Common\Mapping\RepositoryMapping' shared autowired service.
*
* @return \App\Domain\Common\Mapping\RepositoryMapping
*/
protected function getRepositoryMappingService()
{
$this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] = $instance = new \App\Domain\Common\Mapping\RepositoryMapping();
$a = ($this->services['doctrine'] ?? $this->getDoctrineService());
$b = new \App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository($a);
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
$d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
$e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
$b->withEventDispatcher($c);
$b->withLockFactory($d);
$b->withLogger($e);
$f = new \App\Infrastructure\Doctrine\Repository\DoctrineActeRepository($a);
$g = new \App\Infrastructure\Doctrine\Repository\DoctrineAffichageExamenRepository();
$h = new \App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository($a);
$h->withEventDispatcher($c);
$h->withLockFactory($d);
$h->withLogger($e);
$i = new \App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository($a);
$j = new \App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository($a);
$j->withEventDispatcher($c);
$j->withLockFactory($d);
$j->withLogger($e);
$k = new \App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository($a);
$l = new \App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository($a);
$l->withEventDispatcher($c);
$l->withLockFactory($d);
$l->withLogger($e);
$m = new \App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository($a);
$n = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$o = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
$m->setStorage($n);
$m->setAuthorizationChecker($o);
$m->withEventDispatcher($c);
$m->withLockFactory($d);
$m->withLogger($e);
$p = new \App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository($a);
$q = new \App\Infrastructure\Doctrine\Repository\DoctrineCorrectionCategorieRepository();
$r = new \App\Infrastructure\Doctrine\Repository\DoctrineCorrectionRepository();
$s = new \App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository($a);
$s->withEventDispatcher($c);
$s->withLockFactory($d);
$s->withLogger($e);
$t = new \App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository($a);
$u = new \App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository($a);
$v = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieCodeRepository();
$w = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository($a);
$x = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository($a, ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieCodeRepository'] ?? ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieCodeRepository'] = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieCodeRepository())));
$x->withTemplateMapping(($this->privates['App\\Domain\\Template\\Mapping\\TemplateMapping'] ?? $this->getTemplateMappingService()));
$x->withEventDispatcher($c);
$x->withLockFactory($d);
$x->withLogger($e);
$x->setStorage($n);
$x->setAuthorizationChecker($o);
$y = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenStatutRepository();
$z = new \App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinCategorieRepository();
$aa = new \App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository($a);
$ba = new \App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository($a);
$ca = new \App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository($a);
$da = new \App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository($a);
$ea = new \App\Infrastructure\Doctrine\Repository\DoctrineGenreRepository();
$fa = new \App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieCodeRepository();
$ga = new \App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository($a);
$ha = new \App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository($a);
$ha->withEventDispatcher($c);
$ha->withLockFactory($d);
$ha->withLogger($e);
$ia = new \App\Infrastructure\Doctrine\Repository\DoctrineLentillePeriodiciteRepository();
$ja = new \App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository($a);
$ja->withEventDispatcher($c);
$ja->withLockFactory($d);
$ja->withLogger($e);
$ka = new \App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository($a);
$la = new \App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository($a);
$la->withEventDispatcher($c);
$la->withLockFactory($d);
$la->withLogger($e);
$ma = new \App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository($a);
$ma->withEventDispatcher($c);
$ma->withLockFactory($d);
$ma->withLogger($e);
$na = new \App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository($a);
$na->withEventDispatcher($c);
$na->withLockFactory($d);
$na->withLogger($e);
$oa = new \App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository($a);
$oa->withEventDispatcher($c);
$oa->withLockFactory($d);
$oa->withLogger($e);
$pa = new \App\Infrastructure\Doctrine\Repository\DoctrinePaiementCategorieRepository();
$qa = new \App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository($a);
$ra = new \App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository($a);
$sa = ($this->privates['App\\Domain\\Centre\\Cache\\CentreCacheManager'] ?? $this->getCentreCacheManagerService());
$ra->presenceSDARepository = ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrinePresenceSDARepository'] ?? $this->getDoctrinePresenceSDARepositoryService());
$ra->centreCacheManager = $sa;
$ra->withEventDispatcher($c);
$ra->withLockFactory($d);
$ra->withLogger($e);
$ta = new \App\Infrastructure\Doctrine\Repository\DoctrinePosologieConditionnementUniteRepository();
$ua = new \App\Infrastructure\Doctrine\Repository\DoctrinePosologiePeriodiciteRepository();
$va = new \App\Infrastructure\Doctrine\Repository\DoctrinePosologiePrecisionRepository();
$wa = new \App\Infrastructure\Doctrine\Repository\DoctrinePosologieQteFormatRepository();
$xa = new \App\Infrastructure\Doctrine\Repository\DoctrinePosologieVoieAdministrationRepository();
$ya = new \App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository($a);
$ya->consultationRepository = ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository'] ?? $this->getDoctrineConsultationRepositoryService());
$ya->setCentreCacheManager($sa);
$ya->setStorage($n);
$ya->setAuthorizationChecker($o);
$za = new \App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository($a);
$za->withEventDispatcher($c);
$za->withLockFactory($d);
$za->withLogger($e);
$ab = new \App\Infrastructure\Doctrine\Repository\DoctrineSecteurRepository();
$bb = new \App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository($a);
$bb->withEventDispatcher($c);
$bb->withLockFactory($d);
$bb->withLogger($e);
$cb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository($a);
$cb->withEventDispatcher($c);
$cb->withLockFactory($d);
$cb->withLogger($e);
$db = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository($a);
$db->withEventDispatcher($c);
$db->withLockFactory($d);
$db->withLogger($e);
$eb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository($a);
$eb->withEventDispatcher($c);
$eb->withLockFactory($d);
$eb->withLogger($e);
$fb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository($a);
$fb->withEventDispatcher($c);
$fb->withLockFactory($d);
$fb->withLogger($e);
$gb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository($a);
$gb->withEventDispatcher($c);
$gb->withLockFactory($d);
$gb->withLogger($e);
$hb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository($a);
$hb->withEventDispatcher($c);
$hb->withLockFactory($d);
$hb->withLogger($e);
$ib = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository($a);
$ib->withEventDispatcher($c);
$ib->withLockFactory($d);
$ib->withLogger($e);
$jb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository($a);
$jb->withEventDispatcher($c);
$jb->withLockFactory($d);
$jb->withLogger($e);
$kb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository($a);
$kb->withEventDispatcher($c);
$kb->withLockFactory($d);
$kb->withLogger($e);
$lb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository($a);
$lb->withEventDispatcher($c);
$lb->withLockFactory($d);
$lb->withLogger($e);
$mb = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository($a);
$mb->withEventDispatcher($c);
$mb->withLockFactory($d);
$mb->withLogger($e);
$nb = new \App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository($a);
$nb->setStorage($n);
$nb->setAuthorizationChecker($o);
$ob = new \App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository($a);
$pb = new \App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository($a);
$qb = new \App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository($a);
$rb = new \App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository($a);
$sb = new \App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository($a);
$tb = new \App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository($a);
$instance->setMapping(['AbstractTemplate' => $b, 'Acte' => $f, 'AffichageExamen' => $g, 'Assistante' => $h, 'Banque' => $i, 'Centre' => $j, 'Commentaire' => $k, 'ConsultationConclusion' => $l, 'Consultation' => $m, 'Conversation' => $p, 'CorrectionCategorie' => $q, 'Correction' => $r, 'Courrier' => $s, 'CourrierTemplate' => $t, 'EngineFile' => $u, 'ExamenCategorieCode' => $v, 'ExamenCategorie' => $w, 'Examen' => $x, 'ExamenStatut' => $y, 'FeuilleDeSoinCategorie' => $z, 'FeuilleDeSoin' => $aa, 'FormulePolitesseDebut' => $ba, 'FormulePolitesseFin' => $ca, 'FormulePolitesse' => $da, 'Genre' => $ea, 'ImagerieCategorieCode' => $fa, 'ImagerieCategorie' => $ga, 'Imagerie' => $ha, 'LentillePeriodicite' => $ia, 'Lentille' => $ja, 'Machine' => $ka, 'Medecin' => $la, 'MedecinTraitant' => $ma, 'Medicament' => $na, 'Ordonnance' => $oa, 'PaiementCategorie' => $pa, 'Paiement' => $qa, 'Patient' => $ra, 'PosologieConditionnementUnite' => $ta, 'PosologiePeriodicite' => $ua, 'PosologiePrecision' => $va, 'PosologieQteFormat' => $wa, 'PosologieVoieAdministration' => $xa, 'PresenceSDA' => $ya, 'Secretaire' => $za, 'Secteur' => $ab, 'Superviseur' => $bb, 'TemplateAV' => $cb, 'TemplateCHIR' => $db, 'TemplateCS' => $eb, 'TemplateCV' => $fb, 'TemplateDILAT' => $gb, 'TemplateIOL' => $hb, 'TemplateLASER' => $ib, 'TemplateOCT' => $jb, 'TemplateRTINO' => $kb, 'TemplateTOPO' => $lb, 'TemplateVC' => $mb, 'Traitement' => $nb, 'UtilisateurGroupe' => $ob, 'Utilisateur' => $pb, 'UtilisateurRole' => $qb, 'ValeurListeEnrichissable' => $rb, 'Ville' => $sb, 'XUtilisateurMedicament' => $tb], ['App\\Domain\\Common\\Entity\\AbstractTemplate' => $b, 'App\\Domain\\Common\\Entity\\Acte' => $f, 'App\\Domain\\Common\\Entity\\AffichageExamen' => $g, 'App\\Domain\\Common\\Entity\\Assistante' => $h, 'App\\Domain\\Common\\Entity\\Banque' => $i, 'App\\Domain\\Common\\Entity\\Centre' => $j, 'App\\Domain\\Common\\Entity\\Commentaire' => $k, 'App\\Domain\\Common\\Entity\\ConsultationConclusion' => $l, 'App\\Domain\\Common\\Entity\\Consultation' => $m, 'App\\Domain\\Common\\Entity\\Conversation' => $p, 'App\\Domain\\Common\\Entity\\CorrectionCategorie' => $q, 'App\\Domain\\Common\\Entity\\Correction' => $r, 'App\\Domain\\Common\\Entity\\Courrier' => $s, 'App\\Domain\\Common\\Entity\\CourrierTemplate' => $t, 'App\\Domain\\Common\\Entity\\EngineFile' => $u, 'App\\Domain\\Common\\Entity\\ExamenCategorieCode' => $v, 'App\\Domain\\Common\\Entity\\ExamenCategorie' => $w, 'App\\Domain\\Common\\Entity\\Examen' => $x, 'App\\Domain\\Common\\Entity\\ExamenStatut' => $y, 'App\\Domain\\Common\\Entity\\FeuilleDeSoinCategorie' => $z, 'App\\Domain\\Common\\Entity\\FeuilleDeSoin' => $aa, 'App\\Domain\\Common\\Entity\\FormulePolitesseDebut' => $ba, 'App\\Domain\\Common\\Entity\\FormulePolitesseFin' => $ca, 'App\\Domain\\Common\\Entity\\FormulePolitesse' => $da, 'App\\Domain\\Common\\Entity\\Genre' => $ea, 'App\\Domain\\Common\\Entity\\ImagerieCategorieCode' => $fa, 'App\\Domain\\Common\\Entity\\ImagerieCategorie' => $ga, 'App\\Domain\\Common\\Entity\\Imagerie' => $ha, 'App\\Domain\\Common\\Entity\\LentillePeriodicite' => $ia, 'App\\Domain\\Common\\Entity\\Lentille' => $ja, 'App\\Domain\\Common\\Entity\\Machine' => $ka, 'App\\Domain\\Common\\Entity\\Medecin' => $la, 'App\\Domain\\Common\\Entity\\MedecinTraitant' => $ma, 'App\\Domain\\Common\\Entity\\Medicament' => $na, 'App\\Domain\\Common\\Entity\\Ordonnance' => $oa, 'App\\Domain\\Common\\Entity\\PaiementCategorie' => $pa, 'App\\Domain\\Common\\Entity\\Paiement' => $qa, 'App\\Domain\\Common\\Entity\\Patient' => $ra, 'App\\Domain\\Common\\Entity\\PosologieConditionnementUnite' => $ta, 'App\\Domain\\Common\\Entity\\PosologiePeriodicite' => $ua, 'App\\Domain\\Common\\Entity\\PosologiePrecision' => $va, 'App\\Domain\\Common\\Entity\\PosologieQteFormat' => $wa, 'App\\Domain\\Common\\Entity\\PosologieVoieAdministration' => $xa, 'App\\Domain\\Common\\Entity\\PresenceSDA' => $ya, 'App\\Domain\\Common\\Entity\\Secretaire' => $za, 'App\\Domain\\Common\\Entity\\Secteur' => $ab, 'App\\Domain\\Common\\Entity\\Superviseur' => $bb, 'App\\Domain\\Common\\Entity\\TemplateAV' => $cb, 'App\\Domain\\Common\\Entity\\TemplateCHIR' => $db, 'App\\Domain\\Common\\Entity\\TemplateCS' => $eb, 'App\\Domain\\Common\\Entity\\TemplateCV' => $fb, 'App\\Domain\\Common\\Entity\\TemplateDILAT' => $gb, 'App\\Domain\\Common\\Entity\\TemplateIOL' => $hb, 'App\\Domain\\Common\\Entity\\TemplateLASER' => $ib, 'App\\Domain\\Common\\Entity\\TemplateOCT' => $jb, 'App\\Domain\\Common\\Entity\\TemplateRTINO' => $kb, 'App\\Domain\\Common\\Entity\\TemplateTOPO' => $lb, 'App\\Domain\\Common\\Entity\\TemplateVC' => $mb, 'App\\Domain\\Common\\Entity\\Traitement' => $nb, 'App\\Domain\\Common\\Entity\\UtilisateurGroupe' => $ob, 'App\\Domain\\Common\\Entity\\Utilisateur' => $pb, 'App\\Domain\\Common\\Entity\\UtilisateurRole' => $qb, 'App\\Domain\\Common\\Entity\\ValeurListeEnrichissable' => $rb, 'App\\Domain\\Common\\Entity\\Ville' => $sb, 'App\\Domain\\Common\\Entity\\XUtilisateurMedicament' => $tb], [0 => $b, 1 => $f, 2 => $g, 3 => $h, 4 => $i, 5 => $j, 6 => $k, 7 => $l, 8 => $m, 9 => $p, 10 => $q, 11 => $r, 12 => $s, 13 => $t, 14 => $u, 15 => $v, 16 => $w, 17 => $x, 18 => $y, 19 => $z, 20 => $aa, 21 => $ba, 22 => $ca, 23 => $da, 24 => $ea, 25 => $fa, 26 => $ga, 27 => $ha, 28 => $ia, 29 => $ja, 30 => $ka, 31 => $la, 32 => $ma, 33 => $na, 34 => $oa, 35 => $pa, 36 => $qa, 37 => $ra, 38 => $ta, 39 => $ua, 40 => $va, 41 => $wa, 42 => $xa, 43 => $ya, 44 => $za, 45 => $ab, 46 => $bb, 47 => $cb, 48 => $db, 49 => $eb, 50 => $fb, 51 => $gb, 52 => $hb, 53 => $ib, 54 => $jb, 55 => $kb, 56 => $lb, 57 => $mb, 58 => $nb, 59 => $ob, 60 => $pb, 61 => $qb, 62 => $rb, 63 => $sb, 64 => $tb]);
return $instance;
}
/**
* Gets the private 'App\Domain\Machine\Cache\MachineCacheManager' shared autowired service.
*
* @return \App\Domain\Machine\Cache\MachineCacheManager
*/
protected function getMachineCacheManagerService()
{
return $this->privates['App\\Domain\\Machine\\Cache\\MachineCacheManager'] = new \App\Domain\Machine\Cache\MachineCacheManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineMachineRepository'] ?? $this->getDoctrineMachineRepositoryService()));
}
/**
* Gets the private 'App\Domain\Publipostage\PublipostageDictionary' shared autowired service.
*
* @return \App\Domain\Publipostage\PublipostageDictionary
*/
protected function getPublipostageDictionaryService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Domain\\Publipostage\\PublipostageDictionary'])) {
return $this->privates['App\\Domain\\Publipostage\\PublipostageDictionary'];
}
$b = new \App\Infrastructure\Doctrine\Provider\DoctrineConsultationFieldsProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository'] ?? $this->getDoctrineConsultationRepositoryService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationConclusionRepository'] ?? $this->getDoctrineConsultationConclusionRepositoryService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository'] ?? $this->getDoctrineValeurListeEnrichissableRepositoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateAVStrategy'] ?? $this->load('getTemplateAVStrategyService'));
yield 1 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateCHIRStrategy'] ?? $this->load('getTemplateCHIRStrategyService'));
yield 2 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateCSStrategy'] ?? $this->load('getTemplateCSStrategyService'));
yield 3 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateCVStrategy'] ?? $this->load('getTemplateCVStrategyService'));
yield 4 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateDILATStrategy'] ?? $this->load('getTemplateDILATStrategyService'));
yield 5 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateIOLStrategy'] ?? $this->load('getTemplateIOLStrategyService'));
yield 6 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateLASERStrategy'] ?? $this->load('getTemplateLASERStrategyService'));
yield 7 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateOCTStrategy'] ?? $this->load('getTemplateOCTStrategyService'));
yield 8 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateRTINOStrategy'] ?? $this->load('getTemplateRTINOStrategyService'));
yield 9 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateTOPOStrategy'] ?? $this->load('getTemplateTOPOStrategyService'));
yield 10 => ($this->privates['App\\Domain\\Template\\Mapping\\Strategies\\TemplateVCStrategy'] ?? $this->load('getTemplateVCStrategyService'));
}, 11));
return $this->privates['App\\Domain\\Publipostage\\PublipostageDictionary'] = new \App\Domain\Publipostage\PublipostageDictionary(new \App\Domain\Publipostage\AvailableFieldsProvider($b), $b, new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Twig\\Admin\\PublipostageExtension'] ?? $this->getPublipostageExtensionService());
yield 1 => ($this->privates['App\\Infrastructure\\Twig\\AssetImagerUrlExtension'] ?? $this->getAssetImagerUrlExtensionService());
yield 2 => ($this->privates['App\\Infrastructure\\Twig\\CentreExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\CentreExtension'] = new \App\Infrastructure\Twig\CentreExtension()));
yield 3 => ($this->privates['App\\Infrastructure\\Twig\\DateConsultationExtension'] ?? $this->getDateConsultationExtensionService());
yield 4 => ($this->privates['App\\Infrastructure\\Twig\\ExplicitlySplitTextExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\ExplicitlySplitTextExtension'] = new \App\Infrastructure\Twig\ExplicitlySplitTextExtension()));
yield 5 => ($this->privates['App\\Infrastructure\\Twig\\FileExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\FileExtension'] = new \App\Infrastructure\Twig\FileExtension(\dirname(__DIR__, 4))));
yield 6 => ($this->privates['App\\Infrastructure\\Twig\\MachineExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\MachineExtension'] = new \App\Infrastructure\Twig\MachineExtension()));
yield 7 => ($this->privates['App\\Infrastructure\\Twig\\PatientHeaderExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\PatientHeaderExtension'] = new \App\Infrastructure\Twig\PatientHeaderExtension()));
yield 8 => ($this->privates['App\\Infrastructure\\Twig\\ReadableExtension'] ?? $this->getReadableExtensionService());
yield 9 => ($this->privates['App\\Infrastructure\\Twig\\RequestExtension'] ?? ($this->privates['App\\Infrastructure\\Twig\\RequestExtension'] = new \App\Infrastructure\Twig\RequestExtension()));
yield 10 => ($this->privates['App\\Infrastructure\\Twig\\TriExtension'] ?? $this->getTriExtensionService());
yield 11 => ($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension()));
yield 12 => ($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService());
yield 13 => ($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService());
yield 14 => ($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService());
yield 15 => ($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService());
yield 16 => ($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService());
yield 17 => ($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension()));
yield 18 => ($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService());
yield 19 => ($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension()));
yield 20 => ($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension()));
yield 21 => ($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService());
yield 22 => ($this->privates['twig.extension.weblink'] ?? $this->getTwig_Extension_WeblinkService());
yield 23 => ($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension()));
yield 24 => ($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService());
yield 25 => ($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension()));
yield 26 => ($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService());
yield 27 => ($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService());
yield 28 => ($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService());
yield 29 => ($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService());
yield 30 => ($this->privates['easyadmin.twig.extension'] ?? $this->getEasyadmin_Twig_ExtensionService());
yield 31 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\ListFormFiltersExtension'] ?? $this->getListFormFiltersExtensionService());
yield 32 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\CheckboxTreeExtension'] ?? ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\CheckboxTreeExtension'] = new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension()));
yield 33 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\EmbeddedListExtension'] ?? $this->getEmbeddedListExtensionService());
yield 34 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Twig\\AdminAuthorizationExtension'] ?? $this->getAdminAuthorizationExtensionService());
yield 35 => ($this->privates['fos_ck_editor.twig_extension'] ?? $this->getFosCkEditor_TwigExtensionService());
yield 36 => ($this->privates['twig.extension.fm_elfinder_init'] ?? $this->getTwig_Extension_FmElfinderInitService());
yield 37 => ($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService());
yield 38 => ($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? $this->getUploaderExtensionService());
yield 39 => ($this->privates['Novaway\\CoreBundle\\Twig\\Extension\\DateExtension'] ?? $this->getDateExtensionService());
yield 40 => ($this->privates['Symfony\\Component\\Mercure\\Twig\\MercureExtension'] ?? $this->getMercureExtensionService());
}, 41), new \App\Domain\Centre\Resolver\CentreResolver(($this->privates['App\\Domain\\Centre\\Cache\\CentreCacheManager'] ?? $this->getCentreCacheManagerService())), $a);
}
/**
* Gets the private 'App\Domain\Template\Mapping\TemplateMapping' shared autowired service.
*
* @return \App\Domain\Template\Mapping\TemplateMapping
*/
protected function getTemplateMappingService()
{
$this->privates['App\\Domain\\Template\\Mapping\\TemplateMapping'] = $instance = new \App\Domain\Template\Mapping\TemplateMapping();
$a = new \App\Domain\Template\Mapping\Strategies\TemplateAVStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateAVFormMappingConfigurator'] ?? ($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateAVFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator())), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateAVRepository'] ?? $this->getDoctrineTemplateAVRepositoryService()));
$b = new \App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCHIRFormMappingConfigurator'] ?? $this->getTemplateCHIRFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCHIRRepository'] ?? $this->getDoctrineTemplateCHIRRepositoryService()));
$c = new \App\Domain\Template\Mapping\Strategies\TemplateCSStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCSFormMappingConfigurator'] ?? $this->getTemplateCSFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCSRepository'] ?? $this->getDoctrineTemplateCSRepositoryService()));
$d = new \App\Domain\Template\Mapping\Strategies\TemplateCVStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateCVFormMappingConfigurator'] ?? $this->getTemplateCVFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCVRepository'] ?? $this->getDoctrineTemplateCVRepositoryService()));
$e = new \App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateDILATFormMappingConfigurator'] ?? ($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateDILATFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator())), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateDILATRepository'] ?? $this->getDoctrineTemplateDILATRepositoryService()));
$f = new \App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateIOLFormMappingConfigurator'] ?? $this->getTemplateIOLFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateIOLRepository'] ?? $this->getDoctrineTemplateIOLRepositoryService()));
$g = new \App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateLASERFormMappingConfigurator'] ?? ($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateLASERFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator())), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateLASERRepository'] ?? $this->getDoctrineTemplateLASERRepositoryService()));
$h = new \App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateOCTFormMappingConfigurator'] ?? $this->getTemplateOCTFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateOCTRepository'] ?? $this->getDoctrineTemplateOCTRepositoryService()));
$i = new \App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateRTINOFormMappingConfigurator'] ?? ($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateRTINOFormMappingConfigurator'] = new \App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator())), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateRTINORepository'] ?? $this->getDoctrineTemplateRTINORepositoryService()));
$j = new \App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateTOPOFormMappingConfigurator'] ?? $this->getTemplateTOPOFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateTOPORepository'] ?? $this->getDoctrineTemplateTOPORepositoryService()));
$k = new \App\Domain\Template\Mapping\Strategies\TemplateVCStrategy(($this->services['App\\Infrastructure\\Mapping\\Form\\TemplateVCFormMappingConfigurator'] ?? $this->getTemplateVCFormMappingConfiguratorService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateVCRepository'] ?? $this->getDoctrineTemplateVCRepositoryService()));
$instance->setMapping(['AV' => $a, 'CHIR' => $b, 'CS' => $c, 'CV' => $d, 'DILAT' => $e, 'IOL' => $f, 'LASER' => $g, 'OCT' => $h, 'RTINO' => $i, 'TOPO' => $j, 'VC' => $k], ['TemplateAV' => $a, 'TemplateCHIR' => $b, 'TemplateCS' => $c, 'TemplateCV' => $d, 'TemplateDILAT' => $e, 'TemplateIOL' => $f, 'TemplateLASER' => $g, 'TemplateOCT' => $h, 'TemplateRTINO' => $i, 'TemplateTOPO' => $j, 'TemplateVC' => $k]);
return $instance;
}
/**
* Gets the private 'App\Infrastructure\DBAL\Listener\MultiDBConnectionListener' shared autowired service.
*
* @return \App\Infrastructure\DBAL\Listener\MultiDBConnectionListener
*/
protected function getMultiDBConnectionListenerService()
{
return $this->privates['App\\Infrastructure\\DBAL\\Listener\\MultiDBConnectionListener'] = new \App\Infrastructure\DBAL\Listener\MultiDBConnectionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository
*/
protected function getDoctrineCentreRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineCentreRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository
*/
protected function getDoctrineConsultationConclusionRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationConclusionRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository
*/
protected function getDoctrineConsultationRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository
*/
protected function getDoctrineExamenCategorieRepositoryService()
{
return $this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieRepository'] = new \App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository
*/
protected function getDoctrineMachineRepositoryService()
{
return $this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineMachineRepository'] = new \App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository
*/
protected function getDoctrinePresenceSDARepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrinePresenceSDARepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->consultationRepository = ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository'] ?? $this->getDoctrineConsultationRepositoryService());
$instance->setCentreCacheManager(($this->privates['App\\Domain\\Centre\\Cache\\CentreCacheManager'] ?? $this->getCentreCacheManagerService()));
$instance->setStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository
*/
protected function getDoctrineTemplateAVRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateAVRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository
*/
protected function getDoctrineTemplateCHIRRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCHIRRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository
*/
protected function getDoctrineTemplateCSRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCSRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository
*/
protected function getDoctrineTemplateCVRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCVRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository
*/
protected function getDoctrineTemplateDILATRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateDILATRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository
*/
protected function getDoctrineTemplateIOLRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateIOLRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository
*/
protected function getDoctrineTemplateLASERRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateLASERRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository
*/
protected function getDoctrineTemplateOCTRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateOCTRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository
*/
protected function getDoctrineTemplateRTINORepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateRTINORepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository
*/
protected function getDoctrineTemplateTOPORepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateTOPORepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository
*/
protected function getDoctrineTemplateVCRepositoryService()
{
$this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateVCRepository'] = $instance = new \App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->withEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->withLockFactory(($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
$instance->withLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository
*/
protected function getDoctrineUtilisateurRepositoryService()
{
return $this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository'] = new \App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository' shared autowired service.
*
* @return \App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository
*/
protected function getDoctrineValeurListeEnrichissableRepositoryService()
{
return $this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository'] = new \App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber' shared autowired service.
*
* @return \App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber
*/
protected function getDisplayFlashMessageOnAjaxRequestSubscriberService()
{
return $this->privates['App\\Infrastructure\\EventListener\\Common\\DisplayFlashMessageOnAjaxRequestSubscriber'] = new \App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber' shared autowired service.
*
* @return \App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber
*/
protected function getPreControllerErrorHandlerSubscriberService()
{
return $this->privates['App\\Infrastructure\\EventSubscriber\\PreControllerErrorHandlerSubscriber'] = new \App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Infrastructure\Formatter\ReadableFormatter' shared autowired service.
*
* @return \App\Infrastructure\Formatter\ReadableFormatter
*/
protected function getReadableFormatterService()
{
return $this->privates['App\\Infrastructure\\Formatter\\ReadableFormatter'] = new \App\Infrastructure\Formatter\ReadableFormatter(($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository'] ?? $this->getDoctrineValeurListeEnrichissableRepositoryService()), ($this->privates['App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieRepository'] ?? $this->getDoctrineExamenCategorieRepositoryService()));
}
/**
* Gets the private 'App\Infrastructure\Twig\Admin\PublipostageExtension' shared autowired service.
*
* @return \App\Infrastructure\Twig\Admin\PublipostageExtension
*/
protected function getPublipostageExtensionService()
{
$a = ($this->privates['App\\Domain\\Publipostage\\PublipostageDictionary'] ?? $this->getPublipostageDictionaryService());
if (isset($this->privates['App\\Infrastructure\\Twig\\Admin\\PublipostageExtension'])) {
return $this->privates['App\\Infrastructure\\Twig\\Admin\\PublipostageExtension'];
}
return $this->privates['App\\Infrastructure\\Twig\\Admin\\PublipostageExtension'] = new \App\Infrastructure\Twig\Admin\PublipostageExtension($a);
}
/**
* Gets the private 'App\Infrastructure\Twig\AssetImagerUrlExtension' shared autowired service.
*
* @return \App\Infrastructure\Twig\AssetImagerUrlExtension
*/
protected function getAssetImagerUrlExtensionService()
{
return $this->privates['App\\Infrastructure\\Twig\\AssetImagerUrlExtension'] = new \App\Infrastructure\Twig\AssetImagerUrlExtension(new \App\Infrastructure\ImagerUrl\AssetImagerUrl((\dirname(__DIR__, 4).'/public')));
}
/**
* Gets the private 'App\Infrastructure\Twig\DateConsultationExtension' shared autowired service.
*
* @return \App\Infrastructure\Twig\DateConsultationExtension
*/
protected function getDateConsultationExtensionService()
{
return $this->privates['App\\Infrastructure\\Twig\\DateConsultationExtension'] = new \App\Infrastructure\Twig\DateConsultationExtension(new \App\Infrastructure\Formatter\DateConsultationFormatter(), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Infrastructure\Twig\ReadableExtension' shared autowired service.
*
* @return \App\Infrastructure\Twig\ReadableExtension
*/
protected function getReadableExtensionService()
{
return $this->privates['App\\Infrastructure\\Twig\\ReadableExtension'] = new \App\Infrastructure\Twig\ReadableExtension(($this->privates['App\\Infrastructure\\Formatter\\ReadableFormatter'] ?? $this->getReadableFormatterService()));
}
/**
* Gets the private 'App\Infrastructure\Twig\TriExtension' shared autowired service.
*
* @return \App\Infrastructure\Twig\TriExtension
*/
protected function getTriExtensionService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Infrastructure\\Twig\\TriExtension'])) {
return $this->privates['App\\Infrastructure\\Twig\\TriExtension'];
}
return $this->privates['App\\Infrastructure\\Twig\\TriExtension'] = new \App\Infrastructure\Twig\TriExtension($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \App\Domain\Common\DTO\Tri\Factory\TriFactoryDTO());
}
/**
* Gets the private 'Novaway\CoreBundle\Twig\Extension\DateExtension' shared autowired service.
*
* @return \Novaway\CoreBundle\Twig\Extension\DateExtension
*/
protected function getDateExtensionService()
{
return $this->privates['Novaway\\CoreBundle\\Twig\\Extension\\DateExtension'] = new \Novaway\CoreBundle\Twig\Extension\DateExtension(new \Novaway\CoreBundle\Formatter\LocalizedDateFormatter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr'));
}
/**
* Gets the private 'Symfony\Component\Mercure\Twig\MercureExtension' shared service.
*
* @return \Symfony\Component\Mercure\Twig\MercureExtension
*/
protected function getMercureExtensionService()
{
$a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
$b = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
return $this->privates['Symfony\\Component\\Mercure\\Twig\\MercureExtension'] = new \Symfony\Component\Mercure\Twig\MercureExtension($b, new \Symfony\Component\Mercure\Authorization($b, NULL, 0), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
*
* @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
*/
protected function getUploaderHelperService()
{
return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
*/
protected function getUploaderExtensionService()
{
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'app.lock_cache' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\PdoAdapter
*/
protected function getApp_LockCacheService()
{
$this->privates['app.lock_cache'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), '', 1440);
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \App\Infrastructure\Assets\Strategy\CachedNumberStrategy(($this->privates['simple_cache'] ?? $this->getSimpleCacheService()), '%s?v=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '/', true)), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qMfiULy4HQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.aura.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Aura_MetadataService()
{
return $this->privates['cache.doctrine.orm.aura.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.aura.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Aura_QueryService()
{
return $this->privates['cache.doctrine.orm.aura.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.aura.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Aura_ResultService()
{
return $this->privates['cache.doctrine.orm.aura.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.cvl.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Cvl_MetadataService()
{
return $this->privates['cache.doctrine.orm.cvl.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.cvl.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Cvl_QueryService()
{
return $this->privates['cache.doctrine.orm.cvl.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.cvl.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Cvl_ResultService()
{
return $this->privates['cache.doctrine.orm.cvl.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.metadata' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_MetadataService()
{
return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.easyadmin' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_EasyadminService()
{
return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qLz4b5Gr3X', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EJDK0jqT0s', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('H0dWcFRhpX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JIa7nEfum0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tIQgGkWGgg', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hDNR5O33i5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
}, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
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()));
}
/**
* Gets the private 'doctrine.dbal.logger' shared service.
*
* @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
*/
protected function getDoctrine_Dbal_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('doctrine');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.orm.aura_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_AuraAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.aura_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity')]);
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAbstractTemplateRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAbstractTemplateRepository', 'getDoctrineAbstractTemplateRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineActeRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineActeRepository', 'getDoctrineActeRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAssistanteRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAssistanteRepository', 'getDoctrineAssistanteRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBanqueRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBanqueRepository', 'getDoctrineBanqueRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCentreRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCentreRepository', 'getDoctrineCentreRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCommentaireRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCommentaireRepository', 'getDoctrineCommentaireRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationConclusionRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationConclusionRepository', 'getDoctrineConsultationConclusionRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository', 'getDoctrineConsultationRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConversationRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConversationRepository', 'getDoctrineConversationRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierRepository', 'getDoctrineCourrierRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierTemplateRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierTemplateRepository', 'getDoctrineCourrierTemplateRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEngineFileRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEngineFileRepository', 'getDoctrineEngineFileRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieRepository', 'getDoctrineExamenCategorieRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenRepository', 'getDoctrineExamenRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFeuilleDeSoinRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFeuilleDeSoinRepository', 'getDoctrineFeuilleDeSoinRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseDebutRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseDebutRepository', 'getDoctrineFormulePolitesseDebutRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseFinRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseFinRepository', 'getDoctrineFormulePolitesseFinRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseRepository', 'getDoctrineFormulePolitesseRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieCategorieRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieCategorieRepository', 'getDoctrineImagerieCategorieRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieRepository', 'getDoctrineImagerieRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineLentilleRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineLentilleRepository', 'getDoctrineLentilleRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMachineRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMachineRepository', 'getDoctrineMachineRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinRepository', 'getDoctrineMedecinRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinTraitantRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinTraitantRepository', 'getDoctrineMedecinTraitantRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedicamentRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedicamentRepository', 'getDoctrineMedicamentRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineOrdonnanceRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineOrdonnanceRepository', 'getDoctrineOrdonnanceRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePaiementRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePaiementRepository', 'getDoctrinePaiementRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePatientRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePatientRepository', 'getDoctrinePatientRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePresenceSDARepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePresenceSDARepository', 'getDoctrinePresenceSDARepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSecretaireRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSecretaireRepository', 'getDoctrineSecretaireRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSuperviseurRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSuperviseurRepository', 'getDoctrineSuperviseurRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateAVRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateAVRepository', 'getDoctrineTemplateAVRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCHIRRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCHIRRepository', 'getDoctrineTemplateCHIRRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCSRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCSRepository', 'getDoctrineTemplateCSRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCVRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCVRepository', 'getDoctrineTemplateCVRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateDILATRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateDILATRepository', 'getDoctrineTemplateDILATRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateIOLRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateIOLRepository', 'getDoctrineTemplateIOLRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateLASERRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateLASERRepository', 'getDoctrineTemplateLASERRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateOCTRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateOCTRepository', 'getDoctrineTemplateOCTRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateRTINORepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateRTINORepository', 'getDoctrineTemplateRTINORepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateTOPORepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateTOPORepository', 'getDoctrineTemplateTOPORepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateVCRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateVCRepository', 'getDoctrineTemplateVCRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTraitementRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTraitementRepository', 'getDoctrineTraitementRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurGroupeRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurGroupeRepository', 'getDoctrineUtilisateurGroupeRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository', 'getDoctrineUtilisateurRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRoleRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRoleRepository', 'getDoctrineUtilisateurRoleRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository', 'getDoctrineValeurListeEnrichissableRepositoryService', false],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineVilleRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineVilleRepository', 'getDoctrineVilleRepositoryService', true],
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineXUtilisateurMedicamentRepository' => ['privates', 'App\\Infrastructure\\Doctrine\\Repository\\DoctrineXUtilisateurMedicamentRepository', 'getDoctrineXUtilisateurMedicamentRepositoryService', true],
], [
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAbstractTemplateRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineActeRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineAssistanteRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineBanqueRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCentreRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCommentaireRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationConclusionRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConsultationRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineConversationRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCourrierTemplateRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEngineFileRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenCategorieRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineExamenRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFeuilleDeSoinRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseDebutRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseFinRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineFormulePolitesseRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieCategorieRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineImagerieRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineLentilleRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMachineRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedecinTraitantRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMedicamentRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineOrdonnanceRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePaiementRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePatientRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrinePresenceSDARepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSecretaireRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineSuperviseurRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateAVRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCHIRRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCSRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateCVRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateDILATRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateIOLRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateLASERRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateOCTRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateRTINORepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateTOPORepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTemplateVCRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTraitementRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurGroupeRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUtilisateurRoleRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineValeurListeEnrichissableRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineVilleRepository' => '?',
'App\\Infrastructure\\Doctrine\\Repository\\DoctrineXUtilisateurMedicamentRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.cvl_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_CvlAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.cvl_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Resources/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'easyadmin.twig.extension' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension
*/
protected function getEasyadmin_Twig_ExtensionService()
{
return $this->privates['easyadmin.twig.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'easyadmin.filter.type.array' => ['privates', 'easyadmin.filter.type.array', 'getEasyadmin_Filter_Type_ArrayService', true],
'easyadmin.filter.type.boolean' => ['privates', 'easyadmin.filter.type.boolean', 'getEasyadmin_Filter_Type_BooleanService', true],
'easyadmin.filter.type.choice' => ['privates', 'easyadmin.filter.type.choice', 'getEasyadmin_Filter_Type_ChoiceService', true],
'easyadmin.filter.type.comparison' => ['privates', 'easyadmin.filter.type.comparison', 'getEasyadmin_Filter_Type_ComparisonService', true],
'easyadmin.filter.type.date' => ['privates', 'easyadmin.filter.type.date', 'getEasyadmin_Filter_Type_DateService', true],
'easyadmin.filter.type.dateinterval' => ['privates', 'easyadmin.filter.type.dateinterval', 'getEasyadmin_Filter_Type_DateintervalService', true],
'easyadmin.filter.type.datetime' => ['privates', 'easyadmin.filter.type.datetime', 'getEasyadmin_Filter_Type_DatetimeService', true],
'easyadmin.filter.type.decimal' => ['privates', 'easyadmin.filter.type.decimal', 'getEasyadmin_Filter_Type_DecimalService', true],
'easyadmin.filter.type.entity' => ['privates', 'easyadmin.filter.type.entity', 'getEasyadmin_Filter_Type_EntityService', true],
'easyadmin.filter.type.float' => ['privates', 'easyadmin.filter.type.float', 'getEasyadmin_Filter_Type_FloatService', true],
'easyadmin.filter.type.integer' => ['privates', 'easyadmin.filter.type.integer', 'getEasyadmin_Filter_Type_IntegerService', true],
'easyadmin.filter.type.text' => ['privates', 'easyadmin.filter.type.text', 'getEasyadmin_Filter_Type_TextService', true],
'easyadmin.filter.type.textarea' => ['privates', 'easyadmin.filter.type.textarea', 'getEasyadmin_Filter_Type_TextareaService', true],
'easyadmin.filter.type.time' => ['privates', 'easyadmin.filter.type.time', 'getEasyadmin_Filter_Type_TimeService', true],
], [
'easyadmin.filter.type.array' => '?',
'easyadmin.filter.type.boolean' => '?',
'easyadmin.filter.type.choice' => '?',
'easyadmin.filter.type.comparison' => '?',
'easyadmin.filter.type.date' => '?',
'easyadmin.filter.type.dateinterval' => '?',
'easyadmin.filter.type.datetime' => '?',
'easyadmin.filter.type.decimal' => '?',
'easyadmin.filter.type.entity' => '?',
'easyadmin.filter.type.float' => '?',
'easyadmin.filter.type.integer' => '?',
'easyadmin.filter.type.text' => '?',
'easyadmin.filter.type.textarea' => '?',
'easyadmin.filter.type.time' => '?',
]), [], new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)), 1 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates', 'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType', 'getEasyAdminEmbeddedListTypeService', true],
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates', 'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType', 'getAdminRolesTypeService', true],
'App\\Infrastructure\\Form\\ActiveChoiceFilterType' => ['privates', 'App\\Infrastructure\\Form\\ActiveChoiceFilterType', 'getActiveChoiceFilterTypeService', true],
'App\\Infrastructure\\Form\\Admin\\CentrePublipostageType' => ['privates', 'App\\Infrastructure\\Form\\Admin\\CentrePublipostageType', 'getCentrePublipostageTypeService', true],
'App\\Infrastructure\\Form\\Admin\\CourrierPublipostageType' => ['privates', 'App\\Infrastructure\\Form\\Admin\\CourrierPublipostageType', 'getCourrierPublipostageTypeService', true],
'App\\Infrastructure\\Form\\Admin\\MedecinPublipostageType' => ['privates', 'App\\Infrastructure\\Form\\Admin\\MedecinPublipostageType', 'getMedecinPublipostageTypeService', true],
'App\\Infrastructure\\Form\\Admin\\TwoFactorWhitelistedIpsType' => ['privates', 'App\\Infrastructure\\Form\\Admin\\TwoFactorWhitelistedIpsType', 'getTwoFactorWhitelistedIpsTypeService', true],
'App\\Infrastructure\\Form\\Centre\\CentresSelectType' => ['privates', 'App\\Infrastructure\\Form\\Centre\\CentresSelectType', 'getCentresSelectTypeService', true],
'App\\Infrastructure\\Form\\Commentaire\\CommentaireType' => ['privates', 'App\\Infrastructure\\Form\\Commentaire\\CommentaireType', 'getCommentaireTypeService', true],
'App\\Infrastructure\\Form\\Common\\AbsolutePositiveNumberType' => ['privates', 'App\\Infrastructure\\Form\\Common\\AbsolutePositiveNumberType', 'getAbsolutePositiveNumberTypeService', true],
'App\\Infrastructure\\Form\\Common\\AffichageExamenType' => ['privates', 'App\\Infrastructure\\Form\\Common\\AffichageExamenType', 'getAffichageExamenTypeService', true],
'App\\Infrastructure\\Form\\Common\\AutocompletableEntityType' => ['privates', 'App\\Infrastructure\\Form\\Common\\AutocompletableEntityType', 'getAutocompletableEntityTypeService', true],
'App\\Infrastructure\\Form\\Common\\AutocompleteIdableType' => ['privates', 'App\\Infrastructure\\Form\\Common\\AutocompleteIdableType', 'getAutocompleteIdableTypeService', true],
'App\\Infrastructure\\Form\\Common\\AutocompleteLocalisationType' => ['privates', 'App\\Infrastructure\\Form\\Common\\AutocompleteLocalisationType', 'getAutocompleteLocalisationTypeService', true],
'App\\Infrastructure\\Form\\Common\\CodePostalType' => ['privates', 'App\\Infrastructure\\Form\\Common\\CodePostalType', 'getCodePostalTypeService', true],
'App\\Infrastructure\\Form\\Common\\EditeurContenuType' => ['privates', 'App\\Infrastructure\\Form\\Common\\EditeurContenuType', 'getEditeurContenuTypeService', true],
'App\\Infrastructure\\Form\\Common\\EnumType' => ['privates', 'App\\Infrastructure\\Form\\Common\\EnumType', 'getEnumTypeService', true],
'App\\Infrastructure\\Form\\Common\\ExamensType' => ['privates', 'App\\Infrastructure\\Form\\Common\\ExamensType', 'getExamensTypeService', true],
'App\\Infrastructure\\Form\\Common\\ExplicitlySignedNumberType' => ['privates', 'App\\Infrastructure\\Form\\Common\\ExplicitlySignedNumberType', 'getExplicitlySignedNumberTypeService', true],
'App\\Infrastructure\\Form\\Common\\ExplicitlySplitTextType' => ['privates', 'App\\Infrastructure\\Form\\Common\\ExplicitlySplitTextType', 'getExplicitlySplitTextTypeService', true],
'App\\Infrastructure\\Form\\Common\\GenreType' => ['privates', 'App\\Infrastructure\\Form\\Common\\GenreType', 'getGenreTypeService', true],
'App\\Infrastructure\\Form\\Common\\NonNumericType' => ['privates', 'App\\Infrastructure\\Form\\Common\\NonNumericType', 'getNonNumericTypeService', true],
'App\\Infrastructure\\Form\\Common\\VilleType' => ['privates', 'App\\Infrastructure\\Form\\Common\\VilleType', 'getVilleTypeService', true],
'App\\Infrastructure\\Form\\Common\\YeuxType' => ['privates', 'App\\Infrastructure\\Form\\Common\\YeuxType', 'getYeuxTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\CODType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\CODType', 'getCODTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\EditionConsultationType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\EditionConsultationType', 'getEditionConsultationTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\ExamenDataType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\ExamenDataType', 'getExamenDataTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinPaiementType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinPaiementType', 'getFeuilleDeSoinPaiementTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinType', 'getFeuilleDeSoinTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\NewConsultationType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\NewConsultationType', 'getNewConsultationTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\RechercheConsultationType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\RechercheConsultationType', 'getRechercheConsultationTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationDuJourType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationDuJourType', 'getSuppressionConsultationDuJourTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationType', 'getSuppressionConsultationTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AVCorrectionType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AVCorrectionType', 'getAVCorrectionTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AutoRefractometreType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AutoRefractometreType', 'getAutoRefractometreTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\GlobalAVFields' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\GlobalAVFields', 'getGlobalAVFieldsService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\KeratometrieType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\KeratometrieType', 'getKeratometrieTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\LentillesPorteesType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\LentillesPorteesType', 'getLentillesPorteesTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PIOAirType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PIOAirType', 'getPIOAirTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PrescriptionFinaleType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PrescriptionFinaleType', 'getPrescriptionFinaleTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RaisonDeLaVisiteType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RaisonDeLaVisiteType', 'getRaisonDeLaVisiteTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\ReflexesPupillairesType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\ReflexesPupillairesType', 'getReflexesPupillairesTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RefractionSubjectiveType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RefractionSubjectiveType', 'getRefractionSubjectiveTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\SansCorrectionType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\SansCorrectionType', 'getSansCorrectionTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\VisionBinoculaireType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\VisionBinoculaireType', 'getVisionBinoculaireTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\AideOperateurType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\AideOperateurType', 'getAideOperateurTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\CHIRType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\CHIRType', 'getCHIRTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\CS\\LampeAFenteType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\CS\\LampeAFenteType', 'getLampeAFenteTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\CV\\ChampVisuelType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\CV\\ChampVisuelType', 'getChampVisuelTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\ListeEnrichissableType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\ListeEnrichissableType', 'getListeEnrichissableTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\StaticListeEnrichissableType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\StaticListeEnrichissableType', 'getStaticListeEnrichissableTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateEnumType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateEnumType', 'getTemplateEnumTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateType', 'getTemplateTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\IOL\\IOLType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\IOL\\IOLType', 'getIOLTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\LASER\\LaserType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\LASER\\LaserType', 'getLaserTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\CommentaireType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\CommentaireType', 'getCommentaireType2Service', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\ConduiteATenirType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\ConduiteATenirType', 'getConduiteATenirTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\OCTType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\OCTType', 'getOCTTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TOPO\\TOPOType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TOPO\\TOPOType', 'getTOPOTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateAVType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateAVType', 'getTemplateAVTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCHIRType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCHIRType', 'getTemplateCHIRTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCSType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCSType', 'getTemplateCSTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCVType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCVType', 'getTemplateCVTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateDILATType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateDILATType', 'getTemplateDILATTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateIOLType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateIOLType', 'getTemplateIOLTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateLASERType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateLASERType', 'getTemplateLASERTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateOCTType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateOCTType', 'getTemplateOCTTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateRTINOType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateRTINOType', 'getTemplateRTINOTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateSECRType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateSECRType', 'getTemplateSECRTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateTOPOType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateTOPOType', 'getTemplateTOPOTypeService', true],
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateVCType' => ['privates', 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateVCType', 'getTemplateVCTypeService', true],
'App\\Infrastructure\\Form\\CorrectionType' => ['privates', 'App\\Infrastructure\\Form\\CorrectionType', 'getCorrectionTypeService', true],
'App\\Infrastructure\\Form\\Courrier\\CourrierOptionType' => ['privates', 'App\\Infrastructure\\Form\\Courrier\\CourrierOptionType', 'getCourrierOptionTypeService', true],
'App\\Infrastructure\\Form\\Courrier\\PersonnalisationCourrierType' => ['privates', 'App\\Infrastructure\\Form\\Courrier\\PersonnalisationCourrierType', 'getPersonnalisationCourrierTypeService', true],
'App\\Infrastructure\\Form\\Imagerie\\ImagerieExamensType' => ['privates', 'App\\Infrastructure\\Form\\Imagerie\\ImagerieExamensType', 'getImagerieExamensTypeService', true],
'App\\Infrastructure\\Form\\Imagerie\\ImagerieType' => ['privates', 'App\\Infrastructure\\Form\\Imagerie\\ImagerieType', 'getImagerieTypeService', true],
'App\\Infrastructure\\Form\\Machine\\ExportManuelType' => ['privates', 'App\\Infrastructure\\Form\\Machine\\ExportManuelType', 'getExportManuelTypeService', true],
'App\\Infrastructure\\Form\\Machine\\ImportManuelType' => ['privates', 'App\\Infrastructure\\Form\\Machine\\ImportManuelType', 'getImportManuelTypeService', true],
'App\\Infrastructure\\Form\\Machine\\MachinesSelectType' => ['privates', 'App\\Infrastructure\\Form\\Machine\\MachinesSelectType', 'getMachinesSelectTypeService', true],
'App\\Infrastructure\\Form\\MedecinTraitant\\MedecinTraitantSearchType' => ['privates', 'App\\Infrastructure\\Form\\MedecinTraitant\\MedecinTraitantSearchType', 'getMedecinTraitantSearchTypeService', true],
'App\\Infrastructure\\Form\\NewTreatingDoctorType' => ['privates', 'App\\Infrastructure\\Form\\NewTreatingDoctorType', 'getNewTreatingDoctorTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Common\\GlobalOeilType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Common\\GlobalOeilType', 'getGlobalOeilTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionAvecAdditionType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionAvecAdditionType', 'getCorrectionAvecAdditionTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionSansAdditionType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionSansAdditionType', 'getCorrectionSansAdditionTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionType', 'getCorrectionType2Service', true],
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\CorrectionPorteeType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\CorrectionPorteeType', 'getCorrectionPorteeTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceKeratometrieType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceKeratometrieType', 'getOrdonnanceKeratometrieTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceLentillesPorteesType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceLentillesPorteesType', 'getOrdonnanceLentillesPorteesTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\MedicamentType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\MedicamentType', 'getMedicamentTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCategorieType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCategorieType', 'getOrdonnanceCategorieTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCorrectionType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCorrectionType', 'getOrdonnanceCorrectionTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceLentillesType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceLentillesType', 'getOrdonnanceLentillesTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceNouvellesLentillesType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceNouvellesLentillesType', 'getOrdonnanceNouvellesLentillesTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceOptionType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceOptionType', 'getOrdonnanceOptionTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceVerresType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceVerresType', 'getOrdonnanceVerresTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\RechercheLentillesType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\RechercheLentillesType', 'getRechercheLentillesTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\RechercheMedicamentType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\RechercheMedicamentType', 'getRechercheMedicamentTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\RechercheTraitementType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\RechercheTraitementType', 'getRechercheTraitementTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\TraitementType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\TraitementType', 'getTraitementTypeService', true],
'App\\Infrastructure\\Form\\Ordonnance\\Verres\\VerreType' => ['privates', 'App\\Infrastructure\\Form\\Ordonnance\\Verres\\VerreType', 'getVerreTypeService', true],
'App\\Infrastructure\\Form\\Patient\\Common\\AntecedentsType' => ['privates', 'App\\Infrastructure\\Form\\Patient\\Common\\AntecedentsType', 'getAntecedentsTypeService', true],
'App\\Infrastructure\\Form\\Patient\\EditionPatientType' => ['privates', 'App\\Infrastructure\\Form\\Patient\\EditionPatientType', 'getEditionPatientTypeService', true],
'App\\Infrastructure\\Form\\Patient\\PatientSearchType' => ['privates', 'App\\Infrastructure\\Form\\Patient\\PatientSearchType', 'getPatientSearchTypeService', true],
'App\\Infrastructure\\Form\\Patient\\SelectionPatientType' => ['privates', 'App\\Infrastructure\\Form\\Patient\\SelectionPatientType', 'getSelectionPatientTypeService', true],
'App\\Infrastructure\\Form\\SalleAttente\\EditionPresenceType' => ['privates', 'App\\Infrastructure\\Form\\SalleAttente\\EditionPresenceType', 'getEditionPresenceTypeService', true],
'App\\Infrastructure\\Form\\SecteurChoiceType' => ['privates', 'App\\Infrastructure\\Form\\SecteurChoiceType', 'getSecteurChoiceTypeService', true],
'App\\Infrastructure\\Form\\Security\\LoginType' => ['privates', 'App\\Infrastructure\\Form\\Security\\LoginType', 'getLoginTypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates', 'easyadmin.form.type.autocomplete', 'getEasyadmin_Form_Type_AutocompleteService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates', 'easyadmin.form.type.batch', 'getEasyadmin_Form_Type_BatchService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates', 'easyadmin.form.type.divider', 'getEasyadmin_Form_Type_DividerService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates', 'easyadmin.form.type.filters', 'getEasyadmin_Form_Type_FiltersService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates', 'easyadmin.form.type', 'getEasyadmin_Form_TypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates', 'easyadmin.form.type.group', 'getEasyadmin_Form_Type_GroupService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates', 'easyadmin.form.type.section', 'getEasyadmin_Form_Type_SectionService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'easyadmin.form.type.fileupload', 'getEasyadmin_Form_Type_FileuploadService', true],
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => ['privates', 'fm_elfinder.form.type', 'getFmElfinder_Form_TypeService', true],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', true],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', true],
'Novaway\\CoreBundle\\Form\\DatepickerType' => ['privates', 'Novaway\\CoreBundle\\Form\\DatepickerType', 'getDatepickerTypeService', true],
'Novaway\\CoreBundle\\Form\\EnumType' => ['privates', 'Novaway\\CoreBundle\\Form\\EnumType', 'getEnumType2Service', true],
'Novaway\\CoreBundle\\Form\\FrenchPhoneType' => ['privates', 'Novaway\\CoreBundle\\Form\\FrenchPhoneType', 'getFrenchPhoneTypeService', true],
'Novaway\\CoreBundle\\Form\\RepeatedPasswordType' => ['privates', 'Novaway\\CoreBundle\\Form\\RepeatedPasswordType', 'getRepeatedPasswordTypeService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', true],
], [
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
'App\\Infrastructure\\Form\\ActiveChoiceFilterType' => '?',
'App\\Infrastructure\\Form\\Admin\\CentrePublipostageType' => '?',
'App\\Infrastructure\\Form\\Admin\\CourrierPublipostageType' => '?',
'App\\Infrastructure\\Form\\Admin\\MedecinPublipostageType' => '?',
'App\\Infrastructure\\Form\\Admin\\TwoFactorWhitelistedIpsType' => '?',
'App\\Infrastructure\\Form\\Centre\\CentresSelectType' => '?',
'App\\Infrastructure\\Form\\Commentaire\\CommentaireType' => '?',
'App\\Infrastructure\\Form\\Common\\AbsolutePositiveNumberType' => '?',
'App\\Infrastructure\\Form\\Common\\AffichageExamenType' => '?',
'App\\Infrastructure\\Form\\Common\\AutocompletableEntityType' => '?',
'App\\Infrastructure\\Form\\Common\\AutocompleteIdableType' => '?',
'App\\Infrastructure\\Form\\Common\\AutocompleteLocalisationType' => '?',
'App\\Infrastructure\\Form\\Common\\CodePostalType' => '?',
'App\\Infrastructure\\Form\\Common\\EditeurContenuType' => '?',
'App\\Infrastructure\\Form\\Common\\EnumType' => '?',
'App\\Infrastructure\\Form\\Common\\ExamensType' => '?',
'App\\Infrastructure\\Form\\Common\\ExplicitlySignedNumberType' => '?',
'App\\Infrastructure\\Form\\Common\\ExplicitlySplitTextType' => '?',
'App\\Infrastructure\\Form\\Common\\GenreType' => '?',
'App\\Infrastructure\\Form\\Common\\NonNumericType' => '?',
'App\\Infrastructure\\Form\\Common\\VilleType' => '?',
'App\\Infrastructure\\Form\\Common\\YeuxType' => '?',
'App\\Infrastructure\\Form\\Consultation\\CODType' => '?',
'App\\Infrastructure\\Form\\Consultation\\EditionConsultationType' => '?',
'App\\Infrastructure\\Form\\Consultation\\ExamenDataType' => '?',
'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinPaiementType' => '?',
'App\\Infrastructure\\Form\\Consultation\\FeuilleDeSoinType' => '?',
'App\\Infrastructure\\Form\\Consultation\\NewConsultationType' => '?',
'App\\Infrastructure\\Form\\Consultation\\RechercheConsultationType' => '?',
'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationDuJourType' => '?',
'App\\Infrastructure\\Form\\Consultation\\SuppressionConsultationType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AVCorrectionType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\AutoRefractometreType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\GlobalAVFields' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\KeratometrieType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\LentillesPorteesType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PIOAirType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\PrescriptionFinaleType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RaisonDeLaVisiteType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\ReflexesPupillairesType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RefractionSubjectiveType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\SansCorrectionType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\VisionBinoculaireType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\AideOperateurType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\CHIRType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\CS\\LampeAFenteType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\CV\\ChampVisuelType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\ListeEnrichissableType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\StaticListeEnrichissableType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateEnumType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\Common\\TemplateType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\IOL\\IOLType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\LASER\\LaserType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\CommentaireType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\ConduiteATenirType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\OCTType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TOPO\\TOPOType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateAVType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCHIRType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCSType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateCVType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateDILATType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateIOLType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateLASERType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateOCTType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateRTINOType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateSECRType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateTOPOType' => '?',
'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateVCType' => '?',
'App\\Infrastructure\\Form\\CorrectionType' => '?',
'App\\Infrastructure\\Form\\Courrier\\CourrierOptionType' => '?',
'App\\Infrastructure\\Form\\Courrier\\PersonnalisationCourrierType' => '?',
'App\\Infrastructure\\Form\\Imagerie\\ImagerieExamensType' => '?',
'App\\Infrastructure\\Form\\Imagerie\\ImagerieType' => '?',
'App\\Infrastructure\\Form\\Machine\\ExportManuelType' => '?',
'App\\Infrastructure\\Form\\Machine\\ImportManuelType' => '?',
'App\\Infrastructure\\Form\\Machine\\MachinesSelectType' => '?',
'App\\Infrastructure\\Form\\MedecinTraitant\\MedecinTraitantSearchType' => '?',
'App\\Infrastructure\\Form\\NewTreatingDoctorType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Common\\GlobalOeilType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionAvecAdditionType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionSansAdditionType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Correction\\CorrectionType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\CorrectionPorteeType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceKeratometrieType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Lentilles\\OrdonnanceLentillesPorteesType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\MedicamentType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCategorieType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceCorrectionType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceLentillesType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceNouvellesLentillesType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceOptionType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\OrdonnanceVerresType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\RechercheLentillesType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\RechercheMedicamentType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\RechercheTraitementType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\TraitementType' => '?',
'App\\Infrastructure\\Form\\Ordonnance\\Verres\\VerreType' => '?',
'App\\Infrastructure\\Form\\Patient\\Common\\AntecedentsType' => '?',
'App\\Infrastructure\\Form\\Patient\\EditionPatientType' => '?',
'App\\Infrastructure\\Form\\Patient\\PatientSearchType' => '?',
'App\\Infrastructure\\Form\\Patient\\SelectionPatientType' => '?',
'App\\Infrastructure\\Form\\SalleAttente\\EditionPresenceType' => '?',
'App\\Infrastructure\\Form\\SecteurChoiceType' => '?',
'App\\Infrastructure\\Form\\Security\\LoginType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Novaway\\CoreBundle\\Form\\DatepickerType' => '?',
'Novaway\\CoreBundle\\Form\\EnumType' => '?',
'Novaway\\CoreBundle\\Form\\FrenchPhoneType' => '?',
'Novaway\\CoreBundle\\Form\\RepeatedPasswordType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['App\\Infrastructure\\Form\\Patient\\SelectionPatientType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\RechercheConsultationType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\RaisonDeLaVisiteType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\VisionBinoculaireType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\AV\\LentillesPorteesType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Patient\\EditionPatientType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\TemplateRTINOType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\CODType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\OCT\\OCTType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\IOL\\IOLType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\CV\\ChampVisuelType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\LASER\\LaserType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\CS\\LampeAFenteType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\TOPO\\TOPOType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'App\\Infrastructure\\Form\\Consultation\\Template\\CHIR\\CHIRType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Common\\AutocompleteIdableParentTypeExtension'] ?? $this->load('getAutocompleteIdableParentTypeExtensionService'));
}, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Infrastructure\\Form\\Extension\\EasyAdminValidatedExtension'] ?? $this->load('getEasyAdminValidatedExtensionService'));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
yield 6 => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
yield 2 => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
}, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'fos_ck_editor.twig_extension' shared service.
*
* @return \FOS\CKEditorBundle\Twig\CKEditorExtension
*/
protected function getFosCkEditor_TwigExtensionService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['fos_ck_editor.twig_extension'])) {
return $this->privates['fos_ck_editor.twig_extension'];
}
return $this->privates['fos_ck_editor.twig_extension'] = new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null))));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
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()));
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.templating.filter_extension' shared service.
*
* @return \Liip\ImagineBundle\Templating\FilterExtension
*/
protected function getLiipImagine_Templating_FilterExtensionService()
{
return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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, []);
}
/**
* Gets the private 'lock.default.factory' shared service.
*
* @return \Symfony\Component\Lock\LockFactory
*/
protected function getLock_Default_FactoryService()
{
$this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('flock'));
$a = new \Symfony\Bridge\Monolog\Logger('lock');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$instance->setLogger($a);
return $instance;
}
/**
* Gets the private 'mercure.hub.default.traceable' shared service.
*
* @return \Symfony\Component\Mercure\Debug\TraceableHub
*/
protected function getMercure_Hub_Default_TraceableService()
{
$a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256', NULL, '');
return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [0 => '*'], [0 => '*']), $a, $this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'monolog.handler.api' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_ApiService()
{
return $this->privates['monolog.handler.api'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => ($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()), 1 => ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService())], true), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 0, true, true, NULL);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.all.log'), 3, 200, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $instance;
}
/**
* Gets the private 'monolog.handler.main_critical' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainCriticalService()
{
$a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.critical.log'), 15, 500, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $this->privates['monolog.handler.main_critical'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\BufferHandler(($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService()), 0, 100, true, false)], true), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(500), 0, true, true, NULL);
}
/**
* Gets the private 'monolog.handler.main_error' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainErrorService()
{
$a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.error.log'), 15, 400, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $this->privates['monolog.handler.main_error'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400), 0, true, true, NULL);
}
/**
* Gets the private 'monolog.handler.swift_critical' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
*/
protected function getMonolog_Handler_SwiftCriticalService()
{
$this->privates['monolog.handler.swift_critical'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), [0 => ($this->privates['monolog.handler.swift_critical.mail_message_factory'] ?? $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService()), 1 => 'createMessage'], 500, true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
$instance->setTransport(($this->services['swiftmailer.mailer.log_mailer.transport'] ?? $this->load('getSwiftmailer_Mailer_LogMailer_TransportService')));
return $instance;
}
/**
* Gets the private 'monolog.handler.swift_critical.mail_message_factory' shared service.
*
* @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
*/
protected function getMonolog_Handler_SwiftCritical_MailMessageFactoryService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['monolog.handler.swift_critical.mail_message_factory'] = $this->createProxy('MessageFactory_a340b0b', function () {
return \MessageFactory_a340b0b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), 'information@ovision.org', [0 => 'developer@novaway.fr'], '[ staging ovision ] - Erreur : %message%'."\n".'', 'text/html');
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
$instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.aura_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AuraEntityManager_PropertyInfoExtractorService'));
yield 4 => ($this->privates['doctrine.orm.cvl_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CvlEntityManager_PropertyInfoExtractorService'));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.aura_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AuraEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.cvl_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CvlEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 4 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 5 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 6), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.aura_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AuraEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['doctrine.orm.cvl_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CvlEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('/', 'stg.socience.fr', 'https', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
{
return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
{
return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', false, false);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService'));
}, 1 => 'onAuthenticationTokenCreated'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Infrastructure\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
}, 1 => 'onLogOut'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall_config.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_MainService()
{
return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login', 'check_path' => '2fa_login_check', 'post_only' => true, 'always_use_default_target_path' => false, 'default_target_path' => '/', 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('main', 'deconnexion', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage());
$a->add($b, 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
$a->add(new \Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter(($this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] ?? $this->getRepositoryMappingService()), $b), 0, NULL);
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => ($this->privates['session_listener'] ?? $this->getSessionListenerService()), 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'simple_cache' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
*/
protected function getSimpleCacheService()
{
$this->privates['simple_cache'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('', 0, $this->targetDir.'');
$instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
return $instance;
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
*/
protected function getStofDoctrineExtensions_EventListener_BlameService()
{
return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($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()));
}
/**
* Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
*
* @return \Gedmo\Blameable\BlameableListener
*/
protected function getStofDoctrineExtensions_Listener_BlameableService()
{
$this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 8 => (\dirname(__DIR__, 4).'/translations/admin.fr.yaml'), 9 => (\dirname(__DIR__, 4).'/translations/common.fr.yaml'), 10 => (\dirname(__DIR__, 4).'/translations/consultation.fr.yaml'), 11 => (\dirname(__DIR__, 4).'/translations/examen.fr.yaml'), 12 => (\dirname(__DIR__, 4).'/translations/flash.fr.yaml'), 13 => (\dirname(__DIR__, 4).'/translations/form.fr.yaml'), 14 => (\dirname(__DIR__, 4).'/translations/mail.fr.yaml'), 15 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), 16 => (\dirname(__DIR__, 4).'/translations/pdf.fr.yaml'), 17 => (\dirname(__DIR__, 4).'/translations/pluralization+intl-icu.fr.yaml'), 18 => (\dirname(__DIR__, 4).'/translations/statistics.fr.yaml'), 19 => (\dirname(__DIR__, 4).'/translations/validators.fr.yaml'), 20 => (\dirname(__DIR__, 4).'/translations/waiting-room.fr.yaml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-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/novaway/test-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/novaway/mailer-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/novaway/sync-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations', 5 => 'vendor/vich/uploader-bundle/translations', 6 => 'vendor/scheb/2fa/src/bundle/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/symfony/twig-bundle/translations', 10 => 'vendor/sensio/framework-extra-bundle/src/translations', 11 => 'vendor/doctrine/doctrine-bundle/translations', 12 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 13 => 'vendor/symfony/security-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/novaway/test-bundle/src/translations', 19 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 20 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations', 21 => 'vendor/liip/imagine-bundle/translations', 22 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 23 => 'vendor/symfony/swiftmailer-bundle/translations', 24 => 'vendor/novaway/mailer-bundle/src/translations', 25 => 'vendor/novaway/core-bundle/src/translations', 26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 27 => 'vendor/novaway/sync-bundle/src/translations', 28 => 'vendor/knplabs/knp-snappy-bundle/src/translations', 29 => 'vendor/symfony/mercure-bundle/src/translations']]], [0 => 'fr']);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.extension.assets' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\AssetExtension
*/
protected function getTwig_Extension_AssetsService()
{
return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'twig.extension.code' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CodeExtension
*/
protected function getTwig_Extension_CodeService()
{
return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), 'UTF-8');
}
/**
* Gets the private 'twig.extension.debug.stopwatch' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
*/
protected function getTwig_Extension_Debug_StopwatchService()
{
return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
}
/**
* Gets the private 'twig.extension.dump' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\DumpExtension
*/
protected function getTwig_Extension_DumpService()
{
return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
}
/**
* Gets the private 'twig.extension.fm_elfinder_init' shared service.
*
* @return \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension
*/
protected function getTwig_Extension_FmElfinderInitService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.extension.fm_elfinder_init'])) {
return $this->privates['twig.extension.fm_elfinder_init'];
}
return $this->privates['twig.extension.fm_elfinder_init'] = new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($a);
}
/**
* Gets the private 'twig.extension.form' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\FormExtension
*/
protected function getTwig_Extension_FormService()
{
return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.httpfoundation' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
*/
protected function getTwig_Extension_HttpfoundationService()
{
return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
}
/**
* Gets the private 'twig.extension.logout_url' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
*/
protected function getTwig_Extension_LogoutUrlService()
{
return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.profiler' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
*/
protected function getTwig_Extension_ProfilerService()
{
return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'twig.extension.routing' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\RoutingExtension
*/
protected function getTwig_Extension_RoutingService()
{
return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'twig.extension.security' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SecurityExtension
*/
protected function getTwig_Extension_SecurityService()
{
return $this->privates['twig.extension.security'] = 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(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())));
}
/**
* Gets the private 'twig.extension.trans' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\TranslationExtension
*/
protected function getTwig_Extension_TransService()
{
return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.weblink' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\WebLinkExtension
*/
protected function getTwig_Extension_WeblinkService()
{
return $this->privates['twig.extension.weblink'] = new \Symfony\Bridge\Twig\Extension\WebLinkExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'twig.extension.webprofiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
*/
protected function getTwig_Extension_WebprofilerService()
{
$a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$a->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/views'), 'SchebTwoFactor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle/Resources/views'), '!SchebTwoFactor');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Infrastructure\\Validator\\Constraints\\UniquePatientValidator' => ['privates', 'App\\Infrastructure\\Validator\\Constraints\\UniquePatientValidator', 'getUniquePatientValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Infrastructure\\Validator\\Constraints\\UniquePatientValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.aura_entity_manager'] ?? $this->getDoctrine_Orm_AuraEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.cvl_entity_manager'] ?? $this->getDoctrine_Orm_CvlEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
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()]);
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader()), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
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');
}
/**
* Gets the private 'vich_uploader.storage.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'database_config_bis' => false,
'elastic_port' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'knp_snappy.pdf.binary' => false,
'knp_snappy.image.binary' => false,
'mercure.hubs' => false,
'mercure.default_hub' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'database_config_bis': $value = [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => $this->getEnv('MYSQL_DB_BIS'),
'host' => $this->getEnv('MYSQL_HOST_BIS'),
'port' => $this->getEnv('MYSQL_PORT_BIS'),
'user' => $this->getEnv('MYSQL_USER_BIS'),
'password' => $this->getEnv('MYSQL_PWD_BIS'),
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
]; break;
case 'elastic_port': $value = $this->getEnv('ELASTIC_PORT'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'mercure.hubs': $value = [
'default' => $this->getEnv('MERCURE_URL'),
]; break;
case 'mercure.default_hub': $value = $this->getEnv('MERCURE_URL'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'NovawayTestBundle' => 'Novaway\\TestBundle\\NovawayTestBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'NovawayMailerBundle' => 'Novaway\\MailerBundle\\NovawayMailerBundle',
'NovawayCoreBundle' => 'Novaway\\CoreBundle\\NovawayCoreBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'NovawaySyncBundle' => 'Novaway\\SyncBundle\\NovawaySyncBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'NovawayTestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/novaway/test-bundle/src'),
'namespace' => 'Novaway\\TestBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'EasyAdminExtensionBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'FMElfinderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
'namespace' => 'FM\\ElfinderBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'NovawayMailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/novaway/mailer-bundle/src'),
'namespace' => 'Novaway\\MailerBundle',
],
'NovawayCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/novaway/core-bundle/src'),
'namespace' => 'Novaway\\CoreBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'NovawaySyncBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/novaway/sync-bundle/src'),
'namespace' => 'Novaway\\SyncBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
'MercureBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MercureBundle',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa/src/bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'dbal_config.default' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'webvision',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'dbal_config.sync' => [
'dbname' => 'axonea',
'host' => '10.80.9.243',
'port' => 3306,
'user' => 'axonea',
'password' => '7fmnEpvlmn',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
],
'dbal_config' => [
'default_connection' => 'default',
'connections' => [
'default' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'webvision',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'sync' => [
'dbname' => 'axonea',
'host' => '10.80.9.243',
'port' => 3306,
'user' => 'axonea',
'password' => '7fmnEpvlmn',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
],
'aura' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'ovision_aura',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'cvl' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'ovision_cvl',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
],
],
'entity_managers_config' => [
'default' => [
'connection' => 'default',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => true,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
'aura' => [
'connection' => 'aura',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => false,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
'cvl' => [
'connection' => 'cvl',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => false,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
],
'orm_entity_managers' => [
'default' => [
'connection' => 'default',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => true,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
'aura' => [
'connection' => 'aura',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => false,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
'cvl' => [
'connection' => 'cvl',
'naming_strategy' => 'Novaway\\CoreBundle\\Doctrine\\ORM\\Mapping\\RemovePrefixNamingStrategy',
'auto_mapping' => false,
'mappings' => [
'Infrastructure' => [
'is_bundle' => false,
'type' => 'annotation',
'dir' => (\dirname(__DIR__, 4).'/src/Infrastructure/Doctrine/Entity'),
'prefix' => 'App\\Infrastructure\\Doctrine\\Entity',
'alias' => 'Infrastructure_Doctrine',
],
],
'dql' => [
'datetime_functions' => [
'DATE_FORMAT' => 'DoctrineExtensions\\Query\\Mysql\\DateFormat',
],
'string_functions' => [
'IFNULL' => 'DoctrineExtensions\\Query\\Mysql\\IfNull',
'MATCH' => 'DoctrineExtensions\\Query\\Mysql\\MatchAgainst',
],
],
'filters' => [
'softDeleteable' => [
'class' => 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter',
'enabled' => true,
],
],
],
],
'sync_entite_sequence' => [
0 => 'MedecinTraitant',
1 => 'Centre',
2 => 'Lentille',
3 => 'Medicament',
4 => 'Superviseur',
5 => 'Medecin',
6 => 'Secretaire',
7 => 'Assistante',
8 => 'Patient',
9 => 'Consultation',
10 => 'Courrier',
11 => 'Ordonnance',
],
'sync_default_mapping' => [
'dateFieldName' => false,
],
'sync_default_field_mapping' => [
'syncId' => 'id',
],
'sync_mapping' => [
'config' => [
'datetime_log_format' => 'Y-m-d H:i:s',
],
'mapping' => [
'Centre' => [
'dateFieldName' => false,
'table' => 'office',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'libelle' => 'name',
'header' => 'header',
'footer' => 'footer',
'ville' => 'city',
'adresse' => 'address',
'nombrePlacesAssises' => 'FLOOR(RAND()*10)',
],
],
'MedecinTraitant' => [
'dateFieldName' => false,
'table' => 'doctor',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'prenom' => 'IFNULL(firstname, \'\')',
'nom' => 'IFNULL(lastname, \'\')',
'email' => 'IFNULL(email, \'\')',
'genre.value' => 'CASE WHEN gender = 1 THEN 2 WHEN gender = 2 THEN 1 ELSE 2 END',
'telephone' => 'phone_number',
],
],
'Patient' => [
'dateFieldName' => false,
'table' => 'patient p LEFT JOIN patient_doctor pd ON p.id = pd.patient_id AND pd.id = (SELECT MAX(pd2.id) FROM patient_doctor pd2 JOIN doctor d ON d.id = pd2.doctor_id WHERE pd2.patient_id = p.id)',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'p.id',
'prenom' => 'IFNULL(p.firstname, \'\')',
'nom' => 'IFNULL(p.lastname, \'\')',
'email' => 'IFNULL(p.email, \'\')',
'genre.value' => 'CASE WHEN p.gender = 1 THEN 2 WHEN p.gender = 2 THEN 1 ELSE 2 END',
'nomDeNaissance' => 'p.birth_name',
'dateDeNaissance' => 'NULLIF(STR_TO_DATE(p.birthdate, \'%Y-%m-%d\'), \'0000-00-00\')',
'telephone' => 'SUBSTRING(p.phone_number,1,45)',
'mobile' => 'SUBSTRING(p.mobile_number,1,45)',
'numSecuriteSociale' => 'SUBSTRING(REPLACE(p.social_security_number, \' \', \'\'), 1,15)',
'cp' => 'SUBSTRING(REPLACE(p.address_zip, \' \', \'\'),1,5)',
'ville' => 'p.address_city',
'profession' => 'p.profession',
'medecinTraitant' => 'pd.doctor_id',
'antecedents' => 'p.allergies',
],
],
'Superviseur' => [
'dateFieldName' => false,
'table' => 'fos_user f inner join profile p on f.id = p.user_id AND f.username = "admin@axonea.com"',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'prenom' => 'IFNULL(p.firstname, \'\')',
'nom' => 'IFNULL(p.lastname, \'\')',
'email' => 'IFNULL(f.email, \'\')',
'username' => 'f.username',
'password' => 'f.password',
'salt' => '"placeholder"',
'creeLe' => 'NOW()',
'majLe' => 'NOW()',
],
],
'Medecin' => [
'dateFieldName' => false,
'table' => 'fos_user f inner join import_profile p on f.id = p.user_id AND p.type = "medecin"',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'prenom' => 'IFNULL(p.firstname, \'\')',
'nom' => 'IFNULL(p.lastname, \'\')',
'email' => 'IFNULL(f.email, \'\')',
'username' => 'f.username',
'password' => 'f.password',
'salt' => '"placeholder"',
'creeLe' => 'NOW()',
'majLe' => 'NOW()',
'rpps' => 'SUBSTR(p.rpps,1,11)',
'adeli' => 'SUBSTR(p.adeli,1,9)',
'ordonnanceTitre' => 'p.title',
'ordonnanceHeader' => 'p.header',
'ordonnanceFooter' => 'p.footer',
'signatureNomFichier' => 'p.signature',
'secteur.value' => '1',
],
],
'Assistante' => [
'dateFieldName' => false,
'table' => 'fos_user f inner join import_profile p on f.id = p.user_id AND p.type = "assistante"',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'prenom' => 'IFNULL(p.firstname, \'\')',
'nom' => 'IFNULL(p.lastname, \'\')',
'email' => 'IFNULL(f.email, \'\')',
'username' => 'f.username',
'password' => 'f.password',
'salt' => '"placeholder"',
'creeLe' => 'NOW()',
'majLe' => 'NOW()',
],
],
'Secretaire' => [
'dateFieldName' => false,
'table' => 'fos_user f inner join import_profile p on f.id = p.user_id AND p.type = "secretaire"',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'id',
'prenom' => 'IFNULL(p.firstname, \'\')',
'nom' => 'IFNULL(p.lastname, \'\')',
'email' => 'IFNULL(f.email, \'\')',
'username' => 'f.username',
'password' => 'f.password',
'salt' => '"placeholder"',
'creeLe' => 'NOW()',
'majLe' => 'NOW()',
],
],
'Consultation' => [
'dateFieldName' => false,
'table' => 'import_consultations c LEFT JOIN profile p ON LOWER(c.doctor) = LOWER(CONCAT(p.firstname, \' \', p.lastname)) LEFT JOIN import_profile ip ON p.user_id = ip.user_id AND ip.type=\'medecin\'',
'where' => 'patient_id IS NOT NULL',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'c.id',
'conclusion' => 'c.id',
'medecin' => 'p.user_id',
'patient' => 'c.patient_id',
'date' => 'IFNULL(DATE_FORMAT(FROM_UNIXTIME(SUBSTRING(created,1,10)), \'%Y-%m-%d\'), \'1970-01-01\')',
'values_api' => 'c.values_api',
'mongoId' => 'c.mongo_cs_id',
'doctor' => 'LOWER(c.doctor)',
],
],
'Courrier' => [
'dateFieldName' => false,
'table' => 'import_courriers cou INNER JOIN import_consultations c ON c.mongo_cs_id = cou.cs_id LEFT JOIN profile p ON LOWER(c.doctor) = LOWER(CONCAT(p.firstname, \' \', p.lastname)) AND p.isdoctor = "1"',
'where' => 'cs_id IS NOT NULL',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'cou.id',
'consultation' => 'c.id',
'patient' => 'c.patient_id',
'contenu' => 'cou.content',
'mongoId' => 'cou.mongo_id',
'date' => 'IFNULL(DATE_FORMAT(FROM_UNIXTIME(SUBSTRING(c.created,1,10)), \'%Y-%m-%d\'), \'1970-01-01\')',
'medecin' => 'p.user_id',
'statut' => 'IFNULL(null, \'publie\')',
],
],
'Ordonnance' => [
'dateFieldName' => false,
'table' => 'import_ordonnances o INNER JOIN import_consultations c on c.id = o.cs_id LEFT JOIN profile p ON LOWER(c.doctor) = LOWER(CONCAT(p.firstname, \' \', p.lastname)) AND p.isdoctor = "1"',
'where' => 'cs_id IS NOT NULL',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'o.id',
'mongoId' => 'o.mongo_id',
'consultation' => 'o.cs_id',
'patient' => 'c.patient_id',
'date' => 'IFNULL(DATE_FORMAT(o.created_at, \'%Y-%m-%d %H:%i:%s\'), \'1970-01-01\')',
'auteur' => 'o.creator_id',
'contenu' => 'IFNULL(null, \'\')',
'statut' => 'IFNULL(null, \'publie\')',
'ordonnanceType' => 'o.type',
'products' => 'o.products',
'medecin' => 'p.user_id',
],
],
'Lentille' => [
'dateFieldName' => false,
'table' => 'lentilles l',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'l.id',
'data' => 'l.data',
],
],
'Medicament' => [
'dateFieldName' => false,
'table' => 'medicaments m',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'm.id',
'data' => 'm.data',
],
],
'Imagerie' => [
'dateFieldName' => false,
'table' => 'document d',
'noCleaningOnFirstPage' => true,
'fields' => [
'syncId' => 'd.id',
'name' => 'd.name',
'fileName' => 'd.name',
'oldPath' => 'd.path',
'mimeType' => 'd.mime_type',
'patient' => 'd.patient_id',
'mongoIDConsultation' => 'd.mongo_id',
'creeLe' => 'd.created_at',
'majLe' => 'd.updated_at',
],
],
],
],
'static' => [
'hello' => 'world',
],
'log_mailer_config' => [
'url' => 'smtp://service.mailcatcher:1025',
'delivery_addresses' => [
0 => 'monito.ovision@novaway.fr',
],
'delivery_whitelist' => [
0 => '/@novaway\\.fr$/',
],
],
'request_context.host' => 'stg.socience.fr',
'request_context.scheme' => 'https',
'request_context.base_url' => '/',
'request_context.base_path' => '/',
'request_context.secure' => true,
'mail_environment' => 'staging',
'database_config' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'webvision',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'sync_database_config' => [
'dbname' => 'axonea',
'host' => '10.80.9.243',
'port' => 3306,
'user' => 'axonea',
'password' => '7fmnEpvlmn',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
],
'dbal_host_connection_mapping' => [
'default' => 'stg.socience.fr',
'aura' => 'stg-v2-aura.socience.fr',
'cvl' => 'stg-v2-cvl.socience.fr',
],
'mailer_dsn' => 'smtp://service.mailcatcher:1025',
'log_mailer_dsn' => 'smtp://service.mailcatcher:1025',
'imagine.file_system_root' => (\dirname(__DIR__, 4).'/public'),
'imagine.file_system_shared_root' => (\dirname(__DIR__, 4).'/public'),
'sender_mail' => 'information@ovision.org',
'sender_name' => 'Socience',
'log_receiver_mail' => 'developer@novaway.fr',
'log_sender_mail' => 'information@ovision.org',
'private_data_directory' => (\dirname(__DIR__, 4).'/private/data'),
'api_ovs_webhook_ips' => [
],
'old_ovision_url' => 'https://old.ovision.org/#/patients/%s/consultation-mongo/%s',
'2fa_ip_whitelisted' => [
0 => '193.251.84.177',
1 => '2a01:cb14:ade:3c00:a4c6:a75:c8b2:e0df',
2 => '86.221.228.140',
3 => '85.69.134.10',
4 => '193.248.251.212',
5 => '212.39.129.74',
6 => '92.88.74.51',
],
'database_config_aura' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'ovision_aura',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'database_config_cvl' => [
'schema_filter' => '~^(?!messenger_messages)~',
'dbname' => 'ovision_cvl',
'host' => 'socience-rec-l-bdd01.host.coreye.net',
'port' => 3307,
'user' => 'socience',
'password' => 'hl0sihaxtN',
'driver' => 'pdo_mysql',
'charset' => 'utf8mb4',
'default_table_options' => [
'charset' => 'utf8mb4',
'collate' => 'utf8mb4_unicode_ci',
],
'wrapper_class' => 'App\\Infrastructure\\DBAL\\MultiDbConnectionWrapper',
],
'elastic_host' => 'http://service.elasticsearch',
'2fa_authorized_ip' => [
0 => '92.88.74.51',
1 => '2a01:cb14:ade:3c00:4996:8649:4e19:b07',
2 => '193.248.251.212',
3 => '80.125.36.194',
4 => '37.169.58.200',
5 => '80.251.97.204',
6 => '80.251.99.52',
7 => '88.213.239.116',
8 => '185.26.249.103',
],
'locale' => 'fr',
'site_name' => 'ovision',
'router.request_context.host' => 'stg.socience.fr',
'router.request_context.scheme' => 'https',
'router.request_context.base_url' => '/',
'asset.request_context.base_path' => '/',
'asset.request_context.secure' => true,
'site_url_no_scheme' => 'stg.socience.fr',
'site_url' => 'https://stg.socience.fr',
'session.lifetime' => 1440,
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_lifetime' => 0,
'cookie_httponly' => true,
'gc_maxlifetime' => 1440,
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@FMElfinder/Form/elfinder_widget.html.twig',
1 => '@VichUploader/Form/fields.html.twig',
2 => 'form_div_layout.html.twig',
3 => '@LiipImagine/Form/form_div_layout.html.twig',
4 => 'Form/base_theme.html.twig',
5 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
6 => 'Form/widget_specific_class_theme.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
'aura' => 'doctrine.orm.aura_entity_manager',
'cvl' => 'doctrine.orm.cvl_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'sync' => 'doctrine.dbal.sync_connection',
'aura' => 'doctrine.dbal.aura_connection',
'cvl' => 'doctrine.dbal.cvl_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'main',
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
0 => 'monolog.handler.swift_critical',
],
'monolog.handlers_to_channels' => [
'monolog.handler.api' => NULL,
'monolog.handler.main_critical' => [
'type' => 'exclusive',
'elements' => [
0 => 'deprecation',
],
],
'monolog.handler.mail' => [
'type' => 'inclusive',
'elements' => [
0 => 'mail',
],
],
'monolog.handler.sync' => [
'type' => 'inclusive',
'elements' => [
0 => 'sync',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
3 => 'mail',
4 => 'deprecation',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'deprecation',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'novaway_test.site_url' => 'https://stg.socience.fr/',
'novaway_test.dump_dir' => 'test',
'easyadmin.config' => [
'entities' => [
'Acte' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineActe',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'acte.entity.label',
'list' => [
'title' => 'acte.list.label',
'fields' => [
0 => [
'property' => 'position',
'label' => 'acte.form.fields.position',
],
1 => [
'property' => 'deleted',
'label' => 'acte.form.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
2 => [
'property' => 'libelle',
'label' => 'acte.form.fields.libelle',
],
],
'sort' => [
0 => 'position',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'form' => [
'fields' => [
0 => [
'property' => 'position',
'label' => 'acte.form.fields.position',
],
1 => [
'property' => 'libelle',
'label' => 'acte.form.fields.libelle',
],
],
],
'edit' => [
'title' => 'global.edit.label',
],
'new' => [
'title' => 'global.new.label',
],
'name' => 'Acte',
],
'Banque' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineBanque',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'banque.entity.label',
'list' => [
'title' => 'banque.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'banque.form.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'banque.form.fields.libelle',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'form' => [
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'banque.form.fields.libelle',
],
],
],
'edit' => [
'title' => 'global.edit.label',
],
'new' => [
'title' => 'global.new.label',
],
'name' => 'Banque',
],
'Centre' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineCentre',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'centre.entity.label',
'list' => [
'title' => 'centre.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'centre.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'centre.list.fields.libelle',
],
2 => [
'property' => 'ville',
'label' => 'centre.list.fields.ville',
],
3 => [
'property' => 'nombrePlacesAssises',
'label' => 'centre.list.fields.nombrePlacesAssises',
],
4 => [
'property' => 'hasV1Database',
'label' => 'centre.list.fields.hasV1Database',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'centre.list.fields.libelle',
],
1 => [
'property' => 'raisonSociale',
'label' => 'centre.form.fields.raisonSociale',
],
2 => [
'property' => 'cp',
'label' => 'centre.form.fields.cp',
'type_options' => [
'attr' => [
'maxLength' => 5,
'pattern' => '^\\d{5}$',
],
],
],
3 => [
'property' => 'ville',
'label' => 'centre.list.fields.ville',
],
4 => [
'property' => 'adresse',
'label' => 'centre.form.fields.adresse',
],
5 => [
'property' => 'numero',
'label' => 'centre.form.fields.numero',
],
6 => [
'property' => 'nombrePlacesAssises',
'label' => 'centre.list.fields.nombrePlacesAssises',
'type_options' => [
'attr' => [
'min' => 0,
],
],
],
7 => [
'property' => 'header',
'type' => 'CentrePublipostageType',
'label' => 'centre.form.fields.header',
],
8 => [
'property' => 'footer',
'type' => 'CentrePublipostageType',
'label' => 'centre.form.fields.footer',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'centre.list.fields.libelle',
],
1 => [
'property' => 'raisonSociale',
'label' => 'centre.form.fields.raisonSociale',
],
2 => [
'property' => 'cp',
'label' => 'centre.form.fields.cp',
'type_options' => [
'attr' => [
'maxLength' => 5,
'pattern' => '^\\d{5}$',
],
],
],
3 => [
'property' => 'ville',
'label' => 'centre.list.fields.ville',
],
4 => [
'property' => 'adresse',
'label' => 'centre.form.fields.adresse',
],
5 => [
'property' => 'numero',
'label' => 'centre.form.fields.numero',
],
6 => [
'property' => 'nombrePlacesAssises',
'label' => 'centre.list.fields.nombrePlacesAssises',
'type_options' => [
'attr' => [
'min' => 0,
],
],
],
7 => [
'property' => 'header',
'type' => 'CentrePublipostageType',
'label' => 'centre.form.fields.header',
],
8 => [
'property' => 'footer',
'type' => 'CentrePublipostageType',
'label' => 'centre.form.fields.footer',
],
],
],
'name' => 'Centre',
],
'Courrier' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineCourrierTemplate',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'courrier.entity.label',
'disabled_actions' => [
0 => 'show',
],
'list' => [
'title' => 'courrier.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'courrier.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'courrier.list.fields.libelle',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'courrier.list.fields.libelle',
],
1 => [
'property' => 'utilisateurs',
'label' => 'courrier.form.fields.utilisateurs',
],
2 => [
'property' => 'contenu',
'type' => 'CourrierPublipostageType',
'label' => 'courrier.form.fields.contenu',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'courrier.list.fields.libelle',
],
1 => [
'property' => 'utilisateurs',
'label' => 'courrier.form.fields.utilisateurs',
],
2 => [
'property' => 'contenu',
'type' => 'CourrierPublipostageType',
'label' => 'courrier.form.fields.contenu',
],
],
],
'name' => 'Courrier',
],
'Examen' => [
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineExamenCategorie',
'label' => 'examen.entity.label',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'list' => [
'title' => 'examen.list.label',
'fields' => [
0 => [
'property' => 'sort',
'label' => false,
'template' => 'Admin/List/sort_action.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'examen.list.fields.libelle',
],
2 => [
'property' => 'parDefaut',
'label' => 'examen.list.fields.parDefaut',
],
3 => [
'property' => 'prioritePourMedecin',
'label' => 'examen.list.fields.prioritePourMedecin',
],
4 => [
'property' => 'prioritePourAssistante',
'label' => 'examen.list.fields.prioritePourAssistante',
],
5 => [
'property' => 'positionForDoctors',
'label' => 'examen.list.fields.positionForDoctors',
],
6 => [
'property' => 'positionForAssistants',
'label' => 'examen.list.fields.positionForAssistants',
],
7 => [
'property' => 'color',
'label' => 'examen.list.fields.color',
'template' => 'Admin/List/color.html.twig',
],
8 => [
'property' => 'duration',
'label' => 'examen.list.fields.duration',
],
],
'sort' => [
0 => 'position',
1 => 'ASC',
],
'actions' => [
0 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'parDefaut',
'label' => 'examen.list.fields.parDefaut',
],
1 => [
'property' => 'prioritePourMedecin',
'label' => 'examen.list.fields.prioritePourMedecin',
],
2 => [
'property' => 'prioritePourAssistante',
'label' => 'examen.list.fields.prioritePourAssistante',
],
3 => [
'type' => 'section',
'label' => 'Consultation',
'icon' => 'file',
],
4 => [
'property' => 'color',
'label' => 'examen.list.fields.color',
'type_options' => [
'attr' => [
'class' => 'color-picker',
],
'block_name' => 'color_picker',
],
],
5 => [
'property' => 'duration',
'label' => 'examen.list.fields.duration',
],
6 => [
'property' => 'affichagePourSecretaire',
'label' => 'examen.form.fields.affichagePourSecretaire',
'type' => 'App\\Infrastructure\\Form\\Common\\AffichageExamenType',
],
7 => [
'property' => 'affichagePourAssistante',
'label' => 'examen.form.fields.affichagePourAssistante',
'type' => 'App\\Infrastructure\\Form\\Common\\AffichageExamenType',
],
8 => [
'property' => 'affichagePourMedecin',
'label' => 'examen.form.fields.affichagePourMedecin',
'type' => 'App\\Infrastructure\\Form\\Common\\AffichageExamenType',
],
9 => [
'property' => 'positionForDoctors',
'label' => 'examen.list.fields.positionForDoctors',
'type_options' => [
'attr' => [
'min' => 1,
],
],
],
10 => [
'property' => 'positionForAssistants',
'label' => 'examen.list.fields.positionForAssistants',
'type_options' => [
'attr' => [
'min' => 1,
],
],
],
],
],
'name' => 'Examen',
],
'FormuleDePolitesseDebut' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineFormulePolitesseDebut',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'formuleDePolitesse.entity.label',
'disabled_actions' => [
0 => 'show',
],
'list' => [
'title' => 'formuleDePolitesse.list.label.debut',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'formuleDePolitesse.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
1 => [
'property' => 'contenu',
'label' => 'formuleDePolitesse.form.fields.contenu',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
1 => [
'property' => 'contenu',
'label' => 'formuleDePolitesse.form.fields.contenu',
],
],
],
'name' => 'FormuleDePolitesseDebut',
],
'FormuleDePolitesseFin' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineFormulePolitesseFin',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'formuleDePolitesse.entity.label',
'disabled_actions' => [
0 => 'show',
],
'list' => [
'title' => 'formuleDePolitesse.list.label.fin',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'formuleDePolitesse.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
1 => [
'property' => 'contenu',
'label' => 'formuleDePolitesse.form.fields.contenu',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'formuleDePolitesse.list.fields.libelle',
],
1 => [
'property' => 'contenu',
'label' => 'formuleDePolitesse.form.fields.contenu',
],
],
],
'name' => 'FormuleDePolitesseFin',
],
'ImagerieCategorie' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineImagerieCategorie',
'label' => 'imagerie_categorie.entity.label',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'disabled_actions' => [
0 => 'show',
],
'list' => [
'title' => 'imagerie_categorie.list.label',
'fields' => [
0 => [
'property' => 'sort',
'label' => false,
'template' => 'Admin/List/sort_action.html.twig',
],
1 => [
'property' => 'deleted',
'label' => 'imagerie_categorie.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
2 => [
'property' => 'libelle',
'label' => 'imagerie_categorie.list.fields.libelle',
],
3 => [
'property' => 'position',
'label' => 'imagerie_categorie.list.fields.position',
],
],
'sort' => [
0 => 'position',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'imagerie_categorie.list.fields.libelle',
],
1 => [
'property' => 'position',
'label' => 'imagerie_categorie.list.fields.position',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'imagerie_categorie.list.fields.libelle',
],
1 => [
'property' => 'position',
'label' => 'imagerie_categorie.list.fields.position',
],
],
],
'name' => 'ImagerieCategorie',
],
'Lentille' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineLentille',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'lentille.entity.label',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'view',
],
'list' => [
'title' => 'lentille.list.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'lentille.form.fields.libelle',
],
1 => [
'property' => 'laboratoire',
'label' => 'lentille.form.fields.laboratoire',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'actions' => [
0 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
],
],
],
'name' => 'Lentille',
],
'Machine' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineMachine',
'label' => 'machine.entity.label',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'list' => [
'title' => 'machine.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'machine.form.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'id',
],
2 => [
'property' => 'libelle',
'label' => 'machine.form.fields.libelle',
],
3 => [
'property' => 'centre',
'label' => 'machine.form.fields.centre',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'id',
],
1 => [
'property' => 'libelle',
'label' => 'machine.form.fields.libelle',
],
2 => [
'property' => 'centre',
'label' => 'machine.form.fields.centre',
],
3 => [
'property' => 'path',
'label' => 'machine.form.fields.path',
],
4 => [
'property' => 'pathToWatch',
'label' => 'machine.form.fields.path_to_watch',
],
5 => [
'property' => 'pathToCopy',
'label' => 'machine.form.fields.path_to_copy',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'id',
],
1 => [
'property' => 'libelle',
'label' => 'machine.form.fields.libelle',
],
2 => [
'property' => 'centre',
'label' => 'machine.form.fields.centre',
],
3 => [
'property' => 'path',
'label' => 'machine.form.fields.path',
],
4 => [
'property' => 'pathToWatch',
'label' => 'machine.form.fields.path_to_watch',
],
5 => [
'property' => 'pathToCopy',
'label' => 'machine.form.fields.path_to_copy',
],
],
],
'name' => 'Machine',
],
'Medicament' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineMedicament',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'label' => 'medicament.entity.label',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'view',
],
'list' => [
'title' => 'medicament.list.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'medicament.form.fields.libelle',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'actions' => [
0 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
],
],
'dql_filter' => 'entity.deletedAt is null',
],
'name' => 'Medicament',
],
'UtilisateurGroupe' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineUtilisateurGroupe',
'label' => 'groupe.entity.label',
'controller' => 'App\\Infrastructure\\Controller\\Admin\\EasyAdminController',
'disabled_actions' => [
0 => 'show',
],
'list' => [
'title' => 'groupe.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'groupe.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'groupe.list.fields.libelle',
'template' => 'Admin/List/to_capitalize.html.twig',
],
2 => [
'property' => 'utilisateurRoles',
'label' => 'groupe.list.fields.roles',
'template' => 'Admin/List/list_collection.html.twig',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'groupe.list.fields.libelle',
],
1 => [
'property' => 'utilisateurRoles',
'label' => 'groupe.list.fields.roles',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'groupe.list.fields.libelle',
],
1 => [
'property' => 'utilisateurRoles',
'label' => 'groupe.list.fields.roles',
],
],
],
'show' => [
'title' => 'global.show.label',
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'groupe.list.fields.libelle',
],
1 => [
'property' => 'utilisateurRoles',
'label' => 'groupe.list.fields.roles',
],
],
],
'name' => 'UtilisateurGroupe',
],
'Assistante' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineAssistante',
'label' => 'assistante.entity.label',
'list' => [
'title' => 'assistante.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'user.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
'template' => 'Admin/List/to_capitalize.html.twig',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
'template' => 'Admin/List/to_uppercase.html.twig',
],
3 => [
'property' => 'email',
'label' => 'user.list.fields.email',
],
4 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
'template' => 'Admin/List/utilisateur_groupe.html.twig',
],
5 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
'sort' => [
0 => 'prenom',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
'type_options' => [
'required' => true,
],
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'name' => 'Assistante',
],
'Secretaire' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineSecretaire',
'label' => 'secretaire.entity.label',
'list' => [
'title' => 'secretaire.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'user.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
'template' => 'Admin/List/to_capitalize.html.twig',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
'template' => 'Admin/List/to_uppercase.html.twig',
],
3 => [
'property' => 'email',
'label' => 'user.list.fields.email',
],
4 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
'template' => 'Admin/List/utilisateur_groupe.html.twig',
],
5 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
'sort' => [
0 => 'prenom',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
'type_options' => [
'required' => true,
],
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'name' => 'Secretaire',
],
'Medecin' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineMedecin',
'label' => 'medecin.entity.label',
'list' => [
'title' => 'medecin.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'user.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
'template' => 'Admin/List/to_capitalize.html.twig',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
'template' => 'Admin/List/to_uppercase.html.twig',
],
3 => [
'property' => 'email',
'label' => 'user.list.fields.email',
],
4 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
'template' => 'Admin/List/utilisateur_groupe.html.twig',
],
5 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
'sort' => [
0 => 'prenom',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'type' => 'section',
'label' => 'Informations du médecin',
'icon' => 'user',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
3 => [
'property' => 'secteur',
'type' => 'App\\Infrastructure\\Form\\SecteurChoiceType',
'type_options' => [
'required' => true,
'attr' => [
'data-widget' => 'select2',
],
],
],
4 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
5 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
6 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
],
7 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
8 => [
'property' => 'rpps',
'label' => 'medecin.form.fields.rpps',
'type_options' => [
'help' => 'medecin.form.fields.rpps_help',
'attr' => [
'maxLength' => 11,
],
],
],
9 => [
'property' => 'adeli',
'label' => 'medecin.form.fields.adeli',
'type_options' => [
'help' => 'medecin.form.fields.adeli_help',
'attr' => [
'maxLength' => 9,
],
],
],
10 => [
'property' => 'signatureFichier',
'type' => 'vich_image',
'label' => 'medecin.form.fields.signature',
'type_options' => [
'allow_delete' => false,
],
],
11 => [
'type' => 'section',
'label' => 'Ordonnance et courrier',
'icon' => 'file',
],
12 => [
'property' => 'ordonnanceTitre',
'type' => 'fos_ckeditor',
'label' => 'medecin.form.fields.ordonnance_titre',
],
13 => [
'property' => 'ordonnanceHeader',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_header',
],
14 => [
'property' => 'ordonnanceHeader2',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_header2',
],
15 => [
'property' => 'ordonnanceFooter',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_footer',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'type' => 'section',
'label' => 'Informations du médecin',
'icon' => 'user',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
3 => [
'property' => 'secteur',
'type' => 'App\\Infrastructure\\Form\\SecteurChoiceType',
'type_options' => [
'required' => true,
'attr' => [
'data-widget' => 'select2',
],
],
],
4 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
5 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
6 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
],
7 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
8 => [
'property' => 'rpps',
'label' => 'medecin.form.fields.rpps',
'type_options' => [
'help' => 'medecin.form.fields.rpps_help',
'attr' => [
'maxLength' => 11,
],
],
],
9 => [
'property' => 'adeli',
'label' => 'medecin.form.fields.adeli',
'type_options' => [
'help' => 'medecin.form.fields.adeli_help',
'attr' => [
'maxLength' => 9,
],
],
],
10 => [
'property' => 'signatureFichier',
'type' => 'vich_image',
'label' => 'medecin.form.fields.signature',
'type_options' => [
'allow_delete' => false,
],
],
11 => [
'type' => 'section',
'label' => 'Ordonnance et courrier',
'icon' => 'file',
],
12 => [
'property' => 'ordonnanceTitre',
'type' => 'fos_ckeditor',
'label' => 'medecin.form.fields.ordonnance_titre',
],
13 => [
'property' => 'ordonnanceHeader',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_header',
],
14 => [
'property' => 'ordonnanceHeader2',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_header2',
],
15 => [
'property' => 'ordonnanceFooter',
'type' => 'MedecinPublipostageType',
'label' => 'medecin.form.fields.ordonnance_footer',
],
],
],
'name' => 'Medecin',
],
'Superviseur' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineSuperviseur',
'label' => 'superviseur.entity.label',
'list' => [
'title' => 'superviseur.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'user.list.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
'template' => 'Admin/List/to_capitalize.html.twig',
],
2 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
'template' => 'Admin/List/to_uppercase.html.twig',
],
3 => [
'property' => 'email',
'label' => 'user.list.fields.email',
],
4 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
'template' => 'Admin/List/utilisateur_groupe.html.twig',
],
5 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
'sort' => [
0 => 'prenom',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'edit' => [
'title' => 'global.edit.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'new' => [
'title' => 'global.new.label',
'fields' => [
0 => [
'property' => 'prenom',
'label' => 'user.list.fields.prenom',
],
1 => [
'property' => 'nom',
'label' => 'user.list.fields.nom',
],
2 => [
'property' => 'email',
'label' => 'user.list.fields.email',
'type_options' => [
'required' => true,
],
],
3 => [
'property' => 'username',
'label' => 'user.list.fields.username',
],
4 => [
'property' => 'plainPassword',
'label' => 'user.list.fields.password',
'type' => 'text',
'type_options' => [
'required' => true,
],
],
5 => [
'property' => 'groupe',
'label' => 'user.list.fields.groupe',
],
6 => [
'property' => 'allowedConnectOutsideWhitelist',
'label' => 'user.list.fields.allowed_connect_outside_whitelist',
],
],
],
'name' => 'Superviseur',
],
'Ville' => [
'class' => 'App\\Infrastructure\\Doctrine\\Entity\\DoctrineVille',
'label' => 'ville.entity.label',
'list' => [
'title' => 'ville.list.label',
'fields' => [
0 => [
'property' => 'deleted',
'label' => 'ville.form.fields.statut',
'template' => 'Admin/Fields/is_active.html.twig',
],
1 => [
'property' => 'libelle',
'label' => 'ville.form.fields.libelle',
],
2 => [
'property' => 'codePostal',
'label' => 'ville.form.fields.codePostal',
],
],
'sort' => [
0 => 'libelle',
1 => 'ASC',
],
'filters' => [
0 => [
'property' => 'delete',
'label' => 'user.status.label',
'type' => 'App\\Infrastructure\\Form\\ActiveChoiceFilterType',
'mapped' => false,
],
],
'actions' => [
0 => [
'name' => 'new',
'label' => 'global.new.label',
],
1 => [
'name' => 'edit',
'css_class' => 'btn btn-info',
],
2 => [
'name' => 'delete',
'css_class' => 'btn btn-danger',
'template' => 'Admin/Actions/delete.html.twig',
],
3 => [
'name' => 'reactivate',
'label' => 'action.reactivate',
'css_class' => 'btn btn-success',
'template' => 'Admin/Actions/reactivate.html.twig',
],
],
],
'form' => [
'fields' => [
0 => [
'property' => 'libelle',
'label' => 'ville.form.fields.libelle',
],
1 => [
'property' => 'codePostal',
'label' => 'ville.form.fields.codePostal',
],
2 => [
'property' => 'departement',
'label' => 'ville.form.fields.departement',
],
],
],
'edit' => [
'title' => 'global.edit.label',
],
'new' => [
'title' => 'global.new.label',
],
'name' => 'Ville',
],
],
'site_name' => 'Ovision',
'translation_domain' => 'admin',
'design' => [
'menu' => [
0 => [
'label' => 'user.label',
'icon' => 'users',
'children' => [
0 => [
'label' => 'secretaire.entity.name',
'icon' => 'file-list',
'entity' => 'Secretaire',
],
1 => [
'label' => 'assistante.entity.name',
'icon' => 'file-list',
'entity' => 'Assistante',
],
2 => [
'label' => 'medecin.entity.name',
'icon' => 'file-list',
'entity' => 'Medecin',
],
3 => [
'label' => 'superviseur.entity.name',
'icon' => 'file-list',
'entity' => 'Superviseur',
],
],
],
1 => [
'label' => 'groupe.entity.name',
'icon' => 'briefcase',
'entity' => 'UtilisateurGroupe',
],
2 => [
'label' => 'centre.entity.name',
'icon' => 'building',
'entity' => 'Centre',
'default' => true,
],
3 => [
'label' => 'machine.entity.name',
'icon' => 'tv',
'entity' => 'Machine',
],
4 => [
'label' => 'examen.entity.name',
'icon' => 'medkit',
'entity' => 'Examen',
],
5 => [
'label' => 'acte.entity.name',
'icon' => 'list',
'entity' => 'Acte',
],
6 => [
'label' => 'ville.entity.name',
'icon' => 'building-o',
'entity' => 'Ville',
],
7 => [
'label' => 'banque.entity.name',
'icon' => 'university',
'entity' => 'Banque',
],
8 => [
'label' => 'data.label',
],
9 => [
'label' => 'lentille.entity.name',
'icon' => 'eye',
'entity' => 'Lentille',
],
10 => [
'label' => 'medicament.entity.name',
'icon' => 'hospital-o',
'entity' => 'Medicament',
],
11 => [
'label' => 'courrier.label',
],
12 => [
'label' => 'courrier.label',
'icon' => 'newspaper-o',
'entity' => 'Courrier',
],
13 => [
'label' => 'formuleDePolitesse.label',
'icon' => 'pencil-square',
'children' => [
0 => [
'label' => 'formuleDePolitesse.entity.name.debut',
'entity' => 'FormuleDePolitesseDebut',
],
1 => [
'label' => 'formuleDePolitesse.entity.name.fin',
'entity' => 'FormuleDePolitesseFin',
],
],
],
14 => [
'label' => 'imagerie.label',
],
15 => [
'label' => 'imagerie_categorie.entity.name',
'icon' => 'file-image-o',
'entity' => 'ImagerieCategorie',
],
16 => [
'label' => '2fa.label',
],
17 => [
'label' => '2fa.ip.label',
'icon' => 'user-shield',
'route' => 'admin_edit_2fa',
],
],
'assets' => [
'favicon' => [
'path' => 'assets/favicons/favicon.png',
'mime_type' => 'image/png',
],
'css' => [
0 => 'assets/bundle/bundleAdmin.css',
],
'js' => [
0 => 'assets/bundle/bundleAdmin.js',
],
],
'form_theme' => [
0 => '@EasyAdmin/form/bootstrap_4.html.twig',
1 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
2 => 'Admin/form_theme.html.twig',
],
'brand_color' => '#00cd9e',
],
'formats' => [
'date' => 'd/m/Y',
'datetime' => 'd/m/Y H:i',
'time' => 'H:i:s',
'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
],
'disabled_actions' => [
],
'user' => [
'display_name' => true,
'display_avatar' => true,
'name_property_path' => '__toString',
'avatar_property_path' => NULL,
],
'list' => [
'actions' => [
],
'collapse_actions' => false,
'batch_actions' => [
],
'max_results' => 15,
'item_permission' => NULL,
],
'search' => [
],
'edit' => [
'actions' => [
],
'item_permission' => NULL,
],
'new' => [
'actions' => [
],
'item_permission' => NULL,
],
'show' => [
'actions' => [
],
'max_results' => 10,
'item_permission' => NULL,
],
],
'easy_admin_extension.custom_form_types' => [
'VichImageType' => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType',
'CKEditorType' => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType',
'MedecinPublipostageType' => 'App\\Infrastructure\\Form\\Admin\\MedecinPublipostageType',
'CentrePublipostageType' => 'App\\Infrastructure\\Form\\Admin\\CentrePublipostageType',
'EnumType' => 'App\\Infrastructure\\Form\\Common\\EnumType',
'CourrierPublipostageType' => 'App\\Infrastructure\\Form\\Admin\\CourrierPublipostageType',
],
'easy_admin_extension.minimum_role' => NULL,
'easy_admin_extension.embedded_list.open_new_tab' => true,
'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
'fm_elfinder' => [
'instances' => [
'default' => [
'connector' => [
'roots' => [
'uploads' => [
'driver' => 'LocalFileSystem',
'path' => 'uploads',
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'alias' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_allow' => [
0 => 'image',
],
'upload_deny' => [
0 => 'all',
],
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_size' => 0,
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'attributes' => [
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'show_hidden' => false,
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'debug' => false,
'binds' => [
],
'plugins' => [
],
],
'locale' => NULL,
'cors_support' => false,
'editor' => 'simple',
'editor_template' => NULL,
'fullscreen' => true,
'multi_home_folder' => false,
'folder_separator' => '',
'theme' => 'smoothness',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
],
'configuration_provider' => 'fm_elfinder.configurator.default',
'assets_path' => 'assets',
'loader' => 'fm_elfinder.loader.default',
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
1 => (\dirname(__DIR__, 4).'/public'),
2 => (\dirname(__DIR__, 4).'/private/uploads'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'cache' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'default_thumbnail' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 120,
1 => 90,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'medium_thumbnail' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 200,
1 => 200,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'large_thumbnail' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 240,
1 => 240,
],
'mode' => 'inset',
'allow_upscale' => true,
],
],
'post_processors' => [
],
],
'imagerie_thumbnail' => [
'quality' => 85,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'fixed' => [
'width' => 175,
'height' => 175,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
'stof_doctrine_extensions.default_locale' => 'fr',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'swiftmailer.mailer.log_mailer.transport.name' => 'smtp',
'swiftmailer.mailer.log_mailer.transport.smtp.encryption' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.port' => 1025,
'swiftmailer.mailer.log_mailer.transport.smtp.host' => 'service.mailcatcher',
'swiftmailer.mailer.log_mailer.transport.smtp.username' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.password' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.auth_mode' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.timeout' => 30,
'swiftmailer.mailer.log_mailer.transport.smtp.source_ip' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.local_domain' => NULL,
'swiftmailer.mailer.log_mailer.transport.smtp.stream_options' => [
],
'swiftmailer.mailer.log_mailer.spool.enabled' => false,
'swiftmailer.mailer.log_mailer.plugin.impersonate' => NULL,
'swiftmailer.mailer.log_mailer.single_address' => 'monito.ovision@novaway.fr',
'swiftmailer.mailer.log_mailer.delivery_addresses' => [
0 => 'monito.ovision@novaway.fr',
],
'swiftmailer.mailer.log_mailer.delivery_whitelist' => [
0 => '/@novaway\\.fr$/',
],
'swiftmailer.mailer.log_mailer.delivery.enabled' => true,
'swiftmailer.mailer.default.transport.name' => 'smtp',
'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
'swiftmailer.mailer.default.transport.smtp.port' => 25,
'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
'swiftmailer.mailer.default.transport.smtp.username' => NULL,
'swiftmailer.mailer.default.transport.smtp.password' => NULL,
'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
'swiftmailer.mailer.default.transport.smtp.stream_options' => [
],
'swiftmailer.mailer.default.spool.enabled' => false,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => false,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
'log_mailer' => 'swiftmailer.mailer.log_mailer',
],
'swiftmailer.default_mailer' => 'default',
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'medecin_signature' => [
'uri_prefix' => '/uploads/medecin/signature',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/medecin/signature'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.medecin_signature',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'document_imagerie' => [
'uri_prefix' => '/imagerie/fichier',
'upload_destination' => (\dirname(__DIR__, 4).'/private/uploads'),
'namer' => [
'service' => 'App\\Infrastructure\\Helper\\Vich\\Namer\\ImagerieNamer.document_imagerie',
'options' => [
],
],
'directory_namer' => [
'service' => 'App\\Infrastructure\\Helper\\Vich\\Namer\\ImagerieDirectoryNamer',
'options' => [
],
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'novaway_mailer.delivery_addresses' => [
0 => 'amaury@novaway.fr',
1 => 'anais@novaway.fr',
2 => 'marc@novaway.fr',
3 => 'lc@ovision.org',
],
'novaway_mailer.default_email_from' => 'information@ovision.org',
'novaway_mailer.default_email_from_name' => 'Socience',
'novaway_mailer.transports' => [
0 => 'mailjet',
],
'novaway_mailer.mailjet_params' => [
'key' => '9d1912b73f2a90cc3a4b2182b3154e43',
'secret' => '87bf140e4dadaeeafc10bad919db701f',
'call' => true,
],
'novaway_mailer.delivery_whitelist' => [
],
'novaway_mailer.bcc_list' => [
],
'novaway_mailer.force_default_email' => false,
'novaway_mailer.silence_exceptions' => false,
'novaway_mailer.logger' => '@monolog.logger.mail',
'novaway_mailer.transport' => 'symfony',
'novaway_mailer.sendinblue_params' => [
],
'sync_bundle.auth_token' => 'todo',
'knp_snappy.pdf.options' => [
'enable-local-file-access' => true,
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.options' => [
'enable-local-file-access' => true,
],
'knp_snappy.image.env' => [
],
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
],
'scheb_two_factor.ip_whitelist' => [
0 => '92.88.74.51',
1 => '2a01:cb14:ade:3c00:4996:8649:4e19:b07',
2 => '193.248.251.212',
3 => '80.125.36.194',
4 => '37.169.58.200',
5 => '80.251.97.204',
6 => '80.251.99.52',
7 => '88.213.239.116',
8 => '185.26.249.103',
],
'scheb_two_factor.email.sender_email' => 'information@ovision.org',
'scheb_two_factor.email.sender_name' => 'Socience',
'scheb_two_factor.email.template' => 'Security/2fa_form.html.twig',
'scheb_two_factor.email.digits' => 6,
'scheb_two_factor.trusted_device.enabled' => false,
'maker.compatible_check.doctrine.supports_attributes' => false,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'easyadmin.data_collector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/data_collector/easyadmin.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.mercure' => [
0 => 'mercure',
1 => '@Mercure/Collector/mercure.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Infrastructure\\Command\\Dev\\UpdateExamenCategorieCommand',
1 => 'console.command.public_alias.App\\Infrastructure\\Command\\Dev\\UpdateUtilisateurRoleCommand',
2 => 'console.command.public_alias.App\\Infrastructure\\Command\\FixAVDataCommand',
3 => 'console.command.public_alias.App\\Infrastructure\\Command\\ImportFseInSyncDbCommand',
4 => 'console.command.public_alias.App\\Infrastructure\\Command\\MutlDatabaseMigrationMigrateCommand',
5 => 'console.command.public_alias.App\\Infrastructure\\Command\\ReplaceHeadersContentCommand',
6 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncAssistanteCommand',
7 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncCentreCommand',
8 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncConsultationCommand',
9 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncCourrierCommand',
10 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncImagerieCommand',
11 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncLentilleCommand',
12 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedecinCommand',
13 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedecinTraitantCommand',
14 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncMedicamentCommand',
15 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncOrdonnanceCommand',
16 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncPatientCommand',
17 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncSecretaireCommand',
18 => 'console.command.public_alias.App\\Infrastructure\\Command\\Sync\\SyncSuperviseurCommand',
19 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultActesCommand',
20 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultBanquesCommand',
21 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultImagerieCategoriesCommand',
22 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateDefaultVillesCommand',
23 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateFseInSyncDbCommand',
24 => 'console.command.public_alias.App\\Infrastructure\\Command\\UpdateImportOrdonnanceWithoutCSIDCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}