<?php
namespace ContainerAmMhovi;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.app_connection' => 'getDoctrine_Dbal_AppConnectionService',
'doctrine.dbal.mesure_connection' => 'getDoctrine_Dbal_MesureConnectionService',
'doctrine.dbal.scp_connection' => 'getDoctrine_Dbal_ScpConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'doctrine.orm.scp_entity_manager' => 'getDoctrine_Orm_ScpEntityManagerService',
'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
'easyadmin.router' => 'getEasyadmin_RouterService',
'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.consoAlert' => 'getMonolog_Logger_ConsoAlertService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'App\\Actimage\\CaptchaBundle\\Controller\\ActimageCaptchaController' => 'getActimageCaptchaControllerService',
'App\\Controller\\Admin\\DroughtController' => 'getDroughtControllerService',
'App\\Controller\\Admin\\MailController' => 'getMailControllerService',
'App\\Controller\\Admin\\Messaging\\AssignmentCenterTeamController' => 'getAssignmentCenterTeamControllerService',
'App\\Controller\\Admin\\Messaging\\AssignmentContractTeamController' => 'getAssignmentContractTeamControllerService',
'App\\Controller\\Admin\\Messaging\\ConversationController' => 'getConversationControllerService',
'App\\Controller\\Admin\\Messaging\\MessageFileDownloaderController' => 'getMessageFileDownloaderControllerService',
'App\\Controller\\Admin\\Messaging\\SubjectController' => 'getSubjectControllerService',
'App\\Controller\\Admin\\Messaging\\TeamController' => 'getTeamControllerService',
'App\\Controller\\Admin\\Messaging\\ThemeController' => 'getThemeControllerService',
'App\\Controller\\Admin\\Messaging\\WriteToCustomerController' => 'getWriteToCustomerControllerService',
'App\\Controller\\Admin\\Notification\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\Admin\\Notification\\NotificationStatisticController' => 'getNotificationStatisticControllerService',
'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Admin\\SliderController' => 'getSliderControllerService',
'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
'App\\Controller\\Api\\DonneeCompteClientController' => 'getDonneeCompteClientControllerService',
'App\\Controller\\Front\\AccountCreationController' => 'getAccountCreationControllerService',
'App\\Controller\\Front\\AccountLostIdController' => 'getAccountLostIdControllerService',
'App\\Controller\\Front\\ConsumptionController' => 'getConsumptionControllerService',
'App\\Controller\\Front\\ContactController' => 'getContactControllerService',
'App\\Controller\\Front\\ContactSheetController' => 'getContactSheetControllerService',
'App\\Controller\\Front\\ContactUsController' => 'getContactUsControllerService',
'App\\Controller\\Front\\ContractController' => 'getContractControllerService',
'App\\Controller\\Front\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Front\\DocumentController' => 'getDocumentControllerService',
'App\\Controller\\Front\\GuestController' => 'getGuestControllerService',
'App\\Controller\\Front\\InvoiceController' => 'getInvoiceControllerService',
'App\\Controller\\Front\\LeakAlertController' => 'getLeakAlertControllerService',
'App\\Controller\\Front\\Messaging\\ClaimController' => 'getClaimControllerService',
'App\\Controller\\Front\\Messaging\\ConversationController' => 'getConversationController2Service',
'App\\Controller\\Front\\Messaging\\MessageFileDownloaderController' => 'getMessageFileDownloaderController2Service',
'App\\Controller\\Front\\Messaging\\NewDemandController' => 'getNewDemandControllerService',
'App\\Controller\\Front\\MeterReadingController' => 'getMeterReadingControllerService',
'App\\Controller\\Front\\MyProfileController' => 'getMyProfileControllerService',
'App\\Controller\\Front\\NotificationsController' => 'getNotificationsControllerService',
'App\\Controller\\Front\\OnlinePaymentController' => 'getOnlinePaymentControllerService',
'App\\Controller\\Front\\PaymentOptionsController' => 'getPaymentOptionsControllerService',
'App\\Controller\\Front\\ReportController' => 'getReportControllerService',
'App\\Controller\\Front\\SecurityController' => 'getSecurityController2Service',
'App\\Controller\\Front\\SiteMapController' => 'getSiteMapControllerService',
'App\\Controller\\Front\\SuiviConsoController' => 'getSuiviConsoControllerService',
'App\\Controller\\Front\\SupervisionController' => 'getSupervisionControllerService',
'App\\Controller\\Front\\TimetableController' => 'getTimetableControllerService',
'App\\Controller\\Front\\WaterQualityController' => 'getWaterQualityControllerService',
'App\\Controller\\Front\\WateringTipsController' => 'getWateringTipsControllerService',
'App\\Messaging\\ContactFlow\\Flow\\ContactForm\\Steps\\FormStep' => 'getFormStepService',
'App\\Messaging\\ContactFlow\\Flow\\ContractTermination\\Steps\\ContactInformationStep' => 'getContactInformationStepService',
'App\\Messaging\\ContactFlow\\Flow\\ContractTermination\\Steps\\ContractFormStep' => 'getContractFormStepService',
'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\DeliveryStationFormStep' => 'getDeliveryStationFormStepService',
'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\UnlockFormStep' => 'getUnlockFormStepService',
'App\\Messaging\\ContactFlow\\Flow\\UpdateWaterFlow\\Steps\\WaterFlowFormStep' => 'getWaterFlowFormStepService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
'Eolas\\Bundle\\EolasHealthCheckBundle\\Controller\\HealthCheckController' => 'getHealthCheckControllerService',
'Eolas\\Bundle\\EolasTranslationBundle\\Controller\\WebUI\\WebUIController' => 'getWebUIControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
'Translation\\Bundle\\Command\\DeleteEmptyCommand' => 'getDeleteEmptyCommandService',
'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearer2Service',
'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.notification' => 'getSmartUniqueNamer_NotificationService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.message_file' => 'getUniqidNamer_MessageFileService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command.public_alias.App\\Command\\ActivateAccountAlertCommand' => 'getActivateAccountAlertCommandService',
'console.command.public_alias.App\\Command\\ConsumptionCheckCommand' => 'getConsumptionCheckCommandService',
'console.command.public_alias.App\\Command\\ConsumptionExportClearCommand' => 'getConsumptionExportClearCommandService',
'console.command.public_alias.App\\Command\\ConsumptionNotifyCommand' => 'getConsumptionNotifyCommandService',
'console.command.public_alias.App\\Command\\ExportContactSheetCommand' => 'getExportContactSheetCommandService',
'console.command.public_alias.App\\Command\\ExportOutdatedContactSheetCommand' => 'getExportOutdatedContactSheetCommandService',
'console.command.public_alias.App\\Command\\FixTranslationsCommand' => 'getFixTranslationsCommandService',
'console.command.public_alias.App\\Command\\FixTranslationsSingularPluralCommand' => 'getFixTranslationsSingularPluralCommandService',
'console.command.public_alias.App\\Command\\FixTranslationsTitleCommand' => 'getFixTranslationsTitleCommandService',
'console.command.public_alias.App\\Command\\ImportAllTownsCommand' => 'getImportAllTownsCommandService',
'console.command.public_alias.App\\Command\\NewConsumptionAlertsNotifyCommand' => 'getNewConsumptionAlertsNotifyCommandService',
'console.command.public_alias.App\\Command\\NewCustomerNotifyCommand' => 'getNewCustomerNotifyCommandService',
'console.command.public_alias.App\\Command\\NewInvoicesCheckCommand' => 'getNewInvoicesCheckCommandService',
'console.command.public_alias.App\\Command\\NewInvoicesNotifyCommand' => 'getNewInvoicesNotifyCommandService',
'console.command.public_alias.App\\Command\\NewNotificationsNotifyCommand' => 'getNewNotificationsNotifyCommandService',
'console.command.public_alias.App\\Command\\RemovePasswordUsersCommand' => 'getRemovePasswordUsersCommandService',
'console.command.public_alias.App\\Command\\RendezVousAlertCommand' => 'getRendezVousAlertCommandService',
'console.command.public_alias.App\\Command\\RendezVousConfirmationCommand' => 'getRendezVousConfirmationCommandService',
'console.command.public_alias.App\\Command\\RendezVousIncomingCommand' => 'getRendezVousIncomingCommandService',
'console.command.public_alias.App\\Command\\SuiviConsoAlertCommand' => 'getSuiviConsoAlertCommandService',
'console.command.public_alias.App\\Command\\SuiviConsoNewActivationReminderCommand' => 'getSuiviConsoNewActivationReminderCommandService',
'console.command.public_alias.App\\Command\\SuiviConsoUpdateContractsCommand' => 'getSuiviConsoUpdateContractsCommandService',
'console.command.public_alias.App\\Command\\TimetableUpdatedNotifyCommand' => 'getTimetableUpdatedNotifyCommandService',
'console.command.public_alias.App\\Command\\UsersLoginHistoryCommand' => 'getUsersLoginHistoryCommandService',
'console.command.public_alias.App\\Command\\UsersStatisticsCommand' => 'getUsersStatisticsCommandService',
'console.command.public_alias.App\\Command\\WaterQualityCheckCommand' => 'getWaterQualityCheckCommandService',
'console.command.public_alias.App\\Command\\WaterQualityNotifyCommand' => 'getWaterQualityNotifyCommandService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine.dbal.reimu_connection' => 'getDoctrine_Dbal_ReimuConnectionService',
'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
'error_controller' => 'getErrorControllerService',
'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
'php_translation.importer' => 'getPhpTranslation_ImporterService',
'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
'database_connection' => 'doctrine.dbal.app_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'mailer' => 'swiftmailer.mailer.default',
'php_translation.storage' => 'php_translation.storage.app',
'php_translation.storage.default' => 'php_translation.storage.app',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/FrameOptionsListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/MaintenanceListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/RenderedRouteSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Manager/ContractManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Traits/TranslatorByDomainTrait.php';
include_once \dirname(__DIR__, 4).'/src/Manager/SupervisionManager.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Multi/AbstractMultiRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MeasurementHistory/MeasurementHistoryRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/SupervisionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Multi/SupervisionAlertRepository.php';
include_once \dirname(__DIR__, 4).'/src/Traits/UserEnhancerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Manager/UserManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/WateringTips/TownManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/WateringTips/WateringTipsManager.php';
include_once \dirname(__DIR__, 4).'/src/Service/ApiClient.php';
include_once \dirname(__DIR__, 4).'/src/Service/WateringTips/WeatherClient.php';
include_once \dirname(__DIR__, 4).'/src/Service/WateringTips/WaterSupplyClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/src/Monolog/Handler/CustomRotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/ConsumptionAlertRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/MailTypeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/NotificationStatisticsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/SCPLinkRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/SepaOrderRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/SuiviConsoActivationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/TownRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/UserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/App/WateringTipsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Multi/UserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/CommuneXYRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/ContactRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/ContractRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/DeliveryStationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/DocumentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Scp/UserRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ByteFormatTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ConsumptionAlertExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GeolocationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GetLastSenderExtension.php';
include_once \dirname(__DIR__, 4).'/src/Manager/MessageManager.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GetSenderExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/LocalizationExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/Nl2brCustomExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SCPLinkExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SupervisionHasMesuresExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/WateringTipsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/src/Manager/LinkManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/SuiviConsoActivationCheckManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.doctrine.orm.scp.result', ($this->privates['cache.doctrine.orm.scp.result'] ?? $this->getCache_Doctrine_Orm_Scp_ResultService()));
$d->addInstance('cache.doctrine.orm.scp.query', ($this->privates['cache.doctrine.orm.scp.query'] ?? $this->getCache_Doctrine_Orm_Scp_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
$d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$e->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add(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([])))));
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($e);
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$b = ($this->services['translator'] ?? $this->getTranslatorService());
$c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$e = ($this->services['router'] ?? $this->getRouterService());
$f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$g = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = ($this->privates['App\\Manager\\SupervisionManager'] ?? $this->getSupervisionManagerService());
$j = new \App\Manager\MessageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
$l = ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService());
$m = new \Symfony\Bridge\Twig\AppVariable();
$m->setEnvironment('dev');
$m->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$m->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$m->setRequestStack($f);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($a, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, $e)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($g));
$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)));
$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())));
$instance->addExtension(new \Twig\Extensions\DateExtension());
$instance->addExtension(new \Twig\Extensions\IntlExtension());
$instance->addExtension(new \Twig_Extensions_Extension_Text());
$instance->addExtension(new \App\Twig\ByteFormatTwigExtension());
$instance->addExtension(new \App\Twig\ConsumptionAlertExtension($i));
$instance->addExtension(new \App\Twig\GeolocationExtension($this->getEnv('GEOLOC_URI'), $this->getEnv('GEOLOC_KEY')));
$instance->addExtension(new \App\Twig\GetLastSenderExtension($j));
$instance->addExtension(new \App\Twig\GetSenderExtension($j));
$instance->addExtension(new \App\Twig\LocalizationExtension(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
$instance->addExtension(new \App\Twig\Nl2brCustomExtension());
$instance->addExtension(new \App\Twig\SCPLinkExtension());
$instance->addExtension(new \App\Twig\SupervisionHasMesuresExtension($i));
$instance->addExtension(new \App\Twig\WateringTipsExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
$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())));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', true],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($b, true));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$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)))));
$instance->addGlobal('app', $m);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
])));
$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/']]);
$instance->addGlobal('locale', 'fr');
$instance->addGlobal('information_path', 'information');
$instance->addGlobal('dashboard_path', 'dashboard');
$instance->addGlobal('consumption_slider_path', 'slider');
$instance->addGlobal('notification_path', 'notification/images');
$instance->addGlobal('google_map_key', $this->getEnv('GOOGLE_MAP_KEY'));
$instance->addGlobal('google_analytics_code', $this->getEnv('GOOGLE_ANALYTICS_CODE'));
$instance->addGlobal('link_manager', new \App\Manager\LinkManager(($this->privates['App\\Repository\\App\\SCPLinkRepository'] ?? $this->getSCPLinkRepositoryService())));
$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())));
$instance->addGlobal('matomo_site_url', $this->getEnv('MATOMO_SITE_URL'));
$instance->addGlobal('matomo_site_id', $this->getEnv('MATOMO_SITE_ID'));
$instance->addGlobal('app_environment', $this->getEnv('APP_ENV'));
$instance->addGlobal('notification_statistics_repo', ($this->privates['App\\Repository\\App\\NotificationStatisticsRepository'] ?? $this->getNotificationStatisticsRepositoryService()));
$instance->addGlobal('watering_tips_manager', ($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'] ?? $this->getWateringTipsManagerService()));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 2, ',', ' '))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$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(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1qCIYBHwT2', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mEMn3JQiF+', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'app', 'default');
}
/**
* Gets the public 'doctrine.dbal.app_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_AppConnectionService()
{
$a = ($this->privates['doctrine.dbal.app_connection.event_manager'] ?? $this->getDoctrine_Dbal_AppConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.app_connection'])) {
return $this->services['doctrine.dbal.app_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$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))));
$c->setConnectionName('app');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
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, []);
}
/**
* Gets the public 'doctrine.dbal.mesure_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_MesureConnectionService()
{
$a = ($this->privates['.service_locator.3Xmgfu5'] ?? $this->get_ServiceLocator_3Xmgfu5Service());
if (isset($this->services['doctrine.dbal.mesure_connection'])) {
return $this->services['doctrine.dbal.mesure_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$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))));
$c->setConnectionName('mesure');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
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, [0 => 'vich_uploader.listener.clean.contact_information', 1 => 'vich_uploader.listener.clean.dashboard', 2 => 'vich_uploader.listener.clean.message_file', 3 => 'vich_uploader.listener.clean.consumption_slider_image', 4 => 'vich_uploader.listener.clean.notification', 5 => 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 6 => 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 7 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 8 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 9 => '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']), []);
}
/**
* Gets the public 'doctrine.dbal.scp_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_ScpConnectionService()
{
$a = ($this->privates['doctrine.dbal.scp_connection.event_manager'] ?? $this->getDoctrine_Dbal_ScpConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.scp_connection'])) {
return $this->services['doctrine.dbal.scp_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$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))));
$c->setConnectionName('scp');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
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, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\MessageCreated' => ['privates', 'App\\EventListener\\MessageCreated', 'getMessageCreatedService', true],
], [
'App\\EventListener\\MessageCreated' => '?',
]));
$instance->registerService('App\\EventListener\\MessageCreated', 'App\\EventListener\\MessageCreated');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$c = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$d = ($this->privates['doctrine.dbal.app_connection.event_manager'] ?? $this->getDoctrine_Dbal_AppConnection_EventManagerService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$e = new \Doctrine\ORM\Configuration();
$f = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$g = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
$f->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
$f->addDriver($g, 'Eolas\\Bundle\\EolasTranslationBundle\\Entity');
$f->addDriver($g, 'Vich\\UploaderBundle\\Entity');
$e->setEntityNamespaces(['App' => 'App\\Entity', 'EolasTranslationBundle' => 'Eolas\\Bundle\\EolasTranslationBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$e->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$e->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$e->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$e->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($f, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$e->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$e->setProxyNamespace('Proxies');
$e->setAutoGenerateProxyClasses(false);
$e->setSchemaIgnoreClasses([]);
$e->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$e->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$e->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$e->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$e->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$e->setEntityListenerResolver($b);
$e->setLazyGhostObjectEnabled(false);
$e->setIdentityGenerationPreferences([]);
$e->setRepositoryFactory($c);
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $e, $d);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'doctrine.orm.scp_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_ScpEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService());
if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
return $this->services['doctrine.orm.scp_entity_manager'];
}
$b = ($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService());
if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
return $this->services['doctrine.orm.scp_entity_manager'];
}
$c = ($this->privates['doctrine.dbal.scp_connection.event_manager'] ?? $this->getDoctrine_Dbal_ScpConnection_EventManagerService());
if (isset($this->services['doctrine.orm.scp_entity_manager'])) {
return $this->services['doctrine.orm.scp_entity_manager'];
}
$d = new \Doctrine\ORM\Configuration();
$e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$e->addDriver(($this->privates['doctrine.orm.scp_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ScpAnnotationMetadataDriverService()), 'App\\Entity\\Scp');
$d->setEntityNamespaces(['Scp' => 'App\\Entity\\Scp']);
$d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$d->setQueryCache(($this->privates['cache.doctrine.orm.scp.query'] ?? $this->getCache_Doctrine_Orm_Scp_QueryService()));
$d->setResultCache(($this->privates['cache.doctrine.orm.scp.result'] ?? $this->getCache_Doctrine_Orm_Scp_ResultService()));
$d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
$d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$d->setProxyNamespace('Proxies');
$d->setAutoGenerateProxyClasses(false);
$d->setSchemaIgnoreClasses([]);
$d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
$d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$d->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
$d->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$d->setLazyGhostObjectEnabled(false);
$d->setIdentityGenerationPreferences([]);
$d->setRepositoryFactory($b);
$this->services['doctrine.orm.scp_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $d, $c);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'easyadmin.config.manager' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
*/
protected function getEasyadmin_Config_ManagerService()
{
$this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this, $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('fr'));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
$instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
return $instance;
}
/**
* Gets the public 'easyadmin.filter.registry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
*/
protected function getEasyadmin_Filter_RegistryService()
{
return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array', 'boolean' => 'easyadmin.filter.type.boolean', 'comparison' => 'easyadmin.filter.type.comparison', 'date' => 'easyadmin.filter.type.date', 'dateinterval' => 'easyadmin.filter.type.dateinterval', 'datetime' => 'easyadmin.filter.type.datetime', 'decimal' => 'easyadmin.filter.type.decimal', 'choice' => 'easyadmin.filter.type.choice', 'entity' => 'easyadmin.filter.type.entity', 'float' => 'easyadmin.filter.type.float', 'integer' => 'easyadmin.filter.type.integer', 'text' => 'easyadmin.filter.type.text', 'textarea' => 'easyadmin.filter.type.textarea', 'time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
yield 0 => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
}, 1));
}
/**
* Gets the public 'easyadmin.listener.controller' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
*/
protected function getEasyadmin_Listener_ControllerService()
{
return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the public 'easyadmin.property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getEasyadmin_PropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the public 'easyadmin.router' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
*/
protected function getEasyadmin_RouterService()
{
return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public 'easyadmin.security.authorization_checker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getEasyadmin_Security_AuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['easyadmin.security.authorization_checker'])) {
return $this->services['easyadmin.security.authorization_checker'];
}
return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
}, 1 => 'logout'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventListener\\FrameOptionsListener'] ?? ($this->privates['App\\EventListener\\FrameOptionsListener'] = new \App\EventListener\FrameOptionsListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('easy_admin.post_initialize', [0 => function () {
return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
}, 1 => 'initializeRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('App\\Event\\ConsumptionExport\\ConsumptionExportEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ConsumptionExport\\ConsumptionExportSubscriber'] ?? $this->load('getConsumptionExportSubscriberService'));
}, 1 => 'onConsumptionExport'], 0);
$instance->addListener('App\\Event\\Contact\\ContactUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Contact\\ContactSubscriber'] ?? $this->load('getContactSubscriberService'));
}, 1 => 'onUpdated'], 0);
$instance->addListener('App\\Event\\ContactSheet\\ContactSheetCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ContactSheet\\ContactSheetSubscriber'] ?? $this->load('getContactSheetSubscriberService'));
}, 1 => 'onCreated'], 0);
$instance->addListener('App\\Event\\ContactSheet\\ContactSheetUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ContactSheet\\ContactSheetSubscriber'] ?? $this->load('getContactSheetSubscriberService'));
}, 1 => 'onUpdated'], 0);
$instance->addListener('easy_admin.pre_new', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'checkUserRights'], 0);
$instance->addListener('easy_admin.pre_list', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'checkUserRights'], 0);
$instance->addListener('easy_admin.pre_edit', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'checkUserRights'], 0);
$instance->addListener('easy_admin.pre_show', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'checkUserRights'], 0);
$instance->addListener('easy_admin.pre_delete', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdmin\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'checkUserRights'], 0);
$instance->addListener('App\\Event\\Messaging\\ConversationCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
}, 1 => 'onConversationCreated'], 0);
$instance->addListener('App\\Event\\Messaging\\ConversationCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
}, 1 => 'onClaimConversationCreated'], 0);
$instance->addListener('App\\Event\\Messaging\\ConversationTransferredEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Messaging\\ConversationSubscriber'] ?? $this->load('getConversationSubscriberService'));
}, 1 => 'onConversationTransferred'], 0);
$instance->addListener('App\\Event\\Messaging\\MessageCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Messaging\\MessageSubscriber'] ?? $this->load('getMessageSubscriberService'));
}, 1 => 'onMessageCreated'], 0);
$instance->addListener('App\\Event\\MeterReading\\IndexUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\MeterReading\\MeterReadingSubscriber'] ?? $this->load('getMeterReadingSubscriberService'));
}, 1 => 'onIndexUpdated'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RenderedRouteSubscriber'] ?? $this->getRenderedRouteSubscriberService());
}, 1 => 'storeRenderedRoute'], 0);
$instance->addListener('App\\Event\\SuiviConso\\EndServiceEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SuiviConso\\SuiviConsoSubscriber'] ?? $this->load('getSuiviConsoSubscriberService'));
}, 1 => 'onEndService'], 0);
$instance->addListener('App\\Event\\SuiviConso\\EndConsentsEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SuiviConso\\SuiviConsoSubscriber'] ?? $this->load('getSuiviConsoSubscriberService'));
}, 1 => 'onEndConsents'], 0);
$instance->addListener('App\\Event\\Timetable\\TimetableUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Timetable\\TimetableSubscriber'] ?? $this->load('getTimetableSubscriberService'));
}, 1 => 'onTimetableUpdated'], 0);
$instance->addListener('App\\Event\\MyProfile\\GuestCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
}, 1 => 'onGuestCreated'], 0);
$instance->addListener('App\\Event\\MyProfile\\GuestAccountActivatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
}, 1 => 'onGuestAccountActivated'], 0);
$instance->addListener('App\\Event\\MyProfile\\GuestDeletedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\ContactSubscriber'] ?? $this->load('getContactSubscriber2Service'));
}, 1 => 'onGuestDeleted'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('App\\Event\\Account\\UserCreatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserCreated'], 0);
$instance->addListener('App\\Event\\Account\\UserCreationFinalizedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserCreationFinalized'], 0);
$instance->addListener('App\\Event\\Account\\UserAlertFinalizedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onAlertUserFinalized'], 0);
$instance->addListener('App\\Event\\Account\\UserMailChangedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserMailChanged'], 0);
$instance->addListener('App\\Event\\Account\\UserMailChangeFinalizedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserMailChangeFinalized'], 0);
$instance->addListener('App\\Event\\Account\\UserPasswordWantedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserPasswordWanted'], 0);
$instance->addListener('App\\Event\\Account\\UserPasswordChangedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserPasswordChanged'], 0);
$instance->addListener('App\\Event\\MyProfile\\PersonalInformationEmailUpdateEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onPersonalInformationEmailUpdate'], 0);
$instance->addListener('App\\Event\\MyProfile\\PersonalInformationEmailUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onPersonalInformationEmailUpdated'], 0);
$instance->addListener('App\\Event\\MyProfile\\PersonalInformationPasswordUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onPersonalInformationPasswordUpdated'], 0);
$instance->addListener('App\\Event\\MyProfile\\PersonalInformationUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onPersonalInformationUpdated'], 0);
$instance->addListener('App\\Event\\MyProfile\\BankInformationUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onBankInformationUpdated'], 0);
$instance->addListener('App\\Event\\MyProfile\\CustomerDetailsUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onCustomerDetailsUpdated'], 0);
$instance->addListener('App\\Event\\Account\\UserDeletedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
}, 1 => 'onUserDeleted'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] ?? ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] = new \App\Form\EventSubscriber\ContactSheetEventSubscriber()));
}, 1 => 'addInterruptionContactsField'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] ?? ($this->privates['App\\Form\\EventSubscriber\\ContactSheetEventSubscriber'] = new \App\Form\EventSubscriber\ContactSheetEventSubscriber()));
}, 1 => 'addInterruptionContactsField'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
}, 1 => 'onWorkerStarted'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.consoAlert' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ConsoAlertService()
{
$this->services['monolog.logger.consoAlert'] = $instance = new \Symfony\Bridge\Monolog\Logger('consoAlert');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$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')))));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport
*/
protected function getSwiftmailer_TransportService()
{
$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());
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.service_locator.3Xmgfu5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3Xmgfu5Service()
{
return $this->privates['.service_locator.3Xmgfu5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates', 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 'getAdminUserPasswordEncoderSubscriberService', true],
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates', 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 'getUserLoadedSubscriberService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'vich_uploader.listener.clean.consumption_slider_image' => ['privates', 'vich_uploader.listener.clean.consumption_slider_image', 'getVichUploader_Listener_Clean_ConsumptionSliderImageService', true],
'vich_uploader.listener.clean.contact_information' => ['privates', 'vich_uploader.listener.clean.contact_information', 'getVichUploader_Listener_Clean_ContactInformationService', true],
'vich_uploader.listener.clean.dashboard' => ['privates', 'vich_uploader.listener.clean.dashboard', 'getVichUploader_Listener_Clean_DashboardService', true],
'vich_uploader.listener.clean.message_file' => ['privates', 'vich_uploader.listener.clean.message_file', 'getVichUploader_Listener_Clean_MessageFileService', true],
'vich_uploader.listener.clean.notification' => ['privates', 'vich_uploader.listener.clean.notification', 'getVichUploader_Listener_Clean_NotificationService', true],
'vich_uploader.listener.inject.notification_excel_file' => ['privates', 'vich_uploader.listener.inject.notification_excel_file', 'getVichUploader_Listener_Inject_NotificationExcelFileService', true],
'vich_uploader.listener.remove.consumption_slider_image' => ['privates', 'vich_uploader.listener.remove.consumption_slider_image', 'getVichUploader_Listener_Remove_ConsumptionSliderImageService', true],
'vich_uploader.listener.remove.contact_information' => ['privates', 'vich_uploader.listener.remove.contact_information', 'getVichUploader_Listener_Remove_ContactInformationService', true],
'vich_uploader.listener.remove.dashboard' => ['privates', 'vich_uploader.listener.remove.dashboard', 'getVichUploader_Listener_Remove_DashboardService', true],
'vich_uploader.listener.remove.message_file' => ['privates', 'vich_uploader.listener.remove.message_file', 'getVichUploader_Listener_Remove_MessageFileService', true],
'vich_uploader.listener.remove.notification' => ['privates', 'vich_uploader.listener.remove.notification', 'getVichUploader_Listener_Remove_NotificationService', true],
'vich_uploader.listener.upload.consumption_slider_image' => ['privates', 'vich_uploader.listener.upload.consumption_slider_image', 'getVichUploader_Listener_Upload_ConsumptionSliderImageService', true],
'vich_uploader.listener.upload.contact_information' => ['privates', 'vich_uploader.listener.upload.contact_information', 'getVichUploader_Listener_Upload_ContactInformationService', true],
'vich_uploader.listener.upload.dashboard' => ['privates', 'vich_uploader.listener.upload.dashboard', 'getVichUploader_Listener_Upload_DashboardService', true],
'vich_uploader.listener.upload.message_file' => ['privates', 'vich_uploader.listener.upload.message_file', 'getVichUploader_Listener_Upload_MessageFileService', true],
'vich_uploader.listener.upload.notification' => ['privates', 'vich_uploader.listener.upload.notification', 'getVichUploader_Listener_Upload_NotificationService', true],
'vich_uploader.listener.upload.notification_excel_file' => ['privates', 'vich_uploader.listener.upload.notification_excel_file', 'getVichUploader_Listener_Upload_NotificationExcelFileService', true],
], [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'vich_uploader.listener.clean.consumption_slider_image' => '?',
'vich_uploader.listener.clean.contact_information' => '?',
'vich_uploader.listener.clean.dashboard' => '?',
'vich_uploader.listener.clean.message_file' => '?',
'vich_uploader.listener.clean.notification' => '?',
'vich_uploader.listener.inject.notification_excel_file' => '?',
'vich_uploader.listener.remove.consumption_slider_image' => '?',
'vich_uploader.listener.remove.contact_information' => '?',
'vich_uploader.listener.remove.dashboard' => '?',
'vich_uploader.listener.remove.message_file' => '?',
'vich_uploader.listener.remove.notification' => '?',
'vich_uploader.listener.upload.consumption_slider_image' => '?',
'vich_uploader.listener.upload.contact_information' => '?',
'vich_uploader.listener.upload.dashboard' => '?',
'vich_uploader.listener.upload.message_file' => '?',
'vich_uploader.listener.upload.notification' => '?',
'vich_uploader.listener.upload.notification_excel_file' => '?',
]);
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
]);
}
/**
* Gets the private '.service_locator.Wcs1dSd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wcs1dSdService()
{
return $this->privates['.service_locator.Wcs1dSd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.access_token' => ['privates', 'security.firewall.map.context.access_token', 'getSecurity_Firewall_Map_Context_AccessTokenService', true],
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.front' => ['privates', 'security.firewall.map.context.front', 'getSecurity_Firewall_Map_Context_FrontService', true],
], [
'security.firewall.map.context.access_token' => '?',
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.front' => '?',
]);
}
/**
* Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
*
* @return \App\EventListener\MaintenanceListener
*/
protected function getMaintenanceListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
return $this->privates['App\\EventListener\\MaintenanceListener'];
}
return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($a);
}
/**
* Gets the private 'App\EventSubscriber\RenderedRouteSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\RenderedRouteSubscriber
*/
protected function getRenderedRouteSubscriberService()
{
return $this->privates['App\\EventSubscriber\\RenderedRouteSubscriber'] = new \App\EventSubscriber\RenderedRouteSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Manager\ContractManager' shared autowired service.
*
* @return \App\Manager\ContractManager
*/
protected function getContractManagerService()
{
$a = ($this->privates['App\\Repository\\Scp\\ContractRepository'] ?? $this->getContractRepositoryService());
if (isset($this->privates['App\\Manager\\ContractManager'])) {
return $this->privates['App\\Manager\\ContractManager'];
}
$b = ($this->privates['App\\Repository\\Scp\\DocumentRepository'] ?? $this->getDocumentRepositoryService());
if (isset($this->privates['App\\Manager\\ContractManager'])) {
return $this->privates['App\\Manager\\ContractManager'];
}
$c = ($this->privates['App\\Repository\\Scp\\ContactRepository'] ?? $this->getContactRepositoryService());
if (isset($this->privates['App\\Manager\\ContractManager'])) {
return $this->privates['App\\Manager\\ContractManager'];
}
return $this->privates['App\\Manager\\ContractManager'] = new \App\Manager\ContractManager($a, $b, $c);
}
/**
* Gets the private 'App\Manager\Mailer' shared autowired service.
*
* @return \App\Manager\Mailer
*/
protected function getMailerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Mailer'])) {
return $this->privates['App\\Manager\\Mailer'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\Mailer'])) {
return $this->privates['App\\Manager\\Mailer'];
}
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);
}
/**
* Gets the private 'App\Manager\SupervisionManager' shared autowired service.
*
* @return \App\Manager\SupervisionManager
*/
protected function getSupervisionManagerService()
{
$a = ($this->services['doctrine.dbal.mesure_connection'] ?? $this->getDoctrine_Dbal_MesureConnectionService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$b = ($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$c = ($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$d = ($this->privates['App\\Manager\\Mailer'] ?? $this->getMailerService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$e = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Manager\\SupervisionManager'])) {
return $this->privates['App\\Manager\\SupervisionManager'];
}
$g = new \App\Repository\MeasurementHistory\MeasurementHistoryRepository();
$g->setMeasurementHistoryConnection($a);
$g->setCollateAI('French_CI_AI');
$g->setAppConnection($b);
$h = new \App\Repository\Scp\SupervisionRepository();
$h->setScpConnection($c);
$h->setCollateAI('French_CI_AI');
$h->setAppConnection($b);
$i = new \App\Repository\Multi\SupervisionAlertRepository();
$i->setScpConnection($c);
$i->setCollateAI('French_CI_AI');
$i->setAppConnection($b);
$i->setMeasurementHistoryConnection($a);
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');
}
/**
* Gets the private 'App\Manager\UserManager' shared autowired service.
*
* @return \App\Manager\UserManager
*/
protected function getUserManagerService()
{
$a = ($this->privates['App\\Repository\\Scp\\UserRepository'] ?? $this->getUserRepositoryService());
if (isset($this->privates['App\\Manager\\UserManager'])) {
return $this->privates['App\\Manager\\UserManager'];
}
$b = ($this->privates['App\\Repository\\Scp\\DeliveryStationRepository'] ?? $this->getDeliveryStationRepositoryService());
if (isset($this->privates['App\\Manager\\UserManager'])) {
return $this->privates['App\\Manager\\UserManager'];
}
$c = ($this->privates['App\\Repository\\Multi\\UserRepository'] ?? $this->getUserRepository3Service());
if (isset($this->privates['App\\Manager\\UserManager'])) {
return $this->privates['App\\Manager\\UserManager'];
}
$d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\UserManager'])) {
return $this->privates['App\\Manager\\UserManager'];
}
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);
}
/**
* Gets the private 'App\Manager\WateringTips\TownManager' shared autowired service.
*
* @return \App\Manager\WateringTips\TownManager
*/
protected function getTownManagerService()
{
return $this->privates['App\\Manager\\WateringTips\\TownManager'] = new \App\Manager\WateringTips\TownManager(($this->privates['App\\Repository\\App\\TownRepository'] ?? $this->getTownRepositoryService()));
}
/**
* Gets the private 'App\Manager\WateringTips\WateringTipsManager' shared autowired service.
*
* @return \App\Manager\WateringTips\WateringTipsManager
*/
protected function getWateringTipsManagerService()
{
$a = ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService());
if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
}
$b = ($this->privates['App\\Manager\\ContractManager'] ?? $this->getContractManagerService());
if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
}
$c = ($this->privates['App\\Repository\\Scp\\CommuneXYRepository'] ?? $this->getCommuneXYRepositoryService());
if (isset($this->privates['App\\Manager\\WateringTips\\WateringTipsManager'])) {
return $this->privates['App\\Manager\\WateringTips\\WateringTipsManager'];
}
$d = ($this->services['cache.app'] ?? $this->getCache_AppService());
$e = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
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'));
}
/**
* Gets the private 'App\Repository\App\ConsumptionAlertRepository' shared autowired service.
*
* @return \App\Repository\App\ConsumptionAlertRepository
*/
protected function getConsumptionAlertRepositoryService()
{
return $this->privates['App\\Repository\\App\\ConsumptionAlertRepository'] = new \App\Repository\App\ConsumptionAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\MailTypeRepository' shared autowired service.
*
* @return \App\Repository\App\MailTypeRepository
*/
protected function getMailTypeRepositoryService()
{
return $this->privates['App\\Repository\\App\\MailTypeRepository'] = new \App\Repository\App\MailTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\NotificationStatisticsRepository' shared autowired service.
*
* @return \App\Repository\App\NotificationStatisticsRepository
*/
protected function getNotificationStatisticsRepositoryService()
{
return $this->privates['App\\Repository\\App\\NotificationStatisticsRepository'] = new \App\Repository\App\NotificationStatisticsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\SCPLinkRepository' shared autowired service.
*
* @return \App\Repository\App\SCPLinkRepository
*/
protected function getSCPLinkRepositoryService()
{
return $this->privates['App\\Repository\\App\\SCPLinkRepository'] = new \App\Repository\App\SCPLinkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\SepaOrderRepository' shared autowired service.
*
* @return \App\Repository\App\SepaOrderRepository
*/
protected function getSepaOrderRepositoryService()
{
return $this->privates['App\\Repository\\App\\SepaOrderRepository'] = new \App\Repository\App\SepaOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\SuiviConsoActivationRepository' shared autowired service.
*
* @return \App\Repository\App\SuiviConsoActivationRepository
*/
protected function getSuiviConsoActivationRepositoryService()
{
return $this->privates['App\\Repository\\App\\SuiviConsoActivationRepository'] = new \App\Repository\App\SuiviConsoActivationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\TownRepository' shared autowired service.
*
* @return \App\Repository\App\TownRepository
*/
protected function getTownRepositoryService()
{
return $this->privates['App\\Repository\\App\\TownRepository'] = new \App\Repository\App\TownRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\UserRepository' shared autowired service.
*
* @return \App\Repository\App\UserRepository
*/
protected function getUserRepository2Service()
{
return $this->privates['App\\Repository\\App\\UserRepository'] = new \App\Repository\App\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\App\WateringTipsRepository' shared autowired service.
*
* @return \App\Repository\App\WateringTipsRepository
*/
protected function getWateringTipsRepositoryService()
{
return $this->privates['App\\Repository\\App\\WateringTipsRepository'] = new \App\Repository\App\WateringTipsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Multi\UserRepository' shared autowired service.
*
* @return \App\Repository\Multi\UserRepository
*/
protected function getUserRepository3Service()
{
$this->privates['App\\Repository\\Multi\\UserRepository'] = $instance = new \App\Repository\Multi\UserRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
$instance->setMeasurementHistoryConnection(($this->services['doctrine.dbal.mesure_connection'] ?? $this->getDoctrine_Dbal_MesureConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\CommuneXYRepository' shared autowired service.
*
* @return \App\Repository\Scp\CommuneXYRepository
*/
protected function getCommuneXYRepositoryService()
{
$this->privates['App\\Repository\\Scp\\CommuneXYRepository'] = $instance = new \App\Repository\Scp\CommuneXYRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\ContactRepository' shared autowired service.
*
* @return \App\Repository\Scp\ContactRepository
*/
protected function getContactRepositoryService()
{
$this->privates['App\\Repository\\Scp\\ContactRepository'] = $instance = new \App\Repository\Scp\ContactRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\ContractRepository' shared autowired service.
*
* @return \App\Repository\Scp\ContractRepository
*/
protected function getContractRepositoryService()
{
$this->privates['App\\Repository\\Scp\\ContractRepository'] = $instance = new \App\Repository\Scp\ContractRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\DeliveryStationRepository' shared autowired service.
*
* @return \App\Repository\Scp\DeliveryStationRepository
*/
protected function getDeliveryStationRepositoryService()
{
$this->privates['App\\Repository\\Scp\\DeliveryStationRepository'] = $instance = new \App\Repository\Scp\DeliveryStationRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\DocumentRepository' shared autowired service.
*
* @return \App\Repository\Scp\DocumentRepository
*/
protected function getDocumentRepositoryService()
{
$this->privates['App\\Repository\\Scp\\DocumentRepository'] = $instance = new \App\Repository\Scp\DocumentRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'App\Repository\Scp\UserRepository' shared autowired service.
*
* @return \App\Repository\Scp\UserRepository
*/
protected function getUserRepositoryService()
{
$this->privates['App\\Repository\\Scp\\UserRepository'] = $instance = new \App\Repository\Scp\UserRepository();
$instance->setScpConnection(($this->services['doctrine.dbal.scp_connection'] ?? $this->getDoctrine_Dbal_ScpConnectionService()));
$instance->setCollateAI('French_CI_AI');
$instance->setAppConnection(($this->services['doctrine.dbal.app_connection'] ?? $this->getDoctrine_Dbal_AppConnectionService()));
return $instance;
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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'), NULL, false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6n+myFZDGF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.scp.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Scp_QueryService()
{
return $this->privates['cache.doctrine.orm.scp.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.scp.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Scp_ResultService()
{
return $this->privates['cache.doctrine.orm.scp.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.easyadmin' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_EasyadminService()
{
return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hgU4Qh3mwQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mtTJbIbIB1', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G-so7tQ6+z', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nXQKibs415', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_token_verifier' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifierService()
{
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())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KpJkeK8Ezi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6BnyNbCp8c', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
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())));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 3 => ($this->privates['debug.security.voter.App\\Security\\Voter\\ContractVoter'] ?? $this->load('getContractVoterService'));
yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] ?? $this->load('getConversationVoterService'));
yield 5 => ($this->privates['debug.security.voter.App\\Security\\Voter\\DocumentVoter'] ?? $this->load('getDocumentVoterService'));
yield 6 => ($this->privates['debug.security.voter.App\\Security\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
yield 7 => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessagingSubjectVoter'] ?? $this->load('getMessagingSubjectVoterService'));
yield 8 => ($this->privates['debug.security.voter.App\\Security\\Voter\\WaterQualityVoter'] ?? $this->load('getWaterQualityVoterService'));
}, 9), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'doctrine.dbal.app_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_AppConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.app_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates', 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 'getAdminUserPasswordEncoderSubscriberService', true],
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates', 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 'getUserLoadedSubscriberService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'stof_doctrine_extensions.listener.tree' => ['privates', 'stof_doctrine_extensions.listener.tree', 'getStofDoctrineExtensions_Listener_TreeService', true],
'vich_uploader.listener.clean.consumption_slider_image' => ['privates', 'vich_uploader.listener.clean.consumption_slider_image', 'getVichUploader_Listener_Clean_ConsumptionSliderImageService', true],
'vich_uploader.listener.clean.contact_information' => ['privates', 'vich_uploader.listener.clean.contact_information', 'getVichUploader_Listener_Clean_ContactInformationService', true],
'vich_uploader.listener.clean.dashboard' => ['privates', 'vich_uploader.listener.clean.dashboard', 'getVichUploader_Listener_Clean_DashboardService', true],
'vich_uploader.listener.clean.message_file' => ['privates', 'vich_uploader.listener.clean.message_file', 'getVichUploader_Listener_Clean_MessageFileService', true],
'vich_uploader.listener.clean.notification' => ['privates', 'vich_uploader.listener.clean.notification', 'getVichUploader_Listener_Clean_NotificationService', true],
'vich_uploader.listener.inject.notification_excel_file' => ['privates', 'vich_uploader.listener.inject.notification_excel_file', 'getVichUploader_Listener_Inject_NotificationExcelFileService', true],
'vich_uploader.listener.remove.consumption_slider_image' => ['privates', 'vich_uploader.listener.remove.consumption_slider_image', 'getVichUploader_Listener_Remove_ConsumptionSliderImageService', true],
'vich_uploader.listener.remove.contact_information' => ['privates', 'vich_uploader.listener.remove.contact_information', 'getVichUploader_Listener_Remove_ContactInformationService', true],
'vich_uploader.listener.remove.dashboard' => ['privates', 'vich_uploader.listener.remove.dashboard', 'getVichUploader_Listener_Remove_DashboardService', true],
'vich_uploader.listener.remove.message_file' => ['privates', 'vich_uploader.listener.remove.message_file', 'getVichUploader_Listener_Remove_MessageFileService', true],
'vich_uploader.listener.remove.notification' => ['privates', 'vich_uploader.listener.remove.notification', 'getVichUploader_Listener_Remove_NotificationService', true],
'vich_uploader.listener.upload.consumption_slider_image' => ['privates', 'vich_uploader.listener.upload.consumption_slider_image', 'getVichUploader_Listener_Upload_ConsumptionSliderImageService', true],
'vich_uploader.listener.upload.contact_information' => ['privates', 'vich_uploader.listener.upload.contact_information', 'getVichUploader_Listener_Upload_ContactInformationService', true],
'vich_uploader.listener.upload.dashboard' => ['privates', 'vich_uploader.listener.upload.dashboard', 'getVichUploader_Listener_Upload_DashboardService', true],
'vich_uploader.listener.upload.message_file' => ['privates', 'vich_uploader.listener.upload.message_file', 'getVichUploader_Listener_Upload_MessageFileService', true],
'vich_uploader.listener.upload.notification' => ['privates', 'vich_uploader.listener.upload.notification', 'getVichUploader_Listener_Upload_NotificationService', true],
'vich_uploader.listener.upload.notification_excel_file' => ['privates', 'vich_uploader.listener.upload.notification_excel_file', 'getVichUploader_Listener_Upload_NotificationExcelFileService', true],
], [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'stof_doctrine_extensions.listener.tree' => '?',
'vich_uploader.listener.clean.consumption_slider_image' => '?',
'vich_uploader.listener.clean.contact_information' => '?',
'vich_uploader.listener.clean.dashboard' => '?',
'vich_uploader.listener.clean.message_file' => '?',
'vich_uploader.listener.clean.notification' => '?',
'vich_uploader.listener.inject.notification_excel_file' => '?',
'vich_uploader.listener.remove.consumption_slider_image' => '?',
'vich_uploader.listener.remove.contact_information' => '?',
'vich_uploader.listener.remove.dashboard' => '?',
'vich_uploader.listener.remove.message_file' => '?',
'vich_uploader.listener.remove.notification' => '?',
'vich_uploader.listener.upload.consumption_slider_image' => '?',
'vich_uploader.listener.upload.contact_information' => '?',
'vich_uploader.listener.upload.dashboard' => '?',
'vich_uploader.listener.upload.message_file' => '?',
'vich_uploader.listener.upload.notification' => '?',
'vich_uploader.listener.upload.notification_excel_file' => '?',
]), [0 => 'vich_uploader.listener.clean.contact_information', 1 => 'vich_uploader.listener.clean.dashboard', 2 => 'vich_uploader.listener.clean.message_file', 3 => 'vich_uploader.listener.clean.consumption_slider_image', 4 => 'vich_uploader.listener.clean.notification', 5 => 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 6 => 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 7 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 8 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 9 => '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 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 24 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 25 => [0 => [0 => 'preRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 26 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 27 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.tree'], 28 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.tree'], 29 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.tree'], 30 => [0 => [0 => 'postUpdate'], 1 => 'stof_doctrine_extensions.listener.tree'], 31 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.tree'], 32 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 33 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 34 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable']]);
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
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']));
}
/**
* Gets the private 'doctrine.dbal.scp_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_ScpConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.scp_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => ['privates', 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 'getAdminUserPasswordEncoderSubscriberService', true],
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => ['privates', 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 'getUserLoadedSubscriberService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'doctrine.orm.scp_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.scp_listeners.attach_entity_listeners', 'getDoctrine_Orm_ScpListeners_AttachEntityListenersService', true],
'vich_uploader.listener.clean.consumption_slider_image' => ['privates', 'vich_uploader.listener.clean.consumption_slider_image', 'getVichUploader_Listener_Clean_ConsumptionSliderImageService', true],
'vich_uploader.listener.clean.contact_information' => ['privates', 'vich_uploader.listener.clean.contact_information', 'getVichUploader_Listener_Clean_ContactInformationService', true],
'vich_uploader.listener.clean.dashboard' => ['privates', 'vich_uploader.listener.clean.dashboard', 'getVichUploader_Listener_Clean_DashboardService', true],
'vich_uploader.listener.clean.message_file' => ['privates', 'vich_uploader.listener.clean.message_file', 'getVichUploader_Listener_Clean_MessageFileService', true],
'vich_uploader.listener.clean.notification' => ['privates', 'vich_uploader.listener.clean.notification', 'getVichUploader_Listener_Clean_NotificationService', true],
'vich_uploader.listener.inject.notification_excel_file' => ['privates', 'vich_uploader.listener.inject.notification_excel_file', 'getVichUploader_Listener_Inject_NotificationExcelFileService', true],
'vich_uploader.listener.remove.consumption_slider_image' => ['privates', 'vich_uploader.listener.remove.consumption_slider_image', 'getVichUploader_Listener_Remove_ConsumptionSliderImageService', true],
'vich_uploader.listener.remove.contact_information' => ['privates', 'vich_uploader.listener.remove.contact_information', 'getVichUploader_Listener_Remove_ContactInformationService', true],
'vich_uploader.listener.remove.dashboard' => ['privates', 'vich_uploader.listener.remove.dashboard', 'getVichUploader_Listener_Remove_DashboardService', true],
'vich_uploader.listener.remove.message_file' => ['privates', 'vich_uploader.listener.remove.message_file', 'getVichUploader_Listener_Remove_MessageFileService', true],
'vich_uploader.listener.remove.notification' => ['privates', 'vich_uploader.listener.remove.notification', 'getVichUploader_Listener_Remove_NotificationService', true],
'vich_uploader.listener.upload.consumption_slider_image' => ['privates', 'vich_uploader.listener.upload.consumption_slider_image', 'getVichUploader_Listener_Upload_ConsumptionSliderImageService', true],
'vich_uploader.listener.upload.contact_information' => ['privates', 'vich_uploader.listener.upload.contact_information', 'getVichUploader_Listener_Upload_ContactInformationService', true],
'vich_uploader.listener.upload.dashboard' => ['privates', 'vich_uploader.listener.upload.dashboard', 'getVichUploader_Listener_Upload_DashboardService', true],
'vich_uploader.listener.upload.message_file' => ['privates', 'vich_uploader.listener.upload.message_file', 'getVichUploader_Listener_Upload_MessageFileService', true],
'vich_uploader.listener.upload.notification' => ['privates', 'vich_uploader.listener.upload.notification', 'getVichUploader_Listener_Upload_NotificationService', true],
'vich_uploader.listener.upload.notification_excel_file' => ['privates', 'vich_uploader.listener.upload.notification_excel_file', 'getVichUploader_Listener_Upload_NotificationExcelFileService', true],
], [
'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber' => '?',
'App\\EventSubscriber\\User\\UserLoadedSubscriber' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'doctrine.orm.scp_listeners.attach_entity_listeners' => '?',
'vich_uploader.listener.clean.consumption_slider_image' => '?',
'vich_uploader.listener.clean.contact_information' => '?',
'vich_uploader.listener.clean.dashboard' => '?',
'vich_uploader.listener.clean.message_file' => '?',
'vich_uploader.listener.clean.notification' => '?',
'vich_uploader.listener.inject.notification_excel_file' => '?',
'vich_uploader.listener.remove.consumption_slider_image' => '?',
'vich_uploader.listener.remove.contact_information' => '?',
'vich_uploader.listener.remove.dashboard' => '?',
'vich_uploader.listener.remove.message_file' => '?',
'vich_uploader.listener.remove.notification' => '?',
'vich_uploader.listener.upload.consumption_slider_image' => '?',
'vich_uploader.listener.upload.contact_information' => '?',
'vich_uploader.listener.upload.dashboard' => '?',
'vich_uploader.listener.upload.message_file' => '?',
'vich_uploader.listener.upload.notification' => '?',
'vich_uploader.listener.upload.notification_excel_file' => '?',
]), [0 => 'vich_uploader.listener.clean.contact_information', 1 => 'vich_uploader.listener.clean.dashboard', 2 => 'vich_uploader.listener.clean.message_file', 3 => 'vich_uploader.listener.clean.consumption_slider_image', 4 => 'vich_uploader.listener.clean.notification', 5 => 'App\\EventSubscriber\\User\\AdminUserPasswordEncoderSubscriber', 6 => 'App\\EventSubscriber\\User\\UserLoadedSubscriber', 7 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 8 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 9 => '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 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.scp_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'doctrine.orm.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\App\\AdminUserRepository' => ['privates', 'App\\Repository\\App\\AdminUserRepository', 'getAdminUserRepositoryService', true],
'App\\Repository\\App\\ConsumptionAlertRepository' => ['privates', 'App\\Repository\\App\\ConsumptionAlertRepository', 'getConsumptionAlertRepositoryService', false],
'App\\Repository\\App\\ConsumptionExportRepository' => ['privates', 'App\\Repository\\App\\ConsumptionExportRepository', 'getConsumptionExportRepositoryService', true],
'App\\Repository\\App\\ContactSheet\\ContactSheetRepository' => ['privates', 'App\\Repository\\App\\ContactSheet\\ContactSheetRepository', 'getContactSheetRepositoryService', true],
'App\\Repository\\App\\ContactSheet\\InterruptionContactRepository' => ['privates', 'App\\Repository\\App\\ContactSheet\\InterruptionContactRepository', 'getInterruptionContactRepositoryService', true],
'App\\Repository\\App\\ContactSheet\\PriorityContactRepository' => ['privates', 'App\\Repository\\App\\ContactSheet\\PriorityContactRepository', 'getPriorityContactRepositoryService', true],
'App\\Repository\\App\\DashboardRepository' => ['privates', 'App\\Repository\\App\\DashboardRepository', 'getDashboardRepositoryService', true],
'App\\Repository\\App\\DonneeCompteClientRepository' => ['privates', 'App\\Repository\\App\\DonneeCompteClientRepository', 'getDonneeCompteClientRepositoryService', true],
'App\\Repository\\App\\IndexUpdateRepository' => ['privates', 'App\\Repository\\App\\IndexUpdateRepository', 'getIndexUpdateRepositoryService', true],
'App\\Repository\\App\\LeakAlertActivationRepository' => ['privates', 'App\\Repository\\App\\LeakAlertActivationRepository', 'getLeakAlertActivationRepositoryService', true],
'App\\Repository\\App\\LeakAlertHistoryRepository' => ['privates', 'App\\Repository\\App\\LeakAlertHistoryRepository', 'getLeakAlertHistoryRepositoryService', true],
'App\\Repository\\App\\LinkRepository' => ['privates', 'App\\Repository\\App\\LinkRepository', 'getLinkRepositoryService', true],
'App\\Repository\\App\\LoginHistoryRepository' => ['privates', 'App\\Repository\\App\\LoginHistoryRepository', 'getLoginHistoryRepositoryService', true],
'App\\Repository\\App\\MailTypeRepository' => ['privates', 'App\\Repository\\App\\MailTypeRepository', 'getMailTypeRepositoryService', false],
'App\\Repository\\App\\Messaging\\CenterTeamRepository' => ['privates', 'App\\Repository\\App\\Messaging\\CenterTeamRepository', 'getCenterTeamRepositoryService', true],
'App\\Repository\\App\\Messaging\\ContractTypeTeamRepository' => ['privates', 'App\\Repository\\App\\Messaging\\ContractTypeTeamRepository', 'getContractTypeTeamRepositoryService', true],
'App\\Repository\\App\\Messaging\\ConversationRepository' => ['privates', 'App\\Repository\\App\\Messaging\\ConversationRepository', 'getConversationRepositoryService', true],
'App\\Repository\\App\\Messaging\\MessageFileRepository' => ['privates', 'App\\Repository\\App\\Messaging\\MessageFileRepository', 'getMessageFileRepositoryService', true],
'App\\Repository\\App\\Messaging\\MessageRepository' => ['privates', 'App\\Repository\\App\\Messaging\\MessageRepository', 'getMessageRepositoryService', true],
'App\\Repository\\App\\Messaging\\RedirectLinkRepository' => ['privates', 'App\\Repository\\App\\Messaging\\RedirectLinkRepository', 'getRedirectLinkRepositoryService', true],
'App\\Repository\\App\\Messaging\\SubjectRepository' => ['privates', 'App\\Repository\\App\\Messaging\\SubjectRepository', 'getSubjectRepositoryService', true],
'App\\Repository\\App\\Messaging\\TeamRepository' => ['privates', 'App\\Repository\\App\\Messaging\\TeamRepository', 'getTeamRepositoryService', true],
'App\\Repository\\App\\Messaging\\ThemeRepository' => ['privates', 'App\\Repository\\App\\Messaging\\ThemeRepository', 'getThemeRepositoryService', true],
'App\\Repository\\App\\NotificationRepository' => ['privates', 'App\\Repository\\App\\NotificationRepository', 'getNotificationRepositoryService', true],
'App\\Repository\\App\\NotificationStatisticsRepository' => ['privates', 'App\\Repository\\App\\NotificationStatisticsRepository', 'getNotificationStatisticsRepositoryService', false],
'App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository' => ['privates', 'App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository', 'getPaymentOrderRepositoryService', true],
'App\\Repository\\App\\SCPLinkRepository' => ['privates', 'App\\Repository\\App\\SCPLinkRepository', 'getSCPLinkRepositoryService', false],
'App\\Repository\\App\\SepaOrderRepository' => ['privates', 'App\\Repository\\App\\SepaOrderRepository', 'getSepaOrderRepositoryService', false],
'App\\Repository\\App\\SliderRepository' => ['privates', 'App\\Repository\\App\\SliderRepository', 'getSliderRepositoryService', true],
'App\\Repository\\App\\SuiviConsoActivationRepository' => ['privates', 'App\\Repository\\App\\SuiviConsoActivationRepository', 'getSuiviConsoActivationRepositoryService', false],
'App\\Repository\\App\\SuiviConsoAlertHistoryRepository' => ['privates', 'App\\Repository\\App\\SuiviConsoAlertHistoryRepository', 'getSuiviConsoAlertHistoryRepositoryService', true],
'App\\Repository\\App\\SuiviConsoConsentRepository' => ['privates', 'App\\Repository\\App\\SuiviConsoConsentRepository', 'getSuiviConsoConsentRepositoryService', true],
'App\\Repository\\App\\TimetableUpdateRepository' => ['privates', 'App\\Repository\\App\\TimetableUpdateRepository', 'getTimetableUpdateRepositoryService', true],
'App\\Repository\\App\\TownRepository' => ['privates', 'App\\Repository\\App\\TownRepository', 'getTownRepositoryService', false],
'App\\Repository\\App\\UserRepository' => ['privates', 'App\\Repository\\App\\UserRepository', 'getUserRepository2Service', false],
'App\\Repository\\App\\WateringTipsRepository' => ['privates', 'App\\Repository\\App\\WateringTipsRepository', 'getWateringTipsRepositoryService', false],
'App\\Repository\\RenommagePosteRepository' => ['privates', 'App\\Repository\\RenommagePosteRepository', 'getRenommagePosteRepositoryService', true],
'App\\Repository\\Scp\\SCPContractRepository' => ['privates', 'App\\Repository\\Scp\\SCPContractRepository', 'getSCPContractRepositoryService', true],
'Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository' => ['privates', 'Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository', 'getMessageEntityRepositoryService', true],
], [
'App\\Repository\\App\\AdminUserRepository' => '?',
'App\\Repository\\App\\ConsumptionAlertRepository' => '?',
'App\\Repository\\App\\ConsumptionExportRepository' => '?',
'App\\Repository\\App\\ContactSheet\\ContactSheetRepository' => '?',
'App\\Repository\\App\\ContactSheet\\InterruptionContactRepository' => '?',
'App\\Repository\\App\\ContactSheet\\PriorityContactRepository' => '?',
'App\\Repository\\App\\DashboardRepository' => '?',
'App\\Repository\\App\\DonneeCompteClientRepository' => '?',
'App\\Repository\\App\\IndexUpdateRepository' => '?',
'App\\Repository\\App\\LeakAlertActivationRepository' => '?',
'App\\Repository\\App\\LeakAlertHistoryRepository' => '?',
'App\\Repository\\App\\LinkRepository' => '?',
'App\\Repository\\App\\LoginHistoryRepository' => '?',
'App\\Repository\\App\\MailTypeRepository' => '?',
'App\\Repository\\App\\Messaging\\CenterTeamRepository' => '?',
'App\\Repository\\App\\Messaging\\ContractTypeTeamRepository' => '?',
'App\\Repository\\App\\Messaging\\ConversationRepository' => '?',
'App\\Repository\\App\\Messaging\\MessageFileRepository' => '?',
'App\\Repository\\App\\Messaging\\MessageRepository' => '?',
'App\\Repository\\App\\Messaging\\RedirectLinkRepository' => '?',
'App\\Repository\\App\\Messaging\\SubjectRepository' => '?',
'App\\Repository\\App\\Messaging\\TeamRepository' => '?',
'App\\Repository\\App\\Messaging\\ThemeRepository' => '?',
'App\\Repository\\App\\NotificationRepository' => '?',
'App\\Repository\\App\\NotificationStatisticsRepository' => '?',
'App\\Repository\\App\\OnlinePayment\\PaymentOrderRepository' => '?',
'App\\Repository\\App\\SCPLinkRepository' => '?',
'App\\Repository\\App\\SepaOrderRepository' => '?',
'App\\Repository\\App\\SliderRepository' => '?',
'App\\Repository\\App\\SuiviConsoActivationRepository' => '?',
'App\\Repository\\App\\SuiviConsoAlertHistoryRepository' => '?',
'App\\Repository\\App\\SuiviConsoConsentRepository' => '?',
'App\\Repository\\App\\TimetableUpdateRepository' => '?',
'App\\Repository\\App\\TownRepository' => '?',
'App\\Repository\\App\\UserRepository' => '?',
'App\\Repository\\App\\WateringTipsRepository' => '?',
'App\\Repository\\RenommagePosteRepository' => '?',
'App\\Repository\\Scp\\SCPContractRepository' => '?',
'Eolas\\Bundle\\EolasTranslationBundle\\Repository\\MessageEntityRepository' => '?',
]));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/config/packages/doctrine') => 'Eolas\\Bundle\\EolasTranslationBundle\\Entity', (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.scp_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_ScpAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.scp_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity/Scp')], false);
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'easyadmin.filter.type.array' => ['privates', 'easyadmin.filter.type.array', 'getEasyadmin_Filter_Type_ArrayService', true],
'easyadmin.filter.type.boolean' => ['privates', 'easyadmin.filter.type.boolean', 'getEasyadmin_Filter_Type_BooleanService', true],
'easyadmin.filter.type.choice' => ['privates', 'easyadmin.filter.type.choice', 'getEasyadmin_Filter_Type_ChoiceService', true],
'easyadmin.filter.type.comparison' => ['privates', 'easyadmin.filter.type.comparison', 'getEasyadmin_Filter_Type_ComparisonService', true],
'easyadmin.filter.type.date' => ['privates', 'easyadmin.filter.type.date', 'getEasyadmin_Filter_Type_DateService', true],
'easyadmin.filter.type.dateinterval' => ['privates', 'easyadmin.filter.type.dateinterval', 'getEasyadmin_Filter_Type_DateintervalService', true],
'easyadmin.filter.type.datetime' => ['privates', 'easyadmin.filter.type.datetime', 'getEasyadmin_Filter_Type_DatetimeService', true],
'easyadmin.filter.type.decimal' => ['privates', 'easyadmin.filter.type.decimal', 'getEasyadmin_Filter_Type_DecimalService', true],
'easyadmin.filter.type.entity' => ['privates', 'easyadmin.filter.type.entity', 'getEasyadmin_Filter_Type_EntityService', true],
'easyadmin.filter.type.float' => ['privates', 'easyadmin.filter.type.float', 'getEasyadmin_Filter_Type_FloatService', true],
'easyadmin.filter.type.integer' => ['privates', 'easyadmin.filter.type.integer', 'getEasyadmin_Filter_Type_IntegerService', true],
'easyadmin.filter.type.text' => ['privates', 'easyadmin.filter.type.text', 'getEasyadmin_Filter_Type_TextService', true],
'easyadmin.filter.type.textarea' => ['privates', 'easyadmin.filter.type.textarea', 'getEasyadmin_Filter_Type_TextareaService', true],
'easyadmin.filter.type.time' => ['privates', 'easyadmin.filter.type.time', 'getEasyadmin_Filter_Type_TimeService', true],
], [
'easyadmin.filter.type.array' => '?',
'easyadmin.filter.type.boolean' => '?',
'easyadmin.filter.type.choice' => '?',
'easyadmin.filter.type.comparison' => '?',
'easyadmin.filter.type.date' => '?',
'easyadmin.filter.type.dateinterval' => '?',
'easyadmin.filter.type.datetime' => '?',
'easyadmin.filter.type.decimal' => '?',
'easyadmin.filter.type.entity' => '?',
'easyadmin.filter.type.float' => '?',
'easyadmin.filter.type.integer' => '?',
'easyadmin.filter.type.text' => '?',
'easyadmin.filter.type.textarea' => '?',
'easyadmin.filter.type.time' => '?',
]), [], new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0)), 1 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType' => ['privates', 'App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType', 'getActimageCaptchaTypeService', true],
'App\\Form\\Account\\CreationType' => ['privates', 'App\\Form\\Account\\CreationType', 'getCreationTypeService', true],
'App\\Form\\Account\\LostEmailType' => ['privates', 'App\\Form\\Account\\LostEmailType', 'getLostEmailTypeService', true],
'App\\Form\\Account\\LostPasswordType' => ['privates', 'App\\Form\\Account\\LostPasswordType', 'getLostPasswordTypeService', true],
'App\\Form\\Account\\PasswordCreationType' => ['privates', 'App\\Form\\Account\\PasswordCreationType', 'getPasswordCreationTypeService', true],
'App\\Form\\Account\\PersonalInformationType' => ['privates', 'App\\Form\\Account\\PersonalInformationType', 'getPersonalInformationTypeService', true],
'App\\Form\\Account\\UpdateEmailInProfileType' => ['privates', 'App\\Form\\Account\\UpdateEmailInProfileType', 'getUpdateEmailInProfileTypeService', true],
'App\\Form\\Account\\UpdateEmailType' => ['privates', 'App\\Form\\Account\\UpdateEmailType', 'getUpdateEmailTypeService', true],
'App\\Form\\Account\\UpdatePasswordType' => ['privates', 'App\\Form\\Account\\UpdatePasswordType', 'getUpdatePasswordTypeService', true],
'App\\Form\\Account\\UpdateType' => ['privates', 'App\\Form\\Account\\UpdateType', 'getUpdateTypeService', true],
'App\\Form\\Admin\\DroughtType' => ['privates', 'App\\Form\\Admin\\DroughtType', 'getDroughtTypeService', true],
'App\\Form\\Admin\\Mail\\ExportArchiveType' => ['privates', 'App\\Form\\Admin\\Mail\\ExportArchiveType', 'getExportArchiveTypeService', true],
'App\\Form\\Admin\\Messaging\\AdminMessageType' => ['privates', 'App\\Form\\Admin\\Messaging\\AdminMessageType', 'getAdminMessageTypeService', true],
'App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType' => ['privates', 'App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType', 'getAssignmentTeamCollectionTypeService', true],
'App\\Form\\Admin\\Messaging\\AssignmentTeamType' => ['privates', 'App\\Form\\Admin\\Messaging\\AssignmentTeamType', 'getAssignmentTeamTypeService', true],
'App\\Form\\Admin\\Messaging\\RedirectLinkType' => ['privates', 'App\\Form\\Admin\\Messaging\\RedirectLinkType', 'getRedirectLinkTypeService', true],
'App\\Form\\Admin\\Messaging\\TransferTeamType' => ['privates', 'App\\Form\\Admin\\Messaging\\TransferTeamType', 'getTransferTeamTypeService', true],
'App\\Form\\AjoutNomPosteType' => ['privates', 'App\\Form\\AjoutNomPosteType', 'getAjoutNomPosteTypeService', true],
'App\\Form\\ContactInformation\\LaboratoryType' => ['privates', 'App\\Form\\ContactInformation\\LaboratoryType', 'getLaboratoryTypeService', true],
'App\\Form\\ContactInformation\\StoreType' => ['privates', 'App\\Form\\ContactInformation\\StoreType', 'getStoreTypeService', true],
'App\\Form\\ContactSheet\\ContactSheetType' => ['privates', 'App\\Form\\ContactSheet\\ContactSheetType', 'getContactSheetTypeService', true],
'App\\Form\\ContactSheet\\InterruptionContactsType' => ['privates', 'App\\Form\\ContactSheet\\InterruptionContactsType', 'getInterruptionContactsTypeService', true],
'App\\Form\\ContactSheet\\PriorityContactsType' => ['privates', 'App\\Form\\ContactSheet\\PriorityContactsType', 'getPriorityContactsTypeService', true],
'App\\Form\\Invoice\\PaymentOptionsType' => ['privates', 'App\\Form\\Invoice\\PaymentOptionsType', 'getPaymentOptionsTypeService', true],
'App\\Form\\Messaging\\ClaimType' => ['privates', 'App\\Form\\Messaging\\ClaimType', 'getClaimTypeService', true],
'App\\Form\\Messaging\\ContactFormType' => ['privates', 'App\\Form\\Messaging\\ContactFormType', 'getContactFormTypeService', true],
'App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType' => ['privates', 'App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType', 'getContactInformationTerminationTypeService', true],
'App\\Form\\Messaging\\ContractTermination\\ContractTerminationType' => ['privates', 'App\\Form\\Messaging\\ContractTermination\\ContractTerminationType', 'getContractTerminationTypeService', true],
'App\\Form\\Messaging\\ContractTermination\\IndexTerminationType' => ['privates', 'App\\Form\\Messaging\\ContractTermination\\IndexTerminationType', 'getIndexTerminationTypeService', true],
'App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType' => ['privates', 'App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType', 'getInvoiceAddressTypeService', true],
'App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType' => ['privates', 'App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType', 'getProprietaryInformationTypeService', true],
'App\\Form\\Messaging\\MessageFileType' => ['privates', 'App\\Form\\Messaging\\MessageFileType', 'getMessageFileTypeService', true],
'App\\Form\\Messaging\\MessageType' => ['privates', 'App\\Form\\Messaging\\MessageType', 'getMessageTypeService', true],
'App\\Form\\Messaging\\SCPContactFormType' => ['privates', 'App\\Form\\Messaging\\SCPContactFormType', 'getSCPContactFormTypeService', true],
'App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType' => ['privates', 'App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType', 'getDeliveryStationChoiceTypeService', true],
'App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType' => ['privates', 'App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType', 'getUnlockFlowTypeService', true],
'App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType' => ['privates', 'App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType', 'getWaterFlowTypeService', true],
'App\\Form\\MeterReading\\MeterReadingType' => ['privates', 'App\\Form\\MeterReading\\MeterReadingType', 'getMeterReadingTypeService', true],
'App\\Form\\MyProfile\\BankInformationType' => ['privates', 'App\\Form\\MyProfile\\BankInformationType', 'getBankInformationTypeService', true],
'App\\Form\\MyProfile\\ContactType' => ['privates', 'App\\Form\\MyProfile\\ContactType', 'getContactTypeService', true],
'App\\Form\\MyProfile\\CustomerDetailsType' => ['privates', 'App\\Form\\MyProfile\\CustomerDetailsType', 'getCustomerDetailsTypeService', true],
'App\\Form\\MyProfile\\GuestType' => ['privates', 'App\\Form\\MyProfile\\GuestType', 'getGuestTypeService', true],
'App\\Form\\MyProfile\\ProofAddressType' => ['privates', 'App\\Form\\MyProfile\\ProofAddressType', 'getProofAddressTypeService', true],
'App\\Form\\OnlinePayment\\OnlinePaymentType' => ['privates', 'App\\Form\\OnlinePayment\\OnlinePaymentType', 'getOnlinePaymentTypeService', true],
'App\\Form\\SuiviConso\\ConsumptionAlertDisableType' => ['privates', 'App\\Form\\SuiviConso\\ConsumptionAlertDisableType', 'getConsumptionAlertDisableTypeService', true],
'App\\Form\\SuiviConso\\ConsumptionAlertType' => ['privates', 'App\\Form\\SuiviConso\\ConsumptionAlertType', 'getConsumptionAlertTypeService', true],
'App\\Form\\SuiviConso\\ConsumptionExportType' => ['privates', 'App\\Form\\SuiviConso\\ConsumptionExportType', 'getConsumptionExportTypeService', true],
'App\\Form\\SuiviConso\\SuiviConsoConsentType' => ['privates', 'App\\Form\\SuiviConso\\SuiviConsoConsentType', 'getSuiviConsoConsentTypeService', true],
'App\\Form\\Supervision\\ConsumptionAlertType' => ['privates', 'App\\Form\\Supervision\\ConsumptionAlertType', 'getConsumptionAlertType2Service', true],
'App\\Form\\Supervision\\ConsumptionClientAlertType' => ['privates', 'App\\Form\\Supervision\\ConsumptionClientAlertType', 'getConsumptionClientAlertTypeService', true],
'App\\Form\\WateringTips\\WateringTipsType' => ['privates', 'App\\Form\\WateringTips\\WateringTipsType', 'getWateringTipsTypeService', true],
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services', 'ewz_recaptcha.form.type', 'getEwzRecaptcha_Form_TypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates', 'easyadmin.form.type.autocomplete', 'getEasyadmin_Form_Type_AutocompleteService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates', 'easyadmin.form.type.batch', 'getEasyadmin_Form_Type_BatchService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates', 'easyadmin.form.type.divider', 'getEasyadmin_Form_Type_DividerService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates', 'easyadmin.form.type.filters', 'getEasyadmin_Form_Type_FiltersService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates', 'easyadmin.form.type', 'getEasyadmin_Form_TypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates', 'easyadmin.form.type.group', 'getEasyadmin_Form_Type_GroupService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates', 'easyadmin.form.type.section', 'getEasyadmin_Form_Type_SectionService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'easyadmin.form.type.fileupload', 'getEasyadmin_Form_Type_FileuploadService', true],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', true],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', true],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', true],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', true],
], [
'App\\Actimage\\CaptchaBundle\\Form\\Type\\ActimageCaptchaType' => '?',
'App\\Form\\Account\\CreationType' => '?',
'App\\Form\\Account\\LostEmailType' => '?',
'App\\Form\\Account\\LostPasswordType' => '?',
'App\\Form\\Account\\PasswordCreationType' => '?',
'App\\Form\\Account\\PersonalInformationType' => '?',
'App\\Form\\Account\\UpdateEmailInProfileType' => '?',
'App\\Form\\Account\\UpdateEmailType' => '?',
'App\\Form\\Account\\UpdatePasswordType' => '?',
'App\\Form\\Account\\UpdateType' => '?',
'App\\Form\\Admin\\DroughtType' => '?',
'App\\Form\\Admin\\Mail\\ExportArchiveType' => '?',
'App\\Form\\Admin\\Messaging\\AdminMessageType' => '?',
'App\\Form\\Admin\\Messaging\\AssignmentTeamCollectionType' => '?',
'App\\Form\\Admin\\Messaging\\AssignmentTeamType' => '?',
'App\\Form\\Admin\\Messaging\\RedirectLinkType' => '?',
'App\\Form\\Admin\\Messaging\\TransferTeamType' => '?',
'App\\Form\\AjoutNomPosteType' => '?',
'App\\Form\\ContactInformation\\LaboratoryType' => '?',
'App\\Form\\ContactInformation\\StoreType' => '?',
'App\\Form\\ContactSheet\\ContactSheetType' => '?',
'App\\Form\\ContactSheet\\InterruptionContactsType' => '?',
'App\\Form\\ContactSheet\\PriorityContactsType' => '?',
'App\\Form\\Invoice\\PaymentOptionsType' => '?',
'App\\Form\\Messaging\\ClaimType' => '?',
'App\\Form\\Messaging\\ContactFormType' => '?',
'App\\Form\\Messaging\\ContractTermination\\ContactInformationTerminationType' => '?',
'App\\Form\\Messaging\\ContractTermination\\ContractTerminationType' => '?',
'App\\Form\\Messaging\\ContractTermination\\IndexTerminationType' => '?',
'App\\Form\\Messaging\\ContractTermination\\InvoiceAddressType' => '?',
'App\\Form\\Messaging\\ContractTermination\\ProprietaryInformationType' => '?',
'App\\Form\\Messaging\\MessageFileType' => '?',
'App\\Form\\Messaging\\MessageType' => '?',
'App\\Form\\Messaging\\SCPContactFormType' => '?',
'App\\Form\\Messaging\\UpdateWaterFlow\\DeliveryStationChoiceType' => '?',
'App\\Form\\Messaging\\UpdateWaterFlow\\UnlockFlowType' => '?',
'App\\Form\\Messaging\\UpdateWaterFlow\\WaterFlowType' => '?',
'App\\Form\\MeterReading\\MeterReadingType' => '?',
'App\\Form\\MyProfile\\BankInformationType' => '?',
'App\\Form\\MyProfile\\ContactType' => '?',
'App\\Form\\MyProfile\\CustomerDetailsType' => '?',
'App\\Form\\MyProfile\\GuestType' => '?',
'App\\Form\\MyProfile\\ProofAddressType' => '?',
'App\\Form\\OnlinePayment\\OnlinePaymentType' => '?',
'App\\Form\\SuiviConso\\ConsumptionAlertDisableType' => '?',
'App\\Form\\SuiviConso\\ConsumptionAlertType' => '?',
'App\\Form\\SuiviConso\\ConsumptionExportType' => '?',
'App\\Form\\SuiviConso\\SuiviConsoConsentType' => '?',
'App\\Form\\Supervision\\ConsumptionAlertType' => '?',
'App\\Form\\Supervision\\ConsumptionClientAlertType' => '?',
'App\\Form\\WateringTips\\WateringTipsType' => '?',
'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
yield 6 => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
yield 2 => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
}, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
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');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 0, 'debug', true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 3 => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['doctrine.orm.scp_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_ScpEntityManager_PropertyInfoExtractorService'));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', $this->getEnv('HOST'), $this->getEnv('SCHEME'), 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.access_token'] ?? $this->getSecurity_EventDispatcher_AccessTokenService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
yield 1 => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
yield 2 => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
yield 3 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
yield 1 => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
yield 2 => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
yield 3 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
yield 1 => ($this->privates['security.user.provider.concrete.admin4preview_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_Admin4previewProviderService'));
yield 2 => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
yield 3 => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.event_dispatcher.access_token' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_AccessTokenService()
{
$this->privates['security.event_dispatcher.access_token'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.access_token.user_provider'] ?? $this->load('getSecurity_Listener_AccessToken_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.access_token'] ?? $this->load('getSecurity_Listener_Session_AccessTokenService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.access_token'] ?? $this->load('getSecurity_Listener_UserChecker_AccessTokenService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.access_token'] ?? $this->load('getSecurity_Listener_UserChecker_AccessTokenService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_AdminService()
{
$this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.admin'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_AdminService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.admin'] ?? $this->load('getSecurity_Listener_RememberMe_AdminService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.front' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_FrontService()
{
$this->privates['security.event_dispatcher.front'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.front.user_provider'] ?? $this->load('getSecurity_Listener_Front_UserProviderService'));
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.front'] ?? $this->load('getSecurity_Listener_Session_FrontService'));
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.front'] ?? $this->load('getSecurity_Logout_Listener_Default_FrontService'));
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.front'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_FrontService'));
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.front'] ?? $this->load('getSecurity_Listener_RememberMe_FrontService'));
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.front'] ?? $this->load('getSecurity_Listener_UserChecker_FrontService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.front'] ?? $this->load('getSecurity_Listener_UserChecker_FrontService'));
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] ?? ($this->privates['App\\Event\\Logout\\SeenPopupsClearingLogoutListener'] = new \App\Event\Logout\SeenPopupsClearingLogoutListener()));
}, 1 => 'logout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventSubscriber\\User\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.Wcs1dSd'] ?? $this->get_ServiceLocator_Wcs1dSdService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
yield 'security.firewall.map.context.front' => NULL;
}, 5));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('admin', '/admin/logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('front', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
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' => [0 => NULL, 1 => NULL, 2 => 12, 3 => '2y']], 'App\\Entity\\AdminUser' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => 12, 3 => '2y']]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/bundle-symfony/translations/src/Resources/translations/translation_web_ui.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/admin+intl-icu.fr.yaml'), 9 => (\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' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/bundle-symfony/translations/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\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' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 4 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations', 5 => 'vendor/bundle-symfony/translations/src/Resources/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => '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']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales($this->parameters['php_translation.locales']);
return $instance;
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/src/Actimage/CaptchaBundle/templates/form/'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EolasTranslationBundle'), 'EolasTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/bundle-symfony/translations/src/Resources/views'), 'EolasTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/bundle-symfony/translations/src/Resources/views'), '!EolasTranslation');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/bundle-symfony/health-check/src/Resources/views'), 'EolasHealthCheck');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/bundle-symfony/health-check/src/Resources/views'), '!EolasHealthCheck');
$instance->addPath((\dirname(__DIR__, 4).'/src/Actimage/CaptchaBundle/templates'), 'ActimageCaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/src/Actimage/CaptchaBundle/templates'), '!ActimageCaptcha');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator' => ['privates', 'App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator', 'getContactSheetPriorityContactsValidatorService', true],
'App\\Validator\\Constraints\\IsTrueValidator' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'App\\Validator\\Constraints\\NotificationUserListFormatValidator' => ['privates', 'App\\Validator\\Constraints\\NotificationUserListFormatValidator', 'getNotificationUserListFormatValidatorService', true],
'App\\Validator\\Constraints\\PaymentSelectedValidator' => ['privates', 'App\\Validator\\Constraints\\PaymentSelectedValidator', 'getPaymentSelectedValidatorService', true],
'App\\Validator\\Constraints\\ValidIndexValidator' => ['privates', 'App\\Validator\\Constraints\\ValidIndexValidator', 'getValidIndexValidatorService', true],
'App\\Validator\\Constraints\\ValidPasswordValidator' => ['privates', 'App\\Validator\\Constraints\\ValidPasswordValidator', 'getValidPasswordValidatorService', true],
'App\\Validator\\Constraints\\ValidPictureValidator' => ['privates', 'App\\Validator\\Constraints\\ValidPictureValidator', 'getValidPictureValidatorService', true],
'App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator' => ['privates', 'App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator', 'getValidSwiftMailerEmailValidatorService', true],
'App\\Validator\\NotificationUseInternalValidator' => ['privates', 'App\\Validator\\NotificationUseInternalValidator', 'getNotificationUseInternalValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'ewz_recaptcha.true' => ['services', 'ewz_recaptcha.validator.true', 'getEwzRecaptcha_Validator_TrueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\Constraints\\ContactSheetPriorityContactsValidator' => '?',
'App\\Validator\\Constraints\\IsTrueValidator' => '?',
'App\\Validator\\Constraints\\NotificationUserListFormatValidator' => '?',
'App\\Validator\\Constraints\\PaymentSelectedValidator' => '?',
'App\\Validator\\Constraints\\ValidIndexValidator' => '?',
'App\\Validator\\Constraints\\ValidPasswordValidator' => '?',
'App\\Validator\\Constraints\\ValidPictureValidator' => '?',
'App\\Validator\\Constraints\\ValidSwiftMailerEmailValidator' => '?',
'App\\Validator\\NotificationUseInternalValidator' => '?',
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'ewz_recaptcha.true' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->addYamlMappings([0 => (\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.scp_entity_manager'] ?? $this->getDoctrine_Orm_ScpEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'google_recaptcha_site_key' => false,
'router.request_context.host' => false,
'router.request_context.scheme' => false,
'file_base_path' => false,
'weather_hidden' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'ewz_recaptcha.public_key' => false,
'ewz_recaptcha.private_key' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'google_recaptcha_site_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'router.request_context.host': $value = $this->getEnv('HOST'); break;
case 'router.request_context.scheme': $value = $this->getEnv('SCHEME'); break;
case 'file_base_path': $value = $this->getEnv('resolve:FILE_BASE_PATH'); break;
case 'weather_hidden': $value = $this->getEnv('WEATHER_HIDDEN'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'ewz_recaptcha.public_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
case 'ewz_recaptcha.private_key': $value = $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
'EolasTranslationBundle' => 'Eolas\\Bundle\\EolasTranslationBundle\\EolasTranslationBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'EolasHealthCheckBundle' => 'Eolas\\Bundle\\EolasHealthCheckBundle\\EolasHealthCheckBundle',
'ActimageCaptchaBundle' => 'App\\Actimage\\CaptchaBundle\\ActimageCaptchaBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'EWZRecaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src'),
'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
],
'TranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-translation/symfony-bundle'),
'namespace' => 'Translation\\Bundle',
],
'EolasTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/bundle-symfony/translations/src'),
'namespace' => 'Eolas\\Bundle\\EolasTranslationBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'EolasHealthCheckBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/bundle-symfony/health-check/src'),
'namespace' => 'Eolas\\Bundle\\EolasHealthCheckBundle',
],
'ActimageCaptchaBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/Actimage/CaptchaBundle'),
'namespace' => 'App\\Actimage\\CaptchaBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.autowiring.strict_mode' => true,
'container.dumper.inline_class_loader' => true,
'env(DB_SYMFONY_HOST)' => '',
'env(DB_SYMFONY_PORT)' => '',
'env(DB_SYMFONY_USER)' => '',
'env(DB_SYMFONY_PASSWORD)' => '',
'env(DB_SYMFONY_NAME)' => '',
'env(DB_SCP_HOST)' => '',
'env(DB_SCP_PORT)' => '',
'env(DB_SCP_USER)' => '',
'env(DB_SCP_PASSWORD)' => '',
'env(DB_SCP_NAME)' => '',
'env(DB_MESURE_HOST)' => '',
'env(DB_MESURE_PORT)' => '',
'env(DB_MESURE_USER)' => '',
'env(DB_MESURE_PASSWORD)' => '',
'env(DB_MESURE_NAME)' => '',
'collate_AI' => 'French_CI_AI',
'locale' => 'fr',
'mail_sender.email' => 'moncompteclient@canal-de-provence.com',
'mail_sender.name' => 'Société du Canal de Provence',
'dashboard_upload_path' => 'dashboard',
'information_upload_path' => 'information',
'consumption_slider_image_upload_path' => 'slider',
'notification_upload_path' => 'notification/images',
'notification_excel_upload_path' => 'notification/excel',
'user_picture_path' => 'user/portrait',
'mdt_email' => 'mdt@canal-de-provence.com',
'financial_service_email' => 'sf@canal-de-provence.com',
'actimage_captcha_bundle_passphrase' => 'complicatedPassphrase',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_proxies' => '10.94.65.0/26',
'kernel.trusted_headers' => 26,
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => true,
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
'scp' => 'doctrine.orm.scp_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'app' => 'doctrine.dbal.app_connection',
'scp' => 'doctrine.dbal.scp_connection',
'mesure' => 'doctrine.dbal.mesure_connection',
'reimu' => 'doctrine.dbal.reimu_connection',
],
'doctrine.default_connection' => 'app',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@EasyAdmin/form/bootstrap_4.html.twig',
3 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
4 => 'bootstrap_4_layout.html.twig',
5 => 'actimage_captcha_type.html.twig',
6 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'security.role_hierarchy.roles' => [
'ROLE_COMMERCIAL' => [
0 => 'ROLE_USER',
],
'ROLE_ADVISOR' => [
0 => 'ROLE_COMMERCIAL',
],
'ROLE_API' => [
0 => 'ROLE_ADVISOR',
],
'ROLE_ADMIN' => [
0 => 'ROLE_API',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'access_token',
1 => 'api',
2 => 'dev',
3 => 'admin',
4 => 'front',
],
'easyadmin.config' => [
'entities' => [
'AdminUser' => [
'class' => 'App\\Entity\\AdminUser',
'label' => 'entity.admin_user.label',
'role' => 'ROLE_ADMIN',
'list' => [
'title' => 'entity.admin_user.list.title',
'fields' => [
0 => [
'property' => 'login',
'label' => 'entity.admin_user.field.login',
],
1 => [
'property' => 'name',
'label' => 'entity.admin_user.field.name',
],
2 => [
'property' => 'firstName',
'label' => 'entity.admin_user.field.firstName',
],
3 => [
'property' => 'email',
'label' => 'entity.admin_user.field.email',
],
4 => [
'property' => 'profile',
'label' => 'entity.admin_user.field.profile',
'template' => 'admin/easyadmin/field_profile.html.twig',
],
],
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.admin_user.edit.title',
'fields' => [
0 => [
'property' => 'login',
'label' => 'entity.admin_user.field.login',
],
1 => [
'property' => 'name',
'label' => 'entity.admin_user.field.name',
],
2 => [
'property' => 'firstName',
'label' => 'entity.admin_user.field.firstName',
],
3 => [
'property' => 'email',
'label' => 'entity.admin_user.field.email',
],
4 => [
'property' => 'profile',
'label' => 'entity.admin_user.field.profile',
'type' => 'choice',
'type_options' => [
'required' => true,
'expanded' => true,
'choices' => [
'entity.admin_user.field.user_type.admin' => 'ROLE_ADMIN',
'entity.admin_user.field.user_type.advisor' => 'ROLE_ADVISOR',
'entity.admin_user.field.user_type.commercial' => 'ROLE_COMMERCIAL',
],
],
],
5 => [
'property' => 'plainPassword',
'type' => 'repeated',
'type_options' => [
'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
'required' => false,
'first_options' => [
'label' => 'entity.admin_user.field.password',
],
'second_options' => [
'label' => 'entity.admin_user.field.confirm_password',
],
],
],
],
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.admin_user.new.title',
'fields' => [
0 => [
'property' => 'login',
'label' => 'entity.admin_user.field.login',
],
1 => [
'property' => 'name',
'label' => 'entity.admin_user.field.name',
],
2 => [
'property' => 'firstName',
'label' => 'entity.admin_user.field.firstName',
],
3 => [
'property' => 'email',
'label' => 'entity.admin_user.field.email',
],
4 => [
'property' => 'profile',
'label' => 'entity.admin_user.field.profile',
'type' => 'choice',
'type_options' => [
'required' => true,
'expanded' => true,
'choices' => [
'entity.admin_user.field.user_type.admin' => 'ROLE_ADMIN',
'entity.admin_user.field.user_type.advisor' => 'ROLE_ADVISOR',
'entity.admin_user.field.user_type.commercial' => 'ROLE_COMMERCIAL',
],
],
],
5 => [
'property' => 'plainPassword',
'type' => 'repeated',
'type_options' => [
'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\PasswordType',
'required' => true,
'first_options' => [
'label' => 'entity.admin_user.field.password',
],
'second_options' => [
'label' => 'entity.admin_user.field.confirm_password',
],
],
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'AdminUser',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
'form' => [
'role' => 'ROLE_ADMIN',
],
],
'ConsumptionSlider' => [
'class' => 'App\\Entity\\Slider',
'label' => 'entity.consumption.label',
'role' => 'ROLE_ADMIN',
'templates' => [
'new' => 'admin/slider/new.html.twig',
'edit' => 'admin/slider/edit.html.twig',
],
'list' => [
'sort' => [
0 => 'priority',
1 => 'DESC',
],
'fields' => [
0 => [
'property' => 'id',
],
1 => [
'property' => 'sliderName',
'label' => 'entity.consumption.fields.slider_name',
],
2 => [
'property' => 'title',
'label' => 'entity.consumption.fields.title',
],
3 => [
'property' => 'startDate',
'label' => 'entity.consumption.fields.start_date',
],
4 => [
'property' => 'endDate',
'label' => 'entity.consumption.fields.end_date',
],
5 => [
'property' => 'priority',
'label' => 'entity.consumption.fields.priority',
'type' => 'integer',
'format' => '%s',
],
6 => [
'property' => 'linkUrl',
'label' => 'entity.consumption.fields.link.url',
'type' => 'url',
],
],
'role' => 'ROLE_ADMIN',
],
'form' => [
'fields' => [
0 => [
'property' => 'sliderName',
'label' => 'entity.consumption.fields.slider_name',
'type' => 'choice',
'type_options' => [
'choices' => [
0 => [
'entity.consumption.fields.slider_name.radioTarget.choices.conso' => 'Conso',
],
1 => [
'entity.consumption.fields.slider_name.radioTarget.choices.meteo' => 'Meteo',
],
],
],
],
1 => [
'property' => 'title',
'label' => 'entity.consumption.fields.title',
],
2 => [
'property' => 'text',
'label' => 'entity.consumption.fields.text',
'type' => 'fos_ckeditor',
'type_options' => [
'trim' => true,
'config_name' => 'scp_consumption_slider',
],
],
3 => [
'property' => 'startDate',
'label' => 'entity.consumption.fields.start_date',
'type' => 'date',
],
4 => [
'property' => 'endDate',
'label' => 'entity.consumption.fields.end_date',
'type' => 'date',
],
5 => [
'property' => 'priority',
'label' => 'entity.consumption.fields.priority',
'type' => 'integer',
],
6 => [
'property' => 'linkUrl',
'label' => 'entity.consumption.fields.link.url',
'type' => 'url',
],
7 => [
'property' => 'linkTarget',
'label' => 'entity.consumption.fields.link.radioTarget.label',
'type' => 'choice',
'type_options' => [
'choices' => [
0 => [
'entity.consumption.fields.link.radioTarget.choices.newTab' => '_blank',
],
1 => [
'entity.consumption.fields.link.radioTarget.choices.sameTab' => '_self',
],
],
],
],
8 => [
'property' => 'linkDescription',
'label' => 'entity.consumption.fields.link.description',
],
9 => [
'property' => 'imageFile',
'label' => 'entity.consumption.fields.imageFile.label',
'type' => 'vich_image',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'ConsumptionSlider',
'new' => [
'role' => 'ROLE_ADMIN',
],
'edit' => [
'role' => 'ROLE_ADMIN',
],
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'ContactInformation' => [
'class' => 'App\\Entity\\ContactInformation',
'label' => 'entity.contact_information.label',
'role' => 'ROLE_ADMIN',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
2 => 'list',
],
'edit' => [
'title' => 'entity.contact_information.edit.title',
'fields' => [
0 => [
'type' => 'tab',
'label' => 'entity.contact_information.edit.tab.CSC',
'icon' => 'phone',
],
1 => [
'property' => 'cscLogoFile',
'label' => 'entity.contact_information.field.CSC.logo',
'type' => 'vich_image',
],
2 => [
'property' => 'cscAddress',
'label' => 'entity.contact_information.field.CSC.address',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_light',
],
],
3 => [
'property' => 'cscPhone',
'label' => 'entity.contact_information.field.CSC.phone.label',
],
4 => [
'property' => 'cscPhoneDescription',
'label' => 'entity.contact_information.field.CSC.phone.description',
],
5 => [
'property' => 'cscAttendanceFile',
'label' => 'entity.contact_information.field.CSC.attendance',
'type' => 'vich_image',
],
6 => [
'property' => 'cscHours',
'label' => 'entity.contact_information.field.CSC.hours',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_light',
],
],
7 => [
'property' => 'cscEmail',
'label' => 'entity.contact_information.field.CSC.email',
'type' => 'email',
],
8 => [
'type' => 'tab',
'label' => 'entity.contact_information.edit.tab.potabilization',
'icon' => 'tint',
],
9 => [
'property' => 'potabilizationPhone',
'label' => 'entity.contact_information.field.potabilization.phone.label',
],
10 => [
'property' => 'potabilizationPhoneDescription',
'label' => 'entity.contact_information.field.potabilization.phone.description',
],
11 => [
'property' => 'potabilizationHours',
'label' => 'entity.contact_information.field.potabilization.hours',
],
12 => [
'property' => 'potabilizationEmail',
'label' => 'entity.contact_information.field.potabilization.email',
'type' => 'email',
],
13 => [
'type' => 'tab',
'label' => 'entity.contact_information.edit.tab.stores',
'icon' => 'home',
],
14 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.store_1',
],
15 => [
'property' => 'store1',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\StoreType',
],
16 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.store_2',
],
17 => [
'property' => 'store2',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\StoreType',
],
18 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.store_3',
],
19 => [
'property' => 'store3',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\StoreType',
],
20 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.catalog_1',
],
21 => [
'property' => 'catalog1Label',
'label' => 'entity.contact_information.field.catalog.label',
],
22 => [
'property' => 'catalog1Url',
'label' => 'entity.contact_information.field.catalog.url',
'type' => 'url',
],
23 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.catalog_2',
],
24 => [
'property' => 'catalog2Label',
'label' => 'entity.contact_information.field.catalog.label',
],
25 => [
'property' => 'catalog2Url',
'label' => 'entity.contact_information.field.catalog.url',
'type' => 'url',
],
26 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.catalog_3',
],
27 => [
'property' => 'catalog3Label',
'label' => 'entity.contact_information.field.catalog.label',
],
28 => [
'property' => 'catalog3Url',
'label' => 'entity.contact_information.field.catalog.url',
'type' => 'url',
],
29 => [
'type' => 'tab',
'label' => 'entity.contact_information.edit.tab.laboratories',
'icon' => 'flask',
],
30 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.water_analysis',
],
31 => [
'property' => 'waterLaboratory',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
],
32 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.hydraulic',
],
33 => [
'property' => 'hydraulicLaboratory',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
],
34 => [
'type' => 'group',
'label' => 'entity.contact_information.edit.group.geotech',
],
35 => [
'property' => 'geotechLaboratory',
'label' => false,
'type' => 'App\\Form\\ContactInformation\\LaboratoryType',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'ContactInformation',
'new' => [
'role' => 'ROLE_ADMIN',
],
'show' => [
'role' => 'ROLE_ADMIN',
],
'list' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
'form' => [
'role' => 'ROLE_ADMIN',
],
],
'Customer' => [
'class' => 'App\\Entity\\User',
'label' => 'entity.user.label',
'role' => 'ROLE_COMMERCIAL',
'controller' => 'App\\Controller\\Admin\\UserController',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
2 => 'delete',
],
'templates' => [
'list' => 'admin/easyadmin/User/list.html.twig',
],
'list' => [
'title' => 'entity.user.label',
'sort' => 'customerNumber',
'actions' => [
0 => [
'name' => 'admin_messaging_write_to_customer',
'type' => 'route',
'label' => 'entity.user.action.write',
],
],
'fields' => [
0 => [
'property' => 'customerNumber',
'label' => 'entity.user.field.customer_number',
'format' => '%d',
'template' => 'admin/easyadmin/field_customer_number.html.twig',
],
1 => [
'property' => 'lastName',
'label' => 'entity.user.field.lastname',
'sortable' => true,
],
2 => [
'property' => 'firstName',
'label' => 'entity.user.field.firstname',
'sortable' => true,
],
3 => [
'property' => 'id',
'label' => 'entity.user.field.id',
],
4 => [
'property' => 'activated',
'label' => 'entity.user.field.activated',
'template' => 'admin/easyadmin/field_activated.html.twig',
],
5 => [
'property' => 'suivi_conso',
'label' => 'entity.user.field.suivi_conso',
'template' => 'admin/easyadmin/field_counter_status.html.twig',
'sortable' => true,
],
6 => [
'property' => 'email',
'label' => 'entity.user.field.email',
'sortable' => true,
],
],
'role' => 'ROLE_COMMERCIAL',
],
'search' => [
'fields' => [
0 => 'customerNumber',
1 => 'firstName',
2 => 'lastName',
],
'role' => 'ROLE_COMMERCIAL',
],
'name' => 'Customer',
'new' => [
'role' => 'ROLE_COMMERCIAL',
],
'edit' => [
'role' => 'ROLE_COMMERCIAL',
],
'show' => [
'role' => 'ROLE_COMMERCIAL',
],
'form' => [
'role' => 'ROLE_COMMERCIAL',
],
],
'Dashboard' => [
'class' => 'App\\Entity\\Dashboard',
'label' => 'entity.dashboard.label',
'role' => 'ROLE_ADMIN',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
2 => 'list',
],
'edit' => [
'title' => 'entity.dashboard.edit.title',
'fields' => [
0 => [
'type' => 'tab',
'label' => 'entity.dashboard.edit.tab.zone_1',
],
1 => [
'property' => 'zone1Enabled',
'label' => 'entity.dashboard.field.enable_zone',
],
2 => [
'property' => 'title1',
'label' => 'entity.dashboard.field.title',
],
3 => [
'property' => 'text1',
'label' => 'entity.dashboard.field.text',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_full',
],
],
4 => [
'property' => 'imageFile1',
'label' => 'entity.dashboard.field.image',
'type' => 'vich_image',
],
5 => [
'type' => 'tab',
'label' => 'entity.dashboard.edit.tab.shop',
],
6 => [
'property' => 'eshopEnabled',
'label' => 'entity.dashboard.field.enable_eshop',
],
7 => [
'type' => 'tab',
'label' => 'entity.dashboard.edit.tab.zone_2',
],
8 => [
'property' => 'zone2Enabled',
'label' => 'entity.dashboard.field.enable_zone',
],
9 => [
'property' => 'title2',
'label' => 'entity.dashboard.field.title',
],
10 => [
'property' => 'text2',
'label' => 'entity.dashboard.field.text',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_full',
],
],
11 => [
'property' => 'imageFile2',
'label' => 'entity.dashboard.field.image',
'type' => 'vich_image',
],
12 => [
'type' => 'tab',
'label' => 'entity.dashboard.edit.tab.zone_3',
],
13 => [
'property' => 'zone3Enabled',
'label' => 'entity.dashboard.field.enable_zone',
],
14 => [
'property' => 'title3',
'label' => 'entity.dashboard.field.title',
],
15 => [
'property' => 'text3',
'label' => 'entity.dashboard.field.text',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_full',
],
],
16 => [
'property' => 'imageFile3',
'label' => 'entity.dashboard.field.image',
'type' => 'vich_image',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'Dashboard',
'new' => [
'role' => 'ROLE_ADMIN',
],
'show' => [
'role' => 'ROLE_ADMIN',
],
'list' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
'form' => [
'role' => 'ROLE_ADMIN',
],
],
'Link' => [
'class' => 'App\\Entity\\Link',
'label' => 'entity.link.label',
'role' => 'ROLE_ADMIN',
'list' => [
'sort' => [
0 => 'priority',
1 => 'ASC',
],
'title' => 'entity.link.list.title',
'fields' => [
0 => [
'property' => 'priority',
'label' => 'entity.link.field.priority',
],
1 => [
'property' => 'label',
'label' => 'entity.link.field.label',
],
2 => [
'property' => 'url',
'label' => 'entity.link.field.url',
],
3 => [
'property' => 'areas',
'label' => 'entity.link.field.areas.title',
'template' => 'admin/easyadmin/field_link_areas.html.twig',
],
4 => [
'property' => 'accessRestrictions',
'label' => 'entity.link.field.access.title',
'template' => 'admin/easyadmin/field_link_access.html.twig',
],
5 => [
'property' => 'targetBlank',
'label' => 'entity.link.field.target_blank',
],
],
'role' => 'ROLE_ADMIN',
],
'form' => [
'title' => 'entity.link.new.title',
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.link.field.label',
],
1 => [
'property' => 'url',
'label' => 'entity.link.field.url',
'type' => 'url',
],
2 => [
'property' => 'areas',
'label' => 'entity.link.field.areas.title',
'type' => 'choice',
'type_options' => [
'expanded' => true,
'multiple' => true,
'choices' => [
0 => [
'entity.link.field.areas.invoice_procedure' => 'invoice_procedure',
],
1 => [
'entity.link.field.areas.invoice_information' => 'invoice_information',
],
2 => [
'entity.link.field.areas.contract' => 'contract',
],
3 => [
'entity.link.field.areas.my_account' => 'my_account',
],
4 => [
'entity.link.field.areas.dashboard' => 'dashboard',
],
],
],
],
3 => [
'property' => 'accessRestrictions',
'label' => 'entity.link.field.access.title',
'type' => 'choice',
'type_options' => [
'expanded' => true,
'multiple' => true,
'choices' => [
0 => [
'entity.link.field.access.ROLE_LABORATORY' => 'ROLE_LABORATORY',
],
1 => [
'entity.link.field.access.ROLE_WATER_SOLUTION' => 'ROLE_WATER_SOLUTION',
],
2 => [
'entity.link.field.access.ROLE_EIEU' => 'ROLE_EIEU',
],
3 => [
'entity.link.field.access.ROLE_ECE' => 'ROLE_ECE',
],
4 => [
'entity.link.field.access.ROLE_FARMER' => 'ROLE_FARMER',
],
5 => [
'entity.link.field.access.ROLE_PRIVATE' => 'ROLE_PRIVATE',
],
6 => [
'entity.link.field.access.ROLE_OTHER_RURAL' => 'ROLE_OTHER_RURAL',
],
7 => [
'entity.link.field.access.ROLE_MAINTENANCE' => 'ROLE_MAINTENANCE',
],
8 => [
'entity.link.field.access.ROLE_ANONYMOUS' => 'IS_AUTHENTICATED_ANONYMOUSLY',
],
],
],
],
4 => [
'property' => 'priority',
'label' => 'entity.link.field.priority',
],
5 => [
'property' => 'targetBlank',
'label' => 'entity.link.field.target_blank',
],
],
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.link.new.title',
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.link.edit.title',
'role' => 'ROLE_ADMIN',
],
'name' => 'Link',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'Mail' => [
'class' => 'App\\Entity\\Mail',
'label' => 'entity.mail.label_alt.logs',
'role' => 'ROLE_ADMIN',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
],
'controller' => 'App\\Controller\\Admin\\MailController',
'templates' => [
'list' => 'admin/mail/archive/list.html.twig',
],
'list' => [
'title' => 'entity.mail.label_alt.logs',
'actions' => [
0 => 'show',
1 => 'search',
],
'fields' => [
0 => [
'property' => 'date',
'label' => 'entity.mail.field.date',
'format' => 'd/m/y',
],
1 => [
'property' => 'hour',
'label' => 'entity.mail.field.hour',
'type' => 'datetime',
'format' => 'H:i:s',
],
2 => [
'property' => 'firstRecipient',
'label' => 'entity.mail.field.first_recipient',
],
3 => [
'property' => 'secondaryRecipients',
'label' => 'entity.mail.field.secondary_recipients',
'type' => 'array',
],
4 => [
'property' => 'subject',
'label' => 'entity.mail.field.subject',
],
],
'role' => 'ROLE_ADMIN',
],
'search' => [
'fields' => [
0 => 'recipients',
1 => 'subject',
],
'role' => 'ROLE_ADMIN',
],
'show' => [
'fields' => [
0 => [
'property' => 'date',
'label' => 'entity.mail.field.date',
'format' => 'd/m/y - H:i:s',
],
1 => [
'property' => 'recipients',
'label' => 'entity.mail.field.recipients',
],
2 => [
'property' => 'subject',
'label' => 'entity.mail.field.subject',
],
3 => [
'property' => 'body',
'label' => 'entity.mail.field.body',
'type' => 'raw',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'Mail',
'new' => [
'role' => 'ROLE_ADMIN',
],
'edit' => [
'role' => 'ROLE_ADMIN',
],
'form' => [
'role' => 'ROLE_ADMIN',
],
],
'MailType' => [
'class' => 'App\\Entity\\MailType',
'label' => 'entity.mail_type.label',
'role' => 'ROLE_ADMIN',
'disabled_actions' => [
0 => 'show',
1 => 'new',
2 => 'delete',
],
'templates' => [
'list' => 'admin/mail/mail_type/list.html.twig',
],
'list' => [
'title' => 'entity.mail_type.label',
'fields' => [
0 => [
'property' => 'type',
'label' => 'entity.mail_type.field.type',
'template' => 'admin/easyadmin/field_mail_type.html.twig',
],
1 => [
'property' => 'mustArchive',
'label' => 'entity.mail_type.field.must_archive',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'MailType',
'new' => [
'role' => 'ROLE_ADMIN',
],
'edit' => [
'role' => 'ROLE_ADMIN',
],
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
'form' => [
'role' => 'ROLE_ADMIN',
],
],
'Conversation' => [
'class' => 'App\\Entity\\Messaging\\Conversation',
'label' => 'menu.messaging',
'role' => 'ROLE_COMMERCIAL',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
2 => 'edit',
],
'controller' => 'App\\Controller\\Admin\\Messaging\\ConversationController',
'templates' => [
'list' => 'admin/messaging/conversation/list.html.twig',
'show' => 'admin/messaging/conversation/show.html.twig',
],
'list' => [
'title' => 'entity.conversation.label',
'actions' => [
0 => 'show',
],
'fields' => [
0 => [
'property' => 'updatedAt',
'label' => 'entity.conversation.field.date',
],
1 => [
'property' => 'team',
'label' => 'entity.conversation.field.team',
],
2 => [
'property' => 'messages',
'label' => 'entity.conversation.field.last_message',
'template' => 'admin/easyadmin/field_conversation_last_sender.html.twig',
],
3 => [
'property' => 'user.customerNumber',
'label' => 'entity.conversation.field.customer_number',
'sortable' => true,
],
4 => [
'property' => 'user.username',
'label' => 'entity.conversation.field.user',
],
5 => [
'property' => 'contractNumbers',
'label' => 'entity.conversation.field.contracts',
'template' => 'admin/easyadmin/field_conversation_contracts.html.twig',
],
6 => [
'property' => 'object',
'label' => 'entity.conversation.field.object',
'template' => 'admin/easyadmin/field_conversation_object.html.twig',
],
7 => [
'property' => 'status',
'label' => 'entity.conversation.field.status',
'template' => 'admin/easyadmin/field_conversation_status.html.twig',
],
],
'role' => 'ROLE_COMMERCIAL',
],
'name' => 'Conversation',
'new' => [
'role' => 'ROLE_COMMERCIAL',
],
'edit' => [
'role' => 'ROLE_COMMERCIAL',
],
'show' => [
'role' => 'ROLE_COMMERCIAL',
],
'search' => [
'role' => 'ROLE_COMMERCIAL',
],
'form' => [
'role' => 'ROLE_COMMERCIAL',
],
],
'Subject' => [
'class' => 'App\\Entity\\Messaging\\Subject',
'label' => 'entity.subject.label',
'role' => 'ROLE_ADMIN',
'controller' => 'App\\Controller\\Admin\\Messaging\\SubjectController',
'disabled_actions' => [
0 => 'show',
],
'templates' => [
'new' => 'admin/messaging/subject/new.html.twig',
'edit' => 'admin/messaging/subject/edit.html.twig',
'list' => 'admin/messaging/subject/list.html.twig',
],
'form' => [
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.subject.field.label',
],
1 => [
'property' => 'theme',
'label' => 'entity.subject.field.theme',
],
2 => [
'property' => 'requiredContract',
'label' => 'entity.subject.field.required_contract',
'type_options' => [
'attr' => [
'class' => 'required-contract-checkbox',
],
],
],
3 => [
'property' => 'information',
'label' => 'entity.subject.field.information',
'type_options' => [
'attr' => [
'class' => 'information-checkbox',
],
],
],
4 => [
'property' => 'teamType',
'label' => false,
'type' => 'choice',
'type_options' => [
'expanded' => true,
'attr' => [
'class' => 'select-inline-block',
],
'label_attr' => [
'class' => 'radio-inline choice-team-type align-left',
],
'choices' => [
'entity.subject.field.team_type.default' => 'TEAM_TYPE_DEFAULT',
'entity.subject.field.team_type.contract' => 'TEAM_TYPE_CONTRACT',
'entity.subject.field.team_type.exploitation_center' => 'TEAM_TYPE_EXPLOITATION_CENTER',
],
],
],
5 => [
'property' => 'team',
'label' => 'entity.subject.field.team',
'type_options' => [
'attr' => [
'class' => 'select-team',
],
],
],
6 => [
'property' => 'redirectLinks',
'label' => 'entity.subject.field.redirect_links',
'type' => 'collection',
'type_options' => [
'entry_type' => 'App\\Form\\Admin\\Messaging\\RedirectLinkType',
'by_reference' => false,
],
],
7 => [
'type' => 'section',
'label' => 'entity.subject.group.contact_form',
],
8 => [
'property' => 'contactFormType',
'label' => 'entity.subject.field.contact_form_type_label',
'type' => 'choice',
'type_options' => [
'choices' => [
'entity.subject.field.contact_form_type.default' => 'DEFAULT',
'entity.subject.field.contact_form_type.contract_termination' => 'CONTRACT_TERMINATION',
'entity.subject.field.contact_form_type.update_water_flow' => 'UPDATE_WATER_FLOW',
],
],
],
],
'role' => 'ROLE_ADMIN',
],
'list' => [
'title' => 'entity.subject.label',
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.subject.field.label',
],
1 => [
'property' => 'theme',
'label' => 'entity.subject.field.theme',
],
2 => [
'property' => 'contactFormType',
'label' => 'entity.subject.field.contact_form_type_label',
'template' => 'admin/easyadmin/field_subject_contact_form_type.html.twig',
],
3 => [
'property' => 'redirectLinks',
'label' => 'entity.subject.field.redirect_links',
],
4 => [
'property' => 'archived',
'label' => 'entity.subject.field.archived',
],
],
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.subject.new.title',
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.subject.edit.title',
'actions' => [
0 => '-delete',
],
'role' => 'ROLE_ADMIN',
],
'name' => 'Subject',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'Team' => [
'class' => 'App\\Entity\\Messaging\\Team',
'label' => 'entity.team.label',
'role' => 'ROLE_ADMIN',
'controller' => 'App\\Controller\\Admin\\Messaging\\TeamController',
'disabled_actions' => [
0 => 'show',
],
'form' => [
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.team.field.label',
],
1 => [
'property' => 'recipients',
'label' => 'entity.team.field.recipients',
'help' => 'entity.team.help.recipients',
],
2 => [
'property' => 'isDefaultTeam',
'label' => 'entity.team.field.is_default_team',
'help' => 'entity.team.help.is_default_team',
'type_options' => [
'required' => false,
],
],
],
'role' => 'ROLE_ADMIN',
],
'list' => [
'title' => 'entity.team.label',
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.team.field.label',
],
1 => [
'property' => 'recipients',
'label' => 'entity.team.field.recipients',
],
2 => [
'property' => 'isDefaultTeam',
'label' => 'entity.team.field.is_default_team',
'type' => 'boolean',
],
],
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.team.new.title',
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.team.edit.title',
'role' => 'ROLE_ADMIN',
],
'name' => 'Team',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'Theme' => [
'class' => 'App\\Entity\\Messaging\\Theme',
'label' => 'entity.theme.label',
'role' => 'ROLE_ADMIN',
'controller' => 'App\\Controller\\Admin\\Messaging\\ThemeController',
'disabled_actions' => [
0 => 'show',
],
'templates' => [
'list' => 'admin/messaging/theme/list.html.twig',
],
'form' => [
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.theme.field.label',
],
1 => [
'property' => 'parent',
'label' => 'entity.theme.field.parent',
'type_options' => [
'choice_label' => 'path_label',
],
],
2 => [
'property' => 'customerCanSee',
'label' => 'entity.theme.field.customerCanSee',
'type' => 'choice',
'type_options' => [
'required' => true,
'expanded' => false,
'choices' => [
'Non' => false,
'Oui' => true,
],
],
],
],
'role' => 'ROLE_ADMIN',
],
'list' => [
'title' => 'entity.theme.label',
'fields' => [
0 => [
'property' => 'label',
'label' => 'entity.theme.field.label',
],
1 => [
'property' => 'parent',
'label' => 'entity.theme.field.parent',
],
2 => [
'property' => 'subjects',
'label' => 'entity.theme.field.subjects',
],
3 => [
'property' => 'customerCanSee',
'label' => 'entity.theme.field.customerCanSee',
'type' => 'boolean',
],
],
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.theme.new.title',
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.theme.edit.title',
'actions' => [
0 => '-delete',
],
'role' => 'ROLE_ADMIN',
],
'name' => 'Theme',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'Notification' => [
'class' => 'App\\Entity\\Notification',
'label' => 'entity.notification.label',
'role' => 'ROLE_COMMERCIAL',
'controller' => 'App\\Controller\\Admin\\Notification\\NotificationController',
'templates' => [
'list' => 'admin/notification/list.html.twig',
'new' => 'admin/notification/new.html.twig',
'edit' => 'admin/notification/edit.html.twig',
'duplicate' => 'admin/notification/duplicate.html.twig',
'statistics' => 'admin/notification/statistics.html.twig',
'preview' => 'admin/notification/preview.html.twig',
'search' => 'admin/notification/search.html.twig',
],
'list' => [
'sort' => [
0 => 'createdAt',
1 => 'DESC',
],
'actions' => [
0 => [
'name' => 'notifyMail',
'label' => 'entity.notification.actions.mail_reminder',
'template' => 'admin/easyadmin/Notifications/notify_mail_action.html.twig',
],
1 => [
'name' => 'stats',
'label' => 'entity.notification.actions.statistics',
'template' => 'admin/easyadmin/Notifications/commercialAndAbove_action.html.twig',
],
2 => [
'name' => 'edit',
'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
],
3 => [
'name' => 'duplicate',
'label' => 'Dupliquer',
'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
],
4 => [
'name' => 'delete',
'template' => 'admin/easyadmin/Notifications/adminOnly_action.html.twig',
],
],
'title' => 'menu.notification.campaign',
'fields' => [
0 => [
'property' => 'campaignName',
'label' => 'entity.notification.fields.campaign_name',
],
1 => [
'property' => 'status',
'label' => 'entity.notification.fields.status',
'template' => 'admin/easyadmin/field_notification_status.html.twig',
'sortable' => true,
],
2 => [
'property' => 'published',
'label' => 'entity.notification.fields.published',
'type' => 'boolean',
],
3 => [
'property' => 'sendEmail',
'label' => 'entity.notification.fields.send_email',
'type' => 'boolean',
],
4 => [
'property' => 'notificationStatistics',
'label' => 'entity.notification.fields.user_counter',
'sortable' => true,
],
5 => [
'property' => 'author',
'label' => 'entity.notification.fields.author',
],
6 => [
'property' => 'createdAt',
'label' => 'entity.notification.fields.creation_date',
],
],
'role' => 'ROLE_COMMERCIAL',
],
'form' => [
'fields' => [
0 => [
'property' => 'campaignName',
'label' => 'entity.notification.fields.campaign_name',
],
1 => [
'property' => 'messageName',
'label' => 'entity.notification.fields.message_title',
],
2 => [
'property' => 'messageBody',
'label' => 'entity.notification.fields.message_body',
'type' => 'fos_ckeditor',
'type_options' => [
'config_name' => 'scp_full',
],
],
3 => [
'property' => 'startAt',
'label' => 'entity.notification.fields.start_date',
'type' => 'date',
'type_options' => [
'widget' => 'single_text',
'html5' => true,
],
],
4 => [
'property' => 'endAt',
'label' => 'entity.notification.fields.end_date',
'type' => 'date',
'type_options' => [
'widget' => 'single_text',
'html5' => true,
],
'help' => 'entity.notification.fields.date_help',
],
5 => [
'property' => 'targetedUsersUploadedFile',
'label' => 'entity.notification.fields.targeted_users_file',
'type' => 'vich_file',
'type_options' => [
'allow_delete' => false,
],
],
6 => [
'property' => 'useInternal',
'label' => 'entity.notification.fields.use_internal',
'type' => 'checkbox',
],
7 => [
'property' => 'imageFile',
'label' => 'entity.notification.fields.image_file.label',
'type' => 'vich_image',
'help' => 'entity.notification.fields.image_file.help',
],
8 => [
'property' => 'sendEmail',
'label' => 'entity.notification.fields.email',
],
9 => [
'property' => 'seeLaterButtonText',
'label' => 'entity.notification.fields.seeLaterButtonText',
],
10 => [
'property' => 'setPopUp',
'label' => 'entity.notification.fields.popup',
],
11 => [
'property' => 'insistenceCoefficient',
'label' => 'entity.notification.fields.insistence_coefficient.label',
'help' => 'entity.notification.fields.insistence_coefficient.help',
],
12 => [
'property' => 'requiredUserChoiceToggle',
'label' => 'entity.notification.fields.user_choice.toggle_button.label',
'type' => 'checkbox',
'help' => 'entity.notification.fields.user_choice.toggle_button.help',
],
13 => [
'property' => 'requiredUserChoiceAcceptanceText',
'label' => 'entity.notification.fields.user_choice.customized_text1',
'type' => 'text',
],
14 => [
'property' => 'requiredUserChoiceRefusalText',
'label' => 'entity.notification.fields.user_choice.customized_text2',
'type' => 'text',
],
15 => [
'property' => 'requiredCheckboxToggle',
'label' => 'entity.notification.fields.user_checkbox.toggle_button',
'type' => 'checkbox',
],
16 => [
'property' => 'requiredCheckboxText',
'label' => 'entity.notification.fields.user_checkbox.customized_text',
'type' => 'text',
],
],
'role' => 'ROLE_COMMERCIAL',
],
'new' => [
'form_options' => [
'validation_groups' => [
0 => 'Default',
1 => 'create',
],
],
'role' => 'ROLE_COMMERCIAL',
],
'preview' => [
'title' => 'entity.notification.actions.preview',
'actions' => [
0 => [
'name' => 'publish',
'css_class' => 'btn',
],
],
],
'publish' => [
'title' => 'entity.notification.actions.publish',
],
'search' => [
'filters' => [
0 => 'messageName',
1 => 'status',
],
'role' => 'ROLE_COMMERCIAL',
],
'name' => 'Notification',
'edit' => [
'role' => 'ROLE_COMMERCIAL',
],
'show' => [
'role' => 'ROLE_COMMERCIAL',
],
],
'NotificationStatistic' => [
'class' => 'App\\Entity\\NotificationStatistics',
'label' => 'entity.notification_statistics.label',
'role' => 'ROLE_COMMERCIAL',
'controller' => 'App\\Controller\\Admin\\Notification\\NotificationStatisticController',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
2 => 'edit',
],
'actions' => [
0 => 'search',
],
'templates' => [
'list' => 'admin/notification_statistics/list.html.twig',
],
'list' => [
'title' => 'entity.notification_statistics.title.list',
'actions' => [
0 => [
'label' => 'entity.notification_statistics.actions.show',
'name' => 'show',
],
],
'fields' => [
0 => [
'property' => 'customerNumber',
'label' => 'entity.notification.fields.user_number',
'template' => 'admin/easyadmin/field_notificationstatistics_usernumber.html.twig',
],
1 => [
'property' => 'userId',
'label' => 'entity.notification_statistics.fields.createdAccount',
'template' => 'admin/easyadmin/field_notificationstatistics_createdAccount.html.twig',
],
2 => [
'property' => 'notification.campaignName',
'label' => 'entity.notification.fields.campaign_name',
'sortable' => true,
],
3 => [
'property' => 'campaignStatus',
'label' => 'entity.notification.fields.status',
'template' => 'admin/easyadmin/field_notificationstatistics_campaignstatus.html.twig',
'sortable' => true,
],
4 => [
'property' => 'readingStatus',
'label' => 'entity.notification_statistics.fields.reading_status',
'template' => 'admin/easyadmin/field_notificationstatistics_readingstatus.html.twig',
'sortable' => true,
],
5 => [
'property' => 'lastSeenDate',
'label' => 'entity.notification_statistics.fields.last_display',
'format' => 'd/m/y',
'sortable' => true,
],
6 => [
'property' => 'insistenceCoefficient',
'label' => 'entity.notification_statistics.fields.display_counter',
'template' => 'admin/easyadmin/field_notificationstatistics_insistenceCoefficient.html.twig',
'sortable' => true,
],
7 => [
'property' => 'answer',
'label' => 'entity.notification_statistics.fields.answer',
'template' => 'admin/easyadmin/field_notificationstatistics_answer.html.twig',
'sortable' => true,
],
],
'role' => 'ROLE_COMMERCIAL',
],
'name' => 'NotificationStatistic',
'new' => [
'role' => 'ROLE_COMMERCIAL',
],
'edit' => [
'role' => 'ROLE_COMMERCIAL',
],
'show' => [
'role' => 'ROLE_COMMERCIAL',
],
'search' => [
'role' => 'ROLE_COMMERCIAL',
],
'form' => [
'role' => 'ROLE_COMMERCIAL',
],
],
'SCPLink' => [
'class' => 'App\\Entity\\SCPLink',
'label' => 'entity.scplink.label',
'role' => 'ROLE_ADMIN',
'disabled_actions' => [
0 => 'new',
1 => 'delete',
],
'list' => [
'sort' => [
0 => 'area',
1 => 'ASC',
],
'title' => 'entity.scplink.list.title',
'fields' => [
0 => [
'property' => 'area',
'label' => 'entity.scplink.field.area',
],
1 => [
'property' => 'label',
'label' => 'entity.link.field.label',
],
2 => [
'property' => 'url',
'label' => 'entity.link.field.url',
],
3 => [
'property' => 'targetBlank',
'label' => 'entity.link.field.target_blank',
],
],
'role' => 'ROLE_ADMIN',
],
'form' => [
'title' => 'entity.scplink.new.title',
'role' => 'ROLE_ADMIN',
],
'new' => [
'title' => 'entity.scplink.new.title',
'fields' => [
0 => [
'property' => 'area',
'label' => 'entity.scplink.field.area',
],
1 => [
'property' => 'transKey',
'label' => 'entity.scplink.field.transKey',
],
2 => [
'property' => 'label',
'label' => 'entity.link.field.label',
],
3 => [
'property' => 'url',
'label' => 'entity.link.field.url',
'type' => 'url',
],
4 => [
'property' => 'targetBlank',
'label' => 'entity.link.field.target_blank',
],
],
'role' => 'ROLE_ADMIN',
],
'edit' => [
'title' => 'entity.scplink.edit.title',
'fields' => [
0 => [
'property' => 'area',
'label' => 'entity.scplink.field.area',
'type_options' => [
'disabled' => true,
],
],
1 => [
'property' => 'transKey',
'label' => 'entity.scplink.field.transKey',
'type_options' => [
'disabled' => true,
],
],
2 => [
'property' => 'label',
'label' => 'entity.link.field.label',
],
3 => [
'property' => 'url',
'label' => 'entity.link.field.url',
'type' => 'url',
],
4 => [
'property' => 'targetBlank',
'label' => 'entity.link.field.target_blank',
],
],
'role' => 'ROLE_ADMIN',
],
'name' => 'SCPLink',
'show' => [
'role' => 'ROLE_ADMIN',
],
'search' => [
'role' => 'ROLE_ADMIN',
],
],
'User' => [
'class' => 'App\\Entity\\User',
'label' => 'entity.user.label',
'role' => 'ROLE_COMMERCIAL',
'controller' => 'App\\Controller\\Admin\\UserController',
'disabled_actions' => [
0 => 'new',
1 => 'edit',
],
'templates' => [
'list' => 'admin/easyadmin/User/list.html.twig',
],
'list' => [
'title' => 'entity.user.label',
'sort' => 'customerNumber',
'fields' => [
0 => [
'property' => 'customerNumber',
'label' => 'entity.user.field.customer_number',
'format' => '%d',
'template' => 'admin/easyadmin/field_customer_number.html.twig',
],
1 => [
'property' => 'donneeCompteClient.nom',
'label' => 'entity.user.field.lastname',
'sortable' => true,
],
2 => [
'property' => 'donneeCompteClient.prenom',
'label' => 'entity.user.field.firstname',
'sortable' => true,
],
3 => [
'property' => 'connexionId',
'label' => 'entity.user.field.connexion_id',
'sortable' => true,
],
4 => [
'property' => 'id',
'label' => 'entity.user.field.id',
],
5 => [
'property' => 'activated',
'label' => 'entity.user.field.activated',
'template' => 'admin/easyadmin/field_activated.html.twig',
],
6 => [
'property' => 'suivi_conso',
'label' => 'entity.user.field.suivi_conso',
'template' => 'admin/easyadmin/field_counter_status.html.twig',
'sortable' => true,
],
7 => [
'property' => 'type',
'label' => 'entity.user.field.type',
'template' => 'admin/easyadmin/field_account_type.html.twig',
],
8 => [
'property' => 'lastNotification',
'label' => 'entity.user.field.notification_campaign',
'template' => 'admin/easyadmin/field_lastnotification.html.twig',
],
9 => [
'property' => 'lastConnexionDate',
'label' => 'entity.user.field.last_connexion',
],
10 => [
'property' => 'email',
'label' => 'action.connect_as',
'template' => 'admin/easyadmin/field_connect_as.html.twig',
'sortable' => false,
],
],
'role' => 'ROLE_COMMERCIAL',
],
'search' => [
'fields' => [
0 => 'customerNumber',
1 => 'firstName',
2 => 'lastName',
3 => 'connexionId',
],
'role' => 'ROLE_COMMERCIAL',
],
'name' => 'User',
'new' => [
'role' => 'ROLE_COMMERCIAL',
],
'edit' => [
'role' => 'ROLE_COMMERCIAL',
],
'show' => [
'role' => 'ROLE_COMMERCIAL',
],
'form' => [
'role' => 'ROLE_COMMERCIAL',
],
],
],
'user' => [
'name_property_path' => 'name',
'display_name' => true,
'display_avatar' => true,
'avatar_property_path' => NULL,
],
'translation_domain' => 'admin',
'formats' => [
'datetime' => 'd/m/y - H:i',
'date' => 'Y-m-d',
'time' => 'H:i:s',
'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
],
'site_name' => 'Administration Espace Client',
'design' => [
'form_theme' => [
0 => '@EasyAdmin/form/bootstrap_4.html.twig',
1 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
],
'menu' => [
0 => [
'entity' => 'User',
'role' => 'ROLE_COMMERCIAL',
'default' => true,
],
1 => 'AdminUser',
2 => 'Link',
3 => 'SCPLink',
4 => [
'label' => 'menu.contact_information',
'entity' => 'ContactInformation',
'params' => [
'action' => 'edit',
'id' => 1,
],
'role' => 'ROLE_ADVISOR',
],
5 => [
'label' => 'menu.dashboard',
'entity' => 'Dashboard',
'params' => [
'action' => 'edit',
'id' => 1,
],
'role' => 'ROLE_ADVISOR',
],
6 => [
'label' => 'entity.mail.label_alt.transactional',
'role' => 'ROLE_ADMIN',
'children' => [
0 => 'MailType',
1 => 'Mail',
],
],
7 => [
'label' => 'menu.translation',
'route' => 'eolas_translation_show',
'params' => [
'domain' => 'front',
],
'role' => 'ROLE_ADMIN',
],
8 => [
'label' => 'menu.messaging_config',
'role' => 'ROLE_ADMIN',
'children' => [
0 => 'Theme',
1 => 'Subject',
2 => 'Team',
3 => [
'label' => 'menu.assignment.contract',
'route' => 'admin_messaging_assignment_contract',
],
4 => [
'label' => 'menu.assignment.center',
'route' => 'admin_messaging_assignment_center',
],
],
],
9 => [
'label' => 'menu.messaging',
'children' => [
0 => [
'entity' => 'Conversation',
'label' => 'menu.messaging.see_or_reply',
],
1 => [
'entity' => 'Customer',
'label' => 'menu.messaging.write',
],
],
'role' => 'ROLE_ADVISOR',
],
10 => [
'label' => 'menu.consumption',
'role' => 'ROLE_ADMIN',
'entity' => 'ConsumptionSlider',
],
11 => [
'label' => 'menu.notification.campaign',
'role' => 'ROLE_COMMERCIAL',
'children' => [
0 => [
'entity' => 'Notification',
'label' => 'menu.notification.notification_list',
],
1 => [
'entity' => 'NotificationStatistic',
'label' => 'menu.notification.detailled_statistic',
'action' => 'list',
],
],
],
12 => [
'label' => 'menu.watering_tips.drought',
'role' => 'ROLE_ADMIN',
'route' => 'admin_drought_form',
],
],
'brand_color' => 'hsl(230, 55%, 60%)',
'assets' => [
'css' => [
],
'js' => [
],
'favicon' => [
'path' => 'favicon.ico',
'mime_type' => 'image/x-icon',
],
],
],
'disabled_actions' => [
],
'list' => [
'actions' => [
],
'collapse_actions' => false,
'batch_actions' => [
],
'max_results' => 15,
'item_permission' => NULL,
],
'search' => [
],
'edit' => [
'actions' => [
],
'item_permission' => NULL,
],
'new' => [
'actions' => [
],
'item_permission' => NULL,
],
'show' => [
'actions' => [
],
'max_results' => 10,
'item_permission' => NULL,
],
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => false,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => false,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'ewz_recaptcha.locale_from_request' => true,
'ewz_recaptcha.enabled' => false,
'ewz_recaptcha.verify_host' => false,
'ewz_recaptcha.ajax' => false,
'ewz_recaptcha.locale_key' => 'fr',
'ewz_recaptcha.api_host' => 'www.google.com',
'ewz_recaptcha.timeout' => NULL,
'ewz_recaptcha.trusted_roles' => [
],
'ewz_recaptcha.http_proxy' => [
'host' => NULL,
'port' => NULL,
'auth' => NULL,
],
'extractor_vendor_dir' => (\dirname(__DIR__, 4).'/vendor/php-translation/extractor/src'),
'php_translation.locales' => [
0 => 'fr',
],
'php_translation.default_locale' => 'fr',
'php_translation.webui.enabled' => false,
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'contact_information' => [
'uri_prefix' => 'information',
'upload_destination' => (\dirname(__DIR__, 4).'/public/information'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'dashboard' => [
'uri_prefix' => 'dashboard',
'upload_destination' => (\dirname(__DIR__, 4).'/public/dashboard'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'message_file' => [
'uri_prefix' => 'message',
'upload_destination' => (\dirname(__DIR__, 4).'/files/messages'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.message_file',
'options' => [
],
],
'directory_namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'options' => [
'date_time_property' => 'updatedAt',
],
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'consumption_slider_image' => [
'uri_prefix' => 'slider',
'upload_destination' => (\dirname(__DIR__, 4).'/public/slider'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'notification' => [
'uri_prefix' => 'notification/images',
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.notification',
'options' => [
],
],
'upload_destination' => (\dirname(__DIR__, 4).'/public/notification/images'),
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'notification_excel_file' => [
'uri_prefix' => 'notification/excel',
'upload_destination' => (\dirname(__DIR__, 4).'/public/notification/excel'),
'inject_on_load' => true,
'delete_on_update' => false,
'delete_on_remove' => false,
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.consoAlert' => [
'type' => 'inclusive',
'elements' => [
0 => 'consoAlert',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'fr',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'eolas_health_check.token' => 'SxrO2hQQ9V2xNVUS0nVFQO0fwTZcwt8g',
'eolas_health_check.network' => [
'activated' => false,
'uri' => [
0 => [
'name' => 'test',
'url' => 'api-verify.recaptcha.net',
'port' => 80,
'httpcode' => 302,
'body' => [
],
'headers' => [
],
],
],
],
'eolas_health_check.doctrine' => [
'activated' => true,
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'easyadmin.data_collector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/data_collector/easyadmin.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\ActivateAccountAlertCommand',
1 => 'console.command.public_alias.App\\Command\\ConsumptionCheckCommand',
2 => 'console.command.public_alias.App\\Command\\ConsumptionExportClearCommand',
3 => 'console.command.public_alias.App\\Command\\ConsumptionNotifyCommand',
4 => 'console.command.public_alias.App\\Command\\ExportContactSheetCommand',
5 => 'console.command.public_alias.App\\Command\\ExportOutdatedContactSheetCommand',
6 => 'console.command.public_alias.App\\Command\\FixTranslationsCommand',
7 => 'console.command.public_alias.App\\Command\\FixTranslationsSingularPluralCommand',
8 => 'console.command.public_alias.App\\Command\\FixTranslationsTitleCommand',
9 => 'console.command.public_alias.App\\Command\\ImportAllTownsCommand',
10 => 'console.command.public_alias.App\\Command\\NewConsumptionAlertsNotifyCommand',
11 => 'console.command.public_alias.App\\Command\\NewCustomerNotifyCommand',
12 => 'console.command.public_alias.App\\Command\\NewInvoicesCheckCommand',
13 => 'console.command.public_alias.App\\Command\\NewInvoicesNotifyCommand',
14 => 'console.command.public_alias.App\\Command\\NewNotificationsNotifyCommand',
15 => 'console.command.public_alias.App\\Command\\RemovePasswordUsersCommand',
16 => 'console.command.public_alias.App\\Command\\RendezVousAlertCommand',
17 => 'console.command.public_alias.App\\Command\\RendezVousConfirmationCommand',
18 => 'console.command.public_alias.App\\Command\\RendezVousIncomingCommand',
19 => 'console.command.public_alias.App\\Command\\SuiviConsoAlertCommand',
20 => 'console.command.public_alias.App\\Command\\SuiviConsoNewActivationReminderCommand',
21 => 'console.command.public_alias.App\\Command\\SuiviConsoUpdateContractsCommand',
22 => 'console.command.public_alias.App\\Command\\TimetableUpdatedNotifyCommand',
23 => 'console.command.public_alias.App\\Command\\UsersLoginHistoryCommand',
24 => 'console.command.public_alias.App\\Command\\UsersStatisticsCommand',
25 => 'console.command.public_alias.App\\Command\\WaterQualityCheckCommand',
26 => 'console.command.public_alias.App\\Command\\WaterQualityNotifyCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}