var/cache/dev/ContainerAmMhovi/App_KernelDevDebugContainer.php line 2006

Open in your IDE?
  1. <?php
  2. namespace ContainerAmMhovi;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.app_connection' => 'getDoctrine_Dbal_AppConnectionService',
  45.             'doctrine.dbal.mesure_connection' => 'getDoctrine_Dbal_MesureConnectionService',
  46.             'doctrine.dbal.scp_connection' => 'getDoctrine_Dbal_ScpConnectionService',
  47.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'doctrine.orm.scp_entity_manager' => 'getDoctrine_Orm_ScpEntityManagerService',
  50.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  51.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  52.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  53.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  54.             'easyadmin.router' => 'getEasyadmin_RouterService',
  55.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  56.             'event_dispatcher' => 'getEventDispatcherService',
  57.             'http_kernel' => 'getHttpKernelService',
  58.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  59.             'monolog.logger.consoAlert' => 'getMonolog_Logger_ConsoAlertService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  63.             'translator' => 'getTranslatorService',
  64.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  65.             'cache_clearer' => 'getCacheClearerService',
  66.             'filesystem' => 'getFilesystemService',
  67.             'serializer' => 'getSerializerService',
  68.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  69.             'form.factory' => 'getForm_FactoryService',
  70.             'form.type.file' => 'getForm_Type_FileService',
  71.             'profiler' => 'getProfilerService',
  72.             'twig' => 'getTwigService',
  73.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  74.             'security.token_storage' => 'getSecurity_TokenStorageService',
  75.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  76.             'session' => 'getSessionService',
  77.             'validator' => 'getValidatorService',
  78.         ];
  79.         $this->fileMap = [
  80.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  81.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  82.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  83.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  84.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  85.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  86.             '.container.private.session' => 'get_Container_Private_SessionService',
  87.             'App\\Actimage\\CaptchaBundle\\Controller\\ActimageCaptchaController' => 'getActimageCaptchaControllerService',
  88.             'App\\Controller\\Admin\\DroughtController' => 'getDroughtControllerService',
  89.             'App\\Controller\\Admin\\MailController' => 'getMailControllerService',
  90.             'App\\Controller\\Admin\\Messaging\\AssignmentCenterTeamController' => 'getAssignmentCenterTeamControllerService',
  91.             'App\\Controller\\Admin\\Messaging\\AssignmentContractTeamController' => 'getAssignmentContractTeamControllerService',
  92.             'App\\Controller\\Admin\\Messaging\\ConversationController' => 'getConversationControllerService',
  93.             'App\\Controller\\Admin\\Messaging\\MessageFileDownloaderController' => 'getMessageFileDownloaderControllerService',
  94.             'App\\Controller\\Admin\\Messaging\\SubjectController' => 'getSubjectControllerService',
  95.             'App\\Controller\\Admin\\Messaging\\TeamController' => 'getTeamControllerService',
  96.             'App\\Controller\\Admin\\Messaging\\ThemeController' => 'getThemeControllerService',
  97.             'App\\Controller\\Admin\\Messaging\\WriteToCustomerController' => 'getWriteToCustomerControllerService',
  98.             'App\\Controller\\Admin\\Notification\\NotificationController' => 'getNotificationControllerService',
  99.             'App\\Controller\\Admin\\Notification\\NotificationStatisticController' => 'getNotificationStatisticControllerService',
  100.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  101.             'App\\Controller\\Admin\\SliderController' => 'getSliderControllerService',
  102.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  103.             'App\\Controller\\Api\\DonneeCompteClientController' => 'getDonneeCompteClientControllerService',
  104.             'App\\Controller\\Front\\AccountCreationController' => 'getAccountCreationControllerService',
  105.             'App\\Controller\\Front\\AccountLostIdController' => 'getAccountLostIdControllerService',
  106.             'App\\Controller\\Front\\ConsumptionController' => 'getConsumptionControllerService',
  107.             'App\\Controller\\Front\\ContactController' => 'getContactControllerService',
  108.             'App\\Controller\\Front\\ContactSheetController' => 'getContactSheetControllerService',
  109.             'App\\Controller\\Front\\ContactUsController' => 'getContactUsControllerService',
  110.             'App\\Controller\\Front\\ContractController' => 'getContractControllerService',
  111.             'App\\Controller\\Front\\DashboardController' => 'getDashboardControllerService',
  112.             'App\\Controller\\Front\\DocumentController' => 'getDocumentControllerService',
  113.             'App\\Controller\\Front\\GuestController' => 'getGuestControllerService',
  114.             'App\\Controller\\Front\\InvoiceController' => 'getInvoiceControllerService',
  115.             'App\\Controller\\Front\\LeakAlertController' => 'getLeakAlertControllerService',
  116.             'App\\Controller\\Front\\Messaging\\ClaimController' => 'getClaimControllerService',
  117.             'App\\Controller\\Front\\Messaging\\ConversationController' => 'getConversationController2Service',
  118.             'App\\Controller\\Front\\Messaging\\MessageFileDownloaderController' => 'getMessageFileDownloaderController2Service',
  119.             'App\\Controller\\Front\\Messaging\\NewDemandController' => 'getNewDemandControllerService',
  120.             'App\\Controller\\Front\\MeterReadingController' => 'getMeterReadingControllerService',
  121.             'App\\Controller\\Front\\MyProfileController' => 'getMyProfileControllerService',
  122.             'App\\Controller\\Front\\NotificationsController' => 'getNotificationsControllerService',
  123.             'App\\Controller\\Front\\OnlinePaymentController' => 'getOnlinePaymentControllerService',
  124.             'App\\Controller\\Front\\PaymentOptionsController' => 'getPaymentOptionsControllerService',
  125.             'App\\Controller\\Front\\ReportController' => 'getReportControllerService',
  126.             'App\\Controller\\Front\\SecurityController' => 'getSecurityController2Service',
  127.             'App\\Controller\\Front\\SiteMapController' => 'getSiteMapControllerService',
  128.             'App\\Controller\\Front\\SuiviConsoController' => 'getSuiviConsoControllerService',
  129.             'App\\Controller\\Front\\SupervisionController' => 'getSupervisionControllerService',
  130.             'App\\Controller\\Front\\TimetableController' => 'getTimetableControllerService',
  131.             'App\\Controller\\Front\\WaterQualityController' => 'getWaterQualityControllerService',
  132.             'App\\Controller\\Front\\WateringTipsController' => 'getWateringTipsControllerService',
  133.             'App\\Messaging\\ContactFlow\\Flow\\ContactForm\\Steps\\FormStep' => 'getFormStepService',
  134.             'App\\Messaging\\ContactFlow\\Flow\\ContractTermination\\Steps\\ContactInformationStep' => 'getContactInformationStepService',
  135.             'App\\Messaging\\ContactFlow\\Flow\\ContractTermination\\Steps\\ContractFormStep' => 'getContractFormStepService',
  136.             'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\DeliveryStationFormStep' => 'getDeliveryStationFormStepService',
  137.             'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\UnlockFormStep' => 'getUnlockFormStepService',
  138.             'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\WaterFlowFormStep' => 'getWaterFlowFormStepService',
  139.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  140.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  141.             'Eolas\\Bundle\\EolasHealthCheckBundle\\Controller\\HealthCheckController' => 'getHealthCheckControllerService',
  142.             'Eolas\\Bundle\\EolasTranslationBundle\\Controller\\WebUI\\WebUIController' => 'getWebUIControllerService',
  143.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  144.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  145.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  146.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  147.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  148.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  149.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  150.             'Translation\\Bundle\\Command\\DeleteEmptyCommand' => 'getDeleteEmptyCommandService',
  151.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  152.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  153.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  154.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  155.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  156.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearer2Service',
  157.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  158.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  159.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  160.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  161.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  162.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  163.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  164.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  165.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  166.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  167.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.notification' => 'getSmartUniqueNamer_NotificationService',
  168.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  169.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  170.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.message_file' => 'getUniqidNamer_MessageFileService',
  171.             'cache.app_clearer' => 'getCache_AppClearerService',
  172.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  173.             'cache.system_clearer' => 'getCache_SystemClearerService',
  174.             'cache_warmer' => 'getCacheWarmerService',
  175.             'console.command.public_alias.App\\Command\\ActivateAccountAlertCommand' => 'getActivateAccountAlertCommandService',
  176.             'console.command.public_alias.App\\Command\\ConsumptionCheckCommand' => 'getConsumptionCheckCommandService',
  177.             'console.command.public_alias.App\\Command\\ConsumptionExportClearCommand' => 'getConsumptionExportClearCommandService',
  178.             'console.command.public_alias.App\\Command\\ConsumptionNotifyCommand' => 'getConsumptionNotifyCommandService',
  179.             'console.command.public_alias.App\\Command\\ExportContactSheetCommand' => 'getExportContactSheetCommandService',
  180.             'console.command.public_alias.App\\Command\\ExportOutdatedContactSheetCommand' => 'getExportOutdatedContactSheetCommandService',
  181.             'console.command.public_alias.App\\Command\\FixTranslationsCommand' => 'getFixTranslationsCommandService',
  182.             'console.command.public_alias.App\\Command\\FixTranslationsSingularPluralCommand' => 'getFixTranslationsSingularPluralCommandService',
  183.             'console.command.public_alias.App\\Command\\FixTranslationsTitleCommand' => 'getFixTranslationsTitleCommandService',
  184.             'console.command.public_alias.App\\Command\\ImportAllTownsCommand' => 'getImportAllTownsCommandService',
  185.             'console.command.public_alias.App\\Command\\NewConsumptionAlertsNotifyCommand' => 'getNewConsumptionAlertsNotifyCommandService',
  186.             'console.command.public_alias.App\\Command\\NewCustomerNotifyCommand' => 'getNewCustomerNotifyCommandService',
  187.             'console.command.public_alias.App\\Command\\NewInvoicesCheckCommand' => 'getNewInvoicesCheckCommandService',
  188.             'console.command.public_alias.App\\Command\\NewInvoicesNotifyCommand' => 'getNewInvoicesNotifyCommandService',
  189.             'console.command.public_alias.App\\Command\\NewNotificationsNotifyCommand' => 'getNewNotificationsNotifyCommandService',
  190.             'console.command.public_alias.App\\Command\\RemovePasswordUsersCommand' => 'getRemovePasswordUsersCommandService',
  191.             'console.command.public_alias.App\\Command\\RendezVousAlertCommand' => 'getRendezVousAlertCommandService',
  192.             'console.command.public_alias.App\\Command\\RendezVousConfirmationCommand' => 'getRendezVousConfirmationCommandService',
  193.             'console.command.public_alias.App\\Command\\RendezVousIncomingCommand' => 'getRendezVousIncomingCommandService',
  194.             'console.command.public_alias.App\\Command\\SuiviConsoAlertCommand' => 'getSuiviConsoAlertCommandService',
  195.             'console.command.public_alias.App\\Command\\SuiviConsoNewActivationReminderCommand' => 'getSuiviConsoNewActivationReminderCommandService',
  196.             'console.command.public_alias.App\\Command\\SuiviConsoUpdateContractsCommand' => 'getSuiviConsoUpdateContractsCommandService',
  197.             'console.command.public_alias.App\\Command\\TimetableUpdatedNotifyCommand' => 'getTimetableUpdatedNotifyCommandService',
  198.             'console.command.public_alias.App\\Command\\UsersLoginHistoryCommand' => 'getUsersLoginHistoryCommandService',
  199.             'console.command.public_alias.App\\Command\\UsersStatisticsCommand' => 'getUsersStatisticsCommandService',
  200.             'console.command.public_alias.App\\Command\\WaterQualityCheckCommand' => 'getWaterQualityCheckCommandService',
  201.             'console.command.public_alias.App\\Command\\WaterQualityNotifyCommand' => 'getWaterQualityNotifyCommandService',
  202.             'console.command_loader' => 'getConsole_CommandLoaderService',
  203.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  204.             'doctrine.dbal.reimu_connection' => 'getDoctrine_Dbal_ReimuConnectionService',
  205.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  206.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  207.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  208.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  209.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  210.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  211.             'error_controller' => 'getErrorControllerService',
  212.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  213.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  214.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  215.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  216.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  217.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  218.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  219.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  220.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  221.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  222.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  223.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  224.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  225.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  226.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  227.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  228.             'routing.loader' => 'getRouting_LoaderService',
  229.             'services_resetter' => 'getServicesResetterService',
  230.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  231.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  232.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  233.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  234.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  235.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  236.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  237.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  238.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  239.         ];
  240.         $this->aliases = [
  241.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  242.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  243.             'database_connection' => 'doctrine.dbal.app_connection',
  244.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  245.             'mailer' => 'swiftmailer.mailer.default',
  246.             'php_translation.storage' => 'php_translation.storage.app',
  247.             'php_translation.storage.default' => 'php_translation.storage.app',
  248.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  249.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  250.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  251.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  252.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  253.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  254.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  255.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  256.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  257.         ];
  258.         $this->privates['service_container'] = function () {
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  265.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  266.             include_once \dirname(__DIR__4).'/src/EventListener/FrameOptionsListener.php';
  267.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  269.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RenderedRouteSubscriber.php';
  270.             include_once \dirname(__DIR__4).'/src/Manager/ContractManager.php';
  271.             include_once \dirname(__DIR__4).'/src/Manager/Mailer.php';
  272.             include_once \dirname(__DIR__4).'/src/Traits/TranslatorByDomainTrait.php';
  273.             include_once \dirname(__DIR__4).'/src/Manager/SupervisionManager.php';
  274.             include_once \dirname(__DIR__4).'/src/Repository/Multi/AbstractMultiRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Repository/MeasurementHistory/MeasurementHistoryRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Repository/Scp/SupervisionRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Repository/Multi/SupervisionAlertRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Traits/UserEnhancerTrait.php';
  279.             include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  280.             include_once \dirname(__DIR__4).'/src/Manager/WateringTips/TownManager.php';
  281.             include_once \dirname(__DIR__4).'/src/Manager/WateringTips/WateringTipsManager.php';
  282.             include_once \dirname(__DIR__4).'/src/Service/ApiClient.php';
  283.             include_once \dirname(__DIR__4).'/src/Service/WateringTips/WeatherClient.php';
  284.             include_once \dirname(__DIR__4).'/src/Service/WateringTips/WaterSupplyClient.php';
  285.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  296.             include_once \dirname(__DIR__4).'/src/Monolog/Handler/CustomRotatingFileHandler.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Repository/App/ConsumptionAlertRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Repository/App/MailTypeRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Repository/App/NotificationStatisticsRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Repository/App/SCPLinkRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Repository/App/SepaOrderRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Repository/App/SuiviConsoActivationRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Repository/App/TownRepository.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  311.             include_once \dirname(__DIR__4).'/src/Repository/App/UserRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Repository/App/WateringTipsRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Repository/Multi/UserRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Repository/Scp/CommuneXYRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Repository/Scp/ContactRepository.php';
  316.             include_once \dirname(__DIR__4).'/src/Repository/Scp/ContractRepository.php';
  317.             include_once \dirname(__DIR__4).'/src/Repository/Scp/DeliveryStationRepository.php';
  318.             include_once \dirname(__DIR__4).'/src/Repository/Scp/DocumentRepository.php';
  319.             include_once \dirname(__DIR__4).'/src/Repository/Scp/UserRepository.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  331.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  506.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  539.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  541.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  542.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  543.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  544.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  545.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  546.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  547.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  548.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  549.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  550.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  551.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  573.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  579.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  581.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  617.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  620.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  644.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  680.             include_once \dirname(__DIR__4).'/src/Twig/ByteFormatTwigExtension.php';
  681.             include_once \dirname(__DIR__4).'/src/Twig/ConsumptionAlertExtension.php';
  682.             include_once \dirname(__DIR__4).'/src/Twig/GeolocationExtension.php';
  683.             include_once \dirname(__DIR__4).'/src/Twig/GetLastSenderExtension.php';
  684.             include_once \dirname(__DIR__4).'/src/Manager/MessageManager.php';
  685.             include_once \dirname(__DIR__4).'/src/Twig/GetSenderExtension.php';
  686.             include_once \dirname(__DIR__4).'/src/Twig/LocalizationExtension.php';
  687.             include_once \dirname(__DIR__4).'/src/Twig/Nl2brCustomExtension.php';
  688.             include_once \dirname(__DIR__4).'/src/Twig/SCPLinkExtension.php';
  689.             include_once \dirname(__DIR__4).'/src/Twig/SupervisionHasMesuresExtension.php';
  690.             include_once \dirname(__DIR__4).'/src/Twig/WateringTipsExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  704.             include_once \dirname(__DIR__4).'/src/Manager/LinkManager.php';
  705.             include_once \dirname(__DIR__4).'/src/Manager/SuiviConsoActivationCheckManager.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  712.         };
  713.     }
  714.     public function compile(): void
  715.     {
  716.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  717.     }
  718.     public function isCompiled(): bool
  719.     {
  720.         return true;
  721.     }
  722.     public function getRemovedIds(): array
  723.     {
  724.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  725.     }
  726.     protected function load($file$lazyLoad true)
  727.     {
  728.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  729.             return $class::do($this$lazyLoad);
  730.         }
  731.         if ('.' === $file[-4]) {
  732.             $class substr($class0, -4);
  733.         } else {
  734.             $file .= '.php';
  735.         }
  736.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  737.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  738.     }
  739.     /**
  740.      * Gets the public '.container.private.filesystem' shared service.
  741.      *
  742.      * @return \Symfony\Component\Filesystem\Filesystem
  743.      */
  744.     protected function get_Container_Private_FilesystemService()
  745.     {
  746.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  747.     }
  748.     /**
  749.      * Gets the public '.container.private.profiler' shared service.
  750.      *
  751.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  752.      */
  753.     protected function get_Container_Private_ProfilerService()
  754.     {
  755.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  756.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  757.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  758.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  759.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  760.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  761.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  762.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  763.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  764.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  765.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  766.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  767.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  768.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  769.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  770.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  771.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  772.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  773.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  774.         $d->addInstance('cache.doctrine.orm.scp.result', ($this->privates['cache.doctrine.orm.scp.result'] ?? $this->getCache_Doctrine_Orm_Scp_ResultService()));
  775.         $d->addInstance('cache.doctrine.orm.scp.query', ($this->privates['cache.doctrine.orm.scp.query'] ?? $this->getCache_Doctrine_Orm_Scp_QueryService()));
  776.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  777.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  778.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  779.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  780.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  781.         $e->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  782.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  783.         if ($this->has('kernel')) {
  784.             $f->setKernel($b);
  785.         }
  786.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  789.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  790.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  791.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  792.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  795.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  796.         $instance->add($d);
  797.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  798.         $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));
  799.         $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())));
  800.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  801.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  802.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  803.         $instance->add($e);
  804.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  805.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  806.         $instance->add($f);
  807.         return $instance;
  808.     }
  809.     /**
  810.      * Gets the public '.container.private.security.authorization_checker' shared service.
  811.      *
  812.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  813.      */
  814.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  815.     {
  816.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  817.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  818.             return $this->services['.container.private.security.authorization_checker'];
  819.         }
  820.         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()), $afalsefalsefalse);
  821.     }
  822.     /**
  823.      * Gets the public '.container.private.security.token_storage' shared service.
  824.      *
  825.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  826.      */
  827.     protected function get_Container_Private_Security_TokenStorageService()
  828.     {
  829.         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, [
  830.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  831.         ], [
  832.             'request_stack' => '?',
  833.         ]));
  834.     }
  835.     /**
  836.      * Gets the public '.container.private.twig' shared service.
  837.      *
  838.      * @return \Twig\Environment
  839.      */
  840.     protected function get_Container_Private_TwigService()
  841.     {
  842.         $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']);
  843.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  844.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  845.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  846.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  847.         $e = ($this->services['router'] ?? $this->getRouterService());
  848.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  849.         $g = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  850.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  851.         $i = ($this->privates['App\\Manager\\SupervisionManager'] ?? $this->getSupervisionManagerService());
  852.         $j = new \App\Manager\MessageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  853.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  854.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  855.         $l = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
  856.         $m = new \Symfony\Bridge\Twig\AppVariable();
  857.         $m->setEnvironment('dev');
  858.         $m->setDebug(true);
  859.         if ($this->has('.container.private.security.token_storage')) {
  860.             $m->setTokenStorage($h);
  861.         }
  862.         if ($this->has('request_stack')) {
  863.             $m->setRequestStack($f);
  864.         }
  865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  872.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  873.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  874.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  875.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  876.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($g));
  879.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  880.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  881.         $instance->addExtension(new \Twig\Extensions\DateExtension());
  882.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  883.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  884.         $instance->addExtension(new \App\Twig\ByteFormatTwigExtension());
  885.         $instance->addExtension(new \App\Twig\ConsumptionAlertExtension($i));
  886.         $instance->addExtension(new \App\Twig\GeolocationExtension($this->getEnv('GEOLOC_URI'), $this->getEnv('GEOLOC_KEY')));
  887.         $instance->addExtension(new \App\Twig\GetLastSenderExtension($j));
  888.         $instance->addExtension(new \App\Twig\GetSenderExtension($j));
  889.         $instance->addExtension(new \App\Twig\LocalizationExtension(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  890.         $instance->addExtension(new \App\Twig\Nl2brCustomExtension());
  891.         $instance->addExtension(new \App\Twig\SCPLinkExtension());
  892.         $instance->addExtension(new \App\Twig\SupervisionHasMesuresExtension($i));
  893.         $instance->addExtension(new \App\Twig\WateringTipsExtension());
  894.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  895.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  896.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), $l, ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$g$b, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  897.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  898.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  899.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  900.         ], [
  901.             'webpack_encore.entrypoint_lookup_collection' => '?',
  902.             'webpack_encore.tag_renderer' => '?',
  903.         ])));
  904.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($btrue));
  905.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  906.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($l), $e$c$f$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  907.         $instance->addGlobal('app'$m);
  908.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  909.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  910.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  911.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  912.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  913.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  914.         ], [
  915.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  916.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  917.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  918.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  919.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  920.         ])));
  921.         $instance->addGlobal('scp_links', ['anonymous' => ['account_creation_steps' => 'https://canaldeprovence.com/app/uploads/2020/10/2019-Pas-a-pas-Compte-client-interactif.pdf''account_creation_video' => 'https://youtu.be/4iUZHsQa3eQ''rgpd' => 'https://canaldeprovence.com/politique-de-confidentialite/''cgu' => 'https://canaldeprovence.com/mentions-legales/'], 'contact_us' => 'https://canaldeprovence.com/agence-en-ligne/contactez-nous/''dashboard' => ['agridata' => 'https://scp-agridata.com/''eshop' => 'https://boutique.canaldeprovence.com''maintenance_contracts' => 'https://canaldeprovence.com/traiter-mon-eau/''meter_reading' => 'https://canaldeprovence.com/agence-en-ligne/comment-lire-mon-compteur/'], 'footer' => ['afaq' => 'https://canaldeprovence.com/une-entreprise-citoyenne-et-responsable''faq' => 'https://canaldeprovence.com/faq/''legal_notice' => 'https://canaldeprovence.com/mentions-legales/''scp_website' => 'https://canaldeprovence.com''water_mediator' => 'https://canaldeprovence.com/vous-souhaitez-nous-adresser-une-reclamation/'], 'online_agency' => ['site' => 'https://agenceenligne.canaldeprovence.com''claim' => 'https://canaldeprovence.com/vous-souhaitez-nous-adresser-une-reclamation/'], 'messaging' => ['update_water_flow' => 'https://canaldeprovence.com/agence-en-ligne/que-faire-en-cas-de-baisse-de-debit/'], 'payment_options' => ['e_invoice' => ['more' => 'https://canaldeprovence.com/faq/?_faq_cat=factures-et-paiement''cgv' => 'https://fr.calameo.com/read/000326974511b919fabaf'], 'monthly_payment' => 'https://canaldeprovence.com/faq/?_faq_cat=factures-et-paiement'], 'water_quality' => ['analysis' => 'https://canaldeprovence.com/agence-en-ligne/la-qualite-de-votre-eau-suite/''treat_raw_water' => 'https://canaldeprovence.com/agence-en-ligne/la-qualite-de-votre-eau-suite/']]);
  922.         $instance->addGlobal('locale''fr');
  923.         $instance->addGlobal('information_path''information');
  924.         $instance->addGlobal('dashboard_path''dashboard');
  925.         $instance->addGlobal('consumption_slider_path''slider');
  926.         $instance->addGlobal('notification_path''notification/images');
  927.         $instance->addGlobal('google_map_key'$this->getEnv('GOOGLE_MAP_KEY'));
  928.         $instance->addGlobal('google_analytics_code'$this->getEnv('GOOGLE_ANALYTICS_CODE'));
  929.         $instance->addGlobal('link_manager', new \App\Manager\LinkManager(($this->privates['App\\Repository\\App\\SCPLinkRepository'] ?? $this->getSCPLinkRepositoryService())));
  930.         $instance->addGlobal('suivi_conso_activation_check_manager', new \App\Manager\SuiviConsoActivationCheckManager(($this->privates['App\\Repository\\Scp\\ContractRepository'] ?? $this->getContractRepositoryService()), ($this->privates['App\\Repository\\App\\SuiviConsoActivationRepository'] ?? $this->getSuiviConsoActivationRepositoryService())));
  931.         $instance->addGlobal('matomo_site_url'$this->getEnv('MATOMO_SITE_URL'));
  932.         $instance->addGlobal('matomo_site_id'$this->getEnv('MATOMO_SITE_ID'));
  933.         $instance->addGlobal('app_environment'$this->getEnv('APP_ENV'));
  934.         $instance->addGlobal('notification_statistics_repo', ($this->privates['App\\Repository\\App\\NotificationStatisticsRepository'] ?? $this->getNotificationStatisticsRepositoryService()));
  935.         $instance->addGlobal('watering_tips_manager', ($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'] ?? $this->getWateringTipsManagerService()));
  936.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2','' '))->configure($instance);
  937.         return $instance;
  938.     }
  939.     /**
  940.      * Gets the public '.container.private.validator' shared service.
  941.      *
  942.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  943.      */
  944.     protected function get_Container_Private_ValidatorService()
  945.     {
  946.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  947.         if (isset($this->services['.container.private.validator'])) {
  948.             return $this->services['.container.private.validator'];
  949.         }
  950.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  951.     }
  952.     /**
  953.      * Gets the public 'cache.app' shared service.
  954.      *
  955.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  956.      */
  957.     protected function getCache_AppService()
  958.     {
  959.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ManBMMx31T'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  960.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  961.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  962.     }
  963.     /**
  964.      * Gets the public 'cache.system' shared service.
  965.      *
  966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  967.      */
  968.     protected function getCache_SystemService()
  969.     {
  970.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1qCIYBHwT2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  971.     }
  972.     /**
  973.      * Gets the public 'cache.validator_expression_language' shared service.
  974.      *
  975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  976.      */
  977.     protected function getCache_ValidatorExpressionLanguageService()
  978.     {
  979.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mEMn3JQiF+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  980.     }
  981.     /**
  982.      * Gets the public 'data_collector.dump' shared service.
  983.      *
  984.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  985.      */
  986.     protected function getDataCollector_DumpService()
  987.     {
  988.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  989.     }
  990.     /**
  991.      * Gets the public 'doctrine' shared service.
  992.      *
  993.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  994.      */
  995.     protected function getDoctrineService()
  996.     {
  997.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'app''default');
  998.     }
  999.     /**
  1000.      * Gets the public 'doctrine.dbal.app_connection' shared service.
  1001.      *
  1002.      * @return \Doctrine\DBAL\Connection
  1003.      */
  1004.     protected function getDoctrine_Dbal_AppConnectionService()
  1005.     {
  1006.         $a = ($this->privates['doctrine.dbal.app_connection.event_manager'] ?? $this->getDoctrine_Dbal_AppConnection_EventManagerService());
  1007.         if (isset($this->services['doctrine.dbal.app_connection'])) {
  1008.             return $this->services['doctrine.dbal.app_connection'];
  1009.         }
  1010.         $b = new \Doctrine\DBAL\Configuration();
  1011.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1012.         $c->setConnectionName('app');
  1013.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1014.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c]);
  1015.         return $this->services['doctrine.dbal.app_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'sqlsrv''host' => $this->getEnv('resolve:DB_SYMFONY_HOST'), 'port' => $this->getEnv('resolve:DB_SYMFONY_PORT'), 'user' => $this->getEnv('resolve:DB_SYMFONY_USER'), 'password' => $this->getEnv('resolve:DB_SYMFONY_PASSWORD'), 'dbname' => $this->getEnv('resolve:DB_SYMFONY_NAME'), 'charset' => 'UTF-8''idle_connection_ttl' => 600'driverOptions' => ['TrustServerCertificate' => true'Encrypt' => true], 'serverVersion' => $this->getEnv('resolve:DB_SYMFONY_VERSION'), 'defaultTableOptions' => []], $b$a, []);
  1016.     }
  1017.     /**
  1018.      * Gets the public 'doctrine.dbal.mesure_connection' shared service.
  1019.      *
  1020.      * @return \Doctrine\DBAL\Connection
  1021.      */
  1022.     protected function getDoctrine_Dbal_MesureConnectionService()
  1023.     {
  1024.         $a = ($this->privates['.service_locator.3Xmgfu5'] ?? $this->get_ServiceLocator_3Xmgfu5Service());
  1025.         if (isset($this->services['doctrine.dbal.mesure_connection'])) {
  1026.             return $this->services['doctrine.dbal.mesure_connection'];
  1027.         }
  1028.         $b = new \Doctrine\DBAL\Configuration();
  1029.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1030.         $c->setConnectionName('mesure');
  1031.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1032.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c]);
  1033.         return $this->services['doctrine.dbal.mesure_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'sqlsrv''host' => $this->getEnv('resolve:DB_MESURE_HOST'), 'port' => $this->getEnv('resolve:DB_MESURE_PORT'), 'user' => $this->getEnv('resolve:DB_MESURE_USER'), 'password' => $this->getEnv('resolve:DB_MESURE_PASSWORD'), 'dbname' => $this->getEnv('resolve:DB_MESURE_NAME'), 'charset' => 'UTF-8''idle_connection_ttl' => 600'driverOptions' => ['TrustServerCertificate' => true'Encrypt' => true], 'serverVersion' => $this->getEnv('resolve:DB_MESURE_VERSION'), 'defaultTableOptions' => []], $b, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($a, [=> 'vich_uploader.listener.clean.contact_information'=> 'vich_uploader.listener.clean.dashboard'=> 'vich_uploader.listener.clean.message_file'=> 'vich_uploader.listener.clean.consumption_slider_image'=> 'vich_uploader.listener.clean.notification'=> 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber'=> 'App\\EventSubscriber\\User\\UserLoadedSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => 'vich_uploader.listener.remove.contact_information'12 => 'vich_uploader.listener.upload.contact_information'13 => 'vich_uploader.listener.remove.dashboard'14 => 'vich_uploader.listener.upload.dashboard'15 => 'vich_uploader.listener.remove.message_file'16 => 'vich_uploader.listener.upload.message_file'17 => 'vich_uploader.listener.remove.consumption_slider_image'18 => 'vich_uploader.listener.upload.consumption_slider_image'19 => 'vich_uploader.listener.remove.notification'20 => 'vich_uploader.listener.upload.notification'21 => 'vich_uploader.listener.inject.notification_excel_file'22 => 'vich_uploader.listener.upload.notification_excel_file']), []);
  1034.     }
  1035.     /**
  1036.      * Gets the public 'doctrine.dbal.scp_connection' shared service.
  1037.      *
  1038.      * @return \Doctrine\DBAL\Connection
  1039.      */
  1040.     protected function getDoctrine_Dbal_ScpConnectionService()
  1041.     {
  1042.         $a = ($this->privates['doctrine.dbal.scp_connection.event_manager'] ?? $this->getDoctrine_Dbal_ScpConnection_EventManagerService());
  1043.         if (isset($this->services['doctrine.dbal.scp_connection'])) {
  1044.             return $this->services['doctrine.dbal.scp_connection'];
  1045.         }
  1046.         $b = new \Doctrine\DBAL\Configuration();
  1047.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1048.         $c->setConnectionName('scp');
  1049.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1050.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c]);
  1051.         return $this->services['doctrine.dbal.scp_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'sqlsrv''host' => $this->getEnv('resolve:DB_SCP_HOST'), 'port' => $this->getEnv('resolve:DB_SCP_PORT'), 'user' => $this->getEnv('resolve:DB_SCP_USER'), 'password' => $this->getEnv('resolve:DB_SCP_PASSWORD'), 'dbname' => $this->getEnv('resolve:DB_SCP_NAME'), 'charset' => 'UTF-8''idle_connection_ttl' => 600'driverOptions' => ['TrustServerCertificate' => true'Encrypt' => true], 'serverVersion' => $this->getEnv('resolve:DB_SCP_VERSION'), 'defaultTableOptions' => []], $b$a, []);
  1052.     }
  1053.     /**
  1054.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1055.      *
  1056.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1057.      */
  1058.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1059.     {
  1060.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1061.             'App\\EventListener\\MessageCreated' => ['privates''App\\EventListener\\MessageCreated''getMessageCreatedService'true],
  1062.         ], [
  1063.             'App\\EventListener\\MessageCreated' => '?',
  1064.         ]));
  1065.         $instance->registerService('App\\EventListener\\MessageCreated''App\\EventListener\\MessageCreated');
  1066.         return $instance;
  1067.     }
  1068.     /**
  1069.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1070.      *
  1071.      * @return \Doctrine\ORM\EntityManager
  1072.      */
  1073.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1074.     {
  1075.         $a = ($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService());
  1076.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1077.             return $this->services['doctrine.orm.default_entity_manager'];
  1078.         }
  1079.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1080.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1081.             return $this->services['doctrine.orm.default_entity_manager'];
  1082.         }
  1083.         $c = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
  1084.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1085.             return $this->services['doctrine.orm.default_entity_manager'];
  1086.         }
  1087.         $d = ($this->privates['doctrine.dbal.app_connection.event_manager'] ?? $this->getDoctrine_Dbal_AppConnection_EventManagerService());
  1088.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1089.             return $this->services['doctrine.orm.default_entity_manager'];
  1090.         }
  1091.         $e = new \Doctrine\ORM\Configuration();
  1092.         $f = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1093.         $g = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1094.         $f->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1095.         $f->addDriver($g'Eolas\\Bundle\\EolasTranslationBundle\\Entity');
  1096.         $f->addDriver($g'Vich\\UploaderBundle\\Entity');
  1097.         $e->setEntityNamespaces(['App' => 'App\\Entity''EolasTranslationBundle' => 'Eolas\\Bundle\\EolasTranslationBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1098.         $e->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1099.         $e->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1100.         $e->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1101.         $e->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($f, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1102.         $e->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1103.         $e->setProxyNamespace('Proxies');
  1104.         $e->setAutoGenerateProxyClasses(false);
  1105.         $e->setSchemaIgnoreClasses([]);
  1106.         $e->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1107.         $e->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1108.         $e->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1109.         $e->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1110.         $e->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1111.         $e->setEntityListenerResolver($b);
  1112.         $e->setLazyGhostObjectEnabled(false);
  1113.         $e->setIdentityGenerationPreferences([]);
  1114.         $e->setRepositoryFactory($c);
  1115.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$e$d);
  1116.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1117.         return $instance;
  1118.     }
  1119.     /**
  1120.      * Gets the public 'doctrine.orm.scp_entity_manager' shared service.
  1121.      *
  1122.      * @return \Doctrine\ORM\EntityManager
  1123.      */
  1124.     protected function getDoctrine_Orm_ScpEntityManagerService($lazyLoad true)
  1125.     {
  1126.         $a = ($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService());
  1127.         if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
  1128.             return $this->services['doctrine.orm.scp_entity_manager'];
  1129.         }
  1130.         $b = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
  1131.         if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
  1132.             return $this->services['doctrine.orm.scp_entity_manager'];
  1133.         }
  1134.         $c = ($this->privates['doctrine.dbal.scp_connection.event_manager'] ?? $this->getDoctrine_Dbal_ScpConnection_EventManagerService());
  1135.         if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
  1136.             return $this->services['doctrine.orm.scp_entity_manager'];
  1137.         }
  1138.         $d = new \Doctrine\ORM\Configuration();
  1139.         $e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1140.         $e->addDriver(($this->privates['doctrine.orm.scp_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ScpAnnotationMetadataDriverService()), 'App\\Entity\\Scp');
  1141.         $d->setEntityNamespaces(['Scp' => 'App\\Entity\\Scp']);
  1142.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1143.         $d->setQueryCache(($this->privates['cache.doctrine.orm.scp.query'] ?? $this->getCache_Doctrine_Orm_Scp_QueryService()));
  1144.         $d->setResultCache(($this->privates['cache.doctrine.orm.scp.result'] ?? $this->getCache_Doctrine_Orm_Scp_ResultService()));
  1145.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1146.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1147.         $d->setProxyNamespace('Proxies');
  1148.         $d->setAutoGenerateProxyClasses(false);
  1149.         $d->setSchemaIgnoreClasses([]);
  1150.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1151.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1152.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  1153.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1154.         $d->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  1155.         $d->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1156.         $d->setLazyGhostObjectEnabled(false);
  1157.         $d->setIdentityGenerationPreferences([]);
  1158.         $d->setRepositoryFactory($b);
  1159.         $this->services['doctrine.orm.scp_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1160.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public 'easyadmin.config.manager' shared service.
  1165.      *
  1166.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1167.      */
  1168.     protected function getEasyadmin_Config_ManagerService()
  1169.     {
  1170.         $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()));
  1171.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1172.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1173.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('fr'));
  1174.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1175.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1176.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1177.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1178.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1179.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1180.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1181.         return $instance;
  1182.     }
  1183.     /**
  1184.      * Gets the public 'easyadmin.filter.registry' shared service.
  1185.      *
  1186.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1187.      */
  1188.     protected function getEasyadmin_Filter_RegistryService()
  1189.     {
  1190.         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 () {
  1191.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1192.         }, 1));
  1193.     }
  1194.     /**
  1195.      * Gets the public 'easyadmin.listener.controller' shared service.
  1196.      *
  1197.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1198.      */
  1199.     protected function getEasyadmin_Listener_ControllerService()
  1200.     {
  1201.         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()));
  1202.     }
  1203.     /**
  1204.      * Gets the public 'easyadmin.property_accessor' shared service.
  1205.      *
  1206.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1207.      */
  1208.     protected function getEasyadmin_PropertyAccessorService()
  1209.     {
  1210.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1211.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1212.     }
  1213.     /**
  1214.      * Gets the public 'easyadmin.router' shared service.
  1215.      *
  1216.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1217.      */
  1218.     protected function getEasyadmin_RouterService()
  1219.     {
  1220.         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())));
  1221.     }
  1222.     /**
  1223.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1224.      *
  1225.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1226.      */
  1227.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1228.     {
  1229.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1230.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1231.             return $this->services['easyadmin.security.authorization_checker'];
  1232.         }
  1233.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1234.     }
  1235.     /**
  1236.      * Gets the public 'event_dispatcher' shared service.
  1237.      *
  1238.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1239.      */
  1240.     protected function getEventDispatcherService()
  1241.     {
  1242.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1243.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1244.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1245.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1246.         $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())));
  1247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1248.             return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
  1249.         }, => 'logout'], 0);
  1250.         $instance->addListener('kernel.response', [=> function () {
  1251.             return ($this->privates['App\\EventListener\\FrameOptionsListener'] ?? ($this->privates['App\\EventListener\\FrameOptionsListener'] = new \App\EventListener\FrameOptionsListener()));
  1252.         }, => 'onKernelResponse'], 0);
  1253.         $instance->addListener('kernel.request', [=> function () {
  1254.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1255.         }, => 'onKernelRequest'], 1);
  1256.         $instance->addListener('kernel.controller', [=> function () {
  1257.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1258.         }, => 'onKernelController'], 0);
  1259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1260.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1261.         }, => 'checkPassport'], 1024);
  1262.         $instance->addListener('kernel.response', [=> function () {
  1263.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1264.         }, => 'onKernelResponse'], 0);
  1265.         $instance->addListener('kernel.response', [=> function () {
  1266.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1267.         }, => 'onKernelResponse'], 0);
  1268.         $instance->addListener('kernel.response', [=> function () {
  1269.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1270.         }, => 'onKernelResponse'], 0);
  1271.         $instance->addListener('kernel.controller', [=> function () {
  1272.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1273.         }, => 'onKernelController'], 0);
  1274.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1275.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1276.         }, => 'initializeRequest'], 0);
  1277.         $instance->addListener('kernel.exception', [=> function () {
  1278.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1279.         }, => 'onKernelException'], 0);
  1280.         $instance->addListener('App\\Event\\ConsumptionExport\\ConsumptionExportEvent', [=> function () {
  1281.             return ($this->privates['App\\EventSubscriber\\ConsumptionExport\\ConsumptionExportSubscriber'] ?? $this->load('getConsumptionExportSubscriberService'));
  1282.         }, => 'onConsumptionExport'], 0);
  1283.         $instance->addListener('App\\Event\\Contact\\ContactUpdatedEvent', [=> function () {
  1284.             return ($this->privates['App\\EventSubscriber\\Contact\\ContactSubscriber'] ?? $this->load('getContactSubscriberService'));
  1285.         }, => 'onUpdated'], 0);
  1286.         $instance->addListener('App\\Event\\ContactSheet\\ContactSheetCreatedEvent', [=> function () {
  1287.             return ($this->privates['App\\EventSubscriber\\ContactSheet\\ContactSheetSubscriber'] ?? $this->load('getContactSheetSubscriberService'));
  1288.         }, => 'onCreated'], 0);
  1289.         $instance->addListener('App\\Event\\ContactSheet\\ContactSheetUpdatedEvent', [=> function () {
  1290.             return ($this->privates['App\\EventSubscriber\\ContactSheet\\ContactSheetSubscriber'] ?? $this->load('getContactSheetSubscriberService'));
  1291.         }, => 'onUpdated'], 0);
  1292.         $instance->addListener('easy_admin.pre_new', [=> function () {
  1293.             return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1294.         }, => 'checkUserRights'], 0);
  1295.         $instance->addListener('easy_admin.pre_list', [=> function () {
  1296.             return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1297.         }, => 'checkUserRights'], 0);
  1298.         $instance->addListener('easy_admin.pre_edit', [=> function () {
  1299.             return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1300.         }, => 'checkUserRights'], 0);
  1301.         $instance->addListener('easy_admin.pre_show', [=> function () {
  1302.             return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1303.         }, => 'checkUserRights'], 0);
  1304.         $instance->addListener('easy_admin.pre_delete', [=> function () {
  1305.             return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  1306.         }, => 'checkUserRights'], 0);
  1307.         $instance->addListener('App\\Event\\Messaging\\ConversationCreatedEvent', [=> function () {
  1308.             return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
  1309.         }, => 'onConversationCreated'], 0);
  1310.         $instance->addListener('App\\Event\\Messaging\\ConversationCreatedEvent', [=> function () {
  1311.             return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
  1312.         }, => 'onClaimConversationCreated'], 0);
  1313.         $instance->addListener('App\\Event\\Messaging\\ConversationTransferredEvent', [=> function () {
  1314.             return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
  1315.         }, => 'onConversationTransferred'], 0);
  1316.         $instance->addListener('App\\Event\\Messaging\\MessageCreatedEvent', [=> function () {
  1317.             return ($this->privates['App\\EventSubscriber\\Messaging\\MessageSubscriber'] ?? $this->load('getMessageSubscriberService'));
  1318.         }, => 'onMessageCreated'], 0);
  1319.         $instance->addListener('App\\Event\\MeterReading\\IndexUpdatedEvent', [=> function () {
  1320.             return ($this->privates['App\\EventSubscriber\\MeterReading\\MeterReadingSubscriber'] ?? $this->load('getMeterReadingSubscriberService'));
  1321.         }, => 'onIndexUpdated'], 0);
  1322.         $instance->addListener('kernel.response', [=> function () {
  1323.             return ($this->privates['App\\EventSubscriber\\RenderedRouteSubscriber'] ?? $this->getRenderedRouteSubscriberService());
  1324.         }, => 'storeRenderedRoute'], 0);
  1325.         $instance->addListener('App\\Event\\SuiviConso\\EndServiceEvent', [=> function () {
  1326.             return ($this->privates['App\\EventSubscriber\\SuiviConso\\SuiviConsoSubscriber'] ?? $this->load('getSuiviConsoSubscriberService'));
  1327.         }, => 'onEndService'], 0);
  1328.         $instance->addListener('App\\Event\\SuiviConso\\EndConsentsEvent', [=> function () {
  1329.             return ($this->privates['App\\EventSubscriber\\SuiviConso\\SuiviConsoSubscriber'] ?? $this->load('getSuiviConsoSubscriberService'));
  1330.         }, => 'onEndConsents'], 0);
  1331.         $instance->addListener('App\\Event\\Timetable\\TimetableUpdatedEvent', [=> function () {
  1332.             return ($this->privates['App\\EventSubscriber\\Timetable\\TimetableSubscriber'] ?? $this->load('getTimetableSubscriberService'));
  1333.         }, => 'onTimetableUpdated'], 0);
  1334.         $instance->addListener('App\\Event\\MyProfile\\GuestCreatedEvent', [=> function () {
  1335.             return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
  1336.         }, => 'onGuestCreated'], 0);
  1337.         $instance->addListener('App\\Event\\MyProfile\\GuestAccountActivatedEvent', [=> function () {
  1338.             return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
  1339.         }, => 'onGuestAccountActivated'], 0);
  1340.         $instance->addListener('App\\Event\\MyProfile\\GuestDeletedEvent', [=> function () {
  1341.             return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
  1342.         }, => 'onGuestDeleted'], 0);
  1343.         $instance->addListener('security.interactive_login', [=> function () {
  1344.             return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  1345.         }, => 'onLogin'], 0);
  1346.         $instance->addListener('App\\Event\\Account\\UserCreatedEvent', [=> function () {
  1347.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1348.         }, => 'onUserCreated'], 0);
  1349.         $instance->addListener('App\\Event\\Account\\UserCreationFinalizedEvent', [=> function () {
  1350.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1351.         }, => 'onUserCreationFinalized'], 0);
  1352.         $instance->addListener('App\\Event\\Account\\UserAlertFinalizedEvent', [=> function () {
  1353.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1354.         }, => 'onAlertUserFinalized'], 0);
  1355.         $instance->addListener('App\\Event\\Account\\UserMailChangedEvent', [=> function () {
  1356.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1357.         }, => 'onUserMailChanged'], 0);
  1358.         $instance->addListener('App\\Event\\Account\\UserMailChangeFinalizedEvent', [=> function () {
  1359.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1360.         }, => 'onUserMailChangeFinalized'], 0);
  1361.         $instance->addListener('App\\Event\\Account\\UserPasswordWantedEvent', [=> function () {
  1362.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1363.         }, => 'onUserPasswordWanted'], 0);
  1364.         $instance->addListener('App\\Event\\Account\\UserPasswordChangedEvent', [=> function () {
  1365.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1366.         }, => 'onUserPasswordChanged'], 0);
  1367.         $instance->addListener('App\\Event\\MyProfile\\PersonalInformationEmailUpdateEvent', [=> function () {
  1368.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1369.         }, => 'onPersonalInformationEmailUpdate'], 0);
  1370.         $instance->addListener('App\\Event\\MyProfile\\PersonalInformationEmailUpdatedEvent', [=> function () {
  1371.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1372.         }, => 'onPersonalInformationEmailUpdated'], 0);
  1373.         $instance->addListener('App\\Event\\MyProfile\\PersonalInformationPasswordUpdatedEvent', [=> function () {
  1374.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1375.         }, => 'onPersonalInformationPasswordUpdated'], 0);
  1376.         $instance->addListener('App\\Event\\MyProfile\\PersonalInformationUpdatedEvent', [=> function () {
  1377.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1378.         }, => 'onPersonalInformationUpdated'], 0);
  1379.         $instance->addListener('App\\Event\\MyProfile\\BankInformationUpdatedEvent', [=> function () {
  1380.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1381.         }, => 'onBankInformationUpdated'], 0);
  1382.         $instance->addListener('App\\Event\\MyProfile\\CustomerDetailsUpdatedEvent', [=> function () {
  1383.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1384.         }, => 'onCustomerDetailsUpdated'], 0);
  1385.         $instance->addListener('App\\Event\\Account\\UserDeletedEvent', [=> function () {
  1386.             return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1387.         }, => 'onUserDeleted'], 0);
  1388.         $instance->addListener('form.pre_set_data', [=> function () {
  1389.             return ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] ?? ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] = new \App\Form\EventSubscriber\ContactSheetEventSubscriber()));
  1390.         }, => 'addInterruptionContactsField'], 0);
  1391.         $instance->addListener('form.post_submit', [=> function () {
  1392.             return ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] ?? ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] = new \App\Form\EventSubscriber\ContactSheetEventSubscriber()));
  1393.         }, => 'addInterruptionContactsField'], 0);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1396.         }, => 'onKernelResponse'], 0);
  1397.         $instance->addListener('kernel.response', [=> function () {
  1398.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1399.         }, => 'onKernelResponse'], -1024);
  1400.         $instance->addListener('kernel.request', [=> function () {
  1401.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1402.         }, => 'setDefaultLocale'], 100);
  1403.         $instance->addListener('kernel.request', [=> function () {
  1404.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1405.         }, => 'onKernelRequest'], 16);
  1406.         $instance->addListener('kernel.finish_request', [=> function () {
  1407.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1408.         }, => 'onKernelFinishRequest'], 0);
  1409.         $instance->addListener('kernel.request', [=> function () {
  1410.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1411.         }, => 'onKernelRequest'], 256);
  1412.         $instance->addListener('kernel.response', [=> function () {
  1413.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1414.         }, => 'onResponse'], -255);
  1415.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1416.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1417.         }, => 'onControllerArguments'], 0);
  1418.         $instance->addListener('kernel.exception', [=> function () {
  1419.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1420.         }, => 'logKernelException'], 0);
  1421.         $instance->addListener('kernel.exception', [=> function () {
  1422.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1423.         }, => 'onKernelException'], -128);
  1424.         $instance->addListener('kernel.response', [=> function () {
  1425.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1426.         }, => 'removeCspHeader'], -128);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1429.         }, => 'onKernelRequest'], 15);
  1430.         $instance->addListener('kernel.finish_request', [=> function () {
  1431.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1432.         }, => 'onKernelFinishRequest'], -15);
  1433.         $instance->addListener('console.error', [=> function () {
  1434.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1435.         }, => 'onConsoleError'], -128);
  1436.         $instance->addListener('console.terminate', [=> function () {
  1437.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1438.         }, => 'onConsoleTerminate'], -128);
  1439.         $instance->addListener('console.error', [=> function () {
  1440.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1441.         }, => 'onConsoleError'], 0);
  1442.         $instance->addListener('kernel.request', [=> function () {
  1443.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1444.         }, => 'onKernelRequest'], 48);
  1445.         $instance->addListener('kernel.request', [=> function () {
  1446.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1447.         }, => 'configure'], 2048);
  1448.         $instance->addListener('console.command', [=> function () {
  1449.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1450.         }, => 'configure'], 2048);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1453.         }, => 'onKernelRequest'], 32);
  1454.         $instance->addListener('kernel.finish_request', [=> function () {
  1455.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1456.         }, => 'onKernelFinishRequest'], 0);
  1457.         $instance->addListener('kernel.exception', [=> function () {
  1458.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1459.         }, => 'onKernelException'], -64);
  1460.         $instance->addListener('kernel.request', [=> function () {
  1461.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1462.         }, => 'onKernelRequest'], 128);
  1463.         $instance->addListener('kernel.response', [=> function () {
  1464.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1465.         }, => 'onKernelResponse'], -1000);
  1466.         $instance->addListener('kernel.finish_request', [=> function () {
  1467.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1468.         }, => 'onFinishRequest'], 0);
  1469.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1470.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1471.         }, => 'onMessageFailed'], 100);
  1472.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1473.             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()));
  1474.         }, => 'onMessageFailed'], 200);
  1475.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1476.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1477.         }, => 'onMessageFailed'], -100);
  1478.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1479.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1480.         }, => 'onWorkerRunning'], 100);
  1481.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1482.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1483.         }, => 'onWorkerStarted'], 0);
  1484.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1485.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1486.         }, => 'onWorkerRunning'], 0);
  1487.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1488.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1489.         }, => 'onWorkerStarted'], 100);
  1490.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1491.             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()));
  1492.         }, => 'onMessageFailed'], 0);
  1493.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1494.             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()));
  1495.         }, => 'onWorkerRunning'], 0);
  1496.         $instance->addListener('kernel.response', [=> function () {
  1497.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1498.         }, => 'onKernelResponse'], -100);
  1499.         $instance->addListener('kernel.exception', [=> function () {
  1500.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1501.         }, => 'onKernelException'], 0);
  1502.         $instance->addListener('kernel.terminate', [=> function () {
  1503.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1504.         }, => 'onKernelTerminate'], -1024);
  1505.         $instance->addListener('kernel.controller', [=> function () {
  1506.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1507.         }, => 'onKernelController'], 0);
  1508.         $instance->addListener('kernel.response', [=> function () {
  1509.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1510.         }, => 'onKernelResponse'], 0);
  1511.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1512.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1513.         }, => 'onWorkerMessageHandled'], 0);
  1514.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1515.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1516.         }, => 'onWorkerMessageFailed'], 0);
  1517.         $instance->addListener('console.error', [=> function () {
  1518.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1519.         }, => 'onConsoleError'], 0);
  1520.         $instance->addListener('console.terminate', [=> function () {
  1521.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1522.         }, => 'onConsoleTerminate'], 0);
  1523.         $instance->addListener('kernel.response', [=> function () {
  1524.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1525.         }, => 'onKernelResponse'], -128);
  1526.         $instance->addListener('kernel.response', [=> function () {
  1527.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1528.         }, => 'onKernelResponse'], 0);
  1529.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1530.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1531.         }, => 'checkPassport'], 0);
  1532.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1533.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1534.         }, => 'onLoginSuccess'], 0);
  1535.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1536.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1537.         }, => 'onVoterVote'], 0);
  1538.         $instance->addListener('kernel.request', [=> function () {
  1539.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1540.         }, => 'configureLogoutUrlGenerator'], 8);
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1543.         }, => 'onKernelRequest'], 8);
  1544.         $instance->addListener('kernel.finish_request', [=> function () {
  1545.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1546.         }, => 'onKernelFinishRequest'], 0);
  1547.         $instance->addListener('kernel.finish_request', [=> function () {
  1548.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1549.         }, => 'resetAssets'], 0);
  1550.         $instance->addListener('kernel.exception', [=> function () {
  1551.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1552.         }, => 'onException'], 0);
  1553.         $instance->addListener('kernel.terminate', [=> function () {
  1554.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1555.         }, => 'onTerminate'], 0);
  1556.         $instance->addListener('console.error', [=> function () {
  1557.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1558.         }, => 'onException'], 0);
  1559.         $instance->addListener('console.terminate', [=> function () {
  1560.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1561.         }, => 'onTerminate'], 0);
  1562.         $instance->addListener('kernel.controller', [=> function () {
  1563.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1564.         }, => 'onKernelController'], 0);
  1565.         $instance->addListener('kernel.controller', [=> function () {
  1566.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1567.         }, => 'onKernelController'], 0);
  1568.         $instance->addListener('kernel.controller', [=> function () {
  1569.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1570.         }, => 'onKernelController'], -128);
  1571.         $instance->addListener('kernel.view', [=> function () {
  1572.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1573.         }, => 'onKernelView'], 0);
  1574.         $instance->addListener('kernel.controller', [=> function () {
  1575.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1576.         }, => 'onKernelController'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1581.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1582.         }, => 'onKernelControllerArguments'], 0);
  1583.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1584.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1585.         }, => 'onKernelControllerArguments'], 0);
  1586.         $instance->addListener('console.command', [=> function () {
  1587.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1588.         }, => 'onCommand'], 255);
  1589.         $instance->addListener('console.terminate', [=> function () {
  1590.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1591.         }, => 'onTerminate'], -255);
  1592.         $instance->addListener('console.command', [=> function () {
  1593.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1594.         }, => 'configure'], 1024);
  1595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1596.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1597.         }, => 'checkPassport'], 512);
  1598.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1599.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1600.         }, => 'onLogout'], 0);
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'http_kernel' shared service.
  1605.      *
  1606.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1607.      */
  1608.     protected function getHttpKernelService()
  1609.     {
  1610.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1611.         if (isset($this->services['http_kernel'])) {
  1612.             return $this->services['http_kernel'];
  1613.         }
  1614.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($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 () {
  1615.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1616.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1617.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1618.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1619.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1620.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1621.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1622.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1623.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1624.     }
  1625.     /**
  1626.      * Gets the public 'messenger.default_bus' shared service.
  1627.      *
  1628.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1629.      */
  1630.     protected function getMessenger_DefaultBusService()
  1631.     {
  1632.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1633.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1634.             yield => ($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')));
  1635.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1636.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1637.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1638.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1639.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1640.         }, 7)));
  1641.     }
  1642.     /**
  1643.      * Gets the public 'monolog.logger.consoAlert' shared service.
  1644.      *
  1645.      * @return \Symfony\Bridge\Monolog\Logger
  1646.      */
  1647.     protected function getMonolog_Logger_ConsoAlertService()
  1648.     {
  1649.         $this->services['monolog.logger.consoAlert'] = $instance = new \Symfony\Bridge\Monolog\Logger('consoAlert');
  1650.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1651.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1652.         $instance->pushHandler(($this->privates['App\\Monolog\\Handler\\CustomRotatingFileHandler'] ?? ($this->privates['App\\Monolog\\Handler\\CustomRotatingFileHandler'] = new \App\Monolog\Handler\CustomRotatingFileHandler((\dirname(__DIR__3).'/log/consoAlert/consoAlert.log')))));
  1653.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1654.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1655.         return $instance;
  1656.     }
  1657.     /**
  1658.      * Gets the public 'request_stack' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1661.      */
  1662.     protected function getRequestStackService()
  1663.     {
  1664.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1665.     }
  1666.     /**
  1667.      * Gets the public 'router' shared service.
  1668.      *
  1669.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1670.      */
  1671.     protected function getRouterService()
  1672.     {
  1673.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1674.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1675.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1676.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1677.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1678.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1679.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1680.         ], [
  1681.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1682.         ]))->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');
  1683.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1684.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'swiftmailer.transport' shared service.
  1689.      *
  1690.      * @return \Swift_Transport
  1691.      */
  1692.     protected function getSwiftmailer_TransportService()
  1693.     {
  1694.         $this->services['swiftmailer.transport'] = $instance \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'sendmail''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  1695.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the public 'translator' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1702.      */
  1703.     protected function getTranslatorService()
  1704.     {
  1705.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1706.     }
  1707.     /**
  1708.      * Gets the public 'var_dumper.cloner' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1711.      */
  1712.     protected function getVarDumper_ClonerService()
  1713.     {
  1714.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1715.         $instance->setMaxItems(2500);
  1716.         $instance->setMinDepth(1);
  1717.         $instance->setMaxString(-1);
  1718.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1719.         return $instance;
  1720.     }
  1721.     /**
  1722.      * Gets the private '.service_locator.3Xmgfu5' shared service.
  1723.      *
  1724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1725.      */
  1726.     protected function get_ServiceLocator_3Xmgfu5Service()
  1727.     {
  1728.         return $this->privates['.service_locator.3Xmgfu5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1729.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates''App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber''getAdminUserPasswordEncoderSubscriberService'true],
  1730.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates''App\\EventSubscriber\\User\\UserLoadedSubscriber''getUserLoadedSubscriberService'true],
  1731.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1732.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1733.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1734.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1735.             'vich_uploader.listener.clean.consumption_slider_image' => ['privates''vich_uploader.listener.clean.consumption_slider_image''getVichUploader_Listener_Clean_ConsumptionSliderImageService'true],
  1736.             'vich_uploader.listener.clean.contact_information' => ['privates''vich_uploader.listener.clean.contact_information''getVichUploader_Listener_Clean_ContactInformationService'true],
  1737.             'vich_uploader.listener.clean.dashboard' => ['privates''vich_uploader.listener.clean.dashboard''getVichUploader_Listener_Clean_DashboardService'true],
  1738.             'vich_uploader.listener.clean.message_file' => ['privates''vich_uploader.listener.clean.message_file''getVichUploader_Listener_Clean_MessageFileService'true],
  1739.             'vich_uploader.listener.clean.notification' => ['privates''vich_uploader.listener.clean.notification''getVichUploader_Listener_Clean_NotificationService'true],
  1740.             'vich_uploader.listener.inject.notification_excel_file' => ['privates''vich_uploader.listener.inject.notification_excel_file''getVichUploader_Listener_Inject_NotificationExcelFileService'true],
  1741.             'vich_uploader.listener.remove.consumption_slider_image' => ['privates''vich_uploader.listener.remove.consumption_slider_image''getVichUploader_Listener_Remove_ConsumptionSliderImageService'true],
  1742.             'vich_uploader.listener.remove.contact_information' => ['privates''vich_uploader.listener.remove.contact_information''getVichUploader_Listener_Remove_ContactInformationService'true],
  1743.             'vich_uploader.listener.remove.dashboard' => ['privates''vich_uploader.listener.remove.dashboard''getVichUploader_Listener_Remove_DashboardService'true],
  1744.             'vich_uploader.listener.remove.message_file' => ['privates''vich_uploader.listener.remove.message_file''getVichUploader_Listener_Remove_MessageFileService'true],
  1745.             'vich_uploader.listener.remove.notification' => ['privates''vich_uploader.listener.remove.notification''getVichUploader_Listener_Remove_NotificationService'true],
  1746.             'vich_uploader.listener.upload.consumption_slider_image' => ['privates''vich_uploader.listener.upload.consumption_slider_image''getVichUploader_Listener_Upload_ConsumptionSliderImageService'true],
  1747.             'vich_uploader.listener.upload.contact_information' => ['privates''vich_uploader.listener.upload.contact_information''getVichUploader_Listener_Upload_ContactInformationService'true],
  1748.             'vich_uploader.listener.upload.dashboard' => ['privates''vich_uploader.listener.upload.dashboard''getVichUploader_Listener_Upload_DashboardService'true],
  1749.             'vich_uploader.listener.upload.message_file' => ['privates''vich_uploader.listener.upload.message_file''getVichUploader_Listener_Upload_MessageFileService'true],
  1750.             'vich_uploader.listener.upload.notification' => ['privates''vich_uploader.listener.upload.notification''getVichUploader_Listener_Upload_NotificationService'true],
  1751.             'vich_uploader.listener.upload.notification_excel_file' => ['privates''vich_uploader.listener.upload.notification_excel_file''getVichUploader_Listener_Upload_NotificationExcelFileService'true],
  1752.         ], [
  1753.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
  1754.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
  1755.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1756.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1757.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1758.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1759.             'vich_uploader.listener.clean.consumption_slider_image' => '?',
  1760.             'vich_uploader.listener.clean.contact_information' => '?',
  1761.             'vich_uploader.listener.clean.dashboard' => '?',
  1762.             'vich_uploader.listener.clean.message_file' => '?',
  1763.             'vich_uploader.listener.clean.notification' => '?',
  1764.             'vich_uploader.listener.inject.notification_excel_file' => '?',
  1765.             'vich_uploader.listener.remove.consumption_slider_image' => '?',
  1766.             'vich_uploader.listener.remove.contact_information' => '?',
  1767.             'vich_uploader.listener.remove.dashboard' => '?',
  1768.             'vich_uploader.listener.remove.message_file' => '?',
  1769.             'vich_uploader.listener.remove.notification' => '?',
  1770.             'vich_uploader.listener.upload.consumption_slider_image' => '?',
  1771.             'vich_uploader.listener.upload.contact_information' => '?',
  1772.             'vich_uploader.listener.upload.dashboard' => '?',
  1773.             'vich_uploader.listener.upload.message_file' => '?',
  1774.             'vich_uploader.listener.upload.notification' => '?',
  1775.             'vich_uploader.listener.upload.notification_excel_file' => '?',
  1776.         ]);
  1777.     }
  1778.     /**
  1779.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1782.      */
  1783.     protected function get_ServiceLocator_KLVvNIqService()
  1784.     {
  1785.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1786.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1787.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1788.         ], [
  1789.             'doctrine.ulid_generator' => '?',
  1790.             'doctrine.uuid_generator' => '?',
  1791.         ]);
  1792.     }
  1793.     /**
  1794.      * Gets the private '.service_locator.Wcs1dSd' shared service.
  1795.      *
  1796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1797.      */
  1798.     protected function get_ServiceLocator_Wcs1dSdService()
  1799.     {
  1800.         return $this->privates['.service_locator.Wcs1dSd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1801.             'security.firewall.map.context.access_token' => ['privates''security.firewall.map.context.access_token''getSecurity_Firewall_Map_Context_AccessTokenService'true],
  1802.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1803.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1804.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1805.             'security.firewall.map.context.front' => ['privates''security.firewall.map.context.front''getSecurity_Firewall_Map_Context_FrontService'true],
  1806.         ], [
  1807.             'security.firewall.map.context.access_token' => '?',
  1808.             'security.firewall.map.context.admin' => '?',
  1809.             'security.firewall.map.context.api' => '?',
  1810.             'security.firewall.map.context.dev' => '?',
  1811.             'security.firewall.map.context.front' => '?',
  1812.         ]);
  1813.     }
  1814.     /**
  1815.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1816.      *
  1817.      * @return \App\EventListener\MaintenanceListener
  1818.      */
  1819.     protected function getMaintenanceListenerService()
  1820.     {
  1821.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1822.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  1823.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  1824.         }
  1825.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($a);
  1826.     }
  1827.     /**
  1828.      * Gets the private 'App\EventSubscriber\RenderedRouteSubscriber' shared autowired service.
  1829.      *
  1830.      * @return \App\EventSubscriber\RenderedRouteSubscriber
  1831.      */
  1832.     protected function getRenderedRouteSubscriberService()
  1833.     {
  1834.         return $this->privates['App\\EventSubscriber\\RenderedRouteSubscriber'] = new \App\EventSubscriber\RenderedRouteSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'App\Manager\ContractManager' shared autowired service.
  1838.      *
  1839.      * @return \App\Manager\ContractManager
  1840.      */
  1841.     protected function getContractManagerService()
  1842.     {
  1843.         $a = ($this->privates['App\\Repository\\Scp\\ContractRepository'] ?? $this->getContractRepositoryService());
  1844.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  1845.             return $this->privates['App\\Manager\\ContractManager'];
  1846.         }
  1847.         $b = ($this->privates['App\\Repository\\Scp\\DocumentRepository'] ?? $this->getDocumentRepositoryService());
  1848.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  1849.             return $this->privates['App\\Manager\\ContractManager'];
  1850.         }
  1851.         $c = ($this->privates['App\\Repository\\Scp\\ContactRepository'] ?? $this->getContactRepositoryService());
  1852.         if (isset($this->privates['App\\Manager\\ContractManager'])) {
  1853.             return $this->privates['App\\Manager\\ContractManager'];
  1854.         }
  1855.         return $this->privates['App\\Manager\\ContractManager'] = new \App\Manager\ContractManager($a$b$c);
  1856.     }
  1857.     /**
  1858.      * Gets the private 'App\Manager\Mailer' shared autowired service.
  1859.      *
  1860.      * @return \App\Manager\Mailer
  1861.      */
  1862.     protected function getMailerService()
  1863.     {
  1864.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1865.         if (isset($this->privates['App\\Manager\\Mailer'])) {
  1866.             return $this->privates['App\\Manager\\Mailer'];
  1867.         }
  1868.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1869.         if (isset($this->privates['App\\Manager\\Mailer'])) {
  1870.             return $this->privates['App\\Manager\\Mailer'];
  1871.         }
  1872.         return $this->privates['App\\Manager\\Mailer'] = new \App\Manager\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService')), 'Société du Canal de Provence''moncompteclient@canal-de-provence.com'$a, ($this->privates['App\\Repository\\App\\MailTypeRepository'] ?? $this->getMailTypeRepositoryService()), ($this->services['monolog.logger.consoAlert'] ?? $this->getMonolog_Logger_ConsoAlertService()), $b);
  1873.     }
  1874.     /**
  1875.      * Gets the private 'App\Manager\SupervisionManager' shared autowired service.
  1876.      *
  1877.      * @return \App\Manager\SupervisionManager
  1878.      */
  1879.     protected function getSupervisionManagerService()
  1880.     {
  1881.         $a = ($this->services['doctrine.dbal.mesure_connection'] ?? $this->getDoctrine_Dbal_MesureConnectionService());
  1882.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1883.             return $this->privates['App\\Manager\\SupervisionManager'];
  1884.         }
  1885.         $b = ($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService());
  1886.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1887.             return $this->privates['App\\Manager\\SupervisionManager'];
  1888.         }
  1889.         $c = ($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService());
  1890.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1891.             return $this->privates['App\\Manager\\SupervisionManager'];
  1892.         }
  1893.         $d = ($this->privates['App\\Manager\\Mailer'] ?? $this->getMailerService());
  1894.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1895.             return $this->privates['App\\Manager\\SupervisionManager'];
  1896.         }
  1897.         $e = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1898.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1899.             return $this->privates['App\\Manager\\SupervisionManager'];
  1900.         }
  1901.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1902.         if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
  1903.             return $this->privates['App\\Manager\\SupervisionManager'];
  1904.         }
  1905.         $g = new \App\Repository\MeasurementHistory\MeasurementHistoryRepository();
  1906.         $g->setMeasurementHistoryConnection($a);
  1907.         $g->setCollateAI('French_CI_AI');
  1908.         $g->setAppConnection($b);
  1909.         $h = new \App\Repository\Scp\SupervisionRepository();
  1910.         $h->setScpConnection($c);
  1911.         $h->setCollateAI('French_CI_AI');
  1912.         $h->setAppConnection($b);
  1913.         $i = new \App\Repository\Multi\SupervisionAlertRepository();
  1914.         $i->setScpConnection($c);
  1915.         $i->setCollateAI('French_CI_AI');
  1916.         $i->setAppConnection($b);
  1917.         $i->setMeasurementHistoryConnection($a);
  1918.         return $this->privates['App\\Manager\\SupervisionManager'] = new \App\Manager\SupervisionManager(($this->privates['App\\Repository\\App\\ConsumptionAlertRepository'] ?? $this->getConsumptionAlertRepositoryService()), $g$h$i, ($this->services['translator'] ?? $this->getTranslatorService()), $d$e$f'mdt@canal-de-provence.com');
  1919.     }
  1920.     /**
  1921.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  1922.      *
  1923.      * @return \App\Manager\UserManager
  1924.      */
  1925.     protected function getUserManagerService()
  1926.     {
  1927.         $a = ($this->privates['App\\Repository\\Scp\\UserRepository'] ?? $this->getUserRepositoryService());
  1928.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  1929.             return $this->privates['App\\Manager\\UserManager'];
  1930.         }
  1931.         $b = ($this->privates['App\\Repository\\Scp\\DeliveryStationRepository'] ?? $this->getDeliveryStationRepositoryService());
  1932.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  1933.             return $this->privates['App\\Manager\\UserManager'];
  1934.         }
  1935.         $c = ($this->privates['App\\Repository\\Multi\\UserRepository'] ?? $this->getUserRepository3Service());
  1936.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  1937.             return $this->privates['App\\Manager\\UserManager'];
  1938.         }
  1939.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1940.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  1941.             return $this->privates['App\\Manager\\UserManager'];
  1942.         }
  1943.         return $this->privates['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepository2Service()), $a$b$c, ($this->privates['App\\Repository\\App\\SepaOrderRepository'] ?? $this->getSepaOrderRepositoryService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), \dirname(__DIR__4), 'user/portrait'$d);
  1944.     }
  1945.     /**
  1946.      * Gets the private 'App\Manager\WateringTips\TownManager' shared autowired service.
  1947.      *
  1948.      * @return \App\Manager\WateringTips\TownManager
  1949.      */
  1950.     protected function getTownManagerService()
  1951.     {
  1952.         return $this->privates['App\\Manager\\WateringTips\\TownManager'] = new \App\Manager\WateringTips\TownManager(($this->privates['App\\Repository\\App\\TownRepository'] ?? $this->getTownRepositoryService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'App\Manager\WateringTips\WateringTipsManager' shared autowired service.
  1956.      *
  1957.      * @return \App\Manager\WateringTips\WateringTipsManager
  1958.      */
  1959.     protected function getWateringTipsManagerService()
  1960.     {
  1961.         $a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
  1962.         if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
  1963.             return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
  1964.         }
  1965.         $b = ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService());
  1966.         if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
  1967.             return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
  1968.         }
  1969.         $c = ($this->privates['App\\Repository\\Scp\\CommuneXYRepository'] ?? $this->getCommuneXYRepositoryService());
  1970.         if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
  1971.             return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
  1972.         }
  1973.         $d = ($this->services['cache.app'] ?? $this->getCache_AppService());
  1974.         $e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1975.         return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'] = new \App\Manager\WateringTips\WateringTipsManager($a, new \App\Service\WateringTips\WeatherClient($this->getEnv('WEATHER_OAUTH_CLIENT_ID'), $this->getEnv('WEATHER_OAUTH_CLIENT_SECRET'), $this->getEnv('WEATHER_OAUTH_TENANT_ID'), $this->getEnv('WEATHER_OAUTH_RESOURCE_ID'), $this->getEnv('WEATHER_BASE_URL'), $this->getEnv('WEATHER_APIM_SUBSCRIPTION_KEY'), $this->getEnv('int:WEATHER_TOKEN_EXPIRATION'), $d$e), ($this->privates['App\\Repository\\App\\WateringTipsRepository'] ?? $this->getWateringTipsRepositoryService()), new \App\Service\WateringTips\WaterSupplyClient($this->getEnv('WATER_OAUTH_CLIENT_ID'), $this->getEnv('WATER_OAUTH_CLIENT_SECRET'), $this->getEnv('WATER_OAUTH_TENANT_ID'), $this->getEnv('WATER_OAUTH_RESOURCE_ID'), $this->getEnv('WATER_BASE_URL'), $this->getEnv('WATER_APIM_SUBSCRIPTION_KEY'), $this->getEnv('int:WATER_TOKEN_EXPIRATION'), $d$e), ($this->privates['App\\Manager\\WateringTips\\TownManager'] ?? $this->getTownManagerService()), $b$c$d$this->getEnv('WATERING_TIPS_PERIOD_START'), $this->getEnv('WATERING_TIPS_PERIOD_END'), $this->getEnv('WATERING_TIPS_COEF_SURFACE_TREES'));
  1976.     }
  1977.     /**
  1978.      * Gets the private 'App\Repository\App\ConsumptionAlertRepository' shared autowired service.
  1979.      *
  1980.      * @return \App\Repository\App\ConsumptionAlertRepository
  1981.      */
  1982.     protected function getConsumptionAlertRepositoryService()
  1983.     {
  1984.         return $this->privates['App\\Repository\\App\\ConsumptionAlertRepository'] = new \App\Repository\App\ConsumptionAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1985.     }
  1986.     /**
  1987.      * Gets the private 'App\Repository\App\MailTypeRepository' shared autowired service.
  1988.      *
  1989.      * @return \App\Repository\App\MailTypeRepository
  1990.      */
  1991.     protected function getMailTypeRepositoryService()
  1992.     {
  1993.         return $this->privates['App\\Repository\\App\\MailTypeRepository'] = new \App\Repository\App\MailTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1994.     }
  1995.     /**
  1996.      * Gets the private 'App\Repository\App\NotificationStatisticsRepository' shared autowired service.
  1997.      *
  1998.      * @return \App\Repository\App\NotificationStatisticsRepository
  1999.      */
  2000.     protected function getNotificationStatisticsRepositoryService()
  2001.     {
  2002.         return $this->privates['App\\Repository\\App\\NotificationStatisticsRepository'] = new \App\Repository\App\NotificationStatisticsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2003.     }
  2004.     /**
  2005.      * Gets the private 'App\Repository\App\SCPLinkRepository' shared autowired service.
  2006.      *
  2007.      * @return \App\Repository\App\SCPLinkRepository
  2008.      */
  2009.     protected function getSCPLinkRepositoryService()
  2010.     {
  2011.         return $this->privates['App\\Repository\\App\\SCPLinkRepository'] = new \App\Repository\App\SCPLinkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2012.     }
  2013.     /**
  2014.      * Gets the private 'App\Repository\App\SepaOrderRepository' shared autowired service.
  2015.      *
  2016.      * @return \App\Repository\App\SepaOrderRepository
  2017.      */
  2018.     protected function getSepaOrderRepositoryService()
  2019.     {
  2020.         return $this->privates['App\\Repository\\App\\SepaOrderRepository'] = new \App\Repository\App\SepaOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2021.     }
  2022.     /**
  2023.      * Gets the private 'App\Repository\App\SuiviConsoActivationRepository' shared autowired service.
  2024.      *
  2025.      * @return \App\Repository\App\SuiviConsoActivationRepository
  2026.      */
  2027.     protected function getSuiviConsoActivationRepositoryService()
  2028.     {
  2029.         return $this->privates['App\\Repository\\App\\SuiviConsoActivationRepository'] = new \App\Repository\App\SuiviConsoActivationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2030.     }
  2031.     /**
  2032.      * Gets the private 'App\Repository\App\TownRepository' shared autowired service.
  2033.      *
  2034.      * @return \App\Repository\App\TownRepository
  2035.      */
  2036.     protected function getTownRepositoryService()
  2037.     {
  2038.         return $this->privates['App\\Repository\\App\\TownRepository'] = new \App\Repository\App\TownRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2039.     }
  2040.     /**
  2041.      * Gets the private 'App\Repository\App\UserRepository' shared autowired service.
  2042.      *
  2043.      * @return \App\Repository\App\UserRepository
  2044.      */
  2045.     protected function getUserRepository2Service()
  2046.     {
  2047.         return $this->privates['App\\Repository\\App\\UserRepository'] = new \App\Repository\App\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2048.     }
  2049.     /**
  2050.      * Gets the private 'App\Repository\App\WateringTipsRepository' shared autowired service.
  2051.      *
  2052.      * @return \App\Repository\App\WateringTipsRepository
  2053.      */
  2054.     protected function getWateringTipsRepositoryService()
  2055.     {
  2056.         return $this->privates['App\\Repository\\App\\WateringTipsRepository'] = new \App\Repository\App\WateringTipsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'App\Repository\Multi\UserRepository' shared autowired service.
  2060.      *
  2061.      * @return \App\Repository\Multi\UserRepository
  2062.      */
  2063.     protected function getUserRepository3Service()
  2064.     {
  2065.         $this->privates['App\\Repository\\Multi\\UserRepository'] = $instance = new \App\Repository\Multi\UserRepository();
  2066.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2067.         $instance->setCollateAI('French_CI_AI');
  2068.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2069.         $instance->setMeasurementHistoryConnection(($this->services['doctrine.dbal.mesure_connection'] ?? $this->getDoctrine_Dbal_MesureConnectionService()));
  2070.         return $instance;
  2071.     }
  2072.     /**
  2073.      * Gets the private 'App\Repository\Scp\CommuneXYRepository' shared autowired service.
  2074.      *
  2075.      * @return \App\Repository\Scp\CommuneXYRepository
  2076.      */
  2077.     protected function getCommuneXYRepositoryService()
  2078.     {
  2079.         $this->privates['App\\Repository\\Scp\\CommuneXYRepository'] = $instance = new \App\Repository\Scp\CommuneXYRepository();
  2080.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2081.         $instance->setCollateAI('French_CI_AI');
  2082.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the private 'App\Repository\Scp\ContactRepository' shared autowired service.
  2087.      *
  2088.      * @return \App\Repository\Scp\ContactRepository
  2089.      */
  2090.     protected function getContactRepositoryService()
  2091.     {
  2092.         $this->privates['App\\Repository\\Scp\\ContactRepository'] = $instance = new \App\Repository\Scp\ContactRepository();
  2093.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2094.         $instance->setCollateAI('French_CI_AI');
  2095.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2096.         return $instance;
  2097.     }
  2098.     /**
  2099.      * Gets the private 'App\Repository\Scp\ContractRepository' shared autowired service.
  2100.      *
  2101.      * @return \App\Repository\Scp\ContractRepository
  2102.      */
  2103.     protected function getContractRepositoryService()
  2104.     {
  2105.         $this->privates['App\\Repository\\Scp\\ContractRepository'] = $instance = new \App\Repository\Scp\ContractRepository();
  2106.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2107.         $instance->setCollateAI('French_CI_AI');
  2108.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2109.         return $instance;
  2110.     }
  2111.     /**
  2112.      * Gets the private 'App\Repository\Scp\DeliveryStationRepository' shared autowired service.
  2113.      *
  2114.      * @return \App\Repository\Scp\DeliveryStationRepository
  2115.      */
  2116.     protected function getDeliveryStationRepositoryService()
  2117.     {
  2118.         $this->privates['App\\Repository\\Scp\\DeliveryStationRepository'] = $instance = new \App\Repository\Scp\DeliveryStationRepository();
  2119.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2120.         $instance->setCollateAI('French_CI_AI');
  2121.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2122.         return $instance;
  2123.     }
  2124.     /**
  2125.      * Gets the private 'App\Repository\Scp\DocumentRepository' shared autowired service.
  2126.      *
  2127.      * @return \App\Repository\Scp\DocumentRepository
  2128.      */
  2129.     protected function getDocumentRepositoryService()
  2130.     {
  2131.         $this->privates['App\\Repository\\Scp\\DocumentRepository'] = $instance = new \App\Repository\Scp\DocumentRepository();
  2132.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2133.         $instance->setCollateAI('French_CI_AI');
  2134.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2135.         return $instance;
  2136.     }
  2137.     /**
  2138.      * Gets the private 'App\Repository\Scp\UserRepository' shared autowired service.
  2139.      *
  2140.      * @return \App\Repository\Scp\UserRepository
  2141.      */
  2142.     protected function getUserRepositoryService()
  2143.     {
  2144.         $this->privates['App\\Repository\\Scp\\UserRepository'] = $instance = new \App\Repository\Scp\UserRepository();
  2145.         $instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
  2146.         $instance->setCollateAI('French_CI_AI');
  2147.         $instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
  2148.         return $instance;
  2149.     }
  2150.     /**
  2151.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2152.      *
  2153.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2154.      */
  2155.     protected function getResetAssetsEventListenerService()
  2156.     {
  2157.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2158.     }
  2159.     /**
  2160.      * Gets the private 'annotations.cache_adapter' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2163.      */
  2164.     protected function getAnnotations_CacheAdapterService()
  2165.     {
  2166.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2167.     }
  2168.     /**
  2169.      * Gets the private 'annotations.cached_reader' shared service.
  2170.      *
  2171.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2172.      */
  2173.     protected function getAnnotations_CachedReaderService()
  2174.     {
  2175.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2176.     }
  2177.     /**
  2178.      * Gets the private 'annotations.reader' shared service.
  2179.      *
  2180.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2181.      */
  2182.     protected function getAnnotations_ReaderService()
  2183.     {
  2184.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2185.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2186.         $a->registerUniqueLoader('class_exists');
  2187.         $instance->addGlobalIgnoredName('required'$a);
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'assets.packages' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\Asset\Packages
  2194.      */
  2195.     protected function getAssets_PackagesService()
  2196.     {
  2197.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2198.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2199.             return new \EmptyIterator();
  2200.         }, 0));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'cache.annotations' shared service.
  2204.      *
  2205.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2206.      */
  2207.     protected function getCache_AnnotationsService()
  2208.     {
  2209.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6n+myFZDGF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2213.      *
  2214.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2215.      */
  2216.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2217.     {
  2218.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2219.     }
  2220.     /**
  2221.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2224.      */
  2225.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2226.     {
  2227.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2228.     }
  2229.     /**
  2230.      * Gets the private 'cache.doctrine.orm.scp.query' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2233.      */
  2234.     protected function getCache_Doctrine_Orm_Scp_QueryService()
  2235.     {
  2236.         return $this->privates['cache.doctrine.orm.scp.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2237.     }
  2238.     /**
  2239.      * Gets the private 'cache.doctrine.orm.scp.result' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2242.      */
  2243.     protected function getCache_Doctrine_Orm_Scp_ResultService()
  2244.     {
  2245.         return $this->privates['cache.doctrine.orm.scp.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2246.     }
  2247.     /**
  2248.      * Gets the private 'cache.easyadmin' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2251.      */
  2252.     protected function getCache_EasyadminService()
  2253.     {
  2254.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hgU4Qh3mwQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2255.     }
  2256.     /**
  2257.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2260.      */
  2261.     protected function getCache_Messenger_RestartWorkersSignalService()
  2262.     {
  2263.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mtTJbIbIB1'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2264.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2265.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2266.     }
  2267.     /**
  2268.      * Gets the private 'cache.property_info' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2271.      */
  2272.     protected function getCache_PropertyInfoService()
  2273.     {
  2274.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G-so7tQ6+z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2275.     }
  2276.     /**
  2277.      * Gets the private 'cache.security_expression_language' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2280.      */
  2281.     protected function getCache_SecurityExpressionLanguageService()
  2282.     {
  2283.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nXQKibs415'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2284.     }
  2285.     /**
  2286.      * Gets the private 'cache.security_token_verifier' shared service.
  2287.      *
  2288.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2289.      */
  2290.     protected function getCache_SecurityTokenVerifierService()
  2291.     {
  2292.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w2QgRwpuT8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2293.     }
  2294.     /**
  2295.      * Gets the private 'cache.serializer' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2298.      */
  2299.     protected function getCache_SerializerService()
  2300.     {
  2301.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KpJkeK8Ezi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2302.     }
  2303.     /**
  2304.      * Gets the private 'cache.validator' shared service.
  2305.      *
  2306.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2307.      */
  2308.     protected function getCache_ValidatorService()
  2309.     {
  2310.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6BnyNbCp8c'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2311.     }
  2312.     /**
  2313.      * Gets the private 'cache.webpack_encore' shared service.
  2314.      *
  2315.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2316.      */
  2317.     protected function getCache_WebpackEncoreService()
  2318.     {
  2319.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k5cqJowdFS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2320.     }
  2321.     /**
  2322.      * Gets the private 'config_cache_factory' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2325.      */
  2326.     protected function getConfigCacheFactoryService()
  2327.     {
  2328.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2329.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2330.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2331.         }, 2));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'data_collector.form' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2337.      */
  2338.     protected function getDataCollector_FormService()
  2339.     {
  2340.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2341.     }
  2342.     /**
  2343.      * Gets the private 'data_collector.request' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2346.      */
  2347.     protected function getDataCollector_RequestService()
  2348.     {
  2349.         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())));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'debug.controller_resolver' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2355.      */
  2356.     protected function getDebug_ControllerResolverService()
  2357.     {
  2358.         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))));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2364.      */
  2365.     protected function getDebug_DebugHandlersListenerService()
  2366.     {
  2367.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2368.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2369.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2370.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2372.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2373.     }
  2374.     /**
  2375.      * Gets the private 'debug.file_link_formatter' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2378.      */
  2379.     protected function getDebug_FileLinkFormatterService()
  2380.     {
  2381.         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 () {
  2382.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2383.         });
  2384.     }
  2385.     /**
  2386.      * Gets the private 'debug.log_processor' shared service.
  2387.      *
  2388.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2389.      */
  2390.     protected function getDebug_LogProcessorService()
  2391.     {
  2392.         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())));
  2393.     }
  2394.     /**
  2395.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2398.      */
  2399.     protected function getDebug_Security_Access_DecisionManagerService()
  2400.     {
  2401.         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 () {
  2402.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2403.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2404.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2405.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ContractVoter'] ?? $this->load('getContractVoterService'));
  2406.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] ?? $this->load('getConversationVoterService'));
  2407.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\DocumentVoter'] ?? $this->load('getDocumentVoterService'));
  2408.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
  2409.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessagingSubjectVoter'] ?? $this->load('getMessagingSubjectVoterService'));
  2410.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\WaterQualityVoter'] ?? $this->load('getWaterQualityVoterService'));
  2411.         }, 9), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2412.     }
  2413.     /**
  2414.      * Gets the private 'debug.security.firewall' shared service.
  2415.      *
  2416.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2417.      */
  2418.     protected function getDebug_Security_FirewallService()
  2419.     {
  2420.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2421.         if (isset($this->privates['debug.security.firewall'])) {
  2422.             return $this->privates['debug.security.firewall'];
  2423.         }
  2424.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2425.         if (isset($this->privates['debug.security.firewall'])) {
  2426.             return $this->privates['debug.security.firewall'];
  2427.         }
  2428.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2429.     }
  2430.     /**
  2431.      * Gets the private 'doctrine.dbal.app_connection.event_manager' shared service.
  2432.      *
  2433.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2434.      */
  2435.     protected function getDoctrine_Dbal_AppConnection_EventManagerService()
  2436.     {
  2437.         return $this->privates['doctrine.dbal.app_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2438.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates''App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber''getAdminUserPasswordEncoderSubscriberService'true],
  2439.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates''App\\EventSubscriber\\User\\UserLoadedSubscriber''getUserLoadedSubscriberService'true],
  2440.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2441.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2442.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2443.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2444.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2445.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  2446.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  2447.             'vich_uploader.listener.clean.consumption_slider_image' => ['privates''vich_uploader.listener.clean.consumption_slider_image''getVichUploader_Listener_Clean_ConsumptionSliderImageService'true],
  2448.             'vich_uploader.listener.clean.contact_information' => ['privates''vich_uploader.listener.clean.contact_information''getVichUploader_Listener_Clean_ContactInformationService'true],
  2449.             'vich_uploader.listener.clean.dashboard' => ['privates''vich_uploader.listener.clean.dashboard''getVichUploader_Listener_Clean_DashboardService'true],
  2450.             'vich_uploader.listener.clean.message_file' => ['privates''vich_uploader.listener.clean.message_file''getVichUploader_Listener_Clean_MessageFileService'true],
  2451.             'vich_uploader.listener.clean.notification' => ['privates''vich_uploader.listener.clean.notification''getVichUploader_Listener_Clean_NotificationService'true],
  2452.             'vich_uploader.listener.inject.notification_excel_file' => ['privates''vich_uploader.listener.inject.notification_excel_file''getVichUploader_Listener_Inject_NotificationExcelFileService'true],
  2453.             'vich_uploader.listener.remove.consumption_slider_image' => ['privates''vich_uploader.listener.remove.consumption_slider_image''getVichUploader_Listener_Remove_ConsumptionSliderImageService'true],
  2454.             'vich_uploader.listener.remove.contact_information' => ['privates''vich_uploader.listener.remove.contact_information''getVichUploader_Listener_Remove_ContactInformationService'true],
  2455.             'vich_uploader.listener.remove.dashboard' => ['privates''vich_uploader.listener.remove.dashboard''getVichUploader_Listener_Remove_DashboardService'true],
  2456.             'vich_uploader.listener.remove.message_file' => ['privates''vich_uploader.listener.remove.message_file''getVichUploader_Listener_Remove_MessageFileService'true],
  2457.             'vich_uploader.listener.remove.notification' => ['privates''vich_uploader.listener.remove.notification''getVichUploader_Listener_Remove_NotificationService'true],
  2458.             'vich_uploader.listener.upload.consumption_slider_image' => ['privates''vich_uploader.listener.upload.consumption_slider_image''getVichUploader_Listener_Upload_ConsumptionSliderImageService'true],
  2459.             'vich_uploader.listener.upload.contact_information' => ['privates''vich_uploader.listener.upload.contact_information''getVichUploader_Listener_Upload_ContactInformationService'true],
  2460.             'vich_uploader.listener.upload.dashboard' => ['privates''vich_uploader.listener.upload.dashboard''getVichUploader_Listener_Upload_DashboardService'true],
  2461.             'vich_uploader.listener.upload.message_file' => ['privates''vich_uploader.listener.upload.message_file''getVichUploader_Listener_Upload_MessageFileService'true],
  2462.             'vich_uploader.listener.upload.notification' => ['privates''vich_uploader.listener.upload.notification''getVichUploader_Listener_Upload_NotificationService'true],
  2463.             'vich_uploader.listener.upload.notification_excel_file' => ['privates''vich_uploader.listener.upload.notification_excel_file''getVichUploader_Listener_Upload_NotificationExcelFileService'true],
  2464.         ], [
  2465.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
  2466.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
  2467.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2468.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2469.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2470.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2471.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2472.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2473.             'stof_doctrine_extensions.listener.tree' => '?',
  2474.             'vich_uploader.listener.clean.consumption_slider_image' => '?',
  2475.             'vich_uploader.listener.clean.contact_information' => '?',
  2476.             'vich_uploader.listener.clean.dashboard' => '?',
  2477.             'vich_uploader.listener.clean.message_file' => '?',
  2478.             'vich_uploader.listener.clean.notification' => '?',
  2479.             'vich_uploader.listener.inject.notification_excel_file' => '?',
  2480.             'vich_uploader.listener.remove.consumption_slider_image' => '?',
  2481.             'vich_uploader.listener.remove.contact_information' => '?',
  2482.             'vich_uploader.listener.remove.dashboard' => '?',
  2483.             'vich_uploader.listener.remove.message_file' => '?',
  2484.             'vich_uploader.listener.remove.notification' => '?',
  2485.             'vich_uploader.listener.upload.consumption_slider_image' => '?',
  2486.             'vich_uploader.listener.upload.contact_information' => '?',
  2487.             'vich_uploader.listener.upload.dashboard' => '?',
  2488.             'vich_uploader.listener.upload.message_file' => '?',
  2489.             'vich_uploader.listener.upload.notification' => '?',
  2490.             'vich_uploader.listener.upload.notification_excel_file' => '?',
  2491.         ]), [=> 'vich_uploader.listener.clean.contact_information'=> 'vich_uploader.listener.clean.dashboard'=> 'vich_uploader.listener.clean.message_file'=> 'vich_uploader.listener.clean.consumption_slider_image'=> 'vich_uploader.listener.clean.notification'=> 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber'=> 'App\\EventSubscriber\\User\\UserLoadedSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => 'vich_uploader.listener.remove.contact_information'12 => 'vich_uploader.listener.upload.contact_information'13 => 'vich_uploader.listener.remove.dashboard'14 => 'vich_uploader.listener.upload.dashboard'15 => 'vich_uploader.listener.remove.message_file'16 => 'vich_uploader.listener.upload.message_file'17 => 'vich_uploader.listener.remove.consumption_slider_image'18 => 'vich_uploader.listener.upload.consumption_slider_image'19 => 'vich_uploader.listener.remove.notification'20 => 'vich_uploader.listener.upload.notification'21 => 'vich_uploader.listener.inject.notification_excel_file'22 => 'vich_uploader.listener.upload.notification_excel_file'23 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 24 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 25 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 26 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 27 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 28 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 29 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 30 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 31 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 32 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 33 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 34 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable']]);
  2492.     }
  2493.     /**
  2494.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2495.      *
  2496.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2497.      */
  2498.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2499.     {
  2500.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']));
  2501.     }
  2502.     /**
  2503.      * Gets the private 'doctrine.dbal.scp_connection.event_manager' shared service.
  2504.      *
  2505.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2506.      */
  2507.     protected function getDoctrine_Dbal_ScpConnection_EventManagerService()
  2508.     {
  2509.         return $this->privates['doctrine.dbal.scp_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2510.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates''App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber''getAdminUserPasswordEncoderSubscriberService'true],
  2511.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates''App\\EventSubscriber\\User\\UserLoadedSubscriber''getUserLoadedSubscriberService'true],
  2512.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2513.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2514.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2515.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2516.             'doctrine.orm.scp_listeners.attach_entity_listeners' => ['privates''doctrine.orm.scp_listeners.attach_entity_listeners''getDoctrine_Orm_ScpListeners_AttachEntityListenersService'true],
  2517.             'vich_uploader.listener.clean.consumption_slider_image' => ['privates''vich_uploader.listener.clean.consumption_slider_image''getVichUploader_Listener_Clean_ConsumptionSliderImageService'true],
  2518.             'vich_uploader.listener.clean.contact_information' => ['privates''vich_uploader.listener.clean.contact_information''getVichUploader_Listener_Clean_ContactInformationService'true],
  2519.             'vich_uploader.listener.clean.dashboard' => ['privates''vich_uploader.listener.clean.dashboard''getVichUploader_Listener_Clean_DashboardService'true],
  2520.             'vich_uploader.listener.clean.message_file' => ['privates''vich_uploader.listener.clean.message_file''getVichUploader_Listener_Clean_MessageFileService'true],
  2521.             'vich_uploader.listener.clean.notification' => ['privates''vich_uploader.listener.clean.notification''getVichUploader_Listener_Clean_NotificationService'true],
  2522.             'vich_uploader.listener.inject.notification_excel_file' => ['privates''vich_uploader.listener.inject.notification_excel_file''getVichUploader_Listener_Inject_NotificationExcelFileService'true],
  2523.             'vich_uploader.listener.remove.consumption_slider_image' => ['privates''vich_uploader.listener.remove.consumption_slider_image''getVichUploader_Listener_Remove_ConsumptionSliderImageService'true],
  2524.             'vich_uploader.listener.remove.contact_information' => ['privates''vich_uploader.listener.remove.contact_information''getVichUploader_Listener_Remove_ContactInformationService'true],
  2525.             'vich_uploader.listener.remove.dashboard' => ['privates''vich_uploader.listener.remove.dashboard''getVichUploader_Listener_Remove_DashboardService'true],
  2526.             'vich_uploader.listener.remove.message_file' => ['privates''vich_uploader.listener.remove.message_file''getVichUploader_Listener_Remove_MessageFileService'true],
  2527.             'vich_uploader.listener.remove.notification' => ['privates''vich_uploader.listener.remove.notification''getVichUploader_Listener_Remove_NotificationService'true],
  2528.             'vich_uploader.listener.upload.consumption_slider_image' => ['privates''vich_uploader.listener.upload.consumption_slider_image''getVichUploader_Listener_Upload_ConsumptionSliderImageService'true],
  2529.             'vich_uploader.listener.upload.contact_information' => ['privates''vich_uploader.listener.upload.contact_information''getVichUploader_Listener_Upload_ContactInformationService'true],
  2530.             'vich_uploader.listener.upload.dashboard' => ['privates''vich_uploader.listener.upload.dashboard''getVichUploader_Listener_Upload_DashboardService'true],
  2531.             'vich_uploader.listener.upload.message_file' => ['privates''vich_uploader.listener.upload.message_file''getVichUploader_Listener_Upload_MessageFileService'true],
  2532.             'vich_uploader.listener.upload.notification' => ['privates''vich_uploader.listener.upload.notification''getVichUploader_Listener_Upload_NotificationService'true],
  2533.             'vich_uploader.listener.upload.notification_excel_file' => ['privates''vich_uploader.listener.upload.notification_excel_file''getVichUploader_Listener_Upload_NotificationExcelFileService'true],
  2534.         ], [
  2535.             'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
  2536.             'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
  2537.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2538.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2539.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2540.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2541.             'doctrine.orm.scp_listeners.attach_entity_listeners' => '?',
  2542.             'vich_uploader.listener.clean.consumption_slider_image' => '?',
  2543.             'vich_uploader.listener.clean.contact_information' => '?',
  2544.             'vich_uploader.listener.clean.dashboard' => '?',
  2545.             'vich_uploader.listener.clean.message_file' => '?',
  2546.             'vich_uploader.listener.clean.notification' => '?',
  2547.             'vich_uploader.listener.inject.notification_excel_file' => '?',
  2548.             'vich_uploader.listener.remove.consumption_slider_image' => '?',
  2549.             'vich_uploader.listener.remove.contact_information' => '?',
  2550.             'vich_uploader.listener.remove.dashboard' => '?',
  2551.             'vich_uploader.listener.remove.message_file' => '?',
  2552.             'vich_uploader.listener.remove.notification' => '?',
  2553.             'vich_uploader.listener.upload.consumption_slider_image' => '?',
  2554.             'vich_uploader.listener.upload.contact_information' => '?',
  2555.             'vich_uploader.listener.upload.dashboard' => '?',
  2556.             'vich_uploader.listener.upload.message_file' => '?',
  2557.             'vich_uploader.listener.upload.notification' => '?',
  2558.             'vich_uploader.listener.upload.notification_excel_file' => '?',
  2559.         ]), [=> 'vich_uploader.listener.clean.contact_information'=> 'vich_uploader.listener.clean.dashboard'=> 'vich_uploader.listener.clean.message_file'=> 'vich_uploader.listener.clean.consumption_slider_image'=> 'vich_uploader.listener.clean.notification'=> 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber'=> 'App\\EventSubscriber\\User\\UserLoadedSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'10 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'11 => 'vich_uploader.listener.remove.contact_information'12 => 'vich_uploader.listener.upload.contact_information'13 => 'vich_uploader.listener.remove.dashboard'14 => 'vich_uploader.listener.upload.dashboard'15 => 'vich_uploader.listener.remove.message_file'16 => 'vich_uploader.listener.upload.message_file'17 => 'vich_uploader.listener.remove.consumption_slider_image'18 => 'vich_uploader.listener.upload.consumption_slider_image'19 => 'vich_uploader.listener.remove.notification'20 => 'vich_uploader.listener.upload.notification'21 => 'vich_uploader.listener.inject.notification_excel_file'22 => 'vich_uploader.listener.upload.notification_excel_file'23 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.scp_listeners.attach_entity_listeners']]);
  2560.     }
  2561.     /**
  2562.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2563.      *
  2564.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2565.      */
  2566.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2567.     {
  2568.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2569.             'App\\Repository\\App\\AdminUserRepository' => ['privates''App\\Repository\\App\\AdminUserRepository''getAdminUserRepositoryService'true],
  2570.             'App\\Repository\\App\\ConsumptionAlertRepository' => ['privates''App\\Repository\\App\\ConsumptionAlertRepository''getConsumptionAlertRepositoryService'false],
  2571.             'App\\Repository\\App\\ConsumptionExportRepository' => ['privates''App\\Repository\\App\\ConsumptionExportRepository''getConsumptionExportRepositoryService'true],
  2572.             'App\\Repository\\App\\ContactSheet\\ContactSheetRepository' => ['privates''App\\Repository\\App\\ContactSheet\\ContactSheetRepository''getContactSheetRepositoryService'true],
  2573.             'App\\Repository\\App\\ContactSheet\\InterruptionContactRepository' => ['privates''App\\Repository\\App\\ContactSheet\\InterruptionContactRepository''getInterruptionContactRepositoryService'true],
  2574.             'App\\Repository\\App\\ContactSheet\\PriorityContactRepository' => ['privates''App\\Repository\\App\\ContactSheet\\PriorityContactRepository''getPriorityContactRepositoryService'true],
  2575.             'App\\Repository\\App\\DashboardRepository' => ['privates''App\\Repository\\App\\DashboardRepository''getDashboardRepositoryService'true],
  2576.             'App\\Repository\\App\\DonneeCompteClientRepository' => ['privates''App\\Repository\\App\\DonneeCompteClientRepository''getDonneeCompteClientRepositoryService'true],
  2577.             'App\\Repository\\App\\IndexUpdateRepository' => ['privates''App\\Repository\\App\\IndexUpdateRepository''getIndexUpdateRepositoryService'true],
  2578.             'App\\Repository\\App\\LeakAlertActivationRepository' => ['privates''App\\Repository\\App\\LeakAlertActivationRepository''getLeakAlertActivationRepositoryService'true],
  2579.             'App\\Repository\\App\\LeakAlertHistoryRepository' => ['privates''App\\Repository\\App\\LeakAlertHistoryRepository''getLeakAlertHistoryRepositoryService'true],
  2580.             'App\\Repository\\App\\LinkRepository' => ['privates''App\\Repository\\App\\LinkRepository''getLinkRepositoryService'true],
  2581.             'App\\Repository\\App\\LoginHistoryRepository' => ['privates''App\\Repository\\App\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  2582.             'App\\Repository\\App\\MailTypeRepository' => ['privates''App\\Repository\\App\\MailTypeRepository''getMailTypeRepositoryService'false],
  2583.             'App\\Repository\\App\\Messaging\\CenterTeamRepository' => ['privates''App\\Repository\\App\\Messaging\\CenterTeamRepository''getCenterTeamRepositoryService'true],
  2584.             'App\\Repository\\App\\Messaging\\ContractTypeTeamRepository' => ['privates''App\\Repository\\App\\Messaging\\ContractTypeTeamRepository''getContractTypeTeamRepositoryService'true],
  2585.             'App\\Repository\\App\\Messaging\\ConversationRepository' => ['privates''App\\Repository\\App\\Messaging\\ConversationRepository''getConversationRepositoryService'true],
  2586.             'App\\Repository\\App\\Messaging\\MessageFileRepository' => ['privates''App\\Repository\\App\\Messaging\\MessageFileRepository''getMessageFileRepositoryService'true],
  2587.             'App\\Repository\\App\\Messaging\\MessageRepository' => ['privates''App\\Repository\\App\\Messaging\\MessageRepository''getMessageRepositoryService'true],
  2588.             'App\\Repository\\App\\Messaging\\RedirectLinkRepository' => ['privates''App\\Repository\\App\\Messaging\\RedirectLinkRepository''getRedirectLinkRepositoryService'true],
  2589.             'App\\Repository\\App\\Messaging\\SubjectRepository' => ['privates''App\\Repository\\App\\Messaging\\SubjectRepository''getSubjectRepositoryService'true],
  2590.             'App\\Repository\\App\\Messaging\\TeamRepository' => ['privates''App\\Repository\\App\\Messaging\\TeamRepository''getTeamRepositoryService'true],
  2591.             'App\\Repository\\App\\Messaging\\ThemeRepository' => ['privates''App\\Repository\\App\\Messaging\\ThemeRepository''getThemeRepositoryService'true],
  2592.             'App\\Repository\\App\\NotificationRepository' => ['privates''App\\Repository\\App\\NotificationRepository''getNotificationRepositoryService'true],
  2593.             'App\\Repository\\App\\NotificationStatisticsRepository' => ['privates''App\\Repository\\App\\NotificationStatisticsRepository''getNotificationStatisticsRepositoryService'false],
  2594.             'App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository' => ['privates''App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository''getPaymentOrderRepositoryService'true],
  2595.             'App\\Repository\\App\\SCPLinkRepository' => ['privates''App\\Repository\\App\\SCPLinkRepository''getSCPLinkRepositoryService'false],
  2596.             'App\\Repository\\App\\SepaOrderRepository' => ['privates''App\\Repository\\App\\SepaOrderRepository''getSepaOrderRepositoryService'false],
  2597.             'App\\Repository\\App\\SliderRepository' => ['privates''App\\Repository\\App\\SliderRepository''getSliderRepositoryService'true],
  2598.             'App\\Repository\\App\\SuiviConsoActivationRepository' => ['privates''App\\Repository\\App\\SuiviConsoActivationRepository''getSuiviConsoActivationRepositoryService'false],
  2599.             'App\\Repository\\App\\SuiviConsoAlertHistoryRepository' => ['privates''App\\Repository\\App\\SuiviConsoAlertHistoryRepository''getSuiviConsoAlertHistoryRepositoryService'true],
  2600.             'App\\Repository\\App\\SuiviConsoConsentRepository' => ['privates''App\\Repository\\App\\SuiviConsoConsentRepository''getSuiviConsoConsentRepositoryService'true],
  2601.             'App\\Repository\\App\\TimetableUpdateRepository' => ['privates''App\\Repository\\App\\TimetableUpdateRepository''getTimetableUpdateRepositoryService'true],
  2602.             'App\\Repository\\App\\TownRepository' => ['privates''App\\Repository\\App\\TownRepository''getTownRepositoryService'false],
  2603.             'App\\Repository\\App\\UserRepository' => ['privates''App\\Repository\\App\\UserRepository''getUserRepository2Service'false],
  2604.             'App\\Repository\\App\\WateringTipsRepository' => ['privates''App\\Repository\\App\\WateringTipsRepository''getWateringTipsRepositoryService'false],
  2605.             'App\\Repository\\RenommagePosteRepository' => ['privates''App\\Repository\\RenommagePosteRepository''getRenommagePosteRepositoryService'true],
  2606.             'App\\Repository\\Scp\\SCPContractRepository' => ['privates''App\\Repository\\Scp\\SCPContractRepository''getSCPContractRepositoryService'true],
  2607.             'Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository' => ['privates''Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository''getMessageEntityRepositoryService'true],
  2608.         ], [
  2609.             'App\\Repository\\App\\AdminUserRepository' => '?',
  2610.             'App\\Repository\\App\\ConsumptionAlertRepository' => '?',
  2611.             'App\\Repository\\App\\ConsumptionExportRepository' => '?',
  2612.             'App\\Repository\\App\\ContactSheet\\ContactSheetRepository' => '?',
  2613.             'App\\Repository\\App\\ContactSheet\\InterruptionContactRepository' => '?',
  2614.             'App\\Repository\\App\\ContactSheet\\PriorityContactRepository' => '?',
  2615.             'App\\Repository\\App\\DashboardRepository' => '?',
  2616.             'App\\Repository\\App\\DonneeCompteClientRepository' => '?',
  2617.             'App\\Repository\\App\\IndexUpdateRepository' => '?',
  2618.             'App\\Repository\\App\\LeakAlertActivationRepository' => '?',
  2619.             'App\\Repository\\App\\LeakAlertHistoryRepository' => '?',
  2620.             'App\\Repository\\App\\LinkRepository' => '?',
  2621.             'App\\Repository\\App\\LoginHistoryRepository' => '?',
  2622.             'App\\Repository\\App\\MailTypeRepository' => '?',
  2623.             'App\\Repository\\App\\Messaging\\CenterTeamRepository' => '?',
  2624.             'App\\Repository\\App\\Messaging\\ContractTypeTeamRepository' => '?',
  2625.             'App\\Repository\\App\\Messaging\\ConversationRepository' => '?',
  2626.             'App\\Repository\\App\\Messaging\\MessageFileRepository' => '?',
  2627.             'App\\Repository\\App\\Messaging\\MessageRepository' => '?',
  2628.             'App\\Repository\\App\\Messaging\\RedirectLinkRepository' => '?',
  2629.             'App\\Repository\\App\\Messaging\\SubjectRepository' => '?',
  2630.             'App\\Repository\\App\\Messaging\\TeamRepository' => '?',
  2631.             'App\\Repository\\App\\Messaging\\ThemeRepository' => '?',
  2632.             'App\\Repository\\App\\NotificationRepository' => '?',
  2633.             'App\\Repository\\App\\NotificationStatisticsRepository' => '?',
  2634.             'App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository' => '?',
  2635.             'App\\Repository\\App\\SCPLinkRepository' => '?',
  2636.             'App\\Repository\\App\\SepaOrderRepository' => '?',
  2637.             'App\\Repository\\App\\SliderRepository' => '?',
  2638.             'App\\Repository\\App\\SuiviConsoActivationRepository' => '?',
  2639.             'App\\Repository\\App\\SuiviConsoAlertHistoryRepository' => '?',
  2640.             'App\\Repository\\App\\SuiviConsoConsentRepository' => '?',
  2641.             'App\\Repository\\App\\TimetableUpdateRepository' => '?',
  2642.             'App\\Repository\\App\\TownRepository' => '?',
  2643.             'App\\Repository\\App\\UserRepository' => '?',
  2644.             'App\\Repository\\App\\WateringTipsRepository' => '?',
  2645.             'App\\Repository\\RenommagePosteRepository' => '?',
  2646.             'App\\Repository\\Scp\\SCPContractRepository' => '?',
  2647.             'Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository' => '?',
  2648.         ]));
  2649.     }
  2650.     /**
  2651.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2652.      *
  2653.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2654.      */
  2655.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2656.     {
  2657.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  2658.     }
  2659.     /**
  2660.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2661.      *
  2662.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2663.      */
  2664.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2665.     {
  2666.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/config/packages/doctrine') => 'Eolas\\Bundle\\EolasTranslationBundle\\Entity', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  2667.         $instance->setGlobalBasename('mapping');
  2668.         return $instance;
  2669.     }
  2670.     /**
  2671.      * Gets the private 'doctrine.orm.scp_annotation_metadata_driver' shared service.
  2672.      *
  2673.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2674.      */
  2675.     protected function getDoctrine_Orm_ScpAnnotationMetadataDriverService()
  2676.     {
  2677.         return $this->privates['doctrine.orm.scp_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Scp')], false);
  2678.     }
  2679.     /**
  2680.      * Gets the private 'exception_listener' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2683.      */
  2684.     protected function getExceptionListenerService()
  2685.     {
  2686.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2687.     }
  2688.     /**
  2689.      * Gets the private 'form.registry' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\Form\FormRegistry
  2692.      */
  2693.     protected function getForm_RegistryService()
  2694.     {
  2695.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2696.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  2697.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  2698.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  2699.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  2700.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  2701.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  2702.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  2703.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  2704.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  2705.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  2706.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  2707.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  2708.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  2709.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  2710.         ], [
  2711.             'easyadmin.filter.type.array' => '?',
  2712.             'easyadmin.filter.type.boolean' => '?',
  2713.             'easyadmin.filter.type.choice' => '?',
  2714.             'easyadmin.filter.type.comparison' => '?',
  2715.             'easyadmin.filter.type.date' => '?',
  2716.             'easyadmin.filter.type.dateinterval' => '?',
  2717.             'easyadmin.filter.type.datetime' => '?',
  2718.             'easyadmin.filter.type.decimal' => '?',
  2719.             'easyadmin.filter.type.entity' => '?',
  2720.             'easyadmin.filter.type.float' => '?',
  2721.             'easyadmin.filter.type.integer' => '?',
  2722.             'easyadmin.filter.type.text' => '?',
  2723.             'easyadmin.filter.type.textarea' => '?',
  2724.             'easyadmin.filter.type.time' => '?',
  2725.         ]), [], new RewindableGenerator(function () {
  2726.             return new \EmptyIterator();
  2727.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2728.             'App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType' => ['privates''App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType''getActimageCaptchaTypeService'true],
  2729.             'App\\Form\\Account\\CreationType' => ['privates''App\\Form\\Account\\CreationType''getCreationTypeService'true],
  2730.             'App\\Form\\Account\\LostEmailType' => ['privates''App\\Form\\Account\\LostEmailType''getLostEmailTypeService'true],
  2731.             'App\\Form\\Account\\LostPasswordType' => ['privates''App\\Form\\Account\\LostPasswordType''getLostPasswordTypeService'true],
  2732.             'App\\Form\\Account\\PasswordCreationType' => ['privates''App\\Form\\Account\\PasswordCreationType''getPasswordCreationTypeService'true],
  2733.             'App\\Form\\Account\\PersonalInformationType' => ['privates''App\\Form\\Account\\PersonalInformationType''getPersonalInformationTypeService'true],
  2734.             'App\\Form\\Account\\UpdateEmailInProfileType' => ['privates''App\\Form\\Account\\UpdateEmailInProfileType''getUpdateEmailInProfileTypeService'true],
  2735.             'App\\Form\\Account\\UpdateEmailType' => ['privates''App\\Form\\Account\\UpdateEmailType''getUpdateEmailTypeService'true],
  2736.             'App\\Form\\Account\\UpdatePasswordType' => ['privates''App\\Form\\Account\\UpdatePasswordType''getUpdatePasswordTypeService'true],
  2737.             'App\\Form\\Account\\UpdateType' => ['privates''App\\Form\\Account\\UpdateType''getUpdateTypeService'true],
  2738.             'App\\Form\\Admin\\DroughtType' => ['privates''App\\Form\\Admin\\DroughtType''getDroughtTypeService'true],
  2739.             'App\\Form\\Admin\\Mail\\ExportArchiveType' => ['privates''App\\Form\\Admin\\Mail\\ExportArchiveType''getExportArchiveTypeService'true],
  2740.             'App\\Form\\Admin\\Messaging\\AdminMessageType' => ['privates''App\\Form\\Admin\\Messaging\\AdminMessageType''getAdminMessageTypeService'true],
  2741.             'App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType' => ['privates''App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType''getAssignmentTeamCollectionTypeService'true],
  2742.             'App\\Form\\Admin\\Messaging\\AssignmentTeamType' => ['privates''App\\Form\\Admin\\Messaging\\AssignmentTeamType''getAssignmentTeamTypeService'true],
  2743.             'App\\Form\\Admin\\Messaging\\RedirectLinkType' => ['privates''App\\Form\\Admin\\Messaging\\RedirectLinkType''getRedirectLinkTypeService'true],
  2744.             'App\\Form\\Admin\\Messaging\\TransferTeamType' => ['privates''App\\Form\\Admin\\Messaging\\TransferTeamType''getTransferTeamTypeService'true],
  2745.             'App\\Form\\AjoutNomPosteType' => ['privates''App\\Form\\AjoutNomPosteType''getAjoutNomPosteTypeService'true],
  2746.             'App\\Form\\ContactInformation\\LaboratoryType' => ['privates''App\\Form\\ContactInformation\\LaboratoryType''getLaboratoryTypeService'true],
  2747.             'App\\Form\\ContactInformation\\StoreType' => ['privates''App\\Form\\ContactInformation\\StoreType''getStoreTypeService'true],
  2748.             'App\\Form\\ContactSheet\\ContactSheetType' => ['privates''App\\Form\\ContactSheet\\ContactSheetType''getContactSheetTypeService'true],
  2749.             'App\\Form\\ContactSheet\\InterruptionContactsType' => ['privates''App\\Form\\ContactSheet\\InterruptionContactsType''getInterruptionContactsTypeService'true],
  2750.             'App\\Form\\ContactSheet\\PriorityContactsType' => ['privates''App\\Form\\ContactSheet\\PriorityContactsType''getPriorityContactsTypeService'true],
  2751.             'App\\Form\\Invoice\\PaymentOptionsType' => ['privates''App\\Form\\Invoice\\PaymentOptionsType''getPaymentOptionsTypeService'true],
  2752.             'App\\Form\\Messaging\\ClaimType' => ['privates''App\\Form\\Messaging\\ClaimType''getClaimTypeService'true],
  2753.             'App\\Form\\Messaging\\ContactFormType' => ['privates''App\\Form\\Messaging\\ContactFormType''getContactFormTypeService'true],
  2754.             'App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType' => ['privates''App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType''getContactInformationTerminationTypeService'true],
  2755.             'App\\Form\\Messaging\\ContractTermination\\ContractTerminationType' => ['privates''App\\Form\\Messaging\\ContractTermination\\ContractTerminationType''getContractTerminationTypeService'true],
  2756.             'App\\Form\\Messaging\\ContractTermination\\IndexTerminationType' => ['privates''App\\Form\\Messaging\\ContractTermination\\IndexTerminationType''getIndexTerminationTypeService'true],
  2757.             'App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType' => ['privates''App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType''getInvoiceAddressTypeService'true],
  2758.             'App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType' => ['privates''App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType''getProprietaryInformationTypeService'true],
  2759.             'App\\Form\\Messaging\\MessageFileType' => ['privates''App\\Form\\Messaging\\MessageFileType''getMessageFileTypeService'true],
  2760.             'App\\Form\\Messaging\\MessageType' => ['privates''App\\Form\\Messaging\\MessageType''getMessageTypeService'true],
  2761.             'App\\Form\\Messaging\\SCPContactFormType' => ['privates''App\\Form\\Messaging\\SCPContactFormType''getSCPContactFormTypeService'true],
  2762.             'App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType' => ['privates''App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType''getDeliveryStationChoiceTypeService'true],
  2763.             'App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType' => ['privates''App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType''getUnlockFlowTypeService'true],
  2764.             'App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType' => ['privates''App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType''getWaterFlowTypeService'true],
  2765.             'App\\Form\\MeterReading\\MeterReadingType' => ['privates''App\\Form\\MeterReading\\MeterReadingType''getMeterReadingTypeService'true],
  2766.             'App\\Form\\MyProfile\\BankInformationType' => ['privates''App\\Form\\MyProfile\\BankInformationType''getBankInformationTypeService'true],
  2767.             'App\\Form\\MyProfile\\ContactType' => ['privates''App\\Form\\MyProfile\\ContactType''getContactTypeService'true],
  2768.             'App\\Form\\MyProfile\\CustomerDetailsType' => ['privates''App\\Form\\MyProfile\\CustomerDetailsType''getCustomerDetailsTypeService'true],
  2769.             'App\\Form\\MyProfile\\GuestType' => ['privates''App\\Form\\MyProfile\\GuestType''getGuestTypeService'true],
  2770.             'App\\Form\\MyProfile\\ProofAddressType' => ['privates''App\\Form\\MyProfile\\ProofAddressType''getProofAddressTypeService'true],
  2771.             'App\\Form\\OnlinePayment\\OnlinePaymentType' => ['privates''App\\Form\\OnlinePayment\\OnlinePaymentType''getOnlinePaymentTypeService'true],
  2772.             'App\\Form\\SuiviConso\\ConsumptionAlertDisableType' => ['privates''App\\Form\\SuiviConso\\ConsumptionAlertDisableType''getConsumptionAlertDisableTypeService'true],
  2773.             'App\\Form\\SuiviConso\\ConsumptionAlertType' => ['privates''App\\Form\\SuiviConso\\ConsumptionAlertType''getConsumptionAlertTypeService'true],
  2774.             'App\\Form\\SuiviConso\\ConsumptionExportType' => ['privates''App\\Form\\SuiviConso\\ConsumptionExportType''getConsumptionExportTypeService'true],
  2775.             'App\\Form\\SuiviConso\\SuiviConsoConsentType' => ['privates''App\\Form\\SuiviConso\\SuiviConsoConsentType''getSuiviConsoConsentTypeService'true],
  2776.             'App\\Form\\Supervision\\ConsumptionAlertType' => ['privates''App\\Form\\Supervision\\ConsumptionAlertType''getConsumptionAlertType2Service'true],
  2777.             'App\\Form\\Supervision\\ConsumptionClientAlertType' => ['privates''App\\Form\\Supervision\\ConsumptionClientAlertType''getConsumptionClientAlertTypeService'true],
  2778.             'App\\Form\\WateringTips\\WateringTipsType' => ['privates''App\\Form\\WateringTips\\WateringTipsType''getWateringTipsTypeService'true],
  2779.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  2780.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  2781.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  2782.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  2783.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  2784.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  2785.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  2786.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  2787.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  2788.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'true],
  2789.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2790.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2791.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2792.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  2793.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2794.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'true],
  2795.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'true],
  2796.         ], [
  2797.             'App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType' => '?',
  2798.             'App\\Form\\Account\\CreationType' => '?',
  2799.             'App\\Form\\Account\\LostEmailType' => '?',
  2800.             'App\\Form\\Account\\LostPasswordType' => '?',
  2801.             'App\\Form\\Account\\PasswordCreationType' => '?',
  2802.             'App\\Form\\Account\\PersonalInformationType' => '?',
  2803.             'App\\Form\\Account\\UpdateEmailInProfileType' => '?',
  2804.             'App\\Form\\Account\\UpdateEmailType' => '?',
  2805.             'App\\Form\\Account\\UpdatePasswordType' => '?',
  2806.             'App\\Form\\Account\\UpdateType' => '?',
  2807.             'App\\Form\\Admin\\DroughtType' => '?',
  2808.             'App\\Form\\Admin\\Mail\\ExportArchiveType' => '?',
  2809.             'App\\Form\\Admin\\Messaging\\AdminMessageType' => '?',
  2810.             'App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType' => '?',
  2811.             'App\\Form\\Admin\\Messaging\\AssignmentTeamType' => '?',
  2812.             'App\\Form\\Admin\\Messaging\\RedirectLinkType' => '?',
  2813.             'App\\Form\\Admin\\Messaging\\TransferTeamType' => '?',
  2814.             'App\\Form\\AjoutNomPosteType' => '?',
  2815.             'App\\Form\\ContactInformation\\LaboratoryType' => '?',
  2816.             'App\\Form\\ContactInformation\\StoreType' => '?',
  2817.             'App\\Form\\ContactSheet\\ContactSheetType' => '?',
  2818.             'App\\Form\\ContactSheet\\InterruptionContactsType' => '?',
  2819.             'App\\Form\\ContactSheet\\PriorityContactsType' => '?',
  2820.             'App\\Form\\Invoice\\PaymentOptionsType' => '?',
  2821.             'App\\Form\\Messaging\\ClaimType' => '?',
  2822.             'App\\Form\\Messaging\\ContactFormType' => '?',
  2823.             'App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType' => '?',
  2824.             'App\\Form\\Messaging\\ContractTermination\\ContractTerminationType' => '?',
  2825.             'App\\Form\\Messaging\\ContractTermination\\IndexTerminationType' => '?',
  2826.             'App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType' => '?',
  2827.             'App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType' => '?',
  2828.             'App\\Form\\Messaging\\MessageFileType' => '?',
  2829.             'App\\Form\\Messaging\\MessageType' => '?',
  2830.             'App\\Form\\Messaging\\SCPContactFormType' => '?',
  2831.             'App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType' => '?',
  2832.             'App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType' => '?',
  2833.             'App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType' => '?',
  2834.             'App\\Form\\MeterReading\\MeterReadingType' => '?',
  2835.             'App\\Form\\MyProfile\\BankInformationType' => '?',
  2836.             'App\\Form\\MyProfile\\ContactType' => '?',
  2837.             'App\\Form\\MyProfile\\CustomerDetailsType' => '?',
  2838.             'App\\Form\\MyProfile\\GuestType' => '?',
  2839.             'App\\Form\\MyProfile\\ProofAddressType' => '?',
  2840.             'App\\Form\\OnlinePayment\\OnlinePaymentType' => '?',
  2841.             'App\\Form\\SuiviConso\\ConsumptionAlertDisableType' => '?',
  2842.             'App\\Form\\SuiviConso\\ConsumptionAlertType' => '?',
  2843.             'App\\Form\\SuiviConso\\ConsumptionExportType' => '?',
  2844.             'App\\Form\\SuiviConso\\SuiviConsoConsentType' => '?',
  2845.             'App\\Form\\Supervision\\ConsumptionAlertType' => '?',
  2846.             'App\\Form\\Supervision\\ConsumptionClientAlertType' => '?',
  2847.             'App\\Form\\WateringTips\\WateringTipsType' => '?',
  2848.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  2849.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  2850.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  2851.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  2852.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  2853.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  2854.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  2855.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  2856.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  2857.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  2858.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2859.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2860.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2861.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2862.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2863.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  2864.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  2865.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2866.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2867.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2868.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2869.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2870.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2871.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2872.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  2873.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2874.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2875.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2876.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2877.         }, 1)], new RewindableGenerator(function () {
  2878.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2879.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2880.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  2881.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2882.     }
  2883.     /**
  2884.      * Gets the private 'fragment.listener' shared service.
  2885.      *
  2886.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2887.      */
  2888.     protected function getFragment_ListenerService()
  2889.     {
  2890.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  2891.     }
  2892.     /**
  2893.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2894.      *
  2895.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2896.      */
  2897.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2898.     {
  2899.         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())));
  2900.     }
  2901.     /**
  2902.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2903.      *
  2904.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2905.      */
  2906.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2907.     {
  2908.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2909.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2910.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2911.         }
  2912.         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()), $a);
  2913.     }
  2914.     /**
  2915.      * Gets the private 'locale_aware_listener' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2918.      */
  2919.     protected function getLocaleAwareListenerService()
  2920.     {
  2921.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2922.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2923.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2924.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'locale_listener' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2930.      */
  2931.     protected function getLocaleListenerService()
  2932.     {
  2933.         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, []);
  2934.     }
  2935.     /**
  2936.      * Gets the private 'monolog.handler.console' shared service.
  2937.      *
  2938.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2939.      */
  2940.     protected function getMonolog_Handler_ConsoleService()
  2941.     {
  2942.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2943.     }
  2944.     /**
  2945.      * Gets the private 'monolog.handler.main' shared service.
  2946.      *
  2947.      * @return \Monolog\Handler\RotatingFileHandler
  2948.      */
  2949.     protected function getMonolog_Handler_MainService()
  2950.     {
  2951.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 0'debug'trueNULLfalse);
  2952.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2953.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'monolog.logger' shared service.
  2958.      *
  2959.      * @return \Symfony\Bridge\Monolog\Logger
  2960.      */
  2961.     protected function getMonolog_LoggerService()
  2962.     {
  2963.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2964.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2965.         $instance->useMicrosecondTimestamps(true);
  2966.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2967.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2968.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the private 'monolog.logger.cache' shared service.
  2973.      *
  2974.      * @return \Symfony\Bridge\Monolog\Logger
  2975.      */
  2976.     protected function getMonolog_Logger_CacheService()
  2977.     {
  2978.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2979.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2980.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2981.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2982.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2983.         return $instance;
  2984.     }
  2985.     /**
  2986.      * Gets the private 'monolog.logger.doctrine' shared service.
  2987.      *
  2988.      * @return \Symfony\Bridge\Monolog\Logger
  2989.      */
  2990.     protected function getMonolog_Logger_DoctrineService()
  2991.     {
  2992.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2993.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2994.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2996.         return $instance;
  2997.     }
  2998.     /**
  2999.      * Gets the private 'monolog.logger.request' shared service.
  3000.      *
  3001.      * @return \Symfony\Bridge\Monolog\Logger
  3002.      */
  3003.     protected function getMonolog_Logger_RequestService()
  3004.     {
  3005.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3006.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3007.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3008.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3010.         return $instance;
  3011.     }
  3012.     /**
  3013.      * Gets the private 'monolog.logger.security' shared service.
  3014.      *
  3015.      * @return \Symfony\Bridge\Monolog\Logger
  3016.      */
  3017.     protected function getMonolog_Logger_SecurityService()
  3018.     {
  3019.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3020.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3021.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3022.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3023.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3024.         return $instance;
  3025.     }
  3026.     /**
  3027.      * Gets the private 'parameter_bag' shared service.
  3028.      *
  3029.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3030.      */
  3031.     protected function getParameterBagService()
  3032.     {
  3033.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3034.     }
  3035.     /**
  3036.      * Gets the private 'profiler_listener' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3039.      */
  3040.     protected function getProfilerListenerService()
  3041.     {
  3042.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3043.         if (isset($this->privates['profiler_listener'])) {
  3044.             return $this->privates['profiler_listener'];
  3045.         }
  3046.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3047.     }
  3048.     /**
  3049.      * Gets the private 'property_info' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3052.      */
  3053.     protected function getPropertyInfoService()
  3054.     {
  3055.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3056.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3057.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3058.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3059.             yield => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
  3060.         }, 4), new RewindableGenerator(function () {
  3061.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3062.             yield => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
  3063.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3064.         }, 3), new RewindableGenerator(function () {
  3065.             return new \EmptyIterator();
  3066.         }, 0), new RewindableGenerator(function () {
  3067.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3068.             yield => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
  3069.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3070.         }, 3), new RewindableGenerator(function () {
  3071.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3072.         }, 1));
  3073.     }
  3074.     /**
  3075.      * Gets the private 'router.expression_language_provider' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3078.      */
  3079.     protected function getRouter_ExpressionLanguageProviderService()
  3080.     {
  3081.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3082.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3083.         ], [
  3084.             'env' => 'Closure',
  3085.         ]));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'router.request_context' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\Routing\RequestContext
  3091.      */
  3092.     protected function getRouter_RequestContextService()
  3093.     {
  3094.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('HOST'), $this->getEnv('SCHEME'), 80443);
  3095.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3096.         return $instance;
  3097.     }
  3098.     /**
  3099.      * Gets the private 'router_listener' shared service.
  3100.      *
  3101.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3102.      */
  3103.     protected function getRouterListenerService()
  3104.     {
  3105.         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);
  3106.     }
  3107.     /**
  3108.      * Gets the private 'security.context_listener.0' shared service.
  3109.      *
  3110.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3111.      */
  3112.     protected function getSecurity_ContextListener_0Service()
  3113.     {
  3114.         $a = ($this->privates['security.event_dispatcher.access_token'] ?? $this->getSecurity_EventDispatcher_AccessTokenService());
  3115.         if (isset($this->privates['security.context_listener.0'])) {
  3116.             return $this->privates['security.context_listener.0'];
  3117.         }
  3118.         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 () {
  3119.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  3120.             yield => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
  3121.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
  3122.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  3123.         }, 4), 'access_token', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3124.     }
  3125.     /**
  3126.      * Gets the private 'security.context_listener.1' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3129.      */
  3130.     protected function getSecurity_ContextListener_1Service()
  3131.     {
  3132.         return $this->privates['security.context_listener.1'] = 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 () {
  3133.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  3134.             yield => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
  3135.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
  3136.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  3137.         }, 4), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3138.     }
  3139.     /**
  3140.      * Gets the private 'security.context_listener.2' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3143.      */
  3144.     protected function getSecurity_ContextListener_2Service()
  3145.     {
  3146.         return $this->privates['security.context_listener.2'] = 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 () {
  3147.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  3148.             yield => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
  3149.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
  3150.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  3151.         }, 4), 'front', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.front'] ?? $this->getSecurity_EventDispatcher_FrontService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3152.     }
  3153.     /**
  3154.      * Gets the private 'security.event_dispatcher.access_token' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3157.      */
  3158.     protected function getSecurity_EventDispatcher_AccessTokenService()
  3159.     {
  3160.         $this->privates['security.event_dispatcher.access_token'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3161.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3162.             return ($this->privates['security.listener.access_token.user_provider'] ?? $this->load('getSecurity_Listener_AccessToken_UserProviderService'));
  3163.         }, => 'checkPassport'], 2048);
  3164.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3165.             return ($this->privates['security.listener.session.access_token'] ?? $this->load('getSecurity_Listener_Session_AccessTokenService'));
  3166.         }, => 'onSuccessfulLogin'], 0);
  3167.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3168.             return ($this->privates['security.listener.user_checker.access_token'] ?? $this->load('getSecurity_Listener_UserChecker_AccessTokenService'));
  3169.         }, => 'preCheckCredentials'], 256);
  3170.         $instance->addListener('security.authentication.success', [=> function () {
  3171.             return ($this->privates['security.listener.user_checker.access_token'] ?? $this->load('getSecurity_Listener_UserChecker_AccessTokenService'));
  3172.         }, => 'postCheckCredentials'], 256);
  3173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3174.             return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
  3175.         }, => 'logout'], 0);
  3176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3177.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3178.         }, => 'checkPassport'], 1024);
  3179.         $instance->addListener('security.interactive_login', [=> function () {
  3180.             return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  3181.         }, => 'onLogin'], 0);
  3182.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3183.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3184.         }, => 'checkPassport'], 0);
  3185.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3186.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3187.         }, => 'onLoginSuccess'], 0);
  3188.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3189.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3190.         }, => 'checkPassport'], 512);
  3191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3192.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3193.         }, => 'onLogout'], 0);
  3194.         return $instance;
  3195.     }
  3196.     /**
  3197.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3198.      *
  3199.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3200.      */
  3201.     protected function getSecurity_EventDispatcher_AdminService()
  3202.     {
  3203.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3205.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3206.         }, => 'checkPassport'], 2048);
  3207.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3208.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3209.         }, => 'onSuccessfulLogin'], 0);
  3210.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3211.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3212.         }, => 'onLogout'], 64);
  3213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3214.             return ($this->privates['security.listener.check_remember_me_conditions.admin'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdminService'));
  3215.         }, => 'onSuccessfulLogin'], -32);
  3216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3217.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  3218.         }, => 'onSuccessfulLogin'], -64);
  3219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3220.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  3221.         }, => 'clearCookie'], 0);
  3222.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3223.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  3224.         }, => 'clearCookie'], 0);
  3225.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3226.             return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
  3227.         }, => 'clearCookie'], 0);
  3228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3229.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3230.         }, => 'preCheckCredentials'], 256);
  3231.         $instance->addListener('security.authentication.success', [=> function () {
  3232.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3233.         }, => 'postCheckCredentials'], 256);
  3234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3235.             return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
  3236.         }, => 'logout'], 0);
  3237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3238.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3239.         }, => 'checkPassport'], 1024);
  3240.         $instance->addListener('security.interactive_login', [=> function () {
  3241.             return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  3242.         }, => 'onLogin'], 0);
  3243.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3244.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3245.         }, => 'checkPassport'], 0);
  3246.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3247.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3248.         }, => 'onLoginSuccess'], 0);
  3249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3250.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3251.         }, => 'checkPassport'], 512);
  3252.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3253.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3254.         }, => 'onLogout'], 0);
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the private 'security.event_dispatcher.front' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3261.      */
  3262.     protected function getSecurity_EventDispatcher_FrontService()
  3263.     {
  3264.         $this->privates['security.event_dispatcher.front'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3266.             return ($this->privates['security.listener.front.user_provider'] ?? $this->load('getSecurity_Listener_Front_UserProviderService'));
  3267.         }, => 'checkPassport'], 2048);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3269.             return ($this->privates['security.listener.session.front'] ?? $this->load('getSecurity_Listener_Session_FrontService'));
  3270.         }, => 'onSuccessfulLogin'], 0);
  3271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3272.             return ($this->privates['security.logout.listener.default.front'] ?? $this->load('getSecurity_Logout_Listener_Default_FrontService'));
  3273.         }, => 'onLogout'], 64);
  3274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3275.             return ($this->privates['security.listener.check_remember_me_conditions.front'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_FrontService'));
  3276.         }, => 'onSuccessfulLogin'], -32);
  3277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3278.             return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
  3279.         }, => 'onSuccessfulLogin'], -64);
  3280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3281.             return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
  3282.         }, => 'clearCookie'], 0);
  3283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3284.             return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
  3285.         }, => 'clearCookie'], 0);
  3286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3287.             return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
  3288.         }, => 'clearCookie'], 0);
  3289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3290.             return ($this->privates['security.listener.user_checker.front'] ?? $this->load('getSecurity_Listener_UserChecker_FrontService'));
  3291.         }, => 'preCheckCredentials'], 256);
  3292.         $instance->addListener('security.authentication.success', [=> function () {
  3293.             return ($this->privates['security.listener.user_checker.front'] ?? $this->load('getSecurity_Listener_UserChecker_FrontService'));
  3294.         }, => 'postCheckCredentials'], 256);
  3295.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3296.             return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
  3297.         }, => 'logout'], 0);
  3298.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3299.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3300.         }, => 'checkPassport'], 1024);
  3301.         $instance->addListener('security.interactive_login', [=> function () {
  3302.             return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  3303.         }, => 'onLogin'], 0);
  3304.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3305.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3306.         }, => 'checkPassport'], 0);
  3307.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3308.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3309.         }, => 'onLoginSuccess'], 0);
  3310.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3311.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3312.         }, => 'checkPassport'], 512);
  3313.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3314.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3315.         }, => 'onLogout'], 0);
  3316.         return $instance;
  3317.     }
  3318.     /**
  3319.      * Gets the private 'security.firewall.map' shared service.
  3320.      *
  3321.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3322.      */
  3323.     protected function getSecurity_Firewall_MapService()
  3324.     {
  3325.         $a = ($this->privates['.service_locator.Wcs1dSd'] ?? $this->get_ServiceLocator_Wcs1dSdService());
  3326.         if (isset($this->privates['security.firewall.map'])) {
  3327.             return $this->privates['security.firewall.map'];
  3328.         }
  3329.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3330.             yield 'security.firewall.map.context.access_token' => ($this->privates['.security.request_matcher.FqA9CO9'] ?? ($this->privates['.security.request_matcher.FqA9CO9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/donneecompteclient/access-token')));
  3331.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  3332.             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)/')));
  3333.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  3334.             yield 'security.firewall.map.context.front' => NULL;
  3335.         }, 5));
  3336.     }
  3337.     /**
  3338.      * Gets the private 'security.helper' shared service.
  3339.      *
  3340.      * @return \Symfony\Component\Security\Core\Security
  3341.      */
  3342.     protected function getSecurity_HelperService()
  3343.     {
  3344.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3345.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3346.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3347.         ], [
  3348.             'security.authorization_checker' => '?',
  3349.             'security.token_storage' => '?',
  3350.         ]));
  3351.     }
  3352.     /**
  3353.      * Gets the private 'security.logout_url_generator' shared service.
  3354.      *
  3355.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3356.      */
  3357.     protected function getSecurity_LogoutUrlGeneratorService()
  3358.     {
  3359.         $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()));
  3360.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  3361.         $instance->registerListener('front''/logout''logout''_csrf_token'NULLNULL);
  3362.         return $instance;
  3363.     }
  3364.     /**
  3365.      * Gets the private 'security.password_hasher_factory' shared service.
  3366.      *
  3367.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3368.      */
  3369.     protected function getSecurity_PasswordHasherFactoryService()
  3370.     {
  3371.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']], 'App\\Entity\\AdminUser' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']]]);
  3372.     }
  3373.     /**
  3374.      * Gets the private 'security.role_hierarchy' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3377.      */
  3378.     protected function getSecurity_RoleHierarchyService()
  3379.     {
  3380.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3381.     }
  3382.     /**
  3383.      * Gets the private 'security.user_password_hasher' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3386.      */
  3387.     protected function getSecurity_UserPasswordHasherService()
  3388.     {
  3389.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3393.      *
  3394.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3395.      */
  3396.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3397.     {
  3398.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3399.     }
  3400.     /**
  3401.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3402.      *
  3403.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3404.      */
  3405.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3406.     {
  3407.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3408.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3409.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3410.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3411.     }
  3412.     /**
  3413.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3414.      *
  3415.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3416.      */
  3417.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3418.     {
  3419.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3420.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3421.             return $this->privates['sensio_framework_extra.security.listener'];
  3422.         }
  3423.         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['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3424.     }
  3425.     /**
  3426.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3427.      *
  3428.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3429.      */
  3430.     protected function getSensioFrameworkExtra_View_ListenerService()
  3431.     {
  3432.         $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))));
  3433.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3434.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3435.         ], [
  3436.             'twig' => '?',
  3437.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'session_listener' shared service.
  3442.      *
  3443.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3444.      */
  3445.     protected function getSessionListenerService()
  3446.     {
  3447.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3448.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3449.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3450.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3451.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3452.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3453.         ], [
  3454.             'initialized_session' => '?',
  3455.             'logger' => '?',
  3456.             'session' => '?',
  3457.             'session_collector' => '?',
  3458.             'session_factory' => '?',
  3459.         ]), true$this->parameters['session.storage.options']);
  3460.     }
  3461.     /**
  3462.      * Gets the private 'translator.default' shared service.
  3463.      *
  3464.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3465.      */
  3466.     protected function getTranslator_DefaultService()
  3467.     {
  3468.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3469.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3470.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3471.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3472.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3473.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3474.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3475.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3476.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3477.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3478.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3479.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3480.         ], [
  3481.             'translation.loader.csv' => '?',
  3482.             'translation.loader.dat' => '?',
  3483.             'translation.loader.ini' => '?',
  3484.             'translation.loader.json' => '?',
  3485.             'translation.loader.mo' => '?',
  3486.             'translation.loader.php' => '?',
  3487.             'translation.loader.po' => '?',
  3488.             'translation.loader.qt' => '?',
  3489.             'translation.loader.res' => '?',
  3490.             'translation.loader.xliff' => '?',
  3491.             'translation.loader.yml' => '?',
  3492.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/bundle-symfony/translations/src/Resources/translations/translation_web_ui.fr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/admin+intl-icu.fr.yaml'), => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/email+intl-icu.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/front+intl-icu.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/front.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/bundle-symfony/translations/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/bundle-symfony/health-check/src/translations'), 25 => (\dirname(__DIR__4).'/src/Actimage/CaptchaBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'=> 'vendor/bundle-symfony/translations/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/webpack-encore-bundle/src/translations'17 => 'vendor/symfony/swiftmailer-bundle/translations'18 => 'vendor/php-translation/symfony-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'23 => 'vendor/stof/doctrine-extensions-bundle/src/translations'24 => 'vendor/bundle-symfony/health-check/src/translations'25 => 'src/Actimage/CaptchaBundle/translations']]], []);
  3493.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3494.         $instance->setFallbackLocales($this->parameters['php_translation.locales']);
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3499.      *
  3500.      * @return \Twig\Loader\FilesystemLoader
  3501.      */
  3502.     protected function getTwig_Loader_NativeFilesystemService()
  3503.     {
  3504.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3505.         $instance->addPath((\dirname(__DIR__4).'/src/Actimage/CaptchaBundle/templates/form/'));
  3506.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  3507.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  3508.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3509.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3510.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3511.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3512.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3513.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  3514.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3515.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3516.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  3517.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  3518.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  3519.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3520.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3521.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  3522.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  3523.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  3524.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  3525.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EolasTranslationBundle'), 'EolasTranslation');
  3526.         $instance->addPath((\dirname(__DIR__4).'/vendor/bundle-symfony/translations/src/Resources/views'), 'EolasTranslation');
  3527.         $instance->addPath((\dirname(__DIR__4).'/vendor/bundle-symfony/translations/src/Resources/views'), '!EolasTranslation');
  3528.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3529.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3530.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3531.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3532.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  3533.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  3534.         $instance->addPath((\dirname(__DIR__4).'/vendor/bundle-symfony/health-check/src/Resources/views'), 'EolasHealthCheck');
  3535.         $instance->addPath((\dirname(__DIR__4).'/vendor/bundle-symfony/health-check/src/Resources/views'), '!EolasHealthCheck');
  3536.         $instance->addPath((\dirname(__DIR__4).'/src/Actimage/CaptchaBundle/templates'), 'ActimageCaptcha');
  3537.         $instance->addPath((\dirname(__DIR__4).'/src/Actimage/CaptchaBundle/templates'), '!ActimageCaptcha');
  3538.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3539.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3540.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3541.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'validator.builder' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3548.      */
  3549.     protected function getValidator_BuilderService()
  3550.     {
  3551.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3552.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3553.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3554.             'App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator' => ['privates''App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator''getContactSheetPriorityContactsValidatorService'true],
  3555.             'App\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  3556.             'App\\Validator\\Constraints\\NotificationUserListFormatValidator' => ['privates''App\\Validator\\Constraints\\NotificationUserListFormatValidator''getNotificationUserListFormatValidatorService'true],
  3557.             'App\\Validator\\Constraints\\PaymentSelectedValidator' => ['privates''App\\Validator\\Constraints\\PaymentSelectedValidator''getPaymentSelectedValidatorService'true],
  3558.             'App\\Validator\\Constraints\\ValidIndexValidator' => ['privates''App\\Validator\\Constraints\\ValidIndexValidator''getValidIndexValidatorService'true],
  3559.             'App\\Validator\\Constraints\\ValidPasswordValidator' => ['privates''App\\Validator\\Constraints\\ValidPasswordValidator''getValidPasswordValidatorService'true],
  3560.             'App\\Validator\\Constraints\\ValidPictureValidator' => ['privates''App\\Validator\\Constraints\\ValidPictureValidator''getValidPictureValidatorService'true],
  3561.             'App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator' => ['privates''App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator''getValidSwiftMailerEmailValidatorService'true],
  3562.             'App\\Validator\\NotificationUseInternalValidator' => ['privates''App\\Validator\\NotificationUseInternalValidator''getNotificationUseInternalValidatorService'true],
  3563.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3564.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3565.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3566.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3567.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3568.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3569.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  3570.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3571.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3572.         ], [
  3573.             'App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator' => '?',
  3574.             'App\\Validator\\Constraints\\IsTrueValidator' => '?',
  3575.             'App\\Validator\\Constraints\\NotificationUserListFormatValidator' => '?',
  3576.             'App\\Validator\\Constraints\\PaymentSelectedValidator' => '?',
  3577.             'App\\Validator\\Constraints\\ValidIndexValidator' => '?',
  3578.             'App\\Validator\\Constraints\\ValidPasswordValidator' => '?',
  3579.             'App\\Validator\\Constraints\\ValidPictureValidator' => '?',
  3580.             'App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator' => '?',
  3581.             'App\\Validator\\NotificationUseInternalValidator' => '?',
  3582.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3583.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3584.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3585.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3586.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3587.             'doctrine.orm.validator.unique' => '?',
  3588.             'ewz_recaptcha.true' => '?',
  3589.             'security.validator.user_password' => '?',
  3590.             'validator.expression' => '?',
  3591.         ])));
  3592.         if ($this->has('translator')) {
  3593.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3594.         }
  3595.         $instance->setTranslationDomain('validators');
  3596.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3597.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  3598.         $instance->enableAnnotationMapping(true);
  3599.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3600.         $instance->addMethodMapping('loadValidatorMetadata');
  3601.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3602.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3603.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3604.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.scp_entity_manager'] ?? $this->getDoctrine_Orm_ScpEntityManagerService()), NULL));
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'var_dumper.html_dumper' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3611.      */
  3612.     protected function getVarDumper_HtmlDumperService()
  3613.     {
  3614.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3615.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3616.         return $instance;
  3617.     }
  3618.     /**
  3619.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3620.      *
  3621.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3622.      */
  3623.     protected function getVichUploader_MetadataReaderService()
  3624.     {
  3625.         $a = new \Metadata\Driver\FileLocator([]);
  3626.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3627.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3628.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3629.     }
  3630.     /**
  3631.      * Gets the private 'web_profiler.csp.handler' shared service.
  3632.      *
  3633.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3634.      */
  3635.     protected function getWebProfiler_Csp_HandlerService()
  3636.     {
  3637.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3638.     }
  3639.     /**
  3640.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3641.      *
  3642.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3643.      */
  3644.     protected function getWebProfiler_DebugToolbarService()
  3645.     {
  3646.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3647.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3648.             return $this->privates['web_profiler.debug_toolbar'];
  3649.         }
  3650.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3654.      *
  3655.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3656.      */
  3657.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3658.     {
  3659.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3660.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3661.         ], [
  3662.             '_default' => '?',
  3663.         ]), '_default');
  3664.     }
  3665.     /**
  3666.      * Gets the public 'cache_clearer' alias.
  3667.      *
  3668.      * @return object The ".container.private.cache_clearer" service.
  3669.      */
  3670.     protected function getCacheClearerService()
  3671.     {
  3672.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3673.         return $this->get('.container.private.cache_clearer');
  3674.     }
  3675.     /**
  3676.      * Gets the public 'filesystem' alias.
  3677.      *
  3678.      * @return object The ".container.private.filesystem" service.
  3679.      */
  3680.     protected function getFilesystemService()
  3681.     {
  3682.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3683.         return $this->get('.container.private.filesystem');
  3684.     }
  3685.     /**
  3686.      * Gets the public 'serializer' alias.
  3687.      *
  3688.      * @return object The ".container.private.serializer" service.
  3689.      */
  3690.     protected function getSerializerService()
  3691.     {
  3692.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3693.         return $this->get('.container.private.serializer');
  3694.     }
  3695.     /**
  3696.      * Gets the public 'security.csrf.token_manager' alias.
  3697.      *
  3698.      * @return object The ".container.private.security.csrf.token_manager" service.
  3699.      */
  3700.     protected function getSecurity_Csrf_TokenManagerService()
  3701.     {
  3702.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3703.         return $this->get('.container.private.security.csrf.token_manager');
  3704.     }
  3705.     /**
  3706.      * Gets the public 'form.factory' alias.
  3707.      *
  3708.      * @return object The ".container.private.form.factory" service.
  3709.      */
  3710.     protected function getForm_FactoryService()
  3711.     {
  3712.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3713.         return $this->get('.container.private.form.factory');
  3714.     }
  3715.     /**
  3716.      * Gets the public 'form.type.file' alias.
  3717.      *
  3718.      * @return object The ".container.private.form.type.file" service.
  3719.      */
  3720.     protected function getForm_Type_FileService()
  3721.     {
  3722.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3723.         return $this->get('.container.private.form.type.file');
  3724.     }
  3725.     /**
  3726.      * Gets the public 'profiler' alias.
  3727.      *
  3728.      * @return object The ".container.private.profiler" service.
  3729.      */
  3730.     protected function getProfilerService()
  3731.     {
  3732.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3733.         return $this->get('.container.private.profiler');
  3734.     }
  3735.     /**
  3736.      * Gets the public 'twig' alias.
  3737.      *
  3738.      * @return object The ".container.private.twig" service.
  3739.      */
  3740.     protected function getTwigService()
  3741.     {
  3742.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3743.         return $this->get('.container.private.twig');
  3744.     }
  3745.     /**
  3746.      * Gets the public 'security.authorization_checker' alias.
  3747.      *
  3748.      * @return object The ".container.private.security.authorization_checker" service.
  3749.      */
  3750.     protected function getSecurity_AuthorizationCheckerService()
  3751.     {
  3752.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3753.         return $this->get('.container.private.security.authorization_checker');
  3754.     }
  3755.     /**
  3756.      * Gets the public 'security.token_storage' alias.
  3757.      *
  3758.      * @return object The ".container.private.security.token_storage" service.
  3759.      */
  3760.     protected function getSecurity_TokenStorageService()
  3761.     {
  3762.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3763.         return $this->get('.container.private.security.token_storage');
  3764.     }
  3765.     /**
  3766.      * Gets the public 'security.password_encoder' alias.
  3767.      *
  3768.      * @return object The ".container.private.security.password_encoder" service.
  3769.      */
  3770.     protected function getSecurity_PasswordEncoderService()
  3771.     {
  3772.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3773.         return $this->get('.container.private.security.password_encoder');
  3774.     }
  3775.     /**
  3776.      * Gets the public 'session' alias.
  3777.      *
  3778.      * @return object The ".container.private.session" service.
  3779.      */
  3780.     protected function getSessionService()
  3781.     {
  3782.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3783.         return $this->get('.container.private.session');
  3784.     }
  3785.     /**
  3786.      * Gets the public 'validator' alias.
  3787.      *
  3788.      * @return object The ".container.private.validator" service.
  3789.      */
  3790.     protected function getValidatorService()
  3791.     {
  3792.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3793.         return $this->get('.container.private.validator');
  3794.     }
  3795.     /**
  3796.      * @return array|bool|float|int|string|\UnitEnum|null
  3797.      */
  3798.     public function getParameter(string $name)
  3799.     {
  3800.         if (isset($this->buildParameters[$name])) {
  3801.             return $this->buildParameters[$name];
  3802.         }
  3803.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3804.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3805.         }
  3806.         if (isset($this->loadedDynamicParameters[$name])) {
  3807.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3808.         }
  3809.         return $this->parameters[$name];
  3810.     }
  3811.     public function hasParameter(string $name): bool
  3812.     {
  3813.         if (isset($this->buildParameters[$name])) {
  3814.             return true;
  3815.         }
  3816.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3817.     }
  3818.     public function setParameter(string $name$value): void
  3819.     {
  3820.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3821.     }
  3822.     public function getParameterBag(): ParameterBagInterface
  3823.     {
  3824.         if (null === $this->parameterBag) {
  3825.             $parameters $this->parameters;
  3826.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3827.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3828.             }
  3829.             foreach ($this->buildParameters as $name => $value) {
  3830.                 $parameters[$name] = $value;
  3831.             }
  3832.             $this->parameterBag = new FrozenParameterBag($parameters);
  3833.         }
  3834.         return $this->parameterBag;
  3835.     }
  3836.     private $loadedDynamicParameters = [
  3837.         'kernel.runtime_environment' => false,
  3838.         'kernel.build_dir' => false,
  3839.         'kernel.cache_dir' => false,
  3840.         'google_recaptcha_site_key' => false,
  3841.         'router.request_context.host' => false,
  3842.         'router.request_context.scheme' => false,
  3843.         'file_base_path' => false,
  3844.         'weather_hidden' => false,
  3845.         'kernel.secret' => false,
  3846.         'debug.container.dump' => false,
  3847.         'serializer.mapping.cache.file' => false,
  3848.         'validator.mapping.cache.file' => false,
  3849.         'profiler.storage.dsn' => false,
  3850.         'doctrine.orm.proxy_dir' => false,
  3851.         'ewz_recaptcha.public_key' => false,
  3852.         'ewz_recaptcha.private_key' => false,
  3853.     ];
  3854.     private $dynamicParameters = [];
  3855.     private function getDynamicParameter(string $name)
  3856.     {
  3857.         switch ($name) {
  3858.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3859.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3860.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3861.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  3862.             case 'router.request_context.host'$value $this->getEnv('HOST'); break;
  3863.             case 'router.request_context.scheme'$value $this->getEnv('SCHEME'); break;
  3864.             case 'file_base_path'$value $this->getEnv('resolve:FILE_BASE_PATH'); break;
  3865.             case 'weather_hidden'$value $this->getEnv('WEATHER_HIDDEN'); break;
  3866.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3867.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3868.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3869.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3870.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3871.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3872.             case 'ewz_recaptcha.public_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  3873.             case 'ewz_recaptcha.private_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
  3874.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3875.         }
  3876.         $this->loadedDynamicParameters[$name] = true;
  3877.         return $this->dynamicParameters[$name] = $value;
  3878.     }
  3879.     protected function getDefaultParameters(): array
  3880.     {
  3881.         return [
  3882.             'kernel.project_dir' => \dirname(__DIR__4),
  3883.             'kernel.environment' => 'dev',
  3884.             'kernel.debug' => true,
  3885.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3886.             'kernel.bundles' => [
  3887.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3888.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3889.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3890.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3891.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3892.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3893.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3894.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3895.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3896.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3897.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3898.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  3899.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  3900.                 'EolasTranslationBundle' => 'Eolas\\Bundle\\EolasTranslationBundle\\EolasTranslationBundle',
  3901.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3902.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3903.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3904.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3905.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3906.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3907.                 'EolasHealthCheckBundle' => 'Eolas\\Bundle\\EolasHealthCheckBundle\\EolasHealthCheckBundle',
  3908.                 'ActimageCaptchaBundle' => 'App\\Actimage\\CaptchaBundle\\ActimageCaptchaBundle',
  3909.             ],
  3910.             'kernel.bundles_metadata' => [
  3911.                 'FrameworkBundle' => [
  3912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3913.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3914.                 ],
  3915.                 'DoctrineBundle' => [
  3916.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3917.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3918.                 ],
  3919.                 'DoctrineMigrationsBundle' => [
  3920.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3921.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3922.                 ],
  3923.                 'DoctrineFixturesBundle' => [
  3924.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3925.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3926.                 ],
  3927.                 'MakerBundle' => [
  3928.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3929.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3930.                 ],
  3931.                 'WebProfilerBundle' => [
  3932.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3933.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3934.                 ],
  3935.                 'TwigBundle' => [
  3936.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3937.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3938.                 ],
  3939.                 'SecurityBundle' => [
  3940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3941.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3942.                 ],
  3943.                 'EasyAdminBundle' => [
  3944.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3945.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3946.                 ],
  3947.                 'WebpackEncoreBundle' => [
  3948.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3949.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3950.                 ],
  3951.                 'SwiftmailerBundle' => [
  3952.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3953.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3954.                 ],
  3955.                 'EWZRecaptchaBundle' => [
  3956.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  3957.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  3958.                 ],
  3959.                 'TranslationBundle' => [
  3960.                     'path' => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle'),
  3961.                     'namespace' => 'Translation\\Bundle',
  3962.                 ],
  3963.                 'EolasTranslationBundle' => [
  3964.                     'path' => (\dirname(__DIR__4).'/vendor/bundle-symfony/translations/src'),
  3965.                     'namespace' => 'Eolas\\Bundle\\EolasTranslationBundle',
  3966.                 ],
  3967.                 'SensioFrameworkExtraBundle' => [
  3968.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3969.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3970.                 ],
  3971.                 'VichUploaderBundle' => [
  3972.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3973.                     'namespace' => 'Vich\\UploaderBundle',
  3974.                 ],
  3975.                 'MonologBundle' => [
  3976.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3977.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3978.                 ],
  3979.                 'DebugBundle' => [
  3980.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3981.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3982.                 ],
  3983.                 'FOSCKEditorBundle' => [
  3984.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3985.                     'namespace' => 'FOS\\CKEditorBundle',
  3986.                 ],
  3987.                 'StofDoctrineExtensionsBundle' => [
  3988.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3989.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3990.                 ],
  3991.                 'EolasHealthCheckBundle' => [
  3992.                     'path' => (\dirname(__DIR__4).'/vendor/bundle-symfony/health-check/src'),
  3993.                     'namespace' => 'Eolas\\Bundle\\EolasHealthCheckBundle',
  3994.                 ],
  3995.                 'ActimageCaptchaBundle' => [
  3996.                     'path' => (\dirname(__DIR__4).'/src/Actimage/CaptchaBundle'),
  3997.                     'namespace' => 'App\\Actimage\\CaptchaBundle',
  3998.                 ],
  3999.             ],
  4000.             'kernel.charset' => 'UTF-8',
  4001.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4002.             'container.autowiring.strict_mode' => true,
  4003.             'container.dumper.inline_class_loader' => true,
  4004.             'env(DB_SYMFONY_HOST)' => '',
  4005.             'env(DB_SYMFONY_PORT)' => '',
  4006.             'env(DB_SYMFONY_USER)' => '',
  4007.             'env(DB_SYMFONY_PASSWORD)' => '',
  4008.             'env(DB_SYMFONY_NAME)' => '',
  4009.             'env(DB_SCP_HOST)' => '',
  4010.             'env(DB_SCP_PORT)' => '',
  4011.             'env(DB_SCP_USER)' => '',
  4012.             'env(DB_SCP_PASSWORD)' => '',
  4013.             'env(DB_SCP_NAME)' => '',
  4014.             'env(DB_MESURE_HOST)' => '',
  4015.             'env(DB_MESURE_PORT)' => '',
  4016.             'env(DB_MESURE_USER)' => '',
  4017.             'env(DB_MESURE_PASSWORD)' => '',
  4018.             'env(DB_MESURE_NAME)' => '',
  4019.             'collate_AI' => 'French_CI_AI',
  4020.             'locale' => 'fr',
  4021.             'mail_sender.email' => 'moncompteclient@canal-de-provence.com',
  4022.             'mail_sender.name' => 'Société du Canal de Provence',
  4023.             'dashboard_upload_path' => 'dashboard',
  4024.             'information_upload_path' => 'information',
  4025.             'consumption_slider_image_upload_path' => 'slider',
  4026.             'notification_upload_path' => 'notification/images',
  4027.             'notification_excel_upload_path' => 'notification/excel',
  4028.             'user_picture_path' => 'user/portrait',
  4029.             'mdt_email' => 'mdt@canal-de-provence.com',
  4030.             'financial_service_email' => 'sf@canal-de-provence.com',
  4031.             'actimage_captcha_bundle_passphrase' => 'complicatedPassphrase',
  4032.             'event_dispatcher.event_aliases' => [
  4033.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4034.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4035.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4036.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4037.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4038.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4039.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4040.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4041.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4042.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4043.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4044.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4045.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4046.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4047.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4048.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4049.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4050.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4051.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4052.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4053.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4054.             ],
  4055.             'fragment.renderer.hinclude.global_template' => NULL,
  4056.             'fragment.path' => '/_fragment',
  4057.             'kernel.http_method_override' => true,
  4058.             'kernel.trusted_hosts' => [
  4059.             ],
  4060.             'kernel.default_locale' => 'fr',
  4061.             'kernel.enabled_locales' => [
  4062.             ],
  4063.             'kernel.error_controller' => 'error_controller',
  4064.             'kernel.trusted_proxies' => '10.94.65.0/26',
  4065.             'kernel.trusted_headers' => 26,
  4066.             'debug.file_link_format' => NULL,
  4067.             'asset.request_context.base_path' => NULL,
  4068.             'asset.request_context.secure' => NULL,
  4069.             'translator.logging' => false,
  4070.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4071.             'debug.error_handler.throw_at' => -1,
  4072.             'router.request_context.base_url' => '',
  4073.             'router.resource' => 'kernel::loadRoutes',
  4074.             'request_listener.http_port' => 80,
  4075.             'request_listener.https_port' => 443,
  4076.             'session.metadata.storage_key' => '_sf2_meta',
  4077.             'session.storage.options' => [
  4078.                 'cache_limiter' => '0',
  4079.                 'cookie_httponly' => true,
  4080.                 'gc_probability' => 1,
  4081.             ],
  4082.             'session.save_path' => NULL,
  4083.             'session.metadata.update_threshold' => 0,
  4084.             'form.type_extension.csrf.enabled' => true,
  4085.             'form.type_extension.csrf.field_name' => '_token',
  4086.             'validator.translation_domain' => 'validators',
  4087.             'profiler_listener.only_exceptions' => false,
  4088.             'profiler_listener.only_main_requests' => false,
  4089.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4090.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4091.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4092.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4093.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4094.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4095.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4096.             'doctrine.entity_managers' => [
  4097.                 'default' => 'doctrine.orm.default_entity_manager',
  4098.                 'scp' => 'doctrine.orm.scp_entity_manager',
  4099.             ],
  4100.             'doctrine.default_entity_manager' => 'default',
  4101.             'doctrine.dbal.connection_factory.types' => [
  4102.             ],
  4103.             'doctrine.connections' => [
  4104.                 'app' => 'doctrine.dbal.app_connection',
  4105.                 'scp' => 'doctrine.dbal.scp_connection',
  4106.                 'mesure' => 'doctrine.dbal.mesure_connection',
  4107.                 'reimu' => 'doctrine.dbal.reimu_connection',
  4108.             ],
  4109.             'doctrine.default_connection' => 'app',
  4110.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4111.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4112.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4113.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4114.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4115.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4116.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4117.             'doctrine.orm.cache.memcache_port' => 11211,
  4118.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4119.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4120.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4121.             'doctrine.orm.cache.memcached_port' => 11211,
  4122.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4123.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4124.             'doctrine.orm.cache.redis_host' => 'localhost',
  4125.             'doctrine.orm.cache.redis_port' => 6379,
  4126.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4127.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4128.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4129.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4130.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4131.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4132.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4133.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4134.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4135.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4136.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4137.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4138.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4139.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4140.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4141.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4142.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4143.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4144.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4145.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4146.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4147.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4148.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4149.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4150.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4151.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4152.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4153.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4154.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4155.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4156.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4157.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4158.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4159.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4160.             'doctrine.migrations.preferred_em' => NULL,
  4161.             'doctrine.migrations.preferred_connection' => NULL,
  4162.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4163.             'web_profiler.debug_toolbar.mode' => 2,
  4164.             'twig.form.resources' => [
  4165.                 => '@VichUploader/Form/fields.html.twig',
  4166.                 => 'form_div_layout.html.twig',
  4167.                 => '@EasyAdmin/form/bootstrap_4.html.twig',
  4168.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  4169.                 => 'bootstrap_4_layout.html.twig',
  4170.                 => 'actimage_captcha_type.html.twig',
  4171.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  4172.             ],
  4173.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4174.             'security.role_hierarchy.roles' => [
  4175.                 'ROLE_COMMERCIAL' => [
  4176.                     => 'ROLE_USER',
  4177.                 ],
  4178.                 'ROLE_ADVISOR' => [
  4179.                     => 'ROLE_COMMERCIAL',
  4180.                 ],
  4181.                 'ROLE_API' => [
  4182.                     => 'ROLE_ADVISOR',
  4183.                 ],
  4184.                 'ROLE_ADMIN' => [
  4185.                     => 'ROLE_API',
  4186.                 ],
  4187.             ],
  4188.             'security.access.denied_url' => NULL,
  4189.             'security.authentication.manager.erase_credentials' => true,
  4190.             'security.authentication.session_strategy.strategy' => 'migrate',
  4191.             'security.access.always_authenticate_before_granting' => false,
  4192.             'security.authentication.hide_user_not_found' => true,
  4193.             'security.firewalls' => [
  4194.                 => 'access_token',
  4195.                 => 'api',
  4196.                 => 'dev',
  4197.                 => 'admin',
  4198.                 => 'front',
  4199.             ],
  4200.             'easyadmin.config' => [
  4201.                 'entities' => [
  4202.                     'AdminUser' => [
  4203.                         'class' => 'App\\Entity\\AdminUser',
  4204.                         'label' => 'entity.admin_user.label',
  4205.                         'role' => 'ROLE_ADMIN',
  4206.                         'list' => [
  4207.                             'title' => 'entity.admin_user.list.title',
  4208.                             'fields' => [
  4209.                                 => [
  4210.                                     'property' => 'login',
  4211.                                     'label' => 'entity.admin_user.field.login',
  4212.                                 ],
  4213.                                 => [
  4214.                                     'property' => 'name',
  4215.                                     'label' => 'entity.admin_user.field.name',
  4216.                                 ],
  4217.                                 => [
  4218.                                     'property' => 'firstName',
  4219.                                     'label' => 'entity.admin_user.field.firstName',
  4220.                                 ],
  4221.                                 => [
  4222.                                     'property' => 'email',
  4223.                                     'label' => 'entity.admin_user.field.email',
  4224.                                 ],
  4225.                                 => [
  4226.                                     'property' => 'profile',
  4227.                                     'label' => 'entity.admin_user.field.profile',
  4228.                                     'template' => 'admin/easyadmin/field_profile.html.twig',
  4229.                                 ],
  4230.                             ],
  4231.                             'role' => 'ROLE_ADMIN',
  4232.                         ],
  4233.                         'edit' => [
  4234.                             'title' => 'entity.admin_user.edit.title',
  4235.                             'fields' => [
  4236.                                 => [
  4237.                                     'property' => 'login',
  4238.                                     'label' => 'entity.admin_user.field.login',
  4239.                                 ],
  4240.                                 => [
  4241.                                     'property' => 'name',
  4242.                                     'label' => 'entity.admin_user.field.name',
  4243.                                 ],
  4244.                                 => [
  4245.                                     'property' => 'firstName',
  4246.                                     'label' => 'entity.admin_user.field.firstName',
  4247.                                 ],
  4248.                                 => [
  4249.                                     'property' => 'email',
  4250.                                     'label' => 'entity.admin_user.field.email',
  4251.                                 ],
  4252.                                 => [
  4253.                                     'property' => 'profile',
  4254.                                     'label' => 'entity.admin_user.field.profile',
  4255.                                     'type' => 'choice',
  4256.                                     'type_options' => [
  4257.                                         'required' => true,
  4258.                                         'expanded' => true,
  4259.                                         'choices' => [
  4260.                                             'entity.admin_user.field.user_type.admin' => 'ROLE_ADMIN',
  4261.                                             'entity.admin_user.field.user_type.advisor' => 'ROLE_ADVISOR',
  4262.                                             'entity.admin_user.field.user_type.commercial' => 'ROLE_COMMERCIAL',
  4263.                                         ],
  4264.                                     ],
  4265.                                 ],
  4266.                                 => [
  4267.                                     'property' => 'plainPassword',
  4268.                                     'type' => 'repeated',
  4269.                                     'type_options' => [
  4270.                                         'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
  4271.                                         'required' => false,
  4272.                                         'first_options' => [
  4273.                                             'label' => 'entity.admin_user.field.password',
  4274.                                         ],
  4275.                                         'second_options' => [
  4276.                                             'label' => 'entity.admin_user.field.confirm_password',
  4277.                                         ],
  4278.                                     ],
  4279.                                 ],
  4280.                             ],
  4281.                             'role' => 'ROLE_ADMIN',
  4282.                         ],
  4283.                         'new' => [
  4284.                             'title' => 'entity.admin_user.new.title',
  4285.                             'fields' => [
  4286.                                 => [
  4287.                                     'property' => 'login',
  4288.                                     'label' => 'entity.admin_user.field.login',
  4289.                                 ],
  4290.                                 => [
  4291.                                     'property' => 'name',
  4292.                                     'label' => 'entity.admin_user.field.name',
  4293.                                 ],
  4294.                                 => [
  4295.                                     'property' => 'firstName',
  4296.                                     'label' => 'entity.admin_user.field.firstName',
  4297.                                 ],
  4298.                                 => [
  4299.                                     'property' => 'email',
  4300.                                     'label' => 'entity.admin_user.field.email',
  4301.                                 ],
  4302.                                 => [
  4303.                                     'property' => 'profile',
  4304.                                     'label' => 'entity.admin_user.field.profile',
  4305.                                     'type' => 'choice',
  4306.                                     'type_options' => [
  4307.                                         'required' => true,
  4308.                                         'expanded' => true,
  4309.                                         'choices' => [
  4310.                                             'entity.admin_user.field.user_type.admin' => 'ROLE_ADMIN',
  4311.                                             'entity.admin_user.field.user_type.advisor' => 'ROLE_ADVISOR',
  4312.                                             'entity.admin_user.field.user_type.commercial' => 'ROLE_COMMERCIAL',
  4313.                                         ],
  4314.                                     ],
  4315.                                 ],
  4316.                                 => [
  4317.                                     'property' => 'plainPassword',
  4318.                                     'type' => 'repeated',
  4319.                                     'type_options' => [
  4320.                                         'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
  4321.                                         'required' => true,
  4322.                                         'first_options' => [
  4323.                                             'label' => 'entity.admin_user.field.password',
  4324.                                         ],
  4325.                                         'second_options' => [
  4326.                                             'label' => 'entity.admin_user.field.confirm_password',
  4327.                                         ],
  4328.                                     ],
  4329.                                 ],
  4330.                             ],
  4331.                             'role' => 'ROLE_ADMIN',
  4332.                         ],
  4333.                         'name' => 'AdminUser',
  4334.                         'show' => [
  4335.                             'role' => 'ROLE_ADMIN',
  4336.                         ],
  4337.                         'search' => [
  4338.                             'role' => 'ROLE_ADMIN',
  4339.                         ],
  4340.                         'form' => [
  4341.                             'role' => 'ROLE_ADMIN',
  4342.                         ],
  4343.                     ],
  4344.                     'ConsumptionSlider' => [
  4345.                         'class' => 'App\\Entity\\Slider',
  4346.                         'label' => 'entity.consumption.label',
  4347.                         'role' => 'ROLE_ADMIN',
  4348.                         'templates' => [
  4349.                             'new' => 'admin/slider/new.html.twig',
  4350.                             'edit' => 'admin/slider/edit.html.twig',
  4351.                         ],
  4352.                         'list' => [
  4353.                             'sort' => [
  4354.                                 => 'priority',
  4355.                                 => 'DESC',
  4356.                             ],
  4357.                             'fields' => [
  4358.                                 => [
  4359.                                     'property' => 'id',
  4360.                                 ],
  4361.                                 => [
  4362.                                     'property' => 'sliderName',
  4363.                                     'label' => 'entity.consumption.fields.slider_name',
  4364.                                 ],
  4365.                                 => [
  4366.                                     'property' => 'title',
  4367.                                     'label' => 'entity.consumption.fields.title',
  4368.                                 ],
  4369.                                 => [
  4370.                                     'property' => 'startDate',
  4371.                                     'label' => 'entity.consumption.fields.start_date',
  4372.                                 ],
  4373.                                 => [
  4374.                                     'property' => 'endDate',
  4375.                                     'label' => 'entity.consumption.fields.end_date',
  4376.                                 ],
  4377.                                 => [
  4378.                                     'property' => 'priority',
  4379.                                     'label' => 'entity.consumption.fields.priority',
  4380.                                     'type' => 'integer',
  4381.                                     'format' => '%s',
  4382.                                 ],
  4383.                                 => [
  4384.                                     'property' => 'linkUrl',
  4385.                                     'label' => 'entity.consumption.fields.link.url',
  4386.                                     'type' => 'url',
  4387.                                 ],
  4388.                             ],
  4389.                             'role' => 'ROLE_ADMIN',
  4390.                         ],
  4391.                         'form' => [
  4392.                             'fields' => [
  4393.                                 => [
  4394.                                     'property' => 'sliderName',
  4395.                                     'label' => 'entity.consumption.fields.slider_name',
  4396.                                     'type' => 'choice',
  4397.                                     'type_options' => [
  4398.                                         'choices' => [
  4399.                                             => [
  4400.                                                 'entity.consumption.fields.slider_name.radioTarget.choices.conso' => 'Conso',
  4401.                                             ],
  4402.                                             => [
  4403.                                                 'entity.consumption.fields.slider_name.radioTarget.choices.meteo' => 'Meteo',
  4404.                                             ],
  4405.                                         ],
  4406.                                     ],
  4407.                                 ],
  4408.                                 => [
  4409.                                     'property' => 'title',
  4410.                                     'label' => 'entity.consumption.fields.title',
  4411.                                 ],
  4412.                                 => [
  4413.                                     'property' => 'text',
  4414.                                     'label' => 'entity.consumption.fields.text',
  4415.                                     'type' => 'fos_ckeditor',
  4416.                                     'type_options' => [
  4417.                                         'trim' => true,
  4418.                                         'config_name' => 'scp_consumption_slider',
  4419.                                     ],
  4420.                                 ],
  4421.                                 => [
  4422.                                     'property' => 'startDate',
  4423.                                     'label' => 'entity.consumption.fields.start_date',
  4424.                                     'type' => 'date',
  4425.                                 ],
  4426.                                 => [
  4427.                                     'property' => 'endDate',
  4428.                                     'label' => 'entity.consumption.fields.end_date',
  4429.                                     'type' => 'date',
  4430.                                 ],
  4431.                                 => [
  4432.                                     'property' => 'priority',
  4433.                                     'label' => 'entity.consumption.fields.priority',
  4434.                                     'type' => 'integer',
  4435.                                 ],
  4436.                                 => [
  4437.                                     'property' => 'linkUrl',
  4438.                                     'label' => 'entity.consumption.fields.link.url',
  4439.                                     'type' => 'url',
  4440.                                 ],
  4441.                                 => [
  4442.                                     'property' => 'linkTarget',
  4443.                                     'label' => 'entity.consumption.fields.link.radioTarget.label',
  4444.                                     'type' => 'choice',
  4445.                                     'type_options' => [
  4446.                                         'choices' => [
  4447.                                             => [
  4448.                                                 'entity.consumption.fields.link.radioTarget.choices.newTab' => '_blank',
  4449.                                             ],
  4450.                                             => [
  4451.                                                 'entity.consumption.fields.link.radioTarget.choices.sameTab' => '_self',
  4452.                                             ],
  4453.                                         ],
  4454.                                     ],
  4455.                                 ],
  4456.                                 => [
  4457.                                     'property' => 'linkDescription',
  4458.                                     'label' => 'entity.consumption.fields.link.description',
  4459.                                 ],
  4460.                                 => [
  4461.                                     'property' => 'imageFile',
  4462.                                     'label' => 'entity.consumption.fields.imageFile.label',
  4463.                                     'type' => 'vich_image',
  4464.                                 ],
  4465.                             ],
  4466.                             'role' => 'ROLE_ADMIN',
  4467.                         ],
  4468.                         'name' => 'ConsumptionSlider',
  4469.                         'new' => [
  4470.                             'role' => 'ROLE_ADMIN',
  4471.                         ],
  4472.                         'edit' => [
  4473.                             'role' => 'ROLE_ADMIN',
  4474.                         ],
  4475.                         'show' => [
  4476.                             'role' => 'ROLE_ADMIN',
  4477.                         ],
  4478.                         'search' => [
  4479.                             'role' => 'ROLE_ADMIN',
  4480.                         ],
  4481.                     ],
  4482.                     'ContactInformation' => [
  4483.                         'class' => 'App\\Entity\\ContactInformation',
  4484.                         'label' => 'entity.contact_information.label',
  4485.                         'role' => 'ROLE_ADMIN',
  4486.                         'disabled_actions' => [
  4487.                             => 'new',
  4488.                             => 'delete',
  4489.                             => 'list',
  4490.                         ],
  4491.                         'edit' => [
  4492.                             'title' => 'entity.contact_information.edit.title',
  4493.                             'fields' => [
  4494.                                 => [
  4495.                                     'type' => 'tab',
  4496.                                     'label' => 'entity.contact_information.edit.tab.CSC',
  4497.                                     'icon' => 'phone',
  4498.                                 ],
  4499.                                 => [
  4500.                                     'property' => 'cscLogoFile',
  4501.                                     'label' => 'entity.contact_information.field.CSC.logo',
  4502.                                     'type' => 'vich_image',
  4503.                                 ],
  4504.                                 => [
  4505.                                     'property' => 'cscAddress',
  4506.                                     'label' => 'entity.contact_information.field.CSC.address',
  4507.                                     'type' => 'fos_ckeditor',
  4508.                                     'type_options' => [
  4509.                                         'config_name' => 'scp_light',
  4510.                                     ],
  4511.                                 ],
  4512.                                 => [
  4513.                                     'property' => 'cscPhone',
  4514.                                     'label' => 'entity.contact_information.field.CSC.phone.label',
  4515.                                 ],
  4516.                                 => [
  4517.                                     'property' => 'cscPhoneDescription',
  4518.                                     'label' => 'entity.contact_information.field.CSC.phone.description',
  4519.                                 ],
  4520.                                 => [
  4521.                                     'property' => 'cscAttendanceFile',
  4522.                                     'label' => 'entity.contact_information.field.CSC.attendance',
  4523.                                     'type' => 'vich_image',
  4524.                                 ],
  4525.                                 => [
  4526.                                     'property' => 'cscHours',
  4527.                                     'label' => 'entity.contact_information.field.CSC.hours',
  4528.                                     'type' => 'fos_ckeditor',
  4529.                                     'type_options' => [
  4530.                                         'config_name' => 'scp_light',
  4531.                                     ],
  4532.                                 ],
  4533.                                 => [
  4534.                                     'property' => 'cscEmail',
  4535.                                     'label' => 'entity.contact_information.field.CSC.email',
  4536.                                     'type' => 'email',
  4537.                                 ],
  4538.                                 => [
  4539.                                     'type' => 'tab',
  4540.                                     'label' => 'entity.contact_information.edit.tab.potabilization',
  4541.                                     'icon' => 'tint',
  4542.                                 ],
  4543.                                 => [
  4544.                                     'property' => 'potabilizationPhone',
  4545.                                     'label' => 'entity.contact_information.field.potabilization.phone.label',
  4546.                                 ],
  4547.                                 10 => [
  4548.                                     'property' => 'potabilizationPhoneDescription',
  4549.                                     'label' => 'entity.contact_information.field.potabilization.phone.description',
  4550.                                 ],
  4551.                                 11 => [
  4552.                                     'property' => 'potabilizationHours',
  4553.                                     'label' => 'entity.contact_information.field.potabilization.hours',
  4554.                                 ],
  4555.                                 12 => [
  4556.                                     'property' => 'potabilizationEmail',
  4557.                                     'label' => 'entity.contact_information.field.potabilization.email',
  4558.                                     'type' => 'email',
  4559.                                 ],
  4560.                                 13 => [
  4561.                                     'type' => 'tab',
  4562.                                     'label' => 'entity.contact_information.edit.tab.stores',
  4563.                                     'icon' => 'home',
  4564.                                 ],
  4565.                                 14 => [
  4566.                                     'type' => 'group',
  4567.                                     'label' => 'entity.contact_information.edit.group.store_1',
  4568.                                 ],
  4569.                                 15 => [
  4570.                                     'property' => 'store1',
  4571.                                     'label' => false,
  4572.                                     'type' => 'App\\Form\\ContactInformation\\StoreType',
  4573.                                 ],
  4574.                                 16 => [
  4575.                                     'type' => 'group',
  4576.                                     'label' => 'entity.contact_information.edit.group.store_2',
  4577.                                 ],
  4578.                                 17 => [
  4579.                                     'property' => 'store2',
  4580.                                     'label' => false,
  4581.                                     'type' => 'App\\Form\\ContactInformation\\StoreType',
  4582.                                 ],
  4583.                                 18 => [
  4584.                                     'type' => 'group',
  4585.                                     'label' => 'entity.contact_information.edit.group.store_3',
  4586.                                 ],
  4587.                                 19 => [
  4588.                                     'property' => 'store3',
  4589.                                     'label' => false,
  4590.                                     'type' => 'App\\Form\\ContactInformation\\StoreType',
  4591.                                 ],
  4592.                                 20 => [
  4593.                                     'type' => 'group',
  4594.                                     'label' => 'entity.contact_information.edit.group.catalog_1',
  4595.                                 ],
  4596.                                 21 => [
  4597.                                     'property' => 'catalog1Label',
  4598.                                     'label' => 'entity.contact_information.field.catalog.label',
  4599.                                 ],
  4600.                                 22 => [
  4601.                                     'property' => 'catalog1Url',
  4602.                                     'label' => 'entity.contact_information.field.catalog.url',
  4603.                                     'type' => 'url',
  4604.                                 ],
  4605.                                 23 => [
  4606.                                     'type' => 'group',
  4607.                                     'label' => 'entity.contact_information.edit.group.catalog_2',
  4608.                                 ],
  4609.                                 24 => [
  4610.                                     'property' => 'catalog2Label',
  4611.                                     'label' => 'entity.contact_information.field.catalog.label',
  4612.                                 ],
  4613.                                 25 => [
  4614.                                     'property' => 'catalog2Url',
  4615.                                     'label' => 'entity.contact_information.field.catalog.url',
  4616.                                     'type' => 'url',
  4617.                                 ],
  4618.                                 26 => [
  4619.                                     'type' => 'group',
  4620.                                     'label' => 'entity.contact_information.edit.group.catalog_3',
  4621.                                 ],
  4622.                                 27 => [
  4623.                                     'property' => 'catalog3Label',
  4624.                                     'label' => 'entity.contact_information.field.catalog.label',
  4625.                                 ],
  4626.                                 28 => [
  4627.                                     'property' => 'catalog3Url',
  4628.                                     'label' => 'entity.contact_information.field.catalog.url',
  4629.                                     'type' => 'url',
  4630.                                 ],
  4631.                                 29 => [
  4632.                                     'type' => 'tab',
  4633.                                     'label' => 'entity.contact_information.edit.tab.laboratories',
  4634.                                     'icon' => 'flask',
  4635.                                 ],
  4636.                                 30 => [
  4637.                                     'type' => 'group',
  4638.                                     'label' => 'entity.contact_information.edit.group.water_analysis',
  4639.                                 ],
  4640.                                 31 => [
  4641.                                     'property' => 'waterLaboratory',
  4642.                                     'label' => false,
  4643.                                     'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
  4644.                                 ],
  4645.                                 32 => [
  4646.                                     'type' => 'group',
  4647.                                     'label' => 'entity.contact_information.edit.group.hydraulic',
  4648.                                 ],
  4649.                                 33 => [
  4650.                                     'property' => 'hydraulicLaboratory',
  4651.                                     'label' => false,
  4652.                                     'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
  4653.                                 ],
  4654.                                 34 => [
  4655.                                     'type' => 'group',
  4656.                                     'label' => 'entity.contact_information.edit.group.geotech',
  4657.                                 ],
  4658.                                 35 => [
  4659.                                     'property' => 'geotechLaboratory',
  4660.                                     'label' => false,
  4661.                                     'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
  4662.                                 ],
  4663.                             ],
  4664.                             'role' => 'ROLE_ADMIN',
  4665.                         ],
  4666.                         'name' => 'ContactInformation',
  4667.                         'new' => [
  4668.                             'role' => 'ROLE_ADMIN',
  4669.                         ],
  4670.                         'show' => [
  4671.                             'role' => 'ROLE_ADMIN',
  4672.                         ],
  4673.                         'list' => [
  4674.                             'role' => 'ROLE_ADMIN',
  4675.                         ],
  4676.                         'search' => [
  4677.                             'role' => 'ROLE_ADMIN',
  4678.                         ],
  4679.                         'form' => [
  4680.                             'role' => 'ROLE_ADMIN',
  4681.                         ],
  4682.                     ],
  4683.                     'Customer' => [
  4684.                         'class' => 'App\\Entity\\User',
  4685.                         'label' => 'entity.user.label',
  4686.                         'role' => 'ROLE_COMMERCIAL',
  4687.                         'controller' => 'App\\Controller\\Admin\\UserController',
  4688.                         'disabled_actions' => [
  4689.                             => 'new',
  4690.                             => 'edit',
  4691.                             => 'delete',
  4692.                         ],
  4693.                         'templates' => [
  4694.                             'list' => 'admin/easyadmin/User/list.html.twig',
  4695.                         ],
  4696.                         'list' => [
  4697.                             'title' => 'entity.user.label',
  4698.                             'sort' => 'customerNumber',
  4699.                             'actions' => [
  4700.                                 => [
  4701.                                     'name' => 'admin_messaging_write_to_customer',
  4702.                                     'type' => 'route',
  4703.                                     'label' => 'entity.user.action.write',
  4704.                                 ],
  4705.                             ],
  4706.                             'fields' => [
  4707.                                 => [
  4708.                                     'property' => 'customerNumber',
  4709.                                     'label' => 'entity.user.field.customer_number',
  4710.                                     'format' => '%d',
  4711.                                     'template' => 'admin/easyadmin/field_customer_number.html.twig',
  4712.                                 ],
  4713.                                 => [
  4714.                                     'property' => 'lastName',
  4715.                                     'label' => 'entity.user.field.lastname',
  4716.                                     'sortable' => true,
  4717.                                 ],
  4718.                                 => [
  4719.                                     'property' => 'firstName',
  4720.                                     'label' => 'entity.user.field.firstname',
  4721.                                     'sortable' => true,
  4722.                                 ],
  4723.                                 => [
  4724.                                     'property' => 'id',
  4725.                                     'label' => 'entity.user.field.id',
  4726.                                 ],
  4727.                                 => [
  4728.                                     'property' => 'activated',
  4729.                                     'label' => 'entity.user.field.activated',
  4730.                                     'template' => 'admin/easyadmin/field_activated.html.twig',
  4731.                                 ],
  4732.                                 => [
  4733.                                     'property' => 'suivi_conso',
  4734.                                     'label' => 'entity.user.field.suivi_conso',
  4735.                                     'template' => 'admin/easyadmin/field_counter_status.html.twig',
  4736.                                     'sortable' => true,
  4737.                                 ],
  4738.                                 => [
  4739.                                     'property' => 'email',
  4740.                                     'label' => 'entity.user.field.email',
  4741.                                     'sortable' => true,
  4742.                                 ],
  4743.                             ],
  4744.                             'role' => 'ROLE_COMMERCIAL',
  4745.                         ],
  4746.                         'search' => [
  4747.                             'fields' => [
  4748.                                 => 'customerNumber',
  4749.                                 => 'firstName',
  4750.                                 => 'lastName',
  4751.                             ],
  4752.                             'role' => 'ROLE_COMMERCIAL',
  4753.                         ],
  4754.                         'name' => 'Customer',
  4755.                         'new' => [
  4756.                             'role' => 'ROLE_COMMERCIAL',
  4757.                         ],
  4758.                         'edit' => [
  4759.                             'role' => 'ROLE_COMMERCIAL',
  4760.                         ],
  4761.                         'show' => [
  4762.                             'role' => 'ROLE_COMMERCIAL',
  4763.                         ],
  4764.                         'form' => [
  4765.                             'role' => 'ROLE_COMMERCIAL',
  4766.                         ],
  4767.                     ],
  4768.                     'Dashboard' => [
  4769.                         'class' => 'App\\Entity\\Dashboard',
  4770.                         'label' => 'entity.dashboard.label',
  4771.                         'role' => 'ROLE_ADMIN',
  4772.                         'disabled_actions' => [
  4773.                             => 'new',
  4774.                             => 'delete',
  4775.                             => 'list',
  4776.                         ],
  4777.                         'edit' => [
  4778.                             'title' => 'entity.dashboard.edit.title',
  4779.                             'fields' => [
  4780.                                 => [
  4781.                                     'type' => 'tab',
  4782.                                     'label' => 'entity.dashboard.edit.tab.zone_1',
  4783.                                 ],
  4784.                                 => [
  4785.                                     'property' => 'zone1Enabled',
  4786.                                     'label' => 'entity.dashboard.field.enable_zone',
  4787.                                 ],
  4788.                                 => [
  4789.                                     'property' => 'title1',
  4790.                                     'label' => 'entity.dashboard.field.title',
  4791.                                 ],
  4792.                                 => [
  4793.                                     'property' => 'text1',
  4794.                                     'label' => 'entity.dashboard.field.text',
  4795.                                     'type' => 'fos_ckeditor',
  4796.                                     'type_options' => [
  4797.                                         'config_name' => 'scp_full',
  4798.                                     ],
  4799.                                 ],
  4800.                                 => [
  4801.                                     'property' => 'imageFile1',
  4802.                                     'label' => 'entity.dashboard.field.image',
  4803.                                     'type' => 'vich_image',
  4804.                                 ],
  4805.                                 => [
  4806.                                     'type' => 'tab',
  4807.                                     'label' => 'entity.dashboard.edit.tab.shop',
  4808.                                 ],
  4809.                                 => [
  4810.                                     'property' => 'eshopEnabled',
  4811.                                     'label' => 'entity.dashboard.field.enable_eshop',
  4812.                                 ],
  4813.                                 => [
  4814.                                     'type' => 'tab',
  4815.                                     'label' => 'entity.dashboard.edit.tab.zone_2',
  4816.                                 ],
  4817.                                 => [
  4818.                                     'property' => 'zone2Enabled',
  4819.                                     'label' => 'entity.dashboard.field.enable_zone',
  4820.                                 ],
  4821.                                 => [
  4822.                                     'property' => 'title2',
  4823.                                     'label' => 'entity.dashboard.field.title',
  4824.                                 ],
  4825.                                 10 => [
  4826.                                     'property' => 'text2',
  4827.                                     'label' => 'entity.dashboard.field.text',
  4828.                                     'type' => 'fos_ckeditor',
  4829.                                     'type_options' => [
  4830.                                         'config_name' => 'scp_full',
  4831.                                     ],
  4832.                                 ],
  4833.                                 11 => [
  4834.                                     'property' => 'imageFile2',
  4835.                                     'label' => 'entity.dashboard.field.image',
  4836.                                     'type' => 'vich_image',
  4837.                                 ],
  4838.                                 12 => [
  4839.                                     'type' => 'tab',
  4840.                                     'label' => 'entity.dashboard.edit.tab.zone_3',
  4841.                                 ],
  4842.                                 13 => [
  4843.                                     'property' => 'zone3Enabled',
  4844.                                     'label' => 'entity.dashboard.field.enable_zone',
  4845.                                 ],
  4846.                                 14 => [
  4847.                                     'property' => 'title3',
  4848.                                     'label' => 'entity.dashboard.field.title',
  4849.                                 ],
  4850.                                 15 => [
  4851.                                     'property' => 'text3',
  4852.                                     'label' => 'entity.dashboard.field.text',
  4853.                                     'type' => 'fos_ckeditor',
  4854.                                     'type_options' => [
  4855.                                         'config_name' => 'scp_full',
  4856.                                     ],
  4857.                                 ],
  4858.                                 16 => [
  4859.                                     'property' => 'imageFile3',
  4860.                                     'label' => 'entity.dashboard.field.image',
  4861.                                     'type' => 'vich_image',
  4862.                                 ],
  4863.                             ],
  4864.                             'role' => 'ROLE_ADMIN',
  4865.                         ],
  4866.                         'name' => 'Dashboard',
  4867.                         'new' => [
  4868.                             'role' => 'ROLE_ADMIN',
  4869.                         ],
  4870.                         'show' => [
  4871.                             'role' => 'ROLE_ADMIN',
  4872.                         ],
  4873.                         'list' => [
  4874.                             'role' => 'ROLE_ADMIN',
  4875.                         ],
  4876.                         'search' => [
  4877.                             'role' => 'ROLE_ADMIN',
  4878.                         ],
  4879.                         'form' => [
  4880.                             'role' => 'ROLE_ADMIN',
  4881.                         ],
  4882.                     ],
  4883.                     'Link' => [
  4884.                         'class' => 'App\\Entity\\Link',
  4885.                         'label' => 'entity.link.label',
  4886.                         'role' => 'ROLE_ADMIN',
  4887.                         'list' => [
  4888.                             'sort' => [
  4889.                                 => 'priority',
  4890.                                 => 'ASC',
  4891.                             ],
  4892.                             'title' => 'entity.link.list.title',
  4893.                             'fields' => [
  4894.                                 => [
  4895.                                     'property' => 'priority',
  4896.                                     'label' => 'entity.link.field.priority',
  4897.                                 ],
  4898.                                 => [
  4899.                                     'property' => 'label',
  4900.                                     'label' => 'entity.link.field.label',
  4901.                                 ],
  4902.                                 => [
  4903.                                     'property' => 'url',
  4904.                                     'label' => 'entity.link.field.url',
  4905.                                 ],
  4906.                                 => [
  4907.                                     'property' => 'areas',
  4908.                                     'label' => 'entity.link.field.areas.title',
  4909.                                     'template' => 'admin/easyadmin/field_link_areas.html.twig',
  4910.                                 ],
  4911.                                 => [
  4912.                                     'property' => 'accessRestrictions',
  4913.                                     'label' => 'entity.link.field.access.title',
  4914.                                     'template' => 'admin/easyadmin/field_link_access.html.twig',
  4915.                                 ],
  4916.                                 => [
  4917.                                     'property' => 'targetBlank',
  4918.                                     'label' => 'entity.link.field.target_blank',
  4919.                                 ],
  4920.                             ],
  4921.                             'role' => 'ROLE_ADMIN',
  4922.                         ],
  4923.                         'form' => [
  4924.                             'title' => 'entity.link.new.title',
  4925.                             'fields' => [
  4926.                                 => [
  4927.                                     'property' => 'label',
  4928.                                     'label' => 'entity.link.field.label',
  4929.                                 ],
  4930.                                 => [
  4931.                                     'property' => 'url',
  4932.                                     'label' => 'entity.link.field.url',
  4933.                                     'type' => 'url',
  4934.                                 ],
  4935.                                 => [
  4936.                                     'property' => 'areas',
  4937.                                     'label' => 'entity.link.field.areas.title',
  4938.                                     'type' => 'choice',
  4939.                                     'type_options' => [
  4940.                                         'expanded' => true,
  4941.                                         'multiple' => true,
  4942.                                         'choices' => [
  4943.                                             => [
  4944.                                                 'entity.link.field.areas.invoice_procedure' => 'invoice_procedure',
  4945.                                             ],
  4946.                                             => [
  4947.                                                 'entity.link.field.areas.invoice_information' => 'invoice_information',
  4948.                                             ],
  4949.                                             => [
  4950.                                                 'entity.link.field.areas.contract' => 'contract',
  4951.                                             ],
  4952.                                             => [
  4953.                                                 'entity.link.field.areas.my_account' => 'my_account',
  4954.                                             ],
  4955.                                             => [
  4956.                                                 'entity.link.field.areas.dashboard' => 'dashboard',
  4957.                                             ],
  4958.                                         ],
  4959.                                     ],
  4960.                                 ],
  4961.                                 => [
  4962.                                     'property' => 'accessRestrictions',
  4963.                                     'label' => 'entity.link.field.access.title',
  4964.                                     'type' => 'choice',
  4965.                                     'type_options' => [
  4966.                                         'expanded' => true,
  4967.                                         'multiple' => true,
  4968.                                         'choices' => [
  4969.                                             => [
  4970.                                                 'entity.link.field.access.ROLE_LABORATORY' => 'ROLE_LABORATORY',
  4971.                                             ],
  4972.                                             => [
  4973.                                                 'entity.link.field.access.ROLE_WATER_SOLUTION' => 'ROLE_WATER_SOLUTION',
  4974.                                             ],
  4975.                                             => [
  4976.                                                 'entity.link.field.access.ROLE_EIEU' => 'ROLE_EIEU',
  4977.                                             ],
  4978.                                             => [
  4979.                                                 'entity.link.field.access.ROLE_ECE' => 'ROLE_ECE',
  4980.                                             ],
  4981.                                             => [
  4982.                                                 'entity.link.field.access.ROLE_FARMER' => 'ROLE_FARMER',
  4983.                                             ],
  4984.                                             => [
  4985.                                                 'entity.link.field.access.ROLE_PRIVATE' => 'ROLE_PRIVATE',
  4986.                                             ],
  4987.                                             => [
  4988.                                                 'entity.link.field.access.ROLE_OTHER_RURAL' => 'ROLE_OTHER_RURAL',
  4989.                                             ],
  4990.                                             => [
  4991.                                                 'entity.link.field.access.ROLE_MAINTENANCE' => 'ROLE_MAINTENANCE',
  4992.                                             ],
  4993.                                             => [
  4994.                                                 'entity.link.field.access.ROLE_ANONYMOUS' => 'IS_AUTHENTICATED_ANONYMOUSLY',
  4995.                                             ],
  4996.                                         ],
  4997.                                     ],
  4998.                                 ],
  4999.                                 => [
  5000.                                     'property' => 'priority',
  5001.                                     'label' => 'entity.link.field.priority',
  5002.                                 ],
  5003.                                 => [
  5004.                                     'property' => 'targetBlank',
  5005.                                     'label' => 'entity.link.field.target_blank',
  5006.                                 ],
  5007.                             ],
  5008.                             'role' => 'ROLE_ADMIN',
  5009.                         ],
  5010.                         'new' => [
  5011.                             'title' => 'entity.link.new.title',
  5012.                             'role' => 'ROLE_ADMIN',
  5013.                         ],
  5014.                         'edit' => [
  5015.                             'title' => 'entity.link.edit.title',
  5016.                             'role' => 'ROLE_ADMIN',
  5017.                         ],
  5018.                         'name' => 'Link',
  5019.                         'show' => [
  5020.                             'role' => 'ROLE_ADMIN',
  5021.                         ],
  5022.                         'search' => [
  5023.                             'role' => 'ROLE_ADMIN',
  5024.                         ],
  5025.                     ],
  5026.                     'Mail' => [
  5027.                         'class' => 'App\\Entity\\Mail',
  5028.                         'label' => 'entity.mail.label_alt.logs',
  5029.                         'role' => 'ROLE_ADMIN',
  5030.                         'disabled_actions' => [
  5031.                             => 'new',
  5032.                             => 'edit',
  5033.                         ],
  5034.                         'controller' => 'App\\Controller\\Admin\\MailController',
  5035.                         'templates' => [
  5036.                             'list' => 'admin/mail/archive/list.html.twig',
  5037.                         ],
  5038.                         'list' => [
  5039.                             'title' => 'entity.mail.label_alt.logs',
  5040.                             'actions' => [
  5041.                                 => 'show',
  5042.                                 => 'search',
  5043.                             ],
  5044.                             'fields' => [
  5045.                                 => [
  5046.                                     'property' => 'date',
  5047.                                     'label' => 'entity.mail.field.date',
  5048.                                     'format' => 'd/m/y',
  5049.                                 ],
  5050.                                 => [
  5051.                                     'property' => 'hour',
  5052.                                     'label' => 'entity.mail.field.hour',
  5053.                                     'type' => 'datetime',
  5054.                                     'format' => 'H:i:s',
  5055.                                 ],
  5056.                                 => [
  5057.                                     'property' => 'firstRecipient',
  5058.                                     'label' => 'entity.mail.field.first_recipient',
  5059.                                 ],
  5060.                                 => [
  5061.                                     'property' => 'secondaryRecipients',
  5062.                                     'label' => 'entity.mail.field.secondary_recipients',
  5063.                                     'type' => 'array',
  5064.                                 ],
  5065.                                 => [
  5066.                                     'property' => 'subject',
  5067.                                     'label' => 'entity.mail.field.subject',
  5068.                                 ],
  5069.                             ],
  5070.                             'role' => 'ROLE_ADMIN',
  5071.                         ],
  5072.                         'search' => [
  5073.                             'fields' => [
  5074.                                 => 'recipients',
  5075.                                 => 'subject',
  5076.                             ],
  5077.                             'role' => 'ROLE_ADMIN',
  5078.                         ],
  5079.                         'show' => [
  5080.                             'fields' => [
  5081.                                 => [
  5082.                                     'property' => 'date',
  5083.                                     'label' => 'entity.mail.field.date',
  5084.                                     'format' => 'd/m/y - H:i:s',
  5085.                                 ],
  5086.                                 => [
  5087.                                     'property' => 'recipients',
  5088.                                     'label' => 'entity.mail.field.recipients',
  5089.                                 ],
  5090.                                 => [
  5091.                                     'property' => 'subject',
  5092.                                     'label' => 'entity.mail.field.subject',
  5093.                                 ],
  5094.                                 => [
  5095.                                     'property' => 'body',
  5096.                                     'label' => 'entity.mail.field.body',
  5097.                                     'type' => 'raw',
  5098.                                 ],
  5099.                             ],
  5100.                             'role' => 'ROLE_ADMIN',
  5101.                         ],
  5102.                         'name' => 'Mail',
  5103.                         'new' => [
  5104.                             'role' => 'ROLE_ADMIN',
  5105.                         ],
  5106.                         'edit' => [
  5107.                             'role' => 'ROLE_ADMIN',
  5108.                         ],
  5109.                         'form' => [
  5110.                             'role' => 'ROLE_ADMIN',
  5111.                         ],
  5112.                     ],
  5113.                     'MailType' => [
  5114.                         'class' => 'App\\Entity\\MailType',
  5115.                         'label' => 'entity.mail_type.label',
  5116.                         'role' => 'ROLE_ADMIN',
  5117.                         'disabled_actions' => [
  5118.                             => 'show',
  5119.                             => 'new',
  5120.                             => 'delete',
  5121.                         ],
  5122.                         'templates' => [
  5123.                             'list' => 'admin/mail/mail_type/list.html.twig',
  5124.                         ],
  5125.                         'list' => [
  5126.                             'title' => 'entity.mail_type.label',
  5127.                             'fields' => [
  5128.                                 => [
  5129.                                     'property' => 'type',
  5130.                                     'label' => 'entity.mail_type.field.type',
  5131.                                     'template' => 'admin/easyadmin/field_mail_type.html.twig',
  5132.                                 ],
  5133.                                 => [
  5134.                                     'property' => 'mustArchive',
  5135.                                     'label' => 'entity.mail_type.field.must_archive',
  5136.                                 ],
  5137.                             ],
  5138.                             'role' => 'ROLE_ADMIN',
  5139.                         ],
  5140.                         'name' => 'MailType',
  5141.                         'new' => [
  5142.                             'role' => 'ROLE_ADMIN',
  5143.                         ],
  5144.                         'edit' => [
  5145.                             'role' => 'ROLE_ADMIN',
  5146.                         ],
  5147.                         'show' => [
  5148.                             'role' => 'ROLE_ADMIN',
  5149.                         ],
  5150.                         'search' => [
  5151.                             'role' => 'ROLE_ADMIN',
  5152.                         ],
  5153.                         'form' => [
  5154.                             'role' => 'ROLE_ADMIN',
  5155.                         ],
  5156.                     ],
  5157.                     'Conversation' => [
  5158.                         'class' => 'App\\Entity\\Messaging\\Conversation',
  5159.                         'label' => 'menu.messaging',
  5160.                         'role' => 'ROLE_COMMERCIAL',
  5161.                         'disabled_actions' => [
  5162.                             => 'new',
  5163.                             => 'delete',
  5164.                             => 'edit',
  5165.                         ],
  5166.                         'controller' => 'App\\Controller\\Admin\\Messaging\\ConversationController',
  5167.                         'templates' => [
  5168.                             'list' => 'admin/messaging/conversation/list.html.twig',
  5169.                             'show' => 'admin/messaging/conversation/show.html.twig',
  5170.                         ],
  5171.                         'list' => [
  5172.                             'title' => 'entity.conversation.label',
  5173.                             'actions' => [
  5174.                                 => 'show',
  5175.                             ],
  5176.                             'fields' => [
  5177.                                 => [
  5178.                                     'property' => 'updatedAt',
  5179.                                     'label' => 'entity.conversation.field.date',
  5180.                                 ],
  5181.                                 => [
  5182.                                     'property' => 'team',
  5183.                                     'label' => 'entity.conversation.field.team',
  5184.                                 ],
  5185.                                 => [
  5186.                                     'property' => 'messages',
  5187.                                     'label' => 'entity.conversation.field.last_message',
  5188.                                     'template' => 'admin/easyadmin/field_conversation_last_sender.html.twig',
  5189.                                 ],
  5190.                                 => [
  5191.                                     'property' => 'user.customerNumber',
  5192.                                     'label' => 'entity.conversation.field.customer_number',
  5193.                                     'sortable' => true,
  5194.                                 ],
  5195.                                 => [
  5196.                                     'property' => 'user.username',
  5197.                                     'label' => 'entity.conversation.field.user',
  5198.                                 ],
  5199.                                 => [
  5200.                                     'property' => 'contractNumbers',
  5201.                                     'label' => 'entity.conversation.field.contracts',
  5202.                                     'template' => 'admin/easyadmin/field_conversation_contracts.html.twig',
  5203.                                 ],
  5204.                                 => [
  5205.                                     'property' => 'object',
  5206.                                     'label' => 'entity.conversation.field.object',
  5207.                                     'template' => 'admin/easyadmin/field_conversation_object.html.twig',
  5208.                                 ],
  5209.                                 => [
  5210.                                     'property' => 'status',
  5211.                                     'label' => 'entity.conversation.field.status',
  5212.                                     'template' => 'admin/easyadmin/field_conversation_status.html.twig',
  5213.                                 ],
  5214.                             ],
  5215.                             'role' => 'ROLE_COMMERCIAL',
  5216.                         ],
  5217.                         'name' => 'Conversation',
  5218.                         'new' => [
  5219.                             'role' => 'ROLE_COMMERCIAL',
  5220.                         ],
  5221.                         'edit' => [
  5222.                             'role' => 'ROLE_COMMERCIAL',
  5223.                         ],
  5224.                         'show' => [
  5225.                             'role' => 'ROLE_COMMERCIAL',
  5226.                         ],
  5227.                         'search' => [
  5228.                             'role' => 'ROLE_COMMERCIAL',
  5229.                         ],
  5230.                         'form' => [
  5231.                             'role' => 'ROLE_COMMERCIAL',
  5232.                         ],
  5233.                     ],
  5234.                     'Subject' => [
  5235.                         'class' => 'App\\Entity\\Messaging\\Subject',
  5236.                         'label' => 'entity.subject.label',
  5237.                         'role' => 'ROLE_ADMIN',
  5238.                         'controller' => 'App\\Controller\\Admin\\Messaging\\SubjectController',
  5239.                         'disabled_actions' => [
  5240.                             => 'show',
  5241.                         ],
  5242.                         'templates' => [
  5243.                             'new' => 'admin/messaging/subject/new.html.twig',
  5244.                             'edit' => 'admin/messaging/subject/edit.html.twig',
  5245.                             'list' => 'admin/messaging/subject/list.html.twig',
  5246.                         ],
  5247.                         'form' => [
  5248.                             'fields' => [
  5249.                                 => [
  5250.                                     'property' => 'label',
  5251.                                     'label' => 'entity.subject.field.label',
  5252.                                 ],
  5253.                                 => [
  5254.                                     'property' => 'theme',
  5255.                                     'label' => 'entity.subject.field.theme',
  5256.                                 ],
  5257.                                 => [
  5258.                                     'property' => 'requiredContract',
  5259.                                     'label' => 'entity.subject.field.required_contract',
  5260.                                     'type_options' => [
  5261.                                         'attr' => [
  5262.                                             'class' => 'required-contract-checkbox',
  5263.                                         ],
  5264.                                     ],
  5265.                                 ],
  5266.                                 => [
  5267.                                     'property' => 'information',
  5268.                                     'label' => 'entity.subject.field.information',
  5269.                                     'type_options' => [
  5270.                                         'attr' => [
  5271.                                             'class' => 'information-checkbox',
  5272.                                         ],
  5273.                                     ],
  5274.                                 ],
  5275.                                 => [
  5276.                                     'property' => 'teamType',
  5277.                                     'label' => false,
  5278.                                     'type' => 'choice',
  5279.                                     'type_options' => [
  5280.                                         'expanded' => true,
  5281.                                         'attr' => [
  5282.                                             'class' => 'select-inline-block',
  5283.                                         ],
  5284.                                         'label_attr' => [
  5285.                                             'class' => 'radio-inline choice-team-type align-left',
  5286.                                         ],
  5287.                                         'choices' => [
  5288.                                             'entity.subject.field.team_type.default' => 'TEAM_TYPE_DEFAULT',
  5289.                                             'entity.subject.field.team_type.contract' => 'TEAM_TYPE_CONTRACT',
  5290.                                             'entity.subject.field.team_type.exploitation_center' => 'TEAM_TYPE_EXPLOITATION_CENTER',
  5291.                                         ],
  5292.                                     ],
  5293.                                 ],
  5294.                                 => [
  5295.                                     'property' => 'team',
  5296.                                     'label' => 'entity.subject.field.team',
  5297.                                     'type_options' => [
  5298.                                         'attr' => [
  5299.                                             'class' => 'select-team',
  5300.                                         ],
  5301.                                     ],
  5302.                                 ],
  5303.                                 => [
  5304.                                     'property' => 'redirectLinks',
  5305.                                     'label' => 'entity.subject.field.redirect_links',
  5306.                                     'type' => 'collection',
  5307.                                     'type_options' => [
  5308.                                         'entry_type' => 'App\\Form\\Admin\\Messaging\\RedirectLinkType',
  5309.                                         'by_reference' => false,
  5310.                                     ],
  5311.                                 ],
  5312.                                 => [
  5313.                                     'type' => 'section',
  5314.                                     'label' => 'entity.subject.group.contact_form',
  5315.                                 ],
  5316.                                 => [
  5317.                                     'property' => 'contactFormType',
  5318.                                     'label' => 'entity.subject.field.contact_form_type_label',
  5319.                                     'type' => 'choice',
  5320.                                     'type_options' => [
  5321.                                         'choices' => [
  5322.                                             'entity.subject.field.contact_form_type.default' => 'DEFAULT',
  5323.                                             'entity.subject.field.contact_form_type.contract_termination' => 'CONTRACT_TERMINATION',
  5324.                                             'entity.subject.field.contact_form_type.update_water_flow' => 'UPDATE_WATER_FLOW',
  5325.                                         ],
  5326.                                     ],
  5327.                                 ],
  5328.                             ],
  5329.                             'role' => 'ROLE_ADMIN',
  5330.                         ],
  5331.                         'list' => [
  5332.                             'title' => 'entity.subject.label',
  5333.                             'fields' => [
  5334.                                 => [
  5335.                                     'property' => 'label',
  5336.                                     'label' => 'entity.subject.field.label',
  5337.                                 ],
  5338.                                 => [
  5339.                                     'property' => 'theme',
  5340.                                     'label' => 'entity.subject.field.theme',
  5341.                                 ],
  5342.                                 => [
  5343.                                     'property' => 'contactFormType',
  5344.                                     'label' => 'entity.subject.field.contact_form_type_label',
  5345.                                     'template' => 'admin/easyadmin/field_subject_contact_form_type.html.twig',
  5346.                                 ],
  5347.                                 => [
  5348.                                     'property' => 'redirectLinks',
  5349.                                     'label' => 'entity.subject.field.redirect_links',
  5350.                                 ],
  5351.                                 => [
  5352.                                     'property' => 'archived',
  5353.                                     'label' => 'entity.subject.field.archived',
  5354.                                 ],
  5355.                             ],
  5356.                             'role' => 'ROLE_ADMIN',
  5357.                         ],
  5358.                         'new' => [
  5359.                             'title' => 'entity.subject.new.title',
  5360.                             'role' => 'ROLE_ADMIN',
  5361.                         ],
  5362.                         'edit' => [
  5363.                             'title' => 'entity.subject.edit.title',
  5364.                             'actions' => [
  5365.                                 => '-delete',
  5366.                             ],
  5367.                             'role' => 'ROLE_ADMIN',
  5368.                         ],
  5369.                         'name' => 'Subject',
  5370.                         'show' => [
  5371.                             'role' => 'ROLE_ADMIN',
  5372.                         ],
  5373.                         'search' => [
  5374.                             'role' => 'ROLE_ADMIN',
  5375.                         ],
  5376.                     ],
  5377.                     'Team' => [
  5378.                         'class' => 'App\\Entity\\Messaging\\Team',
  5379.                         'label' => 'entity.team.label',
  5380.                         'role' => 'ROLE_ADMIN',
  5381.                         'controller' => 'App\\Controller\\Admin\\Messaging\\TeamController',
  5382.                         'disabled_actions' => [
  5383.                             => 'show',
  5384.                         ],
  5385.                         'form' => [
  5386.                             'fields' => [
  5387.                                 => [
  5388.                                     'property' => 'label',
  5389.                                     'label' => 'entity.team.field.label',
  5390.                                 ],
  5391.                                 => [
  5392.                                     'property' => 'recipients',
  5393.                                     'label' => 'entity.team.field.recipients',
  5394.                                     'help' => 'entity.team.help.recipients',
  5395.                                 ],
  5396.                                 => [
  5397.                                     'property' => 'isDefaultTeam',
  5398.                                     'label' => 'entity.team.field.is_default_team',
  5399.                                     'help' => 'entity.team.help.is_default_team',
  5400.                                     'type_options' => [
  5401.                                         'required' => false,
  5402.                                     ],
  5403.                                 ],
  5404.                             ],
  5405.                             'role' => 'ROLE_ADMIN',
  5406.                         ],
  5407.                         'list' => [
  5408.                             'title' => 'entity.team.label',
  5409.                             'fields' => [
  5410.                                 => [
  5411.                                     'property' => 'label',
  5412.                                     'label' => 'entity.team.field.label',
  5413.                                 ],
  5414.                                 => [
  5415.                                     'property' => 'recipients',
  5416.                                     'label' => 'entity.team.field.recipients',
  5417.                                 ],
  5418.                                 => [
  5419.                                     'property' => 'isDefaultTeam',
  5420.                                     'label' => 'entity.team.field.is_default_team',
  5421.                                     'type' => 'boolean',
  5422.                                 ],
  5423.                             ],
  5424.                             'role' => 'ROLE_ADMIN',
  5425.                         ],
  5426.                         'new' => [
  5427.                             'title' => 'entity.team.new.title',
  5428.                             'role' => 'ROLE_ADMIN',
  5429.                         ],
  5430.                         'edit' => [
  5431.                             'title' => 'entity.team.edit.title',
  5432.                             'role' => 'ROLE_ADMIN',
  5433.                         ],
  5434.                         'name' => 'Team',
  5435.                         'show' => [
  5436.                             'role' => 'ROLE_ADMIN',
  5437.                         ],
  5438.                         'search' => [
  5439.                             'role' => 'ROLE_ADMIN',
  5440.                         ],
  5441.                     ],
  5442.                     'Theme' => [
  5443.                         'class' => 'App\\Entity\\Messaging\\Theme',
  5444.                         'label' => 'entity.theme.label',
  5445.                         'role' => 'ROLE_ADMIN',
  5446.                         'controller' => 'App\\Controller\\Admin\\Messaging\\ThemeController',
  5447.                         'disabled_actions' => [
  5448.                             => 'show',
  5449.                         ],
  5450.                         'templates' => [
  5451.                             'list' => 'admin/messaging/theme/list.html.twig',
  5452.                         ],
  5453.                         'form' => [
  5454.                             'fields' => [
  5455.                                 => [
  5456.                                     'property' => 'label',
  5457.                                     'label' => 'entity.theme.field.label',
  5458.                                 ],
  5459.                                 => [
  5460.                                     'property' => 'parent',
  5461.                                     'label' => 'entity.theme.field.parent',
  5462.                                     'type_options' => [
  5463.                                         'choice_label' => 'path_label',
  5464.                                     ],
  5465.                                 ],
  5466.                                 => [
  5467.                                     'property' => 'customerCanSee',
  5468.                                     'label' => 'entity.theme.field.customerCanSee',
  5469.                                     'type' => 'choice',
  5470.                                     'type_options' => [
  5471.                                         'required' => true,
  5472.                                         'expanded' => false,
  5473.                                         'choices' => [
  5474.                                             'Non' => false,
  5475.                                             'Oui' => true,
  5476.                                         ],
  5477.                                     ],
  5478.                                 ],
  5479.                             ],
  5480.                             'role' => 'ROLE_ADMIN',
  5481.                         ],
  5482.                         'list' => [
  5483.                             'title' => 'entity.theme.label',
  5484.                             'fields' => [
  5485.                                 => [
  5486.                                     'property' => 'label',
  5487.                                     'label' => 'entity.theme.field.label',
  5488.                                 ],
  5489.                                 => [
  5490.                                     'property' => 'parent',
  5491.                                     'label' => 'entity.theme.field.parent',
  5492.                                 ],
  5493.                                 => [
  5494.                                     'property' => 'subjects',
  5495.                                     'label' => 'entity.theme.field.subjects',
  5496.                                 ],
  5497.                                 => [
  5498.                                     'property' => 'customerCanSee',
  5499.                                     'label' => 'entity.theme.field.customerCanSee',
  5500.                                     'type' => 'boolean',
  5501.                                 ],
  5502.                             ],
  5503.                             'role' => 'ROLE_ADMIN',
  5504.                         ],
  5505.                         'new' => [
  5506.                             'title' => 'entity.theme.new.title',
  5507.                             'role' => 'ROLE_ADMIN',
  5508.                         ],
  5509.                         'edit' => [
  5510.                             'title' => 'entity.theme.edit.title',
  5511.                             'actions' => [
  5512.                                 => '-delete',
  5513.                             ],
  5514.                             'role' => 'ROLE_ADMIN',
  5515.                         ],
  5516.                         'name' => 'Theme',
  5517.                         'show' => [
  5518.                             'role' => 'ROLE_ADMIN',
  5519.                         ],
  5520.                         'search' => [
  5521.                             'role' => 'ROLE_ADMIN',
  5522.                         ],
  5523.                     ],
  5524.                     'Notification' => [
  5525.                         'class' => 'App\\Entity\\Notification',
  5526.                         'label' => 'entity.notification.label',
  5527.                         'role' => 'ROLE_COMMERCIAL',
  5528.                         'controller' => 'App\\Controller\\Admin\\Notification\\NotificationController',
  5529.                         'templates' => [
  5530.                             'list' => 'admin/notification/list.html.twig',
  5531.                             'new' => 'admin/notification/new.html.twig',
  5532.                             'edit' => 'admin/notification/edit.html.twig',
  5533.                             'duplicate' => 'admin/notification/duplicate.html.twig',
  5534.                             'statistics' => 'admin/notification/statistics.html.twig',
  5535.                             'preview' => 'admin/notification/preview.html.twig',
  5536.                             'search' => 'admin/notification/search.html.twig',
  5537.                         ],
  5538.                         'list' => [
  5539.                             'sort' => [
  5540.                                 => 'createdAt',
  5541.                                 => 'DESC',
  5542.                             ],
  5543.                             'actions' => [
  5544.                                 => [
  5545.                                     'name' => 'notifyMail',
  5546.                                     'label' => 'entity.notification.actions.mail_reminder',
  5547.                                     'template' => 'admin/easyadmin/Notifications/notify_mail_action.html.twig',
  5548.                                 ],
  5549.                                 => [
  5550.                                     'name' => 'stats',
  5551.                                     'label' => 'entity.notification.actions.statistics',
  5552.                                     'template' => 'admin/easyadmin/Notifications/commercialAndAbove_action.html.twig',
  5553.                                 ],
  5554.                                 => [
  5555.                                     'name' => 'edit',
  5556.                                     'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
  5557.                                 ],
  5558.                                 => [
  5559.                                     'name' => 'duplicate',
  5560.                                     'label' => 'Dupliquer',
  5561.                                     'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
  5562.                                 ],
  5563.                                 => [
  5564.                                     'name' => 'delete',
  5565.                                     'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
  5566.                                 ],
  5567.                             ],
  5568.                             'title' => 'menu.notification.campaign',
  5569.                             'fields' => [
  5570.                                 => [
  5571.                                     'property' => 'campaignName',
  5572.                                     'label' => 'entity.notification.fields.campaign_name',
  5573.                                 ],
  5574.                                 => [
  5575.                                     'property' => 'status',
  5576.                                     'label' => 'entity.notification.fields.status',
  5577.                                     'template' => 'admin/easyadmin/field_notification_status.html.twig',
  5578.                                     'sortable' => true,
  5579.                                 ],
  5580.                                 => [
  5581.                                     'property' => 'published',
  5582.                                     'label' => 'entity.notification.fields.published',
  5583.                                     'type' => 'boolean',
  5584.                                 ],
  5585.                                 => [
  5586.                                     'property' => 'sendEmail',
  5587.                                     'label' => 'entity.notification.fields.send_email',
  5588.                                     'type' => 'boolean',
  5589.                                 ],
  5590.                                 => [
  5591.                                     'property' => 'notificationStatistics',
  5592.                                     'label' => 'entity.notification.fields.user_counter',
  5593.                                     'sortable' => true,
  5594.                                 ],
  5595.                                 => [
  5596.                                     'property' => 'author',
  5597.                                     'label' => 'entity.notification.fields.author',
  5598.                                 ],
  5599.                                 => [
  5600.                                     'property' => 'createdAt',
  5601.                                     'label' => 'entity.notification.fields.creation_date',
  5602.                                 ],
  5603.                             ],
  5604.                             'role' => 'ROLE_COMMERCIAL',
  5605.                         ],
  5606.                         'form' => [
  5607.                             'fields' => [
  5608.                                 => [
  5609.                                     'property' => 'campaignName',
  5610.                                     'label' => 'entity.notification.fields.campaign_name',
  5611.                                 ],
  5612.                                 => [
  5613.                                     'property' => 'messageName',
  5614.                                     'label' => 'entity.notification.fields.message_title',
  5615.                                 ],
  5616.                                 => [
  5617.                                     'property' => 'messageBody',
  5618.                                     'label' => 'entity.notification.fields.message_body',
  5619.                                     'type' => 'fos_ckeditor',
  5620.                                     'type_options' => [
  5621.                                         'config_name' => 'scp_full',
  5622.                                     ],
  5623.                                 ],
  5624.                                 => [
  5625.                                     'property' => 'startAt',
  5626.                                     'label' => 'entity.notification.fields.start_date',
  5627.                                     'type' => 'date',
  5628.                                     'type_options' => [
  5629.                                         'widget' => 'single_text',
  5630.                                         'html5' => true,
  5631.                                     ],
  5632.                                 ],
  5633.                                 => [
  5634.                                     'property' => 'endAt',
  5635.                                     'label' => 'entity.notification.fields.end_date',
  5636.                                     'type' => 'date',
  5637.                                     'type_options' => [
  5638.                                         'widget' => 'single_text',
  5639.                                         'html5' => true,
  5640.                                     ],
  5641.                                     'help' => 'entity.notification.fields.date_help',
  5642.                                 ],
  5643.                                 => [
  5644.                                     'property' => 'targetedUsersUploadedFile',
  5645.                                     'label' => 'entity.notification.fields.targeted_users_file',
  5646.                                     'type' => 'vich_file',
  5647.                                     'type_options' => [
  5648.                                         'allow_delete' => false,
  5649.                                     ],
  5650.                                 ],
  5651.                                 => [
  5652.                                     'property' => 'useInternal',
  5653.                                     'label' => 'entity.notification.fields.use_internal',
  5654.                                     'type' => 'checkbox',
  5655.                                 ],
  5656.                                 => [
  5657.                                     'property' => 'imageFile',
  5658.                                     'label' => 'entity.notification.fields.image_file.label',
  5659.                                     'type' => 'vich_image',
  5660.                                     'help' => 'entity.notification.fields.image_file.help',
  5661.                                 ],
  5662.                                 => [
  5663.                                     'property' => 'sendEmail',
  5664.                                     'label' => 'entity.notification.fields.email',
  5665.                                 ],
  5666.                                 => [
  5667.                                     'property' => 'seeLaterButtonText',
  5668.                                     'label' => 'entity.notification.fields.seeLaterButtonText',
  5669.                                 ],
  5670.                                 10 => [
  5671.                                     'property' => 'setPopUp',
  5672.                                     'label' => 'entity.notification.fields.popup',
  5673.                                 ],
  5674.                                 11 => [
  5675.                                     'property' => 'insistenceCoefficient',
  5676.                                     'label' => 'entity.notification.fields.insistence_coefficient.label',
  5677.                                     'help' => 'entity.notification.fields.insistence_coefficient.help',
  5678.                                 ],
  5679.                                 12 => [
  5680.                                     'property' => 'requiredUserChoiceToggle',
  5681.                                     'label' => 'entity.notification.fields.user_choice.toggle_button.label',
  5682.                                     'type' => 'checkbox',
  5683.                                     'help' => 'entity.notification.fields.user_choice.toggle_button.help',
  5684.                                 ],
  5685.                                 13 => [
  5686.                                     'property' => 'requiredUserChoiceAcceptanceText',
  5687.                                     'label' => 'entity.notification.fields.user_choice.customized_text1',
  5688.                                     'type' => 'text',
  5689.                                 ],
  5690.                                 14 => [
  5691.                                     'property' => 'requiredUserChoiceRefusalText',
  5692.                                     'label' => 'entity.notification.fields.user_choice.customized_text2',
  5693.                                     'type' => 'text',
  5694.                                 ],
  5695.                                 15 => [
  5696.                                     'property' => 'requiredCheckboxToggle',
  5697.                                     'label' => 'entity.notification.fields.user_checkbox.toggle_button',
  5698.                                     'type' => 'checkbox',
  5699.                                 ],
  5700.                                 16 => [
  5701.                                     'property' => 'requiredCheckboxText',
  5702.                                     'label' => 'entity.notification.fields.user_checkbox.customized_text',
  5703.                                     'type' => 'text',
  5704.                                 ],
  5705.                             ],
  5706.                             'role' => 'ROLE_COMMERCIAL',
  5707.                         ],
  5708.                         'new' => [
  5709.                             'form_options' => [
  5710.                                 'validation_groups' => [
  5711.                                     => 'Default',
  5712.                                     => 'create',
  5713.                                 ],
  5714.                             ],
  5715.                             'role' => 'ROLE_COMMERCIAL',
  5716.                         ],
  5717.                         'preview' => [
  5718.                             'title' => 'entity.notification.actions.preview',
  5719.                             'actions' => [
  5720.                                 => [
  5721.                                     'name' => 'publish',
  5722.                                     'css_class' => 'btn',
  5723.                                 ],
  5724.                             ],
  5725.                         ],
  5726.                         'publish' => [
  5727.                             'title' => 'entity.notification.actions.publish',
  5728.                         ],
  5729.                         'search' => [
  5730.                             'filters' => [
  5731.                                 => 'messageName',
  5732.                                 => 'status',
  5733.                             ],
  5734.                             'role' => 'ROLE_COMMERCIAL',
  5735.                         ],
  5736.                         'name' => 'Notification',
  5737.                         'edit' => [
  5738.                             'role' => 'ROLE_COMMERCIAL',
  5739.                         ],
  5740.                         'show' => [
  5741.                             'role' => 'ROLE_COMMERCIAL',
  5742.                         ],
  5743.                     ],
  5744.                     'NotificationStatistic' => [
  5745.                         'class' => 'App\\Entity\\NotificationStatistics',
  5746.                         'label' => 'entity.notification_statistics.label',
  5747.                         'role' => 'ROLE_COMMERCIAL',
  5748.                         'controller' => 'App\\Controller\\Admin\\Notification\\NotificationStatisticController',
  5749.                         'disabled_actions' => [
  5750.                             => 'new',
  5751.                             => 'delete',
  5752.                             => 'edit',
  5753.                         ],
  5754.                         'actions' => [
  5755.                             => 'search',
  5756.                         ],
  5757.                         'templates' => [
  5758.                             'list' => 'admin/notification_statistics/list.html.twig',
  5759.                         ],
  5760.                         'list' => [
  5761.                             'title' => 'entity.notification_statistics.title.list',
  5762.                             'actions' => [
  5763.                                 => [
  5764.                                     'label' => 'entity.notification_statistics.actions.show',
  5765.                                     'name' => 'show',
  5766.                                 ],
  5767.                             ],
  5768.                             'fields' => [
  5769.                                 => [
  5770.                                     'property' => 'customerNumber',
  5771.                                     'label' => 'entity.notification.fields.user_number',
  5772.                                     'template' => 'admin/easyadmin/field_notificationstatistics_usernumber.html.twig',
  5773.                                 ],
  5774.                                 => [
  5775.                                     'property' => 'userId',
  5776.                                     'label' => 'entity.notification_statistics.fields.createdAccount',
  5777.                                     'template' => 'admin/easyadmin/field_notificationstatistics_createdAccount.html.twig',
  5778.                                 ],
  5779.                                 => [
  5780.                                     'property' => 'notification.campaignName',
  5781.                                     'label' => 'entity.notification.fields.campaign_name',
  5782.                                     'sortable' => true,
  5783.                                 ],
  5784.                                 => [
  5785.                                     'property' => 'campaignStatus',
  5786.                                     'label' => 'entity.notification.fields.status',
  5787.                                     'template' => 'admin/easyadmin/field_notificationstatistics_campaignstatus.html.twig',
  5788.                                     'sortable' => true,
  5789.                                 ],
  5790.                                 => [
  5791.                                     'property' => 'readingStatus',
  5792.                                     'label' => 'entity.notification_statistics.fields.reading_status',
  5793.                                     'template' => 'admin/easyadmin/field_notificationstatistics_readingstatus.html.twig',
  5794.                                     'sortable' => true,
  5795.                                 ],
  5796.                                 => [
  5797.                                     'property' => 'lastSeenDate',
  5798.                                     'label' => 'entity.notification_statistics.fields.last_display',
  5799.                                     'format' => 'd/m/y',
  5800.                                     'sortable' => true,
  5801.                                 ],
  5802.                                 => [
  5803.                                     'property' => 'insistenceCoefficient',
  5804.                                     'label' => 'entity.notification_statistics.fields.display_counter',
  5805.                                     'template' => 'admin/easyadmin/field_notificationstatistics_insistenceCoefficient.html.twig',
  5806.                                     'sortable' => true,
  5807.                                 ],
  5808.                                 => [
  5809.                                     'property' => 'answer',
  5810.                                     'label' => 'entity.notification_statistics.fields.answer',
  5811.                                     'template' => 'admin/easyadmin/field_notificationstatistics_answer.html.twig',
  5812.                                     'sortable' => true,
  5813.                                 ],
  5814.                             ],
  5815.                             'role' => 'ROLE_COMMERCIAL',
  5816.                         ],
  5817.                         'name' => 'NotificationStatistic',
  5818.                         'new' => [
  5819.                             'role' => 'ROLE_COMMERCIAL',
  5820.                         ],
  5821.                         'edit' => [
  5822.                             'role' => 'ROLE_COMMERCIAL',
  5823.                         ],
  5824.                         'show' => [
  5825.                             'role' => 'ROLE_COMMERCIAL',
  5826.                         ],
  5827.                         'search' => [
  5828.                             'role' => 'ROLE_COMMERCIAL',
  5829.                         ],
  5830.                         'form' => [
  5831.                             'role' => 'ROLE_COMMERCIAL',
  5832.                         ],
  5833.                     ],
  5834.                     'SCPLink' => [
  5835.                         'class' => 'App\\Entity\\SCPLink',
  5836.                         'label' => 'entity.scplink.label',
  5837.                         'role' => 'ROLE_ADMIN',
  5838.                         'disabled_actions' => [
  5839.                             => 'new',
  5840.                             => 'delete',
  5841.                         ],
  5842.                         'list' => [
  5843.                             'sort' => [
  5844.                                 => 'area',
  5845.                                 => 'ASC',
  5846.                             ],
  5847.                             'title' => 'entity.scplink.list.title',
  5848.                             'fields' => [
  5849.                                 => [
  5850.                                     'property' => 'area',
  5851.                                     'label' => 'entity.scplink.field.area',
  5852.                                 ],
  5853.                                 => [
  5854.                                     'property' => 'label',
  5855.                                     'label' => 'entity.link.field.label',
  5856.                                 ],
  5857.                                 => [
  5858.                                     'property' => 'url',
  5859.                                     'label' => 'entity.link.field.url',
  5860.                                 ],
  5861.                                 => [
  5862.                                     'property' => 'targetBlank',
  5863.                                     'label' => 'entity.link.field.target_blank',
  5864.                                 ],
  5865.                             ],
  5866.                             'role' => 'ROLE_ADMIN',
  5867.                         ],
  5868.                         'form' => [
  5869.                             'title' => 'entity.scplink.new.title',
  5870.                             'role' => 'ROLE_ADMIN',
  5871.                         ],
  5872.                         'new' => [
  5873.                             'title' => 'entity.scplink.new.title',
  5874.                             'fields' => [
  5875.                                 => [
  5876.                                     'property' => 'area',
  5877.                                     'label' => 'entity.scplink.field.area',
  5878.                                 ],
  5879.                                 => [
  5880.                                     'property' => 'transKey',
  5881.                                     'label' => 'entity.scplink.field.transKey',
  5882.                                 ],
  5883.                                 => [
  5884.                                     'property' => 'label',
  5885.                                     'label' => 'entity.link.field.label',
  5886.                                 ],
  5887.                                 => [
  5888.                                     'property' => 'url',
  5889.                                     'label' => 'entity.link.field.url',
  5890.                                     'type' => 'url',
  5891.                                 ],
  5892.                                 => [
  5893.                                     'property' => 'targetBlank',
  5894.                                     'label' => 'entity.link.field.target_blank',
  5895.                                 ],
  5896.                             ],
  5897.                             'role' => 'ROLE_ADMIN',
  5898.                         ],
  5899.                         'edit' => [
  5900.                             'title' => 'entity.scplink.edit.title',
  5901.                             'fields' => [
  5902.                                 => [
  5903.                                     'property' => 'area',
  5904.                                     'label' => 'entity.scplink.field.area',
  5905.                                     'type_options' => [
  5906.                                         'disabled' => true,
  5907.                                     ],
  5908.                                 ],
  5909.                                 => [
  5910.                                     'property' => 'transKey',
  5911.                                     'label' => 'entity.scplink.field.transKey',
  5912.                                     'type_options' => [
  5913.                                         'disabled' => true,
  5914.                                     ],
  5915.                                 ],
  5916.                                 => [
  5917.                                     'property' => 'label',
  5918.                                     'label' => 'entity.link.field.label',
  5919.                                 ],
  5920.                                 => [
  5921.                                     'property' => 'url',
  5922.                                     'label' => 'entity.link.field.url',
  5923.                                     'type' => 'url',
  5924.                                 ],
  5925.                                 => [
  5926.                                     'property' => 'targetBlank',
  5927.                                     'label' => 'entity.link.field.target_blank',
  5928.                                 ],
  5929.                             ],
  5930.                             'role' => 'ROLE_ADMIN',
  5931.                         ],
  5932.                         'name' => 'SCPLink',
  5933.                         'show' => [
  5934.                             'role' => 'ROLE_ADMIN',
  5935.                         ],
  5936.                         'search' => [
  5937.                             'role' => 'ROLE_ADMIN',
  5938.                         ],
  5939.                     ],
  5940.                     'User' => [
  5941.                         'class' => 'App\\Entity\\User',
  5942.                         'label' => 'entity.user.label',
  5943.                         'role' => 'ROLE_COMMERCIAL',
  5944.                         'controller' => 'App\\Controller\\Admin\\UserController',
  5945.                         'disabled_actions' => [
  5946.                             => 'new',
  5947.                             => 'edit',
  5948.                         ],
  5949.                         'templates' => [
  5950.                             'list' => 'admin/easyadmin/User/list.html.twig',
  5951.                         ],
  5952.                         'list' => [
  5953.                             'title' => 'entity.user.label',
  5954.                             'sort' => 'customerNumber',
  5955.                             'fields' => [
  5956.                                 => [
  5957.                                     'property' => 'customerNumber',
  5958.                                     'label' => 'entity.user.field.customer_number',
  5959.                                     'format' => '%d',
  5960.                                     'template' => 'admin/easyadmin/field_customer_number.html.twig',
  5961.                                 ],
  5962.                                 => [
  5963.                                     'property' => 'donneeCompteClient.nom',
  5964.                                     'label' => 'entity.user.field.lastname',
  5965.                                     'sortable' => true,
  5966.                                 ],
  5967.                                 => [
  5968.                                     'property' => 'donneeCompteClient.prenom',
  5969.                                     'label' => 'entity.user.field.firstname',
  5970.                                     'sortable' => true,
  5971.                                 ],
  5972.                                 => [
  5973.                                     'property' => 'connexionId',
  5974.                                     'label' => 'entity.user.field.connexion_id',
  5975.                                     'sortable' => true,
  5976.                                 ],
  5977.                                 => [
  5978.                                     'property' => 'id',
  5979.                                     'label' => 'entity.user.field.id',
  5980.                                 ],
  5981.                                 => [
  5982.                                     'property' => 'activated',
  5983.                                     'label' => 'entity.user.field.activated',
  5984.                                     'template' => 'admin/easyadmin/field_activated.html.twig',
  5985.                                 ],
  5986.                                 => [
  5987.                                     'property' => 'suivi_conso',
  5988.                                     'label' => 'entity.user.field.suivi_conso',
  5989.                                     'template' => 'admin/easyadmin/field_counter_status.html.twig',
  5990.                                     'sortable' => true,
  5991.                                 ],
  5992.                                 => [
  5993.                                     'property' => 'type',
  5994.                                     'label' => 'entity.user.field.type',
  5995.                                     'template' => 'admin/easyadmin/field_account_type.html.twig',
  5996.                                 ],
  5997.                                 => [
  5998.                                     'property' => 'lastNotification',
  5999.                                     'label' => 'entity.user.field.notification_campaign',
  6000.                                     'template' => 'admin/easyadmin/field_lastnotification.html.twig',
  6001.                                 ],
  6002.                                 => [
  6003.                                     'property' => 'lastConnexionDate',
  6004.                                     'label' => 'entity.user.field.last_connexion',
  6005.                                 ],
  6006.                                 10 => [
  6007.                                     'property' => 'email',
  6008.                                     'label' => 'action.connect_as',
  6009.                                     'template' => 'admin/easyadmin/field_connect_as.html.twig',
  6010.                                     'sortable' => false,
  6011.                                 ],
  6012.                             ],
  6013.                             'role' => 'ROLE_COMMERCIAL',
  6014.                         ],
  6015.                         'search' => [
  6016.                             'fields' => [
  6017.                                 => 'customerNumber',
  6018.                                 => 'firstName',
  6019.                                 => 'lastName',
  6020.                                 => 'connexionId',
  6021.                             ],
  6022.                             'role' => 'ROLE_COMMERCIAL',
  6023.                         ],
  6024.                         'name' => 'User',
  6025.                         'new' => [
  6026.                             'role' => 'ROLE_COMMERCIAL',
  6027.                         ],
  6028.                         'edit' => [
  6029.                             'role' => 'ROLE_COMMERCIAL',
  6030.                         ],
  6031.                         'show' => [
  6032.                             'role' => 'ROLE_COMMERCIAL',
  6033.                         ],
  6034.                         'form' => [
  6035.                             'role' => 'ROLE_COMMERCIAL',
  6036.                         ],
  6037.                     ],
  6038.                 ],
  6039.                 'user' => [
  6040.                     'name_property_path' => 'name',
  6041.                     'display_name' => true,
  6042.                     'display_avatar' => true,
  6043.                     'avatar_property_path' => NULL,
  6044.                 ],
  6045.                 'translation_domain' => 'admin',
  6046.                 'formats' => [
  6047.                     'datetime' => 'd/m/y - H:i',
  6048.                     'date' => 'Y-m-d',
  6049.                     'time' => 'H:i:s',
  6050.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  6051.                 ],
  6052.                 'site_name' => 'Administration Espace Client',
  6053.                 'design' => [
  6054.                     'form_theme' => [
  6055.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  6056.                         => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  6057.                     ],
  6058.                     'menu' => [
  6059.                         => [
  6060.                             'entity' => 'User',
  6061.                             'role' => 'ROLE_COMMERCIAL',
  6062.                             'default' => true,
  6063.                         ],
  6064.                         => 'AdminUser',
  6065.                         => 'Link',
  6066.                         => 'SCPLink',
  6067.                         => [
  6068.                             'label' => 'menu.contact_information',
  6069.                             'entity' => 'ContactInformation',
  6070.                             'params' => [
  6071.                                 'action' => 'edit',
  6072.                                 'id' => 1,
  6073.                             ],
  6074.                             'role' => 'ROLE_ADVISOR',
  6075.                         ],
  6076.                         => [
  6077.                             'label' => 'menu.dashboard',
  6078.                             'entity' => 'Dashboard',
  6079.                             'params' => [
  6080.                                 'action' => 'edit',
  6081.                                 'id' => 1,
  6082.                             ],
  6083.                             'role' => 'ROLE_ADVISOR',
  6084.                         ],
  6085.                         => [
  6086.                             'label' => 'entity.mail.label_alt.transactional',
  6087.                             'role' => 'ROLE_ADMIN',
  6088.                             'children' => [
  6089.                                 => 'MailType',
  6090.                                 => 'Mail',
  6091.                             ],
  6092.                         ],
  6093.                         => [
  6094.                             'label' => 'menu.translation',
  6095.                             'route' => 'eolas_translation_show',
  6096.                             'params' => [
  6097.                                 'domain' => 'front',
  6098.                             ],
  6099.                             'role' => 'ROLE_ADMIN',
  6100.                         ],
  6101.                         => [
  6102.                             'label' => 'menu.messaging_config',
  6103.                             'role' => 'ROLE_ADMIN',
  6104.                             'children' => [
  6105.                                 => 'Theme',
  6106.                                 => 'Subject',
  6107.                                 => 'Team',
  6108.                                 => [
  6109.                                     'label' => 'menu.assignment.contract',
  6110.                                     'route' => 'admin_messaging_assignment_contract',
  6111.                                 ],
  6112.                                 => [
  6113.                                     'label' => 'menu.assignment.center',
  6114.                                     'route' => 'admin_messaging_assignment_center',
  6115.                                 ],
  6116.                             ],
  6117.                         ],
  6118.                         => [
  6119.                             'label' => 'menu.messaging',
  6120.                             'children' => [
  6121.                                 => [
  6122.                                     'entity' => 'Conversation',
  6123.                                     'label' => 'menu.messaging.see_or_reply',
  6124.                                 ],
  6125.                                 => [
  6126.                                     'entity' => 'Customer',
  6127.                                     'label' => 'menu.messaging.write',
  6128.                                 ],
  6129.                             ],
  6130.                             'role' => 'ROLE_ADVISOR',
  6131.                         ],
  6132.                         10 => [
  6133.                             'label' => 'menu.consumption',
  6134.                             'role' => 'ROLE_ADMIN',
  6135.                             'entity' => 'ConsumptionSlider',
  6136.                         ],
  6137.                         11 => [
  6138.                             'label' => 'menu.notification.campaign',
  6139.                             'role' => 'ROLE_COMMERCIAL',
  6140.                             'children' => [
  6141.                                 => [
  6142.                                     'entity' => 'Notification',
  6143.                                     'label' => 'menu.notification.notification_list',
  6144.                                 ],
  6145.                                 => [
  6146.                                     'entity' => 'NotificationStatistic',
  6147.                                     'label' => 'menu.notification.detailled_statistic',
  6148.                                     'action' => 'list',
  6149.                                 ],
  6150.                             ],
  6151.                         ],
  6152.                         12 => [
  6153.                             'label' => 'menu.watering_tips.drought',
  6154.                             'role' => 'ROLE_ADMIN',
  6155.                             'route' => 'admin_drought_form',
  6156.                         ],
  6157.                     ],
  6158.                     'brand_color' => 'hsl(230, 55%, 60%)',
  6159.                     'assets' => [
  6160.                         'css' => [
  6161.                         ],
  6162.                         'js' => [
  6163.                         ],
  6164.                         'favicon' => [
  6165.                             'path' => 'favicon.ico',
  6166.                             'mime_type' => 'image/x-icon',
  6167.                         ],
  6168.                     ],
  6169.                 ],
  6170.                 'disabled_actions' => [
  6171.                 ],
  6172.                 'list' => [
  6173.                     'actions' => [
  6174.                     ],
  6175.                     'collapse_actions' => false,
  6176.                     'batch_actions' => [
  6177.                     ],
  6178.                     'max_results' => 15,
  6179.                     'item_permission' => NULL,
  6180.                 ],
  6181.                 'search' => [
  6182.                 ],
  6183.                 'edit' => [
  6184.                     'actions' => [
  6185.                     ],
  6186.                     'item_permission' => NULL,
  6187.                 ],
  6188.                 'new' => [
  6189.                     'actions' => [
  6190.                     ],
  6191.                     'item_permission' => NULL,
  6192.                 ],
  6193.                 'show' => [
  6194.                     'actions' => [
  6195.                     ],
  6196.                     'max_results' => 10,
  6197.                     'item_permission' => NULL,
  6198.                 ],
  6199.             ],
  6200.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  6201.             'swiftmailer.mailer.default.spool.enabled' => false,
  6202.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6203.             'swiftmailer.mailer.default.single_address' => NULL,
  6204.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6205.             'swiftmailer.spool.enabled' => false,
  6206.             'swiftmailer.delivery.enabled' => true,
  6207.             'swiftmailer.single_address' => NULL,
  6208.             'swiftmailer.mailers' => [
  6209.                 'default' => 'swiftmailer.mailer.default',
  6210.             ],
  6211.             'swiftmailer.default_mailer' => 'default',
  6212.             'ewz_recaptcha.locale_from_request' => true,
  6213.             'ewz_recaptcha.enabled' => false,
  6214.             'ewz_recaptcha.verify_host' => false,
  6215.             'ewz_recaptcha.ajax' => false,
  6216.             'ewz_recaptcha.locale_key' => 'fr',
  6217.             'ewz_recaptcha.api_host' => 'www.google.com',
  6218.             'ewz_recaptcha.timeout' => NULL,
  6219.             'ewz_recaptcha.trusted_roles' => [
  6220.             ],
  6221.             'ewz_recaptcha.http_proxy' => [
  6222.                 'host' => NULL,
  6223.                 'port' => NULL,
  6224.                 'auth' => NULL,
  6225.             ],
  6226.             'extractor_vendor_dir' => (\dirname(__DIR__4).'/vendor/php-translation/extractor/src'),
  6227.             'php_translation.locales' => [
  6228.                 => 'fr',
  6229.             ],
  6230.             'php_translation.default_locale' => 'fr',
  6231.             'php_translation.webui.enabled' => false,
  6232.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  6233.             'vich_uploader.mappings' => [
  6234.                 'contact_information' => [
  6235.                     'uri_prefix' => 'information',
  6236.                     'upload_destination' => (\dirname(__DIR__4).'/public/information'),
  6237.                     'namer' => [
  6238.                         'service' => NULL,
  6239.                         'options' => NULL,
  6240.                     ],
  6241.                     'directory_namer' => [
  6242.                         'service' => NULL,
  6243.                         'options' => NULL,
  6244.                     ],
  6245.                     'delete_on_remove' => true,
  6246.                     'delete_on_update' => true,
  6247.                     'inject_on_load' => false,
  6248.                     'db_driver' => 'orm',
  6249.                 ],
  6250.                 'dashboard' => [
  6251.                     'uri_prefix' => 'dashboard',
  6252.                     'upload_destination' => (\dirname(__DIR__4).'/public/dashboard'),
  6253.                     'namer' => [
  6254.                         'service' => NULL,
  6255.                         'options' => NULL,
  6256.                     ],
  6257.                     'directory_namer' => [
  6258.                         'service' => NULL,
  6259.                         'options' => NULL,
  6260.                     ],
  6261.                     'delete_on_remove' => true,
  6262.                     'delete_on_update' => true,
  6263.                     'inject_on_load' => false,
  6264.                     'db_driver' => 'orm',
  6265.                 ],
  6266.                 'message_file' => [
  6267.                     'uri_prefix' => 'message',
  6268.                     'upload_destination' => (\dirname(__DIR__4).'/files/messages'),
  6269.                     'namer' => [
  6270.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.message_file',
  6271.                         'options' => [
  6272.                         ],
  6273.                     ],
  6274.                     'directory_namer' => [
  6275.                         'service' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  6276.                         'options' => [
  6277.                             'date_time_property' => 'updatedAt',
  6278.                         ],
  6279.                     ],
  6280.                     'delete_on_remove' => true,
  6281.                     'delete_on_update' => true,
  6282.                     'inject_on_load' => false,
  6283.                     'db_driver' => 'orm',
  6284.                 ],
  6285.                 'consumption_slider_image' => [
  6286.                     'uri_prefix' => 'slider',
  6287.                     'upload_destination' => (\dirname(__DIR__4).'/public/slider'),
  6288.                     'namer' => [
  6289.                         'service' => NULL,
  6290.                         'options' => NULL,
  6291.                     ],
  6292.                     'directory_namer' => [
  6293.                         'service' => NULL,
  6294.                         'options' => NULL,
  6295.                     ],
  6296.                     'delete_on_remove' => true,
  6297.                     'delete_on_update' => true,
  6298.                     'inject_on_load' => false,
  6299.                     'db_driver' => 'orm',
  6300.                 ],
  6301.                 'notification' => [
  6302.                     'uri_prefix' => 'notification/images',
  6303.                     'namer' => [
  6304.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.notification',
  6305.                         'options' => [
  6306.                         ],
  6307.                     ],
  6308.                     'upload_destination' => (\dirname(__DIR__4).'/public/notification/images'),
  6309.                     'directory_namer' => [
  6310.                         'service' => NULL,
  6311.                         'options' => NULL,
  6312.                     ],
  6313.                     'delete_on_remove' => true,
  6314.                     'delete_on_update' => true,
  6315.                     'inject_on_load' => false,
  6316.                     'db_driver' => 'orm',
  6317.                 ],
  6318.                 'notification_excel_file' => [
  6319.                     'uri_prefix' => 'notification/excel',
  6320.                     'upload_destination' => (\dirname(__DIR__4).'/public/notification/excel'),
  6321.                     'inject_on_load' => true,
  6322.                     'delete_on_update' => false,
  6323.                     'delete_on_remove' => false,
  6324.                     'namer' => [
  6325.                         'service' => NULL,
  6326.                         'options' => NULL,
  6327.                     ],
  6328.                     'directory_namer' => [
  6329.                         'service' => NULL,
  6330.                         'options' => NULL,
  6331.                     ],
  6332.                     'db_driver' => 'orm',
  6333.                 ],
  6334.             ],
  6335.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  6336.             'monolog.use_microseconds' => true,
  6337.             'monolog.swift_mailer.handlers' => [
  6338.             ],
  6339.             'monolog.handlers_to_channels' => [
  6340.                 'monolog.handler.console' => [
  6341.                     'type' => 'exclusive',
  6342.                     'elements' => [
  6343.                         => 'event',
  6344.                         => 'doctrine',
  6345.                         => 'console',
  6346.                     ],
  6347.                 ],
  6348.                 'monolog.handler.consoAlert' => [
  6349.                     'type' => 'inclusive',
  6350.                     'elements' => [
  6351.                         => 'consoAlert',
  6352.                     ],
  6353.                 ],
  6354.                 'monolog.handler.main' => [
  6355.                     'type' => 'exclusive',
  6356.                     'elements' => [
  6357.                         => 'event',
  6358.                     ],
  6359.                 ],
  6360.             ],
  6361.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6362.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  6363.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  6364.             'stof_doctrine_extensions.default_locale' => 'fr',
  6365.             'stof_doctrine_extensions.translation_fallback' => false,
  6366.             'stof_doctrine_extensions.persist_default_translation' => false,
  6367.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  6368.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  6369.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  6370.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  6371.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  6372.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  6373.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  6374.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  6375.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  6376.             'eolas_health_check.token' => 'SxrO2hQQ9V2xNVUS0nVFQO0fwTZcwt8g',
  6377.             'eolas_health_check.network' => [
  6378.                 'activated' => false,
  6379.                 'uri' => [
  6380.                     => [
  6381.                         'name' => 'test',
  6382.                         'url' => 'api-verify.recaptcha.net',
  6383.                         'port' => 80,
  6384.                         'httpcode' => 302,
  6385.                         'body' => [
  6386.                         ],
  6387.                         'headers' => [
  6388.                         ],
  6389.                     ],
  6390.                 ],
  6391.             ],
  6392.             'eolas_health_check.doctrine' => [
  6393.                 'activated' => true,
  6394.             ],
  6395.             'data_collector.templates' => [
  6396.                 'data_collector.request' => [
  6397.                     => 'request',
  6398.                     => '@WebProfiler/Collector/request.html.twig',
  6399.                 ],
  6400.                 'data_collector.time' => [
  6401.                     => 'time',
  6402.                     => '@WebProfiler/Collector/time.html.twig',
  6403.                 ],
  6404.                 'data_collector.memory' => [
  6405.                     => 'memory',
  6406.                     => '@WebProfiler/Collector/memory.html.twig',
  6407.                 ],
  6408.                 'data_collector.validator' => [
  6409.                     => 'validator',
  6410.                     => '@WebProfiler/Collector/validator.html.twig',
  6411.                 ],
  6412.                 'data_collector.ajax' => [
  6413.                     => 'ajax',
  6414.                     => '@WebProfiler/Collector/ajax.html.twig',
  6415.                 ],
  6416.                 'data_collector.form' => [
  6417.                     => 'form',
  6418.                     => '@WebProfiler/Collector/form.html.twig',
  6419.                 ],
  6420.                 'data_collector.exception' => [
  6421.                     => 'exception',
  6422.                     => '@WebProfiler/Collector/exception.html.twig',
  6423.                 ],
  6424.                 'data_collector.logger' => [
  6425.                     => 'logger',
  6426.                     => '@WebProfiler/Collector/logger.html.twig',
  6427.                 ],
  6428.                 'data_collector.events' => [
  6429.                     => 'events',
  6430.                     => '@WebProfiler/Collector/events.html.twig',
  6431.                 ],
  6432.                 'data_collector.router' => [
  6433.                     => 'router',
  6434.                     => '@WebProfiler/Collector/router.html.twig',
  6435.                 ],
  6436.                 'data_collector.cache' => [
  6437.                     => 'cache',
  6438.                     => '@WebProfiler/Collector/cache.html.twig',
  6439.                 ],
  6440.                 'data_collector.translation' => [
  6441.                     => 'translation',
  6442.                     => '@WebProfiler/Collector/translation.html.twig',
  6443.                 ],
  6444.                 'data_collector.security' => [
  6445.                     => 'security',
  6446.                     => '@Security/Collector/security.html.twig',
  6447.                 ],
  6448.                 'data_collector.twig' => [
  6449.                     => 'twig',
  6450.                     => '@WebProfiler/Collector/twig.html.twig',
  6451.                 ],
  6452.                 'data_collector.doctrine' => [
  6453.                     => 'db',
  6454.                     => '@Doctrine/Collector/db.html.twig',
  6455.                 ],
  6456.                 'swiftmailer.data_collector' => [
  6457.                     => 'swiftmailer',
  6458.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  6459.                 ],
  6460.                 'data_collector.dump' => [
  6461.                     => 'dump',
  6462.                     => '@Debug/Profiler/dump.html.twig',
  6463.                 ],
  6464.                 'data_collector.messenger' => [
  6465.                     => 'messenger',
  6466.                     => '@WebProfiler/Collector/messenger.html.twig',
  6467.                 ],
  6468.                 'easyadmin.data_collector' => [
  6469.                     => 'easyadmin',
  6470.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  6471.                 ],
  6472.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  6473.                     => 'vich_uploader.mapping_collector',
  6474.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  6475.                 ],
  6476.                 'data_collector.config' => [
  6477.                     => 'config',
  6478.                     => '@WebProfiler/Collector/config.html.twig',
  6479.                 ],
  6480.             ],
  6481.             'console.command.ids' => [
  6482.                 => 'console.command.public_alias.App\\Command\\ActivateAccountAlertCommand',
  6483.                 => 'console.command.public_alias.App\\Command\\ConsumptionCheckCommand',
  6484.                 => 'console.command.public_alias.App\\Command\\ConsumptionExportClearCommand',
  6485.                 => 'console.command.public_alias.App\\Command\\ConsumptionNotifyCommand',
  6486.                 => 'console.command.public_alias.App\\Command\\ExportContactSheetCommand',
  6487.                 => 'console.command.public_alias.App\\Command\\ExportOutdatedContactSheetCommand',
  6488.                 => 'console.command.public_alias.App\\Command\\FixTranslationsCommand',
  6489.                 => 'console.command.public_alias.App\\Command\\FixTranslationsSingularPluralCommand',
  6490.                 => 'console.command.public_alias.App\\Command\\FixTranslationsTitleCommand',
  6491.                 => 'console.command.public_alias.App\\Command\\ImportAllTownsCommand',
  6492.                 10 => 'console.command.public_alias.App\\Command\\NewConsumptionAlertsNotifyCommand',
  6493.                 11 => 'console.command.public_alias.App\\Command\\NewCustomerNotifyCommand',
  6494.                 12 => 'console.command.public_alias.App\\Command\\NewInvoicesCheckCommand',
  6495.                 13 => 'console.command.public_alias.App\\Command\\NewInvoicesNotifyCommand',
  6496.                 14 => 'console.command.public_alias.App\\Command\\NewNotificationsNotifyCommand',
  6497.                 15 => 'console.command.public_alias.App\\Command\\RemovePasswordUsersCommand',
  6498.                 16 => 'console.command.public_alias.App\\Command\\RendezVousAlertCommand',
  6499.                 17 => 'console.command.public_alias.App\\Command\\RendezVousConfirmationCommand',
  6500.                 18 => 'console.command.public_alias.App\\Command\\RendezVousIncomingCommand',
  6501.                 19 => 'console.command.public_alias.App\\Command\\SuiviConsoAlertCommand',
  6502.                 20 => 'console.command.public_alias.App\\Command\\SuiviConsoNewActivationReminderCommand',
  6503.                 21 => 'console.command.public_alias.App\\Command\\SuiviConsoUpdateContractsCommand',
  6504.                 22 => 'console.command.public_alias.App\\Command\\TimetableUpdatedNotifyCommand',
  6505.                 23 => 'console.command.public_alias.App\\Command\\UsersLoginHistoryCommand',
  6506.                 24 => 'console.command.public_alias.App\\Command\\UsersStatisticsCommand',
  6507.                 25 => 'console.command.public_alias.App\\Command\\WaterQualityCheckCommand',
  6508.                 26 => 'console.command.public_alias.App\\Command\\WaterQualityNotifyCommand',
  6509.             ],
  6510.         ];
  6511.     }
  6512.     protected function throw($message)
  6513.     {
  6514.         throw new RuntimeException($message);
  6515.     }
  6516. }