<?php
namespace ContainerXk7gnK9;
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_KernelPreprodDebugContainer 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.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'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.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'App\\Controller\\Admin\\AdherentModificationCrudController' => 'getAdherentModificationCrudControllerService',
'App\\Controller\\Admin\\AdminConnexionAdherentController' => 'getAdminConnexionAdherentControllerService',
'App\\Controller\\Admin\\AdminSecurityController' => 'getAdminSecurityControllerService',
'App\\Controller\\Admin\\AdminUserCrudController' => 'getAdminUserCrudControllerService',
'App\\Controller\\Admin\\ArticleCrudController' => 'getArticleCrudControllerService',
'App\\Controller\\Admin\\BrandCategoryCrudController' => 'getBrandCategoryCrudControllerService',
'App\\Controller\\Admin\\BrandCrudController' => 'getBrandCrudControllerService',
'App\\Controller\\Admin\\BrandExceptionCategoryCrudController' => 'getBrandExceptionCategoryCrudControllerService',
'App\\Controller\\Admin\\BrandFournisseurCrudController' => 'getBrandFournisseurCrudControllerService',
'App\\Controller\\Admin\\BrandPictureCrudController' => 'getBrandPictureCrudControllerService',
'App\\Controller\\Admin\\CalendrierCrudController' => 'getCalendrierCrudControllerService',
'App\\Controller\\Admin\\CategoryPartageCrudController' => 'getCategoryPartageCrudControllerService',
'App\\Controller\\Admin\\CategoryPopoverCrudController' => 'getCategoryPopoverCrudControllerService',
'App\\Controller\\Admin\\ContactThemeCrudController' => 'getContactThemeCrudControllerService',
'App\\Controller\\Admin\\CountryCrudController' => 'getCountryCrudControllerService',
'App\\Controller\\Admin\\CustomAdminController' => 'getCustomAdminControllerService',
'App\\Controller\\Admin\\CustomRouteActions' => 'getCustomRouteActionsService',
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Admin\\EventFormulaireCrudController' => 'getEventFormulaireCrudControllerService',
'App\\Controller\\Admin\\EventInscriptionCrudController' => 'getEventInscriptionCrudControllerService',
'App\\Controller\\Admin\\FaqCategoryCrudController' => 'getFaqCategoryCrudControllerService',
'App\\Controller\\Admin\\FaqQuestionReponseCrudController' => 'getFaqQuestionReponseCrudControllerService',
'App\\Controller\\Admin\\FicheGeneralCrudController' => 'getFicheGeneralCrudControllerService',
'App\\Controller\\Admin\\Fields\\DiffusionField' => 'getDiffusionFieldService',
'App\\Controller\\Admin\\FilePartageCrudController' => 'getFilePartageCrudControllerService',
'App\\Controller\\Admin\\FormOphtaAdhCrudController' => 'getFormOphtaAdhCrudControllerService',
'App\\Controller\\Admin\\FormOphtaListCrudController' => 'getFormOphtaListCrudControllerService',
'App\\Controller\\Admin\\ImageCrudController' => 'getImageCrudControllerService',
'App\\Controller\\Admin\\ImageGeneriqueCrudController' => 'getImageGeneriqueCrudControllerService',
'App\\Controller\\Admin\\ImgTypeCrudController' => 'getImgTypeCrudControllerService',
'App\\Controller\\Admin\\ImportationDonneesController' => 'getImportationDonneesControllerService',
'App\\Controller\\Admin\\JaugeAdherentCrudController' => 'getJaugeAdherentCrudControllerService',
'App\\Controller\\Admin\\JaugeFieldCrudController' => 'getJaugeFieldCrudControllerService',
'App\\Controller\\Admin\\ListeDiffusionCrudController' => 'getListeDiffusionCrudControllerService',
'App\\Controller\\Admin\\MagasinContactCrudController' => 'getMagasinContactCrudControllerService',
'App\\Controller\\Admin\\MagasinConvictionCrudController' => 'getMagasinConvictionCrudControllerService',
'App\\Controller\\Admin\\NotificationCrudController' => 'getNotificationCrudControllerService',
'App\\Controller\\Admin\\OffreInscriptionCrudController' => 'getOffreInscriptionCrudControllerService',
'App\\Controller\\Admin\\OffreWebCrudController' => 'getOffreWebCrudControllerService',
'App\\Controller\\Admin\\OperateursRemboursementCrudController' => 'getOperateursRemboursementCrudControllerService',
'App\\Controller\\Admin\\OperationContentCrudController' => 'getOperationContentCrudControllerService',
'App\\Controller\\Admin\\OperationsFrsCrudController' => 'getOperationsFrsCrudControllerService',
'App\\Controller\\Admin\\OperationsFrsInscriptionCrudController' => 'getOperationsFrsInscriptionCrudControllerService',
'App\\Controller\\Admin\\OperationsFrsListCrudController' => 'getOperationsFrsListCrudControllerService',
'App\\Controller\\Admin\\PhotosCrmCrudController' => 'getPhotosCrmCrudControllerService',
'App\\Controller\\Admin\\PopoverCrudController' => 'getPopoverCrudControllerService',
'App\\Controller\\Admin\\PopupExtraCrudController' => 'getPopupExtraCrudControllerService',
'App\\Controller\\Admin\\PubCrudController' => 'getPubCrudControllerService',
'App\\Controller\\Admin\\RdvOpcCrudController' => 'getRdvOpcCrudControllerService',
'App\\Controller\\Admin\\ReseauxCrudController' => 'getReseauxCrudControllerService',
'App\\Controller\\Admin\\SeoVillesCrudController' => 'getSeoVillesCrudControllerService',
'App\\Controller\\Admin\\SousCategoryPartageCrudController' => 'getSousCategoryPartageCrudControllerService',
'App\\Controller\\Admin\\TeleversementThemeCrudController' => 'getTeleversementThemeCrudControllerService',
'App\\Controller\\Admin\\VenteMagasinCrudController' => 'getVenteMagasinCrudControllerService',
'App\\Controller\\Admin\\WalletController' => 'getWalletControllerService',
'App\\Controller\\Admin\\WebfactoryActualiteBibliothequeCrudController' => 'getWebfactoryActualiteBibliothequeCrudControllerService',
'App\\Controller\\Admin\\WebfactoryActualiteCategoryCrudController' => 'getWebfactoryActualiteCategoryCrudControllerService',
'App\\Controller\\AgendaController' => 'getAgendaControllerService',
'App\\Controller\\AjaxController' => 'getAjaxControllerService',
'App\\Controller\\Api\\ApiAdhesionController' => 'getApiAdhesionControllerService',
'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
'App\\Controller\\Api\\ApiCrmController' => 'getApiCrmControllerService',
'App\\Controller\\Api\\ApiFroalaEditorController' => 'getApiFroalaEditorControllerService',
'App\\Controller\\Api\\ApiOpcController' => 'getApiOpcControllerService',
'App\\Controller\\Api\\CopyController' => 'getCopyControllerService',
'App\\Controller\\Api\\ExtractController' => 'getExtractControllerService',
'App\\Controller\\Api\\Factory\\ApiConfigurationController' => 'getApiConfigurationControllerService',
'App\\Controller\\Api\\Factory\\ApiDefaultController' => 'getApiDefaultControllerService',
'App\\Controller\\Api\\Factory\\ApiLandingPage' => 'getApiLandingPageService',
'App\\Controller\\Api\\Factory\\ApiPagesController' => 'getApiPagesControllerService',
'App\\Controller\\Api\\Factory\\ApiStructureController' => 'getApiStructureControllerService',
'App\\Controller\\Api\\Factory\\ApiWidgetsController' => 'getApiWidgetsControllerService',
'App\\Controller\\Api\\OvhApiController' => 'getOvhApiControllerService',
'App\\Controller\\Api\\QrCodeController' => 'getQrCodeControllerService',
'App\\Controller\\Api\\ViasanteApiController' => 'getViasanteApiControllerService',
'App\\Controller\\BLController' => 'getBLControllerService',
'App\\Controller\\CalendarController' => 'getCalendarControllerService',
'App\\Controller\\ConditionsController' => 'getConditionsControllerService',
'App\\Controller\\CrmController' => 'getCrmControllerService',
'App\\Controller\\CrmQuestionnaireController' => 'getCrmQuestionnaireControllerService',
'App\\Controller\\EspaceFournisseurController' => 'getEspaceFournisseurControllerService',
'App\\Controller\\EvenementsGroupeAllController' => 'getEvenementsGroupeAllControllerService',
'App\\Controller\\EventInscriptionController' => 'getEventInscriptionControllerService',
'App\\Controller\\FacturationController' => 'getFacturationControllerService',
'App\\Controller\\FaqController' => 'getFaqControllerService',
'App\\Controller\\FormController' => 'getFormControllerService',
'App\\Controller\\FormationsController' => 'getFormationsControllerService',
'App\\Controller\\HomeController' => 'getHomeControllerService',
'App\\Controller\\KpiController' => 'getKpiControllerService',
'App\\Controller\\LandingPageController' => 'getLandingPageControllerService',
'App\\Controller\\Magasin\\CompteController' => 'getCompteControllerService',
'App\\Controller\\Magasin\\EspacePartenaireController' => 'getEspacePartenaireControllerService',
'App\\Controller\\Magasin\\ImageController' => 'getImageControllerService',
'App\\Controller\\Magasin\\MagasinController' => 'getMagasinControllerService',
'App\\Controller\\MoulinetteController' => 'getMoulinetteControllerService',
'App\\Controller\\MyBoosterController' => 'getMyBoosterControllerService',
'App\\Controller\\NewsController' => 'getNewsControllerService',
'App\\Controller\\NotificationsController' => 'getNotificationsControllerService',
'App\\Controller\\OffreConsoController' => 'getOffreConsoControllerService',
'App\\Controller\\OperationsFrsController' => 'getOperationsFrsControllerService',
'App\\Controller\\OphtalmologisteController' => 'getOphtalmologisteControllerService',
'App\\Controller\\PartageController' => 'getPartageControllerService',
'App\\Controller\\PhotoCrmController' => 'getPhotoCrmControllerService',
'App\\Controller\\QuestionnaireController' => 'getQuestionnaireControllerService',
'App\\Controller\\RetrocessionController' => 'getRetrocessionControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Site_web\\JuridiqueController' => 'getJuridiqueControllerService',
'App\\Controller\\Site_web\\SiteWebActualitesController' => 'getSiteWebActualitesControllerService',
'App\\Controller\\Site_web\\SiteWebPagesController' => 'getSiteWebPagesControllerService',
'App\\Controller\\Site_web\\SiteWebWidgetsController' => 'getSiteWebWidgetsControllerService',
'App\\Controller\\TeleversementController' => 'getTeleversementControllerService',
'App\\Controller\\TraficMagasin\\NotificationsController' => 'getNotificationsController2Service',
'App\\Controller\\TraficMagasin\\TraficMagasinController' => 'getTraficMagasinControllerService',
'App\\Controller\\VenteRechercheMagasinsController' => 'getVenteRechercheMagasinsControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'error_controller' => 'getErrorControllerService',
'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'knp_paginator' => 'getKnpPaginatorService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'App\\Kernel' => 'kernel',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'mailer' => 'swiftmailer.mailer.default',
];
$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/CrmAccessListener.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/ApiFactorySubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ExerciceKpiSuscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocaleSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/PreRouterSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Factory/FactoryHelper.php';
include_once \dirname(__DIR__, 4).'/src/Manager/DatasProgress.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Webfactory/WebfactoryManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/WsProgressManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/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/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.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/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.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/notifier/EventListener/NotificationLoggerListener.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/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/twig/twig/src/Profiler/Profile.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/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/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/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.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/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.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/doctrine/dbal/src/Tools/DsnParser.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/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/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.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/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/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/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.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/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/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.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/RemovableCacheInterface.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/LastModifiedExtensionInterface.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/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.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/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/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).'/src/Twig/CalculEvolutionExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ParameterTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PopoverExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/RouteExistsExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* 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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\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.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->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_KernelPreprodDebugContainer'), $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()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(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($f);
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
$instance->add($g);
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);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('preprod');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($g);
}
$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$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())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, 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($g, $f)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
$instance->addExtension(new \App\Twig\CalculEvolutionExtension());
$instance->addExtension(new \App\Twig\ParameterTwigExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
$instance->addExtension(new \App\Twig\PopoverExtension());
$instance->addExtension(new \App\Twig\RouteExistsExtension($f));
$instance->addExtension(new \Twig\Extension\DebugExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$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 \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f, $c)));
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
])));
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f, $d, $g, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
$instance->addGlobal('app', $j);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Twig\\PopoverRuntime' => ['privates', 'App\\Twig\\PopoverRuntime', 'getPopoverRuntimeService', true],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
], [
'App\\Twig\\PopoverRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('twicpics_domain_images', 'https://cdn.groupeall.com/');
$instance->addGlobal('twicpics_domain_images_OPC', 'https://cdn.opticiensparconviction.fr/');
$instance->addGlobal('app_environment', $this->getEnv('APP_ENV'));
$instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$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('2JgNaKW+2b', 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('KxiMYHGwTj', 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('h5506xKms1', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4', 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci']], $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\\Entity\\EventFormulaireListener' => ['privates', 'App\\EventListener\\Entity\\EventFormulaireListener', 'getEventFormulaireListenerService', true],
'App\\EventListener\\Entity\\MagasinContactListener' => ['privates', 'App\\EventListener\\Entity\\MagasinContactListener', 'getMagasinContactListenerService', true],
'App\\EventListener\\Entity\\MagasinCoordonneesListener' => ['privates', 'App\\EventListener\\Entity\\MagasinCoordonneesListener', 'getMagasinCoordonneesListenerService', true],
'App\\EventListener\\Entity\\MagasinHorairesListener' => ['privates', 'App\\EventListener\\Entity\\MagasinHorairesListener', 'getMagasinHorairesListenerService', true],
'App\\EventListener\\Entity\\MagasinListener' => ['privates', 'App\\EventListener\\Entity\\MagasinListener', 'getMagasinListenerService', true],
'App\\EventListener\\Entity\\MagasinUrlListener' => ['privates', 'App\\EventListener\\Entity\\MagasinUrlListener', 'getMagasinUrlListenerService', true],
], [
'App\\EventListener\\Entity\\EventFormulaireListener' => '?',
'App\\EventListener\\Entity\\MagasinContactListener' => '?',
'App\\EventListener\\Entity\\MagasinCoordonneesListener' => '?',
'App\\EventListener\\Entity\\MagasinHorairesListener' => '?',
'App\\EventListener\\Entity\\MagasinListener' => '?',
'App\\EventListener\\Entity\\MagasinUrlListener' => '?',
]));
$instance->registerService('App\\EventListener\\Entity\\EventFormulaireListener', 'App\\EventListener\\Entity\\EventFormulaireListener');
$instance->registerService('App\\EventListener\\Entity\\EventFormulaireListener', 'App\\EventListener\\Entity\\EventFormulaireListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinContactListener', 'App\\EventListener\\Entity\\MagasinContactListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinContactListener', 'App\\EventListener\\Entity\\MagasinContactListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinContactListener', 'App\\EventListener\\Entity\\MagasinContactListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinContactListener', 'App\\EventListener\\Entity\\MagasinContactListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinCoordonneesListener', 'App\\EventListener\\Entity\\MagasinCoordonneesListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinCoordonneesListener', 'App\\EventListener\\Entity\\MagasinCoordonneesListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinHorairesListener', 'App\\EventListener\\Entity\\MagasinHorairesListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinHorairesListener', 'App\\EventListener\\Entity\\MagasinHorairesListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinListener', 'App\\EventListener\\Entity\\MagasinListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinListener', 'App\\EventListener\\Entity\\MagasinListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinUrlListener', 'App\\EventListener\\Entity\\MagasinUrlListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinUrlListener', 'App\\EventListener\\Entity\\MagasinUrlListener');
$instance->registerService('App\\EventListener\\Entity\\MagasinUrlListener', 'App\\EventListener\\Entity\\MagasinUrlListener');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/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/persistence/src/Persistence/Mapping/Driver/MappingDriver.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/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.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/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.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/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/doctrine-bundle/src/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity')], false), 'App\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, 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' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setLazyGhostObjectEnabled(false);
$a->setIdentityGenerationPreferences([]);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\Adherent\\AdherentRepository' => ['privates', 'App\\Repository\\Adherent\\AdherentRepository', 'getAdherentRepositoryService', true],
'App\\Repository\\Adherent\\AdherentSortieRepository' => ['privates', 'App\\Repository\\Adherent\\AdherentSortieRepository', 'getAdherentSortieRepositoryService', true],
'App\\Repository\\Adherent\\Annuaire\\MagasinContactQualifierRepository' => ['privates', 'App\\Repository\\Adherent\\Annuaire\\MagasinContactQualifierRepository', 'getMagasinContactQualifierRepositoryService', true],
'App\\Repository\\Adherent\\Annuaire\\MagasinContactRepository' => ['privates', 'App\\Repository\\Adherent\\Annuaire\\MagasinContactRepository', 'getMagasinContactRepositoryService', true],
'App\\Repository\\Adherent\\BrandCategoryRepository' => ['privates', 'App\\Repository\\Adherent\\BrandCategoryRepository', 'getBrandCategoryRepositoryService', true],
'App\\Repository\\Adherent\\BrandFournisseurRepository' => ['privates', 'App\\Repository\\Adherent\\BrandFournisseurRepository', 'getBrandFournisseurRepositoryService', true],
'App\\Repository\\Adherent\\BrandPictureRepository' => ['privates', 'App\\Repository\\Adherent\\BrandPictureRepository', 'getBrandPictureRepositoryService', true],
'App\\Repository\\Adherent\\BrandRepository' => ['privates', 'App\\Repository\\Adherent\\BrandRepository', 'getBrandRepositoryService', true],
'App\\Repository\\Adherent\\ComplementRepository' => ['privates', 'App\\Repository\\Adherent\\ComplementRepository', 'getComplementRepositoryService', true],
'App\\Repository\\Adherent\\EmployeRepository' => ['privates', 'App\\Repository\\Adherent\\EmployeRepository', 'getEmployeRepositoryService', true],
'App\\Repository\\Adherent\\GestionSiteRepository' => ['privates', 'App\\Repository\\Adherent\\GestionSiteRepository', 'getGestionSiteRepositoryService', true],
'App\\Repository\\Adherent\\Jauge\\JaugeAdherentDetailsRepository' => ['privates', 'App\\Repository\\Adherent\\Jauge\\JaugeAdherentDetailsRepository', 'getJaugeAdherentDetailsRepositoryService', true],
'App\\Repository\\Adherent\\Jauge\\JaugeAdherentRepository' => ['privates', 'App\\Repository\\Adherent\\Jauge\\JaugeAdherentRepository', 'getJaugeAdherentRepositoryService', true],
'App\\Repository\\Adherent\\Jauge\\JaugeFieldAdherentRepository' => ['privates', 'App\\Repository\\Adherent\\Jauge\\JaugeFieldAdherentRepository', 'getJaugeFieldAdherentRepositoryService', true],
'App\\Repository\\Adherent\\Jauge\\JaugeFieldRepository' => ['privates', 'App\\Repository\\Adherent\\Jauge\\JaugeFieldRepository', 'getJaugeFieldRepositoryService', true],
'App\\Repository\\Adherent\\MagasinAlertRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinAlertRepository', 'getMagasinAlertRepositoryService', true],
'App\\Repository\\Adherent\\MagasinCollaborateurDiplomesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinCollaborateurDiplomesRepository', 'getMagasinCollaborateurDiplomesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinCollaborateurFunctionRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinCollaborateurFunctionRepository', 'getMagasinCollaborateurFunctionRepositoryService', true],
'App\\Repository\\Adherent\\MagasinCollaborateursRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinCollaborateursRepository', 'getMagasinCollaborateursRepositoryService', true],
'App\\Repository\\Adherent\\MagasinCommunicationRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinCommunicationRepository', 'getMagasinCommunicationRepositoryService', true],
'App\\Repository\\Adherent\\MagasinComplementsRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinComplementsRepository', 'getMagasinComplementsRepositoryService', true],
'App\\Repository\\Adherent\\MagasinConsentementsRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinConsentementsRepository', 'getMagasinConsentementsRepositoryService', true],
'App\\Repository\\Adherent\\MagasinConvictionRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinConvictionRepository', 'getMagasinConvictionRepositoryService', true],
'App\\Repository\\Adherent\\MagasinCoordonneesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinCoordonneesRepository', 'getMagasinCoordonneesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinEquipeRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinEquipeRepository', 'getMagasinEquipeRepositoryService', true],
'App\\Repository\\Adherent\\MagasinHorairesExceptionnellesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinHorairesExceptionnellesRepository', 'getMagasinHorairesExceptionnellesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinHorairesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinHorairesRepository', 'getMagasinHorairesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinJuridiqueRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinJuridiqueRepository', 'getMagasinJuridiqueRepositoryService', true],
'App\\Repository\\Adherent\\MagasinMarquesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinMarquesRepository', 'getMagasinMarquesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinQrCodeRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinQrCodeRepository', 'getMagasinQrCodeRepositoryService', true],
'App\\Repository\\Adherent\\MagasinRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinRepository', 'getMagasinRepositoryService', true],
'App\\Repository\\Adherent\\MagasinReseauxRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinReseauxRepository', 'getMagasinReseauxRepositoryService', true],
'App\\Repository\\Adherent\\MagasinServicesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinServicesRepository', 'getMagasinServicesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinSocialMediaRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinSocialMediaRepository', 'getMagasinSocialMediaRepositoryService', true],
'App\\Repository\\Adherent\\MagasinSpecialitesRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinSpecialitesRepository', 'getMagasinSpecialitesRepositoryService', true],
'App\\Repository\\Adherent\\MagasinUrlRedirectRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinUrlRedirectRepository', 'getMagasinUrlRedirectRepositoryService', true],
'App\\Repository\\Adherent\\MagasinUrlRepository' => ['privates', 'App\\Repository\\Adherent\\MagasinUrlRepository', 'getMagasinUrlRepositoryService', true],
'App\\Repository\\Adherent\\OperateursRemboursementRepository' => ['privates', 'App\\Repository\\Adherent\\OperateursRemboursementRepository', 'getOperateursRemboursementRepositoryService', true],
'App\\Repository\\Adherent\\PlateformDiffusionRepository' => ['privates', 'App\\Repository\\Adherent\\PlateformDiffusionRepository', 'getPlateformDiffusionRepositoryService', true],
'App\\Repository\\Adherent\\ReseauxRepository' => ['privates', 'App\\Repository\\Adherent\\ReseauxRepository', 'getReseauxRepositoryService', true],
'App\\Repository\\Adherent\\ServiceRepository' => ['privates', 'App\\Repository\\Adherent\\ServiceRepository', 'getServiceRepositoryService', true],
'App\\Repository\\Adherent\\SpecialiteRepository' => ['privates', 'App\\Repository\\Adherent\\SpecialiteRepository', 'getSpecialiteRepositoryService', true],
'App\\Repository\\Adherent\\TypeCoordonneesRepository' => ['privates', 'App\\Repository\\Adherent\\TypeCoordonneesRepository', 'getTypeCoordonneesRepositoryService', true],
'App\\Repository\\Adherent\\TypeServiceRepository' => ['privates', 'App\\Repository\\Adherent\\TypeServiceRepository', 'getTypeServiceRepositoryService', true],
'App\\Repository\\Adherent\\WebFactoryConsentementRepository' => ['privates', 'App\\Repository\\Adherent\\WebFactoryConsentementRepository', 'getWebFactoryConsentementRepositoryService', true],
'App\\Repository\\Agenda\\CalendrierRepository' => ['privates', 'App\\Repository\\Agenda\\CalendrierRepository', 'getCalendrierRepositoryService', true],
'App\\Repository\\Agenda\\EventFormulaireRepository' => ['privates', 'App\\Repository\\Agenda\\EventFormulaireRepository', 'getEventFormulaireRepositoryService', true],
'App\\Repository\\Agenda\\EventInscriptionRepository' => ['privates', 'App\\Repository\\Agenda\\EventInscriptionRepository', 'getEventInscriptionRepositoryService', true],
'App\\Repository\\Alertes\\MagasinMarquesAlertesRepository' => ['privates', 'App\\Repository\\Alertes\\MagasinMarquesAlertesRepository', 'getMagasinMarquesAlertesRepositoryService', true],
'App\\Repository\\BrandExceptionCategoryRepository' => ['privates', 'App\\Repository\\BrandExceptionCategoryRepository', 'getBrandExceptionCategoryRepositoryService', true],
'App\\Repository\\BugRecetteRepository' => ['privates', 'App\\Repository\\BugRecetteRepository', 'getBugRecetteRepositoryService', true],
'App\\Repository\\CategoryDiffusionRepository' => ['privates', 'App\\Repository\\CategoryDiffusionRepository', 'getCategoryDiffusionRepositoryService', true],
'App\\Repository\\ConfigEadh\\CategoryPopoverRepository' => ['privates', 'App\\Repository\\ConfigEadh\\CategoryPopoverRepository', 'getCategoryPopoverRepositoryService', true],
'App\\Repository\\ConfigEadh\\PopoverRepository' => ['privates', 'App\\Repository\\ConfigEadh\\PopoverRepository', 'getPopoverRepositoryService', true],
'App\\Repository\\ContactRepository' => ['privates', 'App\\Repository\\ContactRepository', 'getContactRepositoryService', true],
'App\\Repository\\ContactThemeCanalRepository' => ['privates', 'App\\Repository\\ContactThemeCanalRepository', 'getContactThemeCanalRepositoryService', true],
'App\\Repository\\ContactThemeRepository' => ['privates', 'App\\Repository\\ContactThemeRepository', 'getContactThemeRepositoryService', true],
'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', true],
'App\\Repository\\Crm\\CrmExceptionRepository' => ['privates', 'App\\Repository\\Crm\\CrmExceptionRepository', 'getCrmExceptionRepositoryService', true],
'App\\Repository\\Crm\\CrmResponseIaRepository' => ['privates', 'App\\Repository\\Crm\\CrmResponseIaRepository', 'getCrmResponseIaRepositoryService', true],
'App\\Repository\\Crm\\CrmSettingsRepository' => ['privates', 'App\\Repository\\Crm\\CrmSettingsRepository', 'getCrmSettingsRepositoryService', true],
'App\\Repository\\CustomAdminRepository' => ['privates', 'App\\Repository\\CustomAdminRepository', 'getCustomAdminRepositoryService', true],
'App\\Repository\\DepartementRepository' => ['privates', 'App\\Repository\\DepartementRepository', 'getDepartementRepositoryService', true],
'App\\Repository\\EspaceFournisseur\\PubRepository' => ['privates', 'App\\Repository\\EspaceFournisseur\\PubRepository', 'getPubRepositoryService', true],
'App\\Repository\\EvenementsGroupeAll\\AvisEvenementRepository' => ['privates', 'App\\Repository\\EvenementsGroupeAll\\AvisEvenementRepository', 'getAvisEvenementRepositoryService', true],
'App\\Repository\\EvenementsGroupeAll\\ImgEvenementRepository' => ['privates', 'App\\Repository\\EvenementsGroupeAll\\ImgEvenementRepository', 'getImgEvenementRepositoryService', true],
'App\\Repository\\Facturation\\EcheanceRepository' => ['privates', 'App\\Repository\\Facturation\\EcheanceRepository', 'getEcheanceRepositoryService', true],
'App\\Repository\\Facturation\\EntSynRepository' => ['privates', 'App\\Repository\\Facturation\\EntSynRepository', 'getEntSynRepositoryService', true],
'App\\Repository\\Facturation\\FamSynRepository' => ['privates', 'App\\Repository\\Facturation\\FamSynRepository', 'getFamSynRepositoryService', true],
'App\\Repository\\Facturation\\LigSynRepository' => ['privates', 'App\\Repository\\Facturation\\LigSynRepository', 'getLigSynRepositoryService', true],
'App\\Repository\\Facturation\\RelBqRepository' => ['privates', 'App\\Repository\\Facturation\\RelBqRepository', 'getRelBqRepositoryService', true],
'App\\Repository\\Faq\\FaqCategoryRepository' => ['privates', 'App\\Repository\\Faq\\FaqCategoryRepository', 'getFaqCategoryRepositoryService', true],
'App\\Repository\\Faq\\FaqQuestionReponseRepository' => ['privates', 'App\\Repository\\Faq\\FaqQuestionReponseRepository', 'getFaqQuestionReponseRepositoryService', true],
'App\\Repository\\Faq\\FaqUsefullCommentRepository' => ['privates', 'App\\Repository\\Faq\\FaqUsefullCommentRepository', 'getFaqUsefullCommentRepositoryService', true],
'App\\Repository\\FormOphta\\FormOphtaAdhRepository' => ['privates', 'App\\Repository\\FormOphta\\FormOphtaAdhRepository', 'getFormOphtaAdhRepositoryService', true],
'App\\Repository\\FormOphta\\FormOphtaListRepository' => ['privates', 'App\\Repository\\FormOphta\\FormOphtaListRepository', 'getFormOphtaListRepositoryService', true],
'App\\Repository\\HistoriqueRepository' => ['privates', 'App\\Repository\\HistoriqueRepository', 'getHistoriqueRepositoryService', true],
'App\\Repository\\ImagePartnerRepository' => ['privates', 'App\\Repository\\ImagePartnerRepository', 'getImagePartnerRepositoryService', true],
'App\\Repository\\Image\\ImageRepository' => ['privates', 'App\\Repository\\Image\\ImageRepository', 'getImageRepositoryService', true],
'App\\Repository\\Kpi\\KpiObjectifsRepository' => ['privates', 'App\\Repository\\Kpi\\KpiObjectifsRepository', 'getKpiObjectifsRepositoryService', true],
'App\\Repository\\Kpi\\KpiParametersRepository' => ['privates', 'App\\Repository\\Kpi\\KpiParametersRepository', 'getKpiParametersRepositoryService', true],
'App\\Repository\\ListeDiffusionRepository' => ['privates', 'App\\Repository\\ListeDiffusionRepository', 'getListeDiffusionRepositoryService', true],
'App\\Repository\\Message\\MessageReadedRepository' => ['privates', 'App\\Repository\\Message\\MessageReadedRepository', 'getMessageReadedRepositoryService', true],
'App\\Repository\\Message\\MessageRepository' => ['privates', 'App\\Repository\\Message\\MessageRepository', 'getMessageRepositoryService', true],
'App\\Repository\\MyBooster\\MyBoosterObjectifRepository' => ['privates', 'App\\Repository\\MyBooster\\MyBoosterObjectifRepository', 'getMyBoosterObjectifRepositoryService', true],
'App\\Repository\\MyBooster\\MyBoosterPanierRepository' => ['privates', 'App\\Repository\\MyBooster\\MyBoosterPanierRepository', 'getMyBoosterPanierRepositoryService', true],
'App\\Repository\\MyBooster\\MyBoosterPanierSolutionRepository' => ['privates', 'App\\Repository\\MyBooster\\MyBoosterPanierSolutionRepository', 'getMyBoosterPanierSolutionRepositoryService', true],
'App\\Repository\\MyBooster\\MyBoosterSolutionRepository' => ['privates', 'App\\Repository\\MyBooster\\MyBoosterSolutionRepository', 'getMyBoosterSolutionRepositoryService', true],
'App\\Repository\\News\\ArticleRepository' => ['privates', 'App\\Repository\\News\\ArticleRepository', 'getArticleRepositoryService', true],
'App\\Repository\\News\\CategoryArtRepository' => ['privates', 'App\\Repository\\News\\CategoryArtRepository', 'getCategoryArtRepositoryService', true],
'App\\Repository\\NotificationCategoryRepository' => ['privates', 'App\\Repository\\NotificationCategoryRepository', 'getNotificationCategoryRepositoryService', true],
'App\\Repository\\Notifications\\NotificationRepository' => ['privates', 'App\\Repository\\Notifications\\NotificationRepository', 'getNotificationRepositoryService', true],
'App\\Repository\\OffresConso\\OffreInscriptionRepository' => ['privates', 'App\\Repository\\OffresConso\\OffreInscriptionRepository', 'getOffreInscriptionRepositoryService', true],
'App\\Repository\\OffresConso\\OffreWebRepository' => ['privates', 'App\\Repository\\OffresConso\\OffreWebRepository', 'getOffreWebRepositoryService', true],
'App\\Repository\\OffresConso\\RR2019Repository' => ['privates', 'App\\Repository\\OffresConso\\RR2019Repository', 'getRR2019RepositoryService', true],
'App\\Repository\\OperationFournisseur\\OperationContentRepository' => ['privates', 'App\\Repository\\OperationFournisseur\\OperationContentRepository', 'getOperationContentRepositoryService', true],
'App\\Repository\\OperationFournisseur\\OperationsFrsInscriptionRepository' => ['privates', 'App\\Repository\\OperationFournisseur\\OperationsFrsInscriptionRepository', 'getOperationsFrsInscriptionRepositoryService', true],
'App\\Repository\\OperationFournisseur\\OperationsFrsListRepository' => ['privates', 'App\\Repository\\OperationFournisseur\\OperationsFrsListRepository', 'getOperationsFrsListRepositoryService', true],
'App\\Repository\\OperationFournisseur\\OperationsFrsRepository' => ['privates', 'App\\Repository\\OperationFournisseur\\OperationsFrsRepository', 'getOperationsFrsRepositoryService', true],
'App\\Repository\\Partage\\CategoryPartageRepository' => ['privates', 'App\\Repository\\Partage\\CategoryPartageRepository', 'getCategoryPartageRepositoryService', true],
'App\\Repository\\Partage\\FilePartageRepository' => ['privates', 'App\\Repository\\Partage\\FilePartageRepository', 'getFilePartageRepositoryService', true],
'App\\Repository\\Partage\\SousCategoryPartageRepository' => ['privates', 'App\\Repository\\Partage\\SousCategoryPartageRepository', 'getSousCategoryPartageRepositoryService', true],
'App\\Repository\\Partage\\ValidationAdhRepository' => ['privates', 'App\\Repository\\Partage\\ValidationAdhRepository', 'getValidationAdhRepositoryService', true],
'App\\Repository\\PopupExtraMasquerRepository' => ['privates', 'App\\Repository\\PopupExtraMasquerRepository', 'getPopupExtraMasquerRepositoryService', true],
'App\\Repository\\PopupExtraRepository' => ['privates', 'App\\Repository\\PopupExtraRepository', 'getPopupExtraRepositoryService', true],
'App\\Repository\\RegionRepository' => ['privates', 'App\\Repository\\RegionRepository', 'getRegionRepositoryService', true],
'App\\Repository\\Retrocession\\AnnonceRepository' => ['privates', 'App\\Repository\\Retrocession\\AnnonceRepository', 'getAnnonceRepositoryService', true],
'App\\Repository\\Retrocession\\PhotosRepository' => ['privates', 'App\\Repository\\Retrocession\\PhotosRepository', 'getPhotosRepositoryService', true],
'App\\Repository\\Retrocession\\RetrocessionMailsRepository' => ['privates', 'App\\Repository\\Retrocession\\RetrocessionMailsRepository', 'getRetrocessionMailsRepositoryService', true],
'App\\Repository\\Retrocession\\SuppressionRepository' => ['privates', 'App\\Repository\\Retrocession\\SuppressionRepository', 'getSuppressionRepositoryService', true],
'App\\Repository\\TeleversementThemesRepository' => ['privates', 'App\\Repository\\TeleversementThemesRepository', 'getTeleversementThemesRepositoryService', true],
'App\\Repository\\Televersement\\AccordConfidentialiteRepository' => ['privates', 'App\\Repository\\Televersement\\AccordConfidentialiteRepository', 'getAccordConfidentialiteRepositoryService', true],
'App\\Repository\\Televersement\\HistoriqueRepository' => ['privates', 'App\\Repository\\Televersement\\HistoriqueRepository', 'getHistoriqueRepository2Service', true],
'App\\Repository\\Televersement\\TeleversementHDSRepository' => ['privates', 'App\\Repository\\Televersement\\TeleversementHDSRepository', 'getTeleversementHDSRepositoryService', true],
'App\\Repository\\TraficMagasin\\ExceptionReportRepository' => ['privates', 'App\\Repository\\TraficMagasin\\ExceptionReportRepository', 'getExceptionReportRepositoryService', true],
'App\\Repository\\TraficMagasin\\NotifReportQueueRepository' => ['privates', 'App\\Repository\\TraficMagasin\\NotifReportQueueRepository', 'getNotifReportQueueRepositoryService', true],
'App\\Repository\\TraficMagasin\\NotifReportRepository' => ['privates', 'App\\Repository\\TraficMagasin\\NotifReportRepository', 'getNotifReportRepositoryService', true],
'App\\Repository\\TraficMagasin\\RdvOpcRepository' => ['privates', 'App\\Repository\\TraficMagasin\\RdvOpcRepository', 'getRdvOpcRepositoryService', true],
'App\\Repository\\User\\AdminUserRepository' => ['privates', 'App\\Repository\\User\\AdminUserRepository', 'getAdminUserRepositoryService', true],
'App\\Repository\\User\\UpdateUserRepository' => ['privates', 'App\\Repository\\User\\UpdateUserRepository', 'getUpdateUserRepositoryService', true],
'App\\Repository\\User\\UserCpltRepository' => ['privates', 'App\\Repository\\User\\UserCpltRepository', 'getUserCpltRepositoryService', true],
'App\\Repository\\User\\UserRepository' => ['privates', 'App\\Repository\\User\\UserRepository', 'getUserRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteMagasinRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteMagasinRepository', 'getVenteMagasinRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsAlertesRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsAlertesRepository', 'getVenteRechercheMagasinsAlertesRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsContactRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsContactRepository', 'getVenteRechercheMagasinsContactRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsPhotoRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsPhotoRepository', 'getVenteRechercheMagasinsPhotoRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsRepository', 'getVenteRechercheMagasinsRepositoryService', true],
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsSupressionRepository' => ['privates', 'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsSupressionRepository', 'getVenteRechercheMagasinsSupressionRepositoryService', true],
'App\\Repository\\VilleRepository' => ['privates', 'App\\Repository\\VilleRepository', 'getVilleRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeContenuRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeContenuRepository', 'getWebfactoryActualiteBibliothequeContenuRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeRepository', 'getWebfactoryActualiteBibliothequeRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryContenuRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryContenuRepository', 'getWebfactoryActualiteCategoryContenuRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryRepository', 'getWebfactoryActualiteCategoryRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteContenuRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteContenuRepository', 'getWebfactoryActualiteContenuRepositoryService', true],
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteRepository' => ['privates', 'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteRepository', 'getWebfactoryActualiteRepositoryService', true],
'App\\Repository\\Webfactory\\AnnouncementBarOptionRepository' => ['privates', 'App\\Repository\\Webfactory\\AnnouncementBarOptionRepository', 'getAnnouncementBarOptionRepositoryService', true],
'App\\Repository\\Webfactory\\AnnouncementBarRepository' => ['privates', 'App\\Repository\\Webfactory\\AnnouncementBarRepository', 'getAnnouncementBarRepositoryService', true],
'App\\Repository\\Webfactory\\CustomCssJsRepository' => ['privates', 'App\\Repository\\Webfactory\\CustomCssJsRepository', 'getCustomCssJsRepositoryService', true],
'App\\Repository\\Webfactory\\FactoryColorsRepository' => ['privates', 'App\\Repository\\Webfactory\\FactoryColorsRepository', 'getFactoryColorsRepositoryService', true],
'App\\Repository\\Webfactory\\NavigationRepository' => ['privates', 'App\\Repository\\Webfactory\\NavigationRepository', 'getNavigationRepositoryService', true],
'App\\Repository\\Webfactory\\Opc\\OpcDiplomeRepository' => ['privates', 'App\\Repository\\Webfactory\\Opc\\OpcDiplomeRepository', 'getOpcDiplomeRepositoryService', true],
'App\\Repository\\Webfactory\\Opc\\OpcImageRepository' => ['privates', 'App\\Repository\\Webfactory\\Opc\\OpcImageRepository', 'getOpcImageRepositoryService', true],
'App\\Repository\\Webfactory\\Opc\\OpcMarqueRepository' => ['privates', 'App\\Repository\\Webfactory\\Opc\\OpcMarqueRepository', 'getOpcMarqueRepositoryService', true],
'App\\Repository\\Webfactory\\Opc\\OpcServiceRepository' => ['privates', 'App\\Repository\\Webfactory\\Opc\\OpcServiceRepository', 'getOpcServiceRepositoryService', true],
'App\\Repository\\Webfactory\\Opc\\OpcSpecialiteRepository' => ['privates', 'App\\Repository\\Webfactory\\Opc\\OpcSpecialiteRepository', 'getOpcSpecialiteRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\AppointmentRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\AppointmentRepository', 'getAppointmentRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\BrandsRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\BrandsRepository', 'getBrandsRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\ChoiceStoreRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\ChoiceStoreRepository', 'getChoiceStoreRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\ContactRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\ContactRepository', 'getContactRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Classique\\IndexRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\IndexRepository', 'getIndexRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\MagasinRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\MagasinRepository', 'getMagasinRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Classique\\NewsRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\NewsRepository', 'getNewsRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\StoresListRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\StoresListRepository', 'getStoresListRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Classique\\TeamRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Classique\\TeamRepository', 'getTeamRepositoryService', true],
'App\\Repository\\Webfactory\\Page\\Createur\\AppointmentRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\AppointmentRepository', 'getAppointmentRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\BrandsRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\BrandsRepository', 'getBrandsRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\ChoiceStoreRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\ChoiceStoreRepository', 'getChoiceStoreRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\ContactRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\ContactRepository', 'getContactRepository3Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\IndexRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\IndexRepository', 'getIndexRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\MagasinRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\MagasinRepository', 'getMagasinRepository3Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\NewsRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\NewsRepository', 'getNewsRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\StoresListRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\StoresListRepository', 'getStoresListRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\Createur\\TeamRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\Createur\\TeamRepository', 'getTeamRepository2Service', true],
'App\\Repository\\Webfactory\\Page\\PageAbstractRepository' => ['privates', 'App\\Repository\\Webfactory\\Page\\PageAbstractRepository', 'getPageAbstractRepositoryService', true],
'App\\Repository\\Webfactory\\SeoVillesContenusRepository' => ['privates', 'App\\Repository\\Webfactory\\SeoVillesContenusRepository', 'getSeoVillesContenusRepositoryService', true],
'App\\Repository\\Webfactory\\SeoVillesRepository' => ['privates', 'App\\Repository\\Webfactory\\SeoVillesRepository', 'getSeoVillesRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryCustomBrandRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryCustomBrandRepository', 'getWebfactoryCustomBrandRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryCustomPageRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryCustomPageRepository', 'getWebfactoryCustomPageRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryFittingBoxImgRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryFittingBoxImgRepository', 'getWebfactoryFittingBoxImgRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryPageRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryPageRepository', 'getWebfactoryPageRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryThemeRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryThemeRepository', 'getWebfactoryThemeRepositoryService', true],
'App\\Repository\\Webfactory\\WebfactoryWidgetRepository' => ['privates', 'App\\Repository\\Webfactory\\WebfactoryWidgetRepository', 'getWebfactoryWidgetRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\BrandsRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\BrandsRepository', 'getBrandsRepository3Service', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\CustomTextRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\CustomTextRepository', 'getCustomTextRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\FaqRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\FaqRepository', 'getFaqRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\GalleryRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\GalleryRepository', 'getGalleryRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\MoreAboutRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\MoreAboutRepository', 'getMoreAboutRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\NotificationRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\NotificationRepository', 'getNotificationRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\PromoteRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\PromoteRepository', 'getPromoteRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\StorePresentationRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\StorePresentationRepository', 'getStorePresentationRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\TeamsRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\TeamsRepository', 'getTeamsRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Classique\\VerbatimRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Classique\\VerbatimRepository', 'getVerbatimRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\BrandsRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\BrandsRepository', 'getBrandsRepository4Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\CustomTextRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\CustomTextRepository', 'getCustomTextRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\FaqRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\FaqRepository', 'getFaqRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\GalleryRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\GalleryRepository', 'getGalleryRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\MoreAboutRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\MoreAboutRepository', 'getMoreAboutRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\NotificationRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\NotificationRepository', 'getNotificationRepository3Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\PromoteRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\PromoteRepository', 'getPromoteRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\StorePresentationRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\StorePresentationRepository', 'getStorePresentationRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\TeamsRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\TeamsRepository', 'getTeamsRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\Createur\\VerbatimRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\Createur\\VerbatimRepository', 'getVerbatimRepository2Service', true],
'App\\Repository\\Webfactory\\Widget\\FaqContenuRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\FaqContenuRepository', 'getFaqContenuRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\GeneralWidgetRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\GeneralWidgetRepository', 'getGeneralWidgetRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\SiteWebServiceRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\SiteWebServiceRepository', 'getSiteWebServiceRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\SiteWebSpecialiteRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\SiteWebSpecialiteRepository', 'getSiteWebSpecialiteRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\WidgetAbstractRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\WidgetAbstractRepository', 'getWidgetAbstractRepositoryService', true],
'App\\Repository\\Webfactory\\Widget\\WidgetServiceSpecialitiesRepository' => ['privates', 'App\\Repository\\Webfactory\\Widget\\WidgetServiceSpecialitiesRepository', 'getWidgetServiceSpecialitiesRepositoryService', true],
], [
'App\\Repository\\Adherent\\AdherentRepository' => '?',
'App\\Repository\\Adherent\\AdherentSortieRepository' => '?',
'App\\Repository\\Adherent\\Annuaire\\MagasinContactQualifierRepository' => '?',
'App\\Repository\\Adherent\\Annuaire\\MagasinContactRepository' => '?',
'App\\Repository\\Adherent\\BrandCategoryRepository' => '?',
'App\\Repository\\Adherent\\BrandFournisseurRepository' => '?',
'App\\Repository\\Adherent\\BrandPictureRepository' => '?',
'App\\Repository\\Adherent\\BrandRepository' => '?',
'App\\Repository\\Adherent\\ComplementRepository' => '?',
'App\\Repository\\Adherent\\EmployeRepository' => '?',
'App\\Repository\\Adherent\\GestionSiteRepository' => '?',
'App\\Repository\\Adherent\\Jauge\\JaugeAdherentDetailsRepository' => '?',
'App\\Repository\\Adherent\\Jauge\\JaugeAdherentRepository' => '?',
'App\\Repository\\Adherent\\Jauge\\JaugeFieldAdherentRepository' => '?',
'App\\Repository\\Adherent\\Jauge\\JaugeFieldRepository' => '?',
'App\\Repository\\Adherent\\MagasinAlertRepository' => '?',
'App\\Repository\\Adherent\\MagasinCollaborateurDiplomesRepository' => '?',
'App\\Repository\\Adherent\\MagasinCollaborateurFunctionRepository' => '?',
'App\\Repository\\Adherent\\MagasinCollaborateursRepository' => '?',
'App\\Repository\\Adherent\\MagasinCommunicationRepository' => '?',
'App\\Repository\\Adherent\\MagasinComplementsRepository' => '?',
'App\\Repository\\Adherent\\MagasinConsentementsRepository' => '?',
'App\\Repository\\Adherent\\MagasinConvictionRepository' => '?',
'App\\Repository\\Adherent\\MagasinCoordonneesRepository' => '?',
'App\\Repository\\Adherent\\MagasinEquipeRepository' => '?',
'App\\Repository\\Adherent\\MagasinHorairesExceptionnellesRepository' => '?',
'App\\Repository\\Adherent\\MagasinHorairesRepository' => '?',
'App\\Repository\\Adherent\\MagasinJuridiqueRepository' => '?',
'App\\Repository\\Adherent\\MagasinMarquesRepository' => '?',
'App\\Repository\\Adherent\\MagasinQrCodeRepository' => '?',
'App\\Repository\\Adherent\\MagasinRepository' => '?',
'App\\Repository\\Adherent\\MagasinReseauxRepository' => '?',
'App\\Repository\\Adherent\\MagasinServicesRepository' => '?',
'App\\Repository\\Adherent\\MagasinSocialMediaRepository' => '?',
'App\\Repository\\Adherent\\MagasinSpecialitesRepository' => '?',
'App\\Repository\\Adherent\\MagasinUrlRedirectRepository' => '?',
'App\\Repository\\Adherent\\MagasinUrlRepository' => '?',
'App\\Repository\\Adherent\\OperateursRemboursementRepository' => '?',
'App\\Repository\\Adherent\\PlateformDiffusionRepository' => '?',
'App\\Repository\\Adherent\\ReseauxRepository' => '?',
'App\\Repository\\Adherent\\ServiceRepository' => '?',
'App\\Repository\\Adherent\\SpecialiteRepository' => '?',
'App\\Repository\\Adherent\\TypeCoordonneesRepository' => '?',
'App\\Repository\\Adherent\\TypeServiceRepository' => '?',
'App\\Repository\\Adherent\\WebFactoryConsentementRepository' => '?',
'App\\Repository\\Agenda\\CalendrierRepository' => '?',
'App\\Repository\\Agenda\\EventFormulaireRepository' => '?',
'App\\Repository\\Agenda\\EventInscriptionRepository' => '?',
'App\\Repository\\Alertes\\MagasinMarquesAlertesRepository' => '?',
'App\\Repository\\BrandExceptionCategoryRepository' => '?',
'App\\Repository\\BugRecetteRepository' => '?',
'App\\Repository\\CategoryDiffusionRepository' => '?',
'App\\Repository\\ConfigEadh\\CategoryPopoverRepository' => '?',
'App\\Repository\\ConfigEadh\\PopoverRepository' => '?',
'App\\Repository\\ContactRepository' => '?',
'App\\Repository\\ContactThemeCanalRepository' => '?',
'App\\Repository\\ContactThemeRepository' => '?',
'App\\Repository\\CountryRepository' => '?',
'App\\Repository\\Crm\\CrmExceptionRepository' => '?',
'App\\Repository\\Crm\\CrmResponseIaRepository' => '?',
'App\\Repository\\Crm\\CrmSettingsRepository' => '?',
'App\\Repository\\CustomAdminRepository' => '?',
'App\\Repository\\DepartementRepository' => '?',
'App\\Repository\\EspaceFournisseur\\PubRepository' => '?',
'App\\Repository\\EvenementsGroupeAll\\AvisEvenementRepository' => '?',
'App\\Repository\\EvenementsGroupeAll\\ImgEvenementRepository' => '?',
'App\\Repository\\Facturation\\EcheanceRepository' => '?',
'App\\Repository\\Facturation\\EntSynRepository' => '?',
'App\\Repository\\Facturation\\FamSynRepository' => '?',
'App\\Repository\\Facturation\\LigSynRepository' => '?',
'App\\Repository\\Facturation\\RelBqRepository' => '?',
'App\\Repository\\Faq\\FaqCategoryRepository' => '?',
'App\\Repository\\Faq\\FaqQuestionReponseRepository' => '?',
'App\\Repository\\Faq\\FaqUsefullCommentRepository' => '?',
'App\\Repository\\FormOphta\\FormOphtaAdhRepository' => '?',
'App\\Repository\\FormOphta\\FormOphtaListRepository' => '?',
'App\\Repository\\HistoriqueRepository' => '?',
'App\\Repository\\ImagePartnerRepository' => '?',
'App\\Repository\\Image\\ImageRepository' => '?',
'App\\Repository\\Kpi\\KpiObjectifsRepository' => '?',
'App\\Repository\\Kpi\\KpiParametersRepository' => '?',
'App\\Repository\\ListeDiffusionRepository' => '?',
'App\\Repository\\Message\\MessageReadedRepository' => '?',
'App\\Repository\\Message\\MessageRepository' => '?',
'App\\Repository\\MyBooster\\MyBoosterObjectifRepository' => '?',
'App\\Repository\\MyBooster\\MyBoosterPanierRepository' => '?',
'App\\Repository\\MyBooster\\MyBoosterPanierSolutionRepository' => '?',
'App\\Repository\\MyBooster\\MyBoosterSolutionRepository' => '?',
'App\\Repository\\News\\ArticleRepository' => '?',
'App\\Repository\\News\\CategoryArtRepository' => '?',
'App\\Repository\\NotificationCategoryRepository' => '?',
'App\\Repository\\Notifications\\NotificationRepository' => '?',
'App\\Repository\\OffresConso\\OffreInscriptionRepository' => '?',
'App\\Repository\\OffresConso\\OffreWebRepository' => '?',
'App\\Repository\\OffresConso\\RR2019Repository' => '?',
'App\\Repository\\OperationFournisseur\\OperationContentRepository' => '?',
'App\\Repository\\OperationFournisseur\\OperationsFrsInscriptionRepository' => '?',
'App\\Repository\\OperationFournisseur\\OperationsFrsListRepository' => '?',
'App\\Repository\\OperationFournisseur\\OperationsFrsRepository' => '?',
'App\\Repository\\Partage\\CategoryPartageRepository' => '?',
'App\\Repository\\Partage\\FilePartageRepository' => '?',
'App\\Repository\\Partage\\SousCategoryPartageRepository' => '?',
'App\\Repository\\Partage\\ValidationAdhRepository' => '?',
'App\\Repository\\PopupExtraMasquerRepository' => '?',
'App\\Repository\\PopupExtraRepository' => '?',
'App\\Repository\\RegionRepository' => '?',
'App\\Repository\\Retrocession\\AnnonceRepository' => '?',
'App\\Repository\\Retrocession\\PhotosRepository' => '?',
'App\\Repository\\Retrocession\\RetrocessionMailsRepository' => '?',
'App\\Repository\\Retrocession\\SuppressionRepository' => '?',
'App\\Repository\\TeleversementThemesRepository' => '?',
'App\\Repository\\Televersement\\AccordConfidentialiteRepository' => '?',
'App\\Repository\\Televersement\\HistoriqueRepository' => '?',
'App\\Repository\\Televersement\\TeleversementHDSRepository' => '?',
'App\\Repository\\TraficMagasin\\ExceptionReportRepository' => '?',
'App\\Repository\\TraficMagasin\\NotifReportQueueRepository' => '?',
'App\\Repository\\TraficMagasin\\NotifReportRepository' => '?',
'App\\Repository\\TraficMagasin\\RdvOpcRepository' => '?',
'App\\Repository\\User\\AdminUserRepository' => '?',
'App\\Repository\\User\\UpdateUserRepository' => '?',
'App\\Repository\\User\\UserCpltRepository' => '?',
'App\\Repository\\User\\UserRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteMagasinRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsAlertesRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsContactRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsPhotoRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsRepository' => '?',
'App\\Repository\\VenteRechercheMagasins\\VenteRechercheMagasinsSupressionRepository' => '?',
'App\\Repository\\VilleRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeContenuRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteBibliothequeRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryContenuRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteCategoryRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteContenuRepository' => '?',
'App\\Repository\\Webfactory\\Actualites\\WebfactoryActualiteRepository' => '?',
'App\\Repository\\Webfactory\\AnnouncementBarOptionRepository' => '?',
'App\\Repository\\Webfactory\\AnnouncementBarRepository' => '?',
'App\\Repository\\Webfactory\\CustomCssJsRepository' => '?',
'App\\Repository\\Webfactory\\FactoryColorsRepository' => '?',
'App\\Repository\\Webfactory\\NavigationRepository' => '?',
'App\\Repository\\Webfactory\\Opc\\OpcDiplomeRepository' => '?',
'App\\Repository\\Webfactory\\Opc\\OpcImageRepository' => '?',
'App\\Repository\\Webfactory\\Opc\\OpcMarqueRepository' => '?',
'App\\Repository\\Webfactory\\Opc\\OpcServiceRepository' => '?',
'App\\Repository\\Webfactory\\Opc\\OpcSpecialiteRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\AppointmentRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\BrandsRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\ChoiceStoreRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\ContactRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\IndexRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\MagasinRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\NewsRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\StoresListRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Classique\\TeamRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\AppointmentRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\BrandsRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\ChoiceStoreRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\ContactRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\IndexRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\MagasinRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\NewsRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\StoresListRepository' => '?',
'App\\Repository\\Webfactory\\Page\\Createur\\TeamRepository' => '?',
'App\\Repository\\Webfactory\\Page\\PageAbstractRepository' => '?',
'App\\Repository\\Webfactory\\SeoVillesContenusRepository' => '?',
'App\\Repository\\Webfactory\\SeoVillesRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryCustomBrandRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryCustomPageRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryFittingBoxImgRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryPageRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryThemeRepository' => '?',
'App\\Repository\\Webfactory\\WebfactoryWidgetRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\BrandsRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\CustomTextRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\FaqRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\GalleryRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\MoreAboutRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\NotificationRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\PromoteRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\StorePresentationRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\TeamsRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Classique\\VerbatimRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\BrandsRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\CustomTextRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\FaqRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\GalleryRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\MoreAboutRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\NotificationRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\PromoteRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\StorePresentationRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\TeamsRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\Createur\\VerbatimRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\FaqContenuRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\GeneralWidgetRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\SiteWebServiceRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\SiteWebSpecialiteRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\WidgetAbstractRepository' => '?',
'App\\Repository\\Webfactory\\Widget\\WidgetServiceSpecialitiesRepository' => '?',
])));
$a->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$a->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
$a->addCustomStringFunction('GROUP_CONCAT', 'App\\DQL\\GroupConcat');
$a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = 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('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\CrmAccessListener'] ?? $this->getCrmAccessListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onKernelRequest'], 34);
$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('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('security.switch_user', [0 => function () {
return ($this->privates['App\\EventListener\\SwitchUserSubscriber'] ?? ($this->privates['App\\EventListener\\SwitchUserSubscriber'] = new \App\EventListener\SwitchUserSubscriber()));
}, 1 => 'onSwitchUser'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ApiFactorySubscriber'] ?? $this->getApiFactorySubscriberService());
}, 1 => 'onKernelController'], 33);
$instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'addUser'], 0);
$instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
}, 1 => 'updateUser'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'] ?? $this->getExerciceKpiSuscriberService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
}, 1 => 'onKernelRequest'], 33);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber()));
}, 1 => 'onLogoutEvent'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PDOExceptionSubscriber'] ?? $this->load('getPDOExceptionSubscriberService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PreRouterSubscriber'] ?? $this->getPreRouterSubscriberService());
}, 1 => 'onKernelRequest'], 33);
$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->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\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('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$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('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('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('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('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'handleLegacyEaContext'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelController'], 128);
$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.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 10)), ($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.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.GXLTvxy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GXLTvxyService()
{
return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private 'App\EventListener\CrmAccessListener' shared autowired service.
*
* @return \App\EventListener\CrmAccessListener
*/
protected function getCrmAccessListenerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventListener\\CrmAccessListener'])) {
return $this->privates['App\\EventListener\\CrmAccessListener'];
}
return $this->privates['App\\EventListener\\CrmAccessListener'] = new \App\EventListener\CrmAccessListener(($this->services['router'] ?? $this->getRouterService()), $a);
}
/**
* 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($this->parameters['maintenance'], $this, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), $a);
}
/**
* Gets the private 'App\EventSubscriber\ApiFactorySubscriber' shared autowired service.
*
* @return \App\EventSubscriber\ApiFactorySubscriber
*/
protected function getApiFactorySubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\ApiFactorySubscriber'])) {
return $this->privates['App\\EventSubscriber\\ApiFactorySubscriber'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\ApiFactorySubscriber'])) {
return $this->privates['App\\EventSubscriber\\ApiFactorySubscriber'];
}
return $this->privates['App\\EventSubscriber\\ApiFactorySubscriber'] = new \App\EventSubscriber\ApiFactorySubscriber(($this->privates['App\\Manager\\WsProgressManager'] ?? $this->getWsProgressManagerService()), ($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'] ?? $this->getWebfactoryManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, $b, ($this->privates['App\\Manager\\DatasProgress'] ?? $this->getDatasProgressService()));
}
/**
* Gets the private 'App\EventSubscriber\ExerciceKpiSuscriber' shared autowired service.
*
* @return \App\EventSubscriber\ExerciceKpiSuscriber
*/
protected function getExerciceKpiSuscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'])) {
return $this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'])) {
return $this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'];
}
return $this->privates['App\\EventSubscriber\\ExerciceKpiSuscriber'] = new \App\EventSubscriber\ExerciceKpiSuscriber($a, $b);
}
/**
* Gets the private 'App\EventSubscriber\PreRouterSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\PreRouterSubscriber
*/
protected function getPreRouterSubscriberService()
{
return $this->privates['App\\EventSubscriber\\PreRouterSubscriber'] = new \App\EventSubscriber\PreRouterSubscriber(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Helper\Factory\FactoryHelper' shared autowired service.
*
* @return \App\Helper\Factory\FactoryHelper
*/
protected function getFactoryHelperService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Helper\\Factory\\FactoryHelper'])) {
return $this->privates['App\\Helper\\Factory\\FactoryHelper'];
}
return $this->privates['App\\Helper\\Factory\\FactoryHelper'] = new \App\Helper\Factory\FactoryHelper($a);
}
/**
* Gets the private 'App\Manager\DatasProgress' shared autowired service.
*
* @return \App\Manager\DatasProgress
*/
protected function getDatasProgressService()
{
$a = ($this->privates['App\\Manager\\WsProgressManager'] ?? $this->getWsProgressManagerService());
if (isset($this->privates['App\\Manager\\DatasProgress'])) {
return $this->privates['App\\Manager\\DatasProgress'];
}
return $this->privates['App\\Manager\\DatasProgress'] = new \App\Manager\DatasProgress($a);
}
/**
* Gets the private 'App\Manager\Webfactory\WebfactoryManager' shared autowired service.
*
* @return \App\Manager\Webfactory\WebfactoryManager
*/
protected function getWebfactoryManagerService()
{
$a = ($this->privates['App\\Manager\\WsProgressManager'] ?? $this->getWsProgressManagerService());
if (isset($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'])) {
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'])) {
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'])) {
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'];
}
$d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'])) {
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'];
}
$e = ($this->privates['App\\Helper\\Factory\\FactoryHelper'] ?? $this->getFactoryHelperService());
if (isset($this->privates['App\\Manager\\Webfactory\\WebfactoryManager'])) {
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'];
}
return $this->privates['App\\Manager\\Webfactory\\WebfactoryManager'] = new \App\Manager\Webfactory\WebfactoryManager(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, $b, $c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $d, $e, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Manager\WsProgressManager' shared autowired service.
*
* @return \App\Manager\WsProgressManager
*/
protected function getWsProgressManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\WsProgressManager'])) {
return $this->privates['App\\Manager\\WsProgressManager'];
}
return $this->privates['App\\Manager\\WsProgressManager'] = new \App\Manager\WsProgressManager(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this, $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
*/
protected function getAdminRouterSubscriberService()
{
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['router'] ?? $this->getRouterService());
$e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', $c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c, $d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e, $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, $b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
*/
protected function getActionFactoryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
*/
protected function getControllerFactoryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
*/
protected function getEntityFactoryService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
}, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
*/
protected function getAdminContextProviderService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
*/
protected function getCrudControllerRegistryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [0 => 'App\\Controller\\Admin\\AdherentModificationCrudController', 1 => 'App\\Controller\\Admin\\AdminUserCrudController', 2 => 'App\\Controller\\Admin\\ArticleCrudController', 3 => 'App\\Controller\\Admin\\BrandCategoryCrudController', 4 => 'App\\Controller\\Admin\\BrandCrudController', 5 => 'App\\Controller\\Admin\\BrandExceptionCategoryCrudController', 6 => 'App\\Controller\\Admin\\BrandFournisseurCrudController', 7 => 'App\\Controller\\Admin\\BrandPictureCrudController', 8 => 'App\\Controller\\Admin\\CalendrierCrudController', 9 => 'App\\Controller\\Admin\\CategoryPartageCrudController', 10 => 'App\\Controller\\Admin\\CategoryPopoverCrudController', 11 => 'App\\Controller\\Admin\\ContactThemeCrudController', 12 => 'App\\Controller\\Admin\\CountryCrudController', 13 => 'App\\Controller\\Admin\\EventFormulaireCrudController', 14 => 'App\\Controller\\Admin\\EventInscriptionCrudController', 15 => 'App\\Controller\\Admin\\FaqCategoryCrudController', 16 => 'App\\Controller\\Admin\\FaqQuestionReponseCrudController', 17 => 'App\\Controller\\Admin\\FicheGeneralCrudController', 18 => 'App\\Controller\\Admin\\FilePartageCrudController', 19 => 'App\\Controller\\Admin\\FormOphtaAdhCrudController', 20 => 'App\\Controller\\Admin\\FormOphtaListCrudController', 21 => 'App\\Controller\\Admin\\ImageCrudController', 22 => 'App\\Controller\\Admin\\ImageGeneriqueCrudController', 23 => 'App\\Controller\\Admin\\ImgTypeCrudController', 24 => 'App\\Controller\\Admin\\JaugeAdherentCrudController', 25 => 'App\\Controller\\Admin\\JaugeFieldCrudController', 26 => 'App\\Controller\\Admin\\ListeDiffusionCrudController', 27 => 'App\\Controller\\Admin\\MagasinContactCrudController', 28 => 'App\\Controller\\Admin\\MagasinConvictionCrudController', 29 => 'App\\Controller\\Admin\\NotificationCrudController', 30 => 'App\\Controller\\Admin\\OffreInscriptionCrudController', 31 => 'App\\Controller\\Admin\\OffreWebCrudController', 32 => 'App\\Controller\\Admin\\OperateursRemboursementCrudController', 33 => 'App\\Controller\\Admin\\OperationContentCrudController', 34 => 'App\\Controller\\Admin\\OperationsFrsCrudController', 35 => 'App\\Controller\\Admin\\OperationsFrsInscriptionCrudController', 36 => 'App\\Controller\\Admin\\OperationsFrsListCrudController', 37 => 'App\\Controller\\Admin\\PhotosCrmCrudController', 38 => 'App\\Controller\\Admin\\PopoverCrudController', 39 => 'App\\Controller\\Admin\\PopupExtraCrudController', 40 => 'App\\Controller\\Admin\\PubCrudController', 41 => 'App\\Controller\\Admin\\RdvOpcCrudController', 42 => 'App\\Controller\\Admin\\ReseauxCrudController', 43 => 'App\\Controller\\Admin\\SeoVillesCrudController', 44 => 'App\\Controller\\Admin\\SousCategoryPartageCrudController', 45 => 'App\\Controller\\Admin\\TeleversementThemeCrudController', 46 => 'App\\Controller\\Admin\\VenteMagasinCrudController', 47 => 'App\\Controller\\Admin\\WebfactoryActualiteBibliothequeCrudController', 48 => 'App\\Controller\\Admin\\WebfactoryActualiteCategoryCrudController']);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
*/
protected function getAdminUrlGeneratorService()
{
$this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [0 => 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
};
return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getAuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* 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'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
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('1Nln61Q-oC', 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.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('16WwXyQwOT', 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('AFHKOeQpnc', 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('ovD287PLxx', 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('XgwGwLVHOI', 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('grOwt23Bd7', 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('bdWFlATRxW', 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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.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.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
}, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$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.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\Entity\\ArticleDeleteListener' => ['privates', 'App\\EventListener\\Entity\\ArticleDeleteListener', 'getArticleDeleteListenerService', 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],
], [
'App\\EventListener\\Entity\\ArticleDeleteListener' => '?',
'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' => '?',
]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'postRemove'], 1 => 'App\\EventListener\\Entity\\ArticleDeleteListener'], 5 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
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, [
'App\\Form\\Admin\\AdminWebfactoryActualiteBibliothequeContenuType' => ['privates', 'App\\Form\\Admin\\AdminWebfactoryActualiteBibliothequeContenuType', 'getAdminWebfactoryActualiteBibliothequeContenuTypeService', true],
'App\\Form\\Admin\\AdminWebfactoryActualiteCategoryContenuType' => ['privates', 'App\\Form\\Admin\\AdminWebfactoryActualiteCategoryContenuType', 'getAdminWebfactoryActualiteCategoryContenuTypeService', true],
'App\\Form\\Admin\\ContactThemeCanalType' => ['privates', 'App\\Form\\Admin\\ContactThemeCanalType', 'getContactThemeCanalTypeService', true],
'App\\Form\\Admin\\CrmFileType' => ['privates', 'App\\Form\\Admin\\CrmFileType', 'getCrmFileTypeService', true],
'App\\Form\\Admin\\NotificationType' => ['privates', 'App\\Form\\Admin\\NotificationType', 'getNotificationTypeService', true],
'App\\Form\\Admin\\PhotosCrmType' => ['privates', 'App\\Form\\Admin\\PhotosCrmType', 'getPhotosCrmTypeService', true],
'App\\Form\\BLLoginFormType' => ['privates', 'App\\Form\\BLLoginFormType', 'getBLLoginFormTypeService', true],
'App\\Form\\Crm\\CorfiasType' => ['privates', 'App\\Form\\Crm\\CorfiasType', 'getCorfiasTypeService', true],
'App\\Form\\Crm\\CrmAccordType' => ['privates', 'App\\Form\\Crm\\CrmAccordType', 'getCrmAccordTypeService', true],
'App\\Form\\Crm\\CrmClientType' => ['privates', 'App\\Form\\Crm\\CrmClientType', 'getCrmClientTypeService', true],
'App\\Form\\Crm\\CrmFileType' => ['privates', 'App\\Form\\Crm\\CrmFileType', 'getCrmFileType2Service', true],
'App\\Form\\Crm\\CrmOptionsType' => ['privates', 'App\\Form\\Crm\\CrmOptionsType', 'getCrmOptionsTypeService', true],
'App\\Form\\Crm\\CrmTeleversementFileType' => ['privates', 'App\\Form\\Crm\\CrmTeleversementFileType', 'getCrmTeleversementFileTypeService', true],
'App\\Form\\Crm\\Satisfaction1ManeoType' => ['privates', 'App\\Form\\Crm\\Satisfaction1ManeoType', 'getSatisfaction1ManeoTypeService', true],
'App\\Form\\Crm\\Satisfaction1Type' => ['privates', 'App\\Form\\Crm\\Satisfaction1Type', 'getSatisfaction1TypeService', true],
'App\\Form\\Crm\\Satisfaction2Type' => ['privates', 'App\\Form\\Crm\\Satisfaction2Type', 'getSatisfaction2TypeService', true],
'App\\Form\\Crm\\Satisfaction_equipementType' => ['privates', 'App\\Form\\Crm\\Satisfaction_equipementType', 'getSatisfactionEquipementTypeService', true],
'App\\Form\\Crm\\SettingsType' => ['privates', 'App\\Form\\Crm\\SettingsType', 'getSettingsTypeService', true],
'App\\Form\\Employe\\EmployeType' => ['privates', 'App\\Form\\Employe\\EmployeType', 'getEmployeTypeService', true],
'App\\Form\\EngagementType' => ['privates', 'App\\Form\\EngagementType', 'getEngagementTypeService', true],
'App\\Form\\EvenementsGroupeAll\\avisEvenementType' => ['privates', 'App\\Form\\EvenementsGroupeAll\\avisEvenementType', 'getAvisEvenementTypeService', true],
'App\\Form\\FaqUsefullCommentType' => ['privates', 'App\\Form\\FaqUsefullCommentType', 'getFaqUsefullCommentTypeService', true],
'App\\Form\\FilePartageType' => ['privates', 'App\\Form\\FilePartageType', 'getFilePartageTypeService', true],
'App\\Form\\FormOphta\\FormOphtaAdhType' => ['privates', 'App\\Form\\FormOphta\\FormOphtaAdhType', 'getFormOphtaAdhTypeService', true],
'App\\Form\\FormOphta\\FormOphtaListType' => ['privates', 'App\\Form\\FormOphta\\FormOphtaListType', 'getFormOphtaListTypeService', true],
'App\\Form\\FormOphta\\FormOphtaType' => ['privates', 'App\\Form\\FormOphta\\FormOphtaType', 'getFormOphtaTypeService', true],
'App\\Form\\Form\\WebinarEadh2021Type' => ['privates', 'App\\Form\\Form\\WebinarEadh2021Type', 'getWebinarEadh2021TypeService', true],
'App\\Form\\ImagePartnerType' => ['privates', 'App\\Form\\ImagePartnerType', 'getImagePartnerTypeService', true],
'App\\Form\\Image\\ImageGeneriqueType' => ['privates', 'App\\Form\\Image\\ImageGeneriqueType', 'getImageGeneriqueTypeService', true],
'App\\Form\\Image\\ImageType' => ['privates', 'App\\Form\\Image\\ImageType', 'getImageTypeService', true],
'App\\Form\\Image\\ImageUploadType' => ['privates', 'App\\Form\\Image\\ImageUploadType', 'getImageUploadTypeService', true],
'App\\Form\\Image\\ImgPublicationType' => ['privates', 'App\\Form\\Image\\ImgPublicationType', 'getImgPublicationTypeService', true],
'App\\Form\\Image\\ImgTypeType' => ['privates', 'App\\Form\\Image\\ImgTypeType', 'getImgTypeTypeService', true],
'App\\Form\\Image\\QualificationImageType' => ['privates', 'App\\Form\\Image\\QualificationImageType', 'getQualificationImageTypeService', true],
'App\\Form\\Kpi\\ObjectifsType' => ['privates', 'App\\Form\\Kpi\\ObjectifsType', 'getObjectifsTypeService', true],
'App\\Form\\Kpi\\ParametersKpiType' => ['privates', 'App\\Form\\Kpi\\ParametersKpiType', 'getParametersKpiTypeService', true],
'App\\Form\\ListeDiffusionType' => ['privates', 'App\\Form\\ListeDiffusionType', 'getListeDiffusionTypeService', true],
'App\\Form\\Magasin\\AdministratifCoordonneesType' => ['privates', 'App\\Form\\Magasin\\AdministratifCoordonneesType', 'getAdministratifCoordonneesTypeService', true],
'App\\Form\\Magasin\\AvisGmbType' => ['privates', 'App\\Form\\Magasin\\AvisGmbType', 'getAvisGmbTypeService', true],
'App\\Form\\Magasin\\BrandDetailsType' => ['privates', 'App\\Form\\Magasin\\BrandDetailsType', 'getBrandDetailsTypeService', true],
'App\\Form\\Magasin\\Contacts\\ConsentementCanauxType' => ['privates', 'App\\Form\\Magasin\\Contacts\\ConsentementCanauxType', 'getConsentementCanauxTypeService', true],
'App\\Form\\Magasin\\Contacts\\DisponibilitesType' => ['privates', 'App\\Form\\Magasin\\Contacts\\DisponibilitesType', 'getDisponibilitesTypeService', true],
'App\\Form\\Magasin\\Contacts\\MagasinContactCanalType' => ['privates', 'App\\Form\\Magasin\\Contacts\\MagasinContactCanalType', 'getMagasinContactCanalTypeService', true],
'App\\Form\\Magasin\\Contacts\\MagasinContactDisponibilitesType' => ['privates', 'App\\Form\\Magasin\\Contacts\\MagasinContactDisponibilitesType', 'getMagasinContactDisponibilitesTypeService', true],
'App\\Form\\Magasin\\Contacts\\MagasinContactEmailType' => ['privates', 'App\\Form\\Magasin\\Contacts\\MagasinContactEmailType', 'getMagasinContactEmailTypeService', true],
'App\\Form\\Magasin\\Contacts\\MagasinContactType' => ['privates', 'App\\Form\\Magasin\\Contacts\\MagasinContactType', 'getMagasinContactTypeService', true],
'App\\Form\\Magasin\\Contacts\\MagasinContactValueType' => ['privates', 'App\\Form\\Magasin\\Contacts\\MagasinContactValueType', 'getMagasinContactValueTypeService', true],
'App\\Form\\Magasin\\Contacts\\PreferencesTelephoniquesType' => ['privates', 'App\\Form\\Magasin\\Contacts\\PreferencesTelephoniquesType', 'getPreferencesTelephoniquesTypeService', true],
'App\\Form\\Magasin\\ConvictionType' => ['privates', 'App\\Form\\Magasin\\ConvictionType', 'getConvictionTypeService', true],
'App\\Form\\Magasin\\CoordonneesType' => ['privates', 'App\\Form\\Magasin\\CoordonneesType', 'getCoordonneesTypeService', true],
'App\\Form\\Magasin\\Equipe\\CollaborateurDiplomeType' => ['privates', 'App\\Form\\Magasin\\Equipe\\CollaborateurDiplomeType', 'getCollaborateurDiplomeTypeService', true],
'App\\Form\\Magasin\\Equipe\\CollaborateurType' => ['privates', 'App\\Form\\Magasin\\Equipe\\CollaborateurType', 'getCollaborateurTypeService', true],
'App\\Form\\Magasin\\Equipe\\MagasinCollaborateursType' => ['privates', 'App\\Form\\Magasin\\Equipe\\MagasinCollaborateursType', 'getMagasinCollaborateursTypeService', true],
'App\\Form\\Magasin\\Equipe\\MagasinEquipeType' => ['privates', 'App\\Form\\Magasin\\Equipe\\MagasinEquipeType', 'getMagasinEquipeTypeService', true],
'App\\Form\\Magasin\\HorairesExceptionnellesType' => ['privates', 'App\\Form\\Magasin\\HorairesExceptionnellesType', 'getHorairesExceptionnellesTypeService', true],
'App\\Form\\Magasin\\HorairesType' => ['privates', 'App\\Form\\Magasin\\HorairesType', 'getHorairesTypeService', true],
'App\\Form\\Magasin\\Individu\\AnnuaireType' => ['privates', 'App\\Form\\Magasin\\Individu\\AnnuaireType', 'getAnnuaireTypeService', true],
'App\\Form\\Magasin\\Individu\\IndivType' => ['privates', 'App\\Form\\Magasin\\Individu\\IndivType', 'getIndivTypeService', true],
'App\\Form\\Magasin\\Individu\\IndividuMailType' => ['privates', 'App\\Form\\Magasin\\Individu\\IndividuMailType', 'getIndividuMailTypeService', true],
'App\\Form\\Magasin\\Individu\\IndividuTelType' => ['privates', 'App\\Form\\Magasin\\Individu\\IndividuTelType', 'getIndividuTelTypeService', true],
'App\\Form\\Magasin\\Individu\\MyProfilType' => ['privates', 'App\\Form\\Magasin\\Individu\\MyProfilType', 'getMyProfilTypeService', true],
'App\\Form\\Magasin\\Individu\\OwnerType' => ['privates', 'App\\Form\\Magasin\\Individu\\OwnerType', 'getOwnerTypeService', true],
'App\\Form\\Magasin\\MagasinCoordonneesType' => ['privates', 'App\\Form\\Magasin\\MagasinCoordonneesType', 'getMagasinCoordonneesTypeService', true],
'App\\Form\\Magasin\\MagasinHorairesType' => ['privates', 'App\\Form\\Magasin\\MagasinHorairesType', 'getMagasinHorairesTypeService', true],
'App\\Form\\Magasin\\MagasinJuridiqueType' => ['privates', 'App\\Form\\Magasin\\MagasinJuridiqueType', 'getMagasinJuridiqueTypeService', true],
'App\\Form\\Magasin\\MagasinMarquesType' => ['privates', 'App\\Form\\Magasin\\MagasinMarquesType', 'getMagasinMarquesTypeService', true],
'App\\Form\\Magasin\\MagasinReseauxOperateursType' => ['privates', 'App\\Form\\Magasin\\MagasinReseauxOperateursType', 'getMagasinReseauxOperateursTypeService', true],
'App\\Form\\Magasin\\MagasinReseauxType' => ['privates', 'App\\Form\\Magasin\\MagasinReseauxType', 'getMagasinReseauxTypeService', true],
'App\\Form\\Magasin\\MagasinSocialMediaType' => ['privates', 'App\\Form\\Magasin\\MagasinSocialMediaType', 'getMagasinSocialMediaTypeService', true],
'App\\Form\\Magasin\\MagasinUrlType' => ['privates', 'App\\Form\\Magasin\\MagasinUrlType', 'getMagasinUrlTypeService', true],
'App\\Form\\Magasin\\ServicesSpecialitesComplementsType' => ['privates', 'App\\Form\\Magasin\\ServicesSpecialitesComplementsType', 'getServicesSpecialitesComplementsTypeService', true],
'App\\Form\\Magasin\\WantFacturePapierType' => ['privates', 'App\\Form\\Magasin\\WantFacturePapierType', 'getWantFacturePapierTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcDiplomesFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcDiplomesFormType', 'getOpcDiplomesFormTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcImageFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcImageFormType', 'getOpcImageFormTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcMarqueFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcMarqueFormType', 'getOpcMarqueFormTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcServicesFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcServicesFormType', 'getOpcServicesFormTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcServicesSpecialitesFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcServicesSpecialitesFormType', 'getOpcServicesSpecialitesFormTypeService', true],
'App\\Form\\Magasin\\espace_partenaire\\OpcSpecialitesFormType' => ['privates', 'App\\Form\\Magasin\\espace_partenaire\\OpcSpecialitesFormType', 'getOpcSpecialitesFormTypeService', true],
'App\\Form\\MarqueType' => ['privates', 'App\\Form\\MarqueType', 'getMarqueTypeService', true],
'App\\Form\\PalierType' => ['privates', 'App\\Form\\PalierType', 'getPalierTypeService', true],
'App\\Form\\PeriodeType' => ['privates', 'App\\Form\\PeriodeType', 'getPeriodeTypeService', true],
'App\\Form\\PeriodeTypeBL' => ['privates', 'App\\Form\\PeriodeTypeBL', 'getPeriodeTypeBLService', true],
'App\\Form\\Retrocession\\AnnonceType' => ['privates', 'App\\Form\\Retrocession\\AnnonceType', 'getAnnonceTypeService', true],
'App\\Form\\Televersement\\ImportOptionsExceptionType' => ['privates', 'App\\Form\\Televersement\\ImportOptionsExceptionType', 'getImportOptionsExceptionTypeService', true],
'App\\Form\\Televersement\\ImportOptionsType' => ['privates', 'App\\Form\\Televersement\\ImportOptionsType', 'getImportOptionsTypeService', true],
'App\\Form\\TraficMagasin\\RdvOpcAConfirmerType' => ['privates', 'App\\Form\\TraficMagasin\\RdvOpcAConfirmerType', 'getRdvOpcAConfirmerTypeService', true],
'App\\Form\\TraficMagasin\\RdvOpcAHonorerType' => ['privates', 'App\\Form\\TraficMagasin\\RdvOpcAHonorerType', 'getRdvOpcAHonorerTypeService', true],
'App\\Form\\TraficMagasin\\RdvOpcHistoriqueType' => ['privates', 'App\\Form\\TraficMagasin\\RdvOpcHistoriqueType', 'getRdvOpcHistoriqueTypeService', true],
'App\\Form\\TraficMagasin\\RdvOpcType' => ['privates', 'App\\Form\\TraficMagasin\\RdvOpcType', 'getRdvOpcTypeService', true],
'App\\Form\\User\\AdherentModificationType' => ['privates', 'App\\Form\\User\\AdherentModificationType', 'getAdherentModificationTypeService', true],
'App\\Form\\User\\DiplomeType' => ['privates', 'App\\Form\\User\\DiplomeType', 'getDiplomeTypeService', true],
'App\\Form\\User\\FicheCanalsType' => ['privates', 'App\\Form\\User\\FicheCanalsType', 'getFicheCanalsTypeService', true],
'App\\Form\\User\\FicheDiplomeType' => ['privates', 'App\\Form\\User\\FicheDiplomeType', 'getFicheDiplomeTypeService', true],
'App\\Form\\User\\FicheGeneralType' => ['privates', 'App\\Form\\User\\FicheGeneralType', 'getFicheGeneralTypeService', true],
'App\\Form\\User\\FicheServicesType' => ['privates', 'App\\Form\\User\\FicheServicesType', 'getFicheServicesTypeService', true],
'App\\Form\\User\\GeneralType' => ['privates', 'App\\Form\\User\\GeneralType', 'getGeneralTypeService', true],
'App\\Form\\User\\MarquesType' => ['privates', 'App\\Form\\User\\MarquesType', 'getMarquesTypeService', true],
'App\\Form\\User\\WebFactoryConsentementType' => ['privates', 'App\\Form\\User\\WebFactoryConsentementType', 'getWebFactoryConsentementTypeService', true],
'App\\Form\\Ventes_recherches_magasins\\VenteMagasinContactType' => ['privates', 'App\\Form\\Ventes_recherches_magasins\\VenteMagasinContactType', 'getVenteMagasinContactTypeService', true],
'App\\Form\\Ventes_recherches_magasins\\VenteRechercheMagasinType' => ['privates', 'App\\Form\\Ventes_recherches_magasins\\VenteRechercheMagasinType', 'getVenteRechercheMagasinTypeService', true],
'App\\Form\\Webfactory\\ActuCategoryType' => ['privates', 'App\\Form\\Webfactory\\ActuCategoryType', 'getActuCategoryTypeService', true],
'App\\Form\\Webfactory\\AnnouncementBarOptionType' => ['privates', 'App\\Form\\Webfactory\\AnnouncementBarOptionType', 'getAnnouncementBarOptionTypeService', true],
'App\\Form\\Webfactory\\BrandCustomType' => ['privates', 'App\\Form\\Webfactory\\BrandCustomType', 'getBrandCustomTypeService', true],
'App\\Form\\Webfactory\\CreateCustomPageType' => ['privates', 'App\\Form\\Webfactory\\CreateCustomPageType', 'getCreateCustomPageTypeService', true],
'App\\Form\\Webfactory\\CustomCssJsType' => ['privates', 'App\\Form\\Webfactory\\CustomCssJsType', 'getCustomCssJsTypeService', true],
'App\\Form\\Webfactory\\CustomPageType' => ['privates', 'App\\Form\\Webfactory\\CustomPageType', 'getCustomPageTypeService', true],
'App\\Form\\Webfactory\\FactoryColorsType' => ['privates', 'App\\Form\\Webfactory\\FactoryColorsType', 'getFactoryColorsTypeService', true],
'App\\Form\\Webfactory\\FittingBoxImgType' => ['privates', 'App\\Form\\Webfactory\\FittingBoxImgType', 'getFittingBoxImgTypeService', true],
'App\\Form\\Webfactory\\NavigationType' => ['privates', 'App\\Form\\Webfactory\\NavigationType', 'getNavigationTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\AppointmentClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\AppointmentClassiqueType', 'getAppointmentClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\BrandsClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\BrandsClassiqueType', 'getBrandsClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\ChoiceStoreClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\ChoiceStoreClassiqueType', 'getChoiceStoreClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\ContactClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\ContactClassiqueType', 'getContactClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\IndexClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\IndexClassiqueType', 'getIndexClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\NewsClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\NewsClassiqueType', 'getNewsClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\StoreClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\StoreClassiqueType', 'getStoreClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\StoresListClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\StoresListClassiqueType', 'getStoresListClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Classique\\TeamClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Page\\Classique\\TeamClassiqueType', 'getTeamClassiqueTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\AppointmentCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\AppointmentCreateurType', 'getAppointmentCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\BrandsCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\BrandsCreateurType', 'getBrandsCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\ChoiceStoreCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\ChoiceStoreCreateurType', 'getChoiceStoreCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\ContactCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\ContactCreateurType', 'getContactCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\IndexCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\IndexCreateurType', 'getIndexCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\NewsCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\NewsCreateurType', 'getNewsCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\StoreCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\StoreCreateurType', 'getStoreCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\StoresListCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\StoresListCreateurType', 'getStoresListCreateurTypeService', true],
'App\\Form\\Webfactory\\Page\\Createur\\TeamCreateurType' => ['privates', 'App\\Form\\Webfactory\\Page\\Createur\\TeamCreateurType', 'getTeamCreateurTypeService', true],
'App\\Form\\Webfactory\\SeoVillesContenusType' => ['privates', 'App\\Form\\Webfactory\\SeoVillesContenusType', 'getSeoVillesContenusTypeService', true],
'App\\Form\\Webfactory\\SeoVillesType' => ['privates', 'App\\Form\\Webfactory\\SeoVillesType', 'getSeoVillesTypeService', true],
'App\\Form\\Webfactory\\WebfactoryActualiteCategoryContenuType' => ['privates', 'App\\Form\\Webfactory\\WebfactoryActualiteCategoryContenuType', 'getWebfactoryActualiteCategoryContenuTypeService', true],
'App\\Form\\Webfactory\\WebfactoryActualiteContenuType' => ['privates', 'App\\Form\\Webfactory\\WebfactoryActualiteContenuType', 'getWebfactoryActualiteContenuTypeService', true],
'App\\Form\\Webfactory\\WebfactoryActualiteGlobalType' => ['privates', 'App\\Form\\Webfactory\\WebfactoryActualiteGlobalType', 'getWebfactoryActualiteGlobalTypeService', true],
'App\\Form\\Webfactory\\WebfactoryActualiteType' => ['privates', 'App\\Form\\Webfactory\\WebfactoryActualiteType', 'getWebfactoryActualiteTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\BrandsClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\BrandsClassiqueType', 'getBrandsClassiqueType2Service', true],
'App\\Form\\Webfactory\\Widget\\Classique\\Custom_textClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\Custom_textClassiqueType', 'getCustomTextClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\FaqClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\FaqClassiqueType', 'getFaqClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\GalleryClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\GalleryClassiqueType', 'getGalleryClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\More_aboutClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\More_aboutClassiqueType', 'getMoreAboutClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\NotificationClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\NotificationClassiqueType', 'getNotificationClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\PromoteClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\PromoteClassiqueType', 'getPromoteClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\Store_presentationClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\Store_presentationClassiqueType', 'getStorePresentationClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\TeamsClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\TeamsClassiqueType', 'getTeamsClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Classique\\VerbatimClassiqueType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Classique\\VerbatimClassiqueType', 'getVerbatimClassiqueTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\BrandsCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\BrandsCreateurType', 'getBrandsCreateurType2Service', true],
'App\\Form\\Webfactory\\Widget\\Createur\\Custom_textCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\Custom_textCreateurType', 'getCustomTextCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\FaqCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\FaqCreateurType', 'getFaqCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\GalleryCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\GalleryCreateurType', 'getGalleryCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\More_aboutCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\More_aboutCreateurType', 'getMoreAboutCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\NotificationCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\NotificationCreateurType', 'getNotificationCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\PromoteCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\PromoteCreateurType', 'getPromoteCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\Store_presentationCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\Store_presentationCreateurType', 'getStorePresentationCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\TeamsCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\TeamsCreateurType', 'getTeamsCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\Createur\\VerbatimCreateurType' => ['privates', 'App\\Form\\Webfactory\\Widget\\Createur\\VerbatimCreateurType', 'getVerbatimCreateurTypeService', true],
'App\\Form\\Webfactory\\Widget\\FaqContenuType' => ['privates', 'App\\Form\\Webfactory\\Widget\\FaqContenuType', 'getFaqContenuTypeService', true],
'App\\Form\\Webfactory\\Widget\\ServicesSpecialitesFormType' => ['privates', 'App\\Form\\Webfactory\\Widget\\ServicesSpecialitesFormType', 'getServicesSpecialitesFormTypeService', true],
'App\\Type\\ReactBankImageType' => ['privates', 'App\\Type\\ReactBankImageType', 'getReactBankImageTypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', true],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', true],
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => ['privates', 'fm_elfinder.form.type', 'getFmElfinder_Form_TypeService', true],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', true],
'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],
], [
'App\\Form\\Admin\\AdminWebfactoryActualiteBibliothequeContenuType' => '?',
'App\\Form\\Admin\\AdminWebfactoryActualiteCategoryContenuType' => '?',
'App\\Form\\Admin\\ContactThemeCanalType' => '?',
'App\\Form\\Admin\\CrmFileType' => '?',
'App\\Form\\Admin\\NotificationType' => '?',
'App\\Form\\Admin\\PhotosCrmType' => '?',
'App\\Form\\BLLoginFormType' => '?',
'App\\Form\\Crm\\CorfiasType' => '?',
'App\\Form\\Crm\\CrmAccordType' => '?',
'App\\Form\\Crm\\CrmClientType' => '?',
'App\\Form\\Crm\\CrmFileType' => '?',
'App\\Form\\Crm\\CrmOptionsType' => '?',
'App\\Form\\Crm\\CrmTeleversementFileType' => '?',
'App\\Form\\Crm\\Satisfaction1ManeoType' => '?',
'App\\Form\\Crm\\Satisfaction1Type' => '?',
'App\\Form\\Crm\\Satisfaction2Type' => '?',
'App\\Form\\Crm\\Satisfaction_equipementType' => '?',
'App\\Form\\Crm\\SettingsType' => '?',
'App\\Form\\Employe\\EmployeType' => '?',
'App\\Form\\EngagementType' => '?',
'App\\Form\\EvenementsGroupeAll\\avisEvenementType' => '?',
'App\\Form\\FaqUsefullCommentType' => '?',
'App\\Form\\FilePartageType' => '?',
'App\\Form\\FormOphta\\FormOphtaAdhType' => '?',
'App\\Form\\FormOphta\\FormOphtaListType' => '?',
'App\\Form\\FormOphta\\FormOphtaType' => '?',
'App\\Form\\Form\\WebinarEadh2021Type' => '?',
'App\\Form\\ImagePartnerType' => '?',
'App\\Form\\Image\\ImageGeneriqueType' => '?',
'App\\Form\\Image\\ImageType' => '?',
'App\\Form\\Image\\ImageUploadType' => '?',
'App\\Form\\Image\\ImgPublicationType' => '?',
'App\\Form\\Image\\ImgTypeType' => '?',
'App\\Form\\Image\\QualificationImageType' => '?',
'App\\Form\\Kpi\\ObjectifsType' => '?',
'App\\Form\\Kpi\\ParametersKpiType' => '?',
'App\\Form\\ListeDiffusionType' => '?',
'App\\Form\\Magasin\\AdministratifCoordonneesType' => '?',
'App\\Form\\Magasin\\AvisGmbType' => '?',
'App\\Form\\Magasin\\BrandDetailsType' => '?',
'App\\Form\\Magasin\\Contacts\\ConsentementCanauxType' => '?',
'App\\Form\\Magasin\\Contacts\\DisponibilitesType' => '?',
'App\\Form\\Magasin\\Contacts\\MagasinContactCanalType' => '?',
'App\\Form\\Magasin\\Contacts\\MagasinContactDisponibilitesType' => '?',
'App\\Form\\Magasin\\Contacts\\MagasinContactEmailType' => '?',
'App\\Form\\Magasin\\Contacts\\MagasinContactType' => '?',
'App\\Form\\Magasin\\Contacts\\MagasinContactValueType' => '?',
'App\\Form\\Magasin\\Contacts\\PreferencesTelephoniquesType' => '?',
'App\\Form\\Magasin\\ConvictionType' => '?',
'App\\Form\\Magasin\\CoordonneesType' => '?',
'App\\Form\\Magasin\\Equipe\\CollaborateurDiplomeType' => '?',
'App\\Form\\Magasin\\Equipe\\CollaborateurType' => '?',
'App\\Form\\Magasin\\Equipe\\MagasinCollaborateursType' => '?',
'App\\Form\\Magasin\\Equipe\\MagasinEquipeType' => '?',
'App\\Form\\Magasin\\HorairesExceptionnellesType' => '?',
'App\\Form\\Magasin\\HorairesType' => '?',
'App\\Form\\Magasin\\Individu\\AnnuaireType' => '?',
'App\\Form\\Magasin\\Individu\\IndivType' => '?',
'App\\Form\\Magasin\\Individu\\IndividuMailType' => '?',
'App\\Form\\Magasin\\Individu\\IndividuTelType' => '?',
'App\\Form\\Magasin\\Individu\\MyProfilType' => '?',
'App\\Form\\Magasin\\Individu\\OwnerType' => '?',
'App\\Form\\Magasin\\MagasinCoordonneesType' => '?',
'App\\Form\\Magasin\\MagasinHorairesType' => '?',
'App\\Form\\Magasin\\MagasinJuridiqueType' => '?',
'App\\Form\\Magasin\\MagasinMarquesType' => '?',
'App\\Form\\Magasin\\MagasinReseauxOperateursType' => '?',
'App\\Form\\Magasin\\MagasinReseauxType' => '?',
'App\\Form\\Magasin\\MagasinSocialMediaType' => '?',
'App\\Form\\Magasin\\MagasinUrlType' => '?',
'App\\Form\\Magasin\\ServicesSpecialitesComplementsType' => '?',
'App\\Form\\Magasin\\WantFacturePapierType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcDiplomesFormType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcImageFormType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcMarqueFormType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcServicesFormType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcServicesSpecialitesFormType' => '?',
'App\\Form\\Magasin\\espace_partenaire\\OpcSpecialitesFormType' => '?',
'App\\Form\\MarqueType' => '?',
'App\\Form\\PalierType' => '?',
'App\\Form\\PeriodeType' => '?',
'App\\Form\\PeriodeTypeBL' => '?',
'App\\Form\\Retrocession\\AnnonceType' => '?',
'App\\Form\\Televersement\\ImportOptionsExceptionType' => '?',
'App\\Form\\Televersement\\ImportOptionsType' => '?',
'App\\Form\\TraficMagasin\\RdvOpcAConfirmerType' => '?',
'App\\Form\\TraficMagasin\\RdvOpcAHonorerType' => '?',
'App\\Form\\TraficMagasin\\RdvOpcHistoriqueType' => '?',
'App\\Form\\TraficMagasin\\RdvOpcType' => '?',
'App\\Form\\User\\AdherentModificationType' => '?',
'App\\Form\\User\\DiplomeType' => '?',
'App\\Form\\User\\FicheCanalsType' => '?',
'App\\Form\\User\\FicheDiplomeType' => '?',
'App\\Form\\User\\FicheGeneralType' => '?',
'App\\Form\\User\\FicheServicesType' => '?',
'App\\Form\\User\\GeneralType' => '?',
'App\\Form\\User\\MarquesType' => '?',
'App\\Form\\User\\WebFactoryConsentementType' => '?',
'App\\Form\\Ventes_recherches_magasins\\VenteMagasinContactType' => '?',
'App\\Form\\Ventes_recherches_magasins\\VenteRechercheMagasinType' => '?',
'App\\Form\\Webfactory\\ActuCategoryType' => '?',
'App\\Form\\Webfactory\\AnnouncementBarOptionType' => '?',
'App\\Form\\Webfactory\\BrandCustomType' => '?',
'App\\Form\\Webfactory\\CreateCustomPageType' => '?',
'App\\Form\\Webfactory\\CustomCssJsType' => '?',
'App\\Form\\Webfactory\\CustomPageType' => '?',
'App\\Form\\Webfactory\\FactoryColorsType' => '?',
'App\\Form\\Webfactory\\FittingBoxImgType' => '?',
'App\\Form\\Webfactory\\NavigationType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\AppointmentClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\BrandsClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\ChoiceStoreClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\ContactClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\IndexClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\NewsClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\StoreClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\StoresListClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Classique\\TeamClassiqueType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\AppointmentCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\BrandsCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\ChoiceStoreCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\ContactCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\IndexCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\NewsCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\StoreCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\StoresListCreateurType' => '?',
'App\\Form\\Webfactory\\Page\\Createur\\TeamCreateurType' => '?',
'App\\Form\\Webfactory\\SeoVillesContenusType' => '?',
'App\\Form\\Webfactory\\SeoVillesType' => '?',
'App\\Form\\Webfactory\\WebfactoryActualiteCategoryContenuType' => '?',
'App\\Form\\Webfactory\\WebfactoryActualiteContenuType' => '?',
'App\\Form\\Webfactory\\WebfactoryActualiteGlobalType' => '?',
'App\\Form\\Webfactory\\WebfactoryActualiteType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\BrandsClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\Custom_textClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\FaqClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\GalleryClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\More_aboutClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\NotificationClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\PromoteClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\Store_presentationClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\TeamsClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Classique\\VerbatimClassiqueType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\BrandsCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\Custom_textCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\FaqCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\GalleryCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\More_aboutCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\NotificationCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\PromoteCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\Store_presentationCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\TeamsCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\Createur\\VerbatimCreateurType' => '?',
'App\\Form\\Webfactory\\Widget\\FaqContenuType' => '?',
'App\\Form\\Webfactory\\Widget\\ServicesSpecialitesFormType' => '?',
'App\\Type\\ReactBankImageType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
'FM\\ElfinderBundle\\Form\\Type\\ElFinderType' => '?',
'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' => '?',
]), ['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['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->load('getEaCrudFormTypeExtensionService'));
}, 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), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
}, 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'));
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* 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 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* 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.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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\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.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
}
/**
* 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_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* 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'));
}, 3), 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['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), 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('', 'localhost', 'http', 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.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService());
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.dev' => ($this->privates['.security.request_matcher.cZDin.J'] ?? ($this->privates['.security.request_matcher.cZDin.J'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js|translations)/')));
yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.TlEZAKG'] ?? ($this->privates['.security.request_matcher.TlEZAKG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 3));
}
/**
* 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('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$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.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), 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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php')], '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.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 5 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle+intl-icu.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/VichUploaderBundle+intl-icu.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/_undefined+intl-icu.fr.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/annoncesMagasin+intl-icu.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/compte+intl-icu.fr.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/crm+intl-icu.fr.xlf'), 11 => (\dirname(__DIR__, 4).'/translations/crms+intl-icu.fr.xlf'), 12 => (\dirname(__DIR__, 4).'/translations/espace_partenaire+intl-icu.fr.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/facturation+intl-icu.fr.xlf'), 14 => (\dirname(__DIR__, 4).'/translations/magasin+intl-icu.fr.xlf'), 15 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.fr.xlf'), 16 => (\dirname(__DIR__, 4).'/translations/retrocession+intl-icu.fr.xlf'), 17 => (\dirname(__DIR__, 4).'/translations/security.fr.xlf'), 18 => (\dirname(__DIR__, 4).'/translations/site_web+intl-icu.fr.xlf'), 19 => (\dirname(__DIR__, 4).'/translations/televersement+intl-icu.fr.xlf'), 20 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf')], '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.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), 5 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/VichUploaderBundle+intl-icu.nl.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/_undefined+intl-icu.nl.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/annoncesMagasin+intl-icu.nl.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/collaborateurs+intl-icu.nl.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/compte+intl-icu.nl.xlf'), 11 => (\dirname(__DIR__, 4).'/translations/crm+intl-icu.nl.xlf'), 12 => (\dirname(__DIR__, 4).'/translations/crms+intl-icu.nl.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/csv_reference/crm+intl-icu.nl.csv'), 14 => (\dirname(__DIR__, 4).'/translations/espace_partenaire+intl-icu.nl.xlf'), 15 => (\dirname(__DIR__, 4).'/translations/facturation+intl-icu.nl.xlf'), 16 => (\dirname(__DIR__, 4).'/translations/magasin+intl-icu.nl.xlf'), 17 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.nl.xlf'), 18 => (\dirname(__DIR__, 4).'/translations/retrocession+intl-icu.nl.csv'), 19 => (\dirname(__DIR__, 4).'/translations/retrocession+intl-icu.nl.xlf'), 20 => (\dirname(__DIR__, 4).'/translations/security.nl.xlf'), 21 => (\dirname(__DIR__, 4).'/translations/site_web+intl-icu.nl.xlf'), 22 => (\dirname(__DIR__, 4).'/translations/televersement+intl-icu.nl.xlf'), 23 => (\dirname(__DIR__, 4).'/translations/validators.nl.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php')], '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.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php')], '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')], '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.php')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], '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.php')], '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')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], '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/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/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/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/easycorp/easyadmin-bundle/src/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/symfony/web-profiler-bundle/translations', 10 => 'vendor/symfony/monolog-bundle/translations', 11 => 'vendor/doctrine/doctrine-bundle/translations', 12 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/twig/extra-bundle/translations', 15 => 'vendor/symfony/webpack-encore-bundle/src/translations', 16 => 'vendor/symfony/swiftmailer-bundle/translations', 17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 18 => 'vendor/willdurand/js-translation-bundle/translations', 19 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 20 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations', 21 => 'vendor/nelmio/cors-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
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, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* 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()), NULL);
}
/**
* 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,
'env' => false,
'recette' => false,
'auth_url' => false,
'factory-api-env' => false,
'open_ai_key' => 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,
'swiftmailer.spool.default.memory.path' => 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 'env': $value = $this->getEnv('APP_ENV'); break;
case 'recette': $value = $this->getEnv('RECETTE'); break;
case 'auth_url': $value = $this->getEnv('AUTH_URL'); break;
case 'factory-api-env': $value = $this->getEnv('FACTORY_API_ENV'); break;
case 'open_ai_key': $value = $this->getEnv('OPENAI_KEY'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelPreprodDebugContainer.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 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); 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' => 'preprod',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'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',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'BazingaJsTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle'),
'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'FMElfinderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
'namespace' => 'FM\\ElfinderBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelPreprodDebugContainer',
'timezone' => 'Europe/Paris',
'uploads_directory' => (\dirname(__DIR__, 4).'/public/uploads'),
'private_uploads_directory' => (\dirname(__DIR__, 4).'/public/privateUploads'),
'visuels_generiques_directory' => (\dirname(__DIR__, 4).'/public/uploads/imgs_generiques'),
'images_directory' => (\dirname(__DIR__, 4).'/public/build/images'),
'documents_directory' => (\dirname(__DIR__, 4).'/public/documents'),
'public_documents_directory' => (\dirname(__DIR__, 4).'/public/publicDocs'),
'sms_api_login' => 'groupeallM-fr',
'sms_api_password' => 'TRew3DRithuREDi',
'jwt_private_key' => 'rGU!D^u23Bdj7gy8X*&3^p!uQnwMCvd7P^vjDcUw*',
'factory-api-token-preprod' => 'ZGUxNTljMTUwNDc1YzNlOWJlNWViNjIz',
'factory-api-token' => 'pUzjlod6Vql4ty9x9C42fA2QmwbYi6ViSEK7gmEl1vwcD5WE6g',
'unitag-api-token' => 'Q5o~/OJ[|4p[9,XiKG{Ds}lM]~Y8IiYe@~Je',
'twicpics_domain_images' => 'https://cdn.groupeall.com/',
'twicpics_domain_images_OPC' => 'https://cdn.opticiensparconviction.fr/',
'twicpics_domain_images_OZC' => 'https://cdn.opticiens-oc.be/',
'wallet_preprod_token' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjA2MTVhMjBlMTFjY2JhYzUwYTE2MzMwYjYzNGUwYzM3YzBmNmE2YjY5NWQ1NGFkMmIyMzAyOWU5ZTk1NDU2YjhlMmM3NjgzOTRjNjBmZWQ1In0.eyJhdWQiOiIxMCIsImp0aSI6IjA2MTVhMjBlMTFjY2JhYzUwYTE2MzMwYjYzNGUwYzM3YzBmNmE2YjY5NWQ1NGFkMmIyMzAyOWU5ZTk1NDU2YjhlMmM3NjgzOTRjNjBmZWQ1IiwiaWF0IjoxNjY0NTQyMDIwLCJuYmYiOjE2NjQ1NDIwMjAsImV4cCI6MzMyMjE0NTA4MjAsInN1YiI6IjU3MCIsInNjb3BlcyI6WyIqIl19.qIosqIO8RpymT6ZOndfOB5d-q6n-upB363RnS8ojTiPJBmRahSJelJ747AkgFMfATnqZoL3JcCmovZsitiT4amu767sVwihDbkizciRIo_nG3VzurQ5BXwwaY0vPMhXGwBB_vA_INRwUa5R-LZ4EG46sl1rzNzOH5jqkmzR8Nm1iRFQgnplnjIePf1wBpFITwOUnED3vqwymb87RcpdXu6uE3U8XHgNuyCM4bdFDQKKMIh8tZFFHbtnM-35mCbRm2vixv59jGxnCoRsKISydHac-GgUFZkcPt2dz3AExj8k3Xa1FtvNVd-Xhe0ivBZ0AMwwYo-xfRFwj_CTpoCZkxCkObFEOcMy-KEgHrCrXJiG2UkjWhFf1XOmzl-uDT3wSO3S1fQ5V4VpzQZy2OOkx4fNapsO6q9D5yj7P6YkKElLJkguhXUez1rH5XcRzzWvGDsfsuRaGdgbmm3bVfwYbXApx2pkQErneH64rxDoJIdFUWwEgctzXQyfGPhdymiKc1cdx0VwD6VHYDe80ccGZO0d6TRN2JPcFnX5to9Hxtdp2PdceNGgWfO1-x6APfyDHH8f6eyxAU-rypgvcJxBfzIMXY1gRuBnUVOoT-A8sQUgmAe8-iN2NZi32_m7FnpVoRK5s6HFhNXJgD7KkSeBFuz_szBOCKk4c1cYy77Dv1NA',
'wallet_production_token' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjY0ZmU2NzJhNmE4MTdkNWMzNGU2YmE2NGNhMTdlZWE2ZmI5Njk5ZDczZjFlYjY5ZGJjNWNjZWRiNzcyZDM2M2RlYzgzZmZkNWYwNWU3MDBjIn0.eyJhdWQiOiIxIiwianRpIjoiNjRmZTY3MmE2YTgxN2Q1YzM0ZTZiYTY0Y2ExN2VlYTZmYjk2OTlkNzNmMWViNjlkYmM1Y2NlZGI3NzJkMzYzZGVjODNmZmQ1ZjA1ZTcwMGMiLCJpYXQiOjE2NjQ1NDIxMTgsIm5iZiI6MTY2NDU0MjExOCwiZXhwIjozMzIyMTQ1MDkxOCwic3ViIjoiMzgwMSIsInNjb3BlcyI6WyIqIl19.rx_yKktWuwzoBhjaGfnIGkYSmFOWce62Aex6KQsJNnts2kKl_kdxPTzTMqeir4EUQy7LAt3FR_GquW_EfdalenviEVtjf7zX0rcADRK-yxJoc547VVGXJWZAP4ezBCvZPWMLtFffXipJnt263X9iFK_a1qfx-b1BjBslhL_P1ObJ5TrmDc4VmfKGRR8aufa0bgPMEbYmdsK9chnBoR0hqr7GacaIrIMSUGa_PzHO80ci7ZhWPUlICNTr6Kidh33kOzQ5TBoFKEu7hwTzbsSRnOaOiF4C5lnw9mdgMg83_Sn4MsoO6-c7dV4it3K6qDU73bdNtvGSm_iLdRx3awEisawQMgYv_4aTNkWOwfvse2wVPPhHEN7mwPc_DvB0JYdPYA6pngD0CGzZEopFEASnQlYd3HoxleqzKCzunBysXftcQnjPGVeidkKDPk7EBfdRDBp1mTnZmiM-tNLCWkTaakhb-z3-u2Nq5gxBIDjNQzMZg1zjt_GKpqCFa2-29EM8y_aAMQEj_Z9JTLNb6K7g9sFH37rd47_1pDCog-7yoUB0CwjZL4nt25X9JnqvBihipNbIGrr14zZ1EPzhwllnAVt1elnKmI_Z7KUslb7lZjglHacG4mRjUah9ac_Mgn75h9DPFGsPshd-zjbjSQ0ZTFDFeYxo8jg9kdWUBIY2rKQ',
'api_atinternet_key' => '3db61b27e9c1_92cb13e9aea829c7ba69cda123efa71db474e73b',
'net_explorer_domain_info' => [
'url' => 'https://groupeall-hds.netexplorer.pro',
'login' => 'hds@groupeall.fr',
'pass' => 'j!7giPnh4$dg',
'parent_folder' => 12,
],
'maintenance' => [
'statut' => false,
'ipAuthorized' => [
],
],
'crm_domain_info' => 'https://services.groupeall.com',
'crm_point_fid' => [
0 => 'R1183',
1 => 'R1184',
2 => 'R1185',
3 => 'R1186',
],
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'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.host' => 'localhost',
'router.request_context.scheme' => 'http',
'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_lifetime' => 28800,
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'gc_maxlifetime' => 7200,
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/preprod'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => '@FMElfinder/Form/elfinder_widget.html.twig',
1 => 'form_div_layout.html.twig',
2 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
],
'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',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.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' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_BLACK_LIST' => [
],
'ROLE_SORTI' => [
],
'ROLE_EMPLOYE' => [
0 => 'ROLE_FACTURATION',
1 => 'ROLE_FACTURATION_PDF',
2 => 'ROLE_RETROCESSION',
3 => 'ROLE_VENTE_RECHERCHE_MAGASIN',
4 => 'ROLE_TRAFIC_MAGASIN',
5 => 'ROLE_CRM',
6 => 'ROLE_FOURNISSEUR',
7 => 'ROLE_CONDITIONS',
8 => 'ROLE_FORMATIONS',
9 => 'ROLE_MAGASIN',
10 => 'ROLE_PLATEFORME_OPC',
11 => 'ROLE_SITE_WEB',
12 => 'ROLE_NEWS',
13 => 'ROLE_DOSSIER_PARTAGE',
14 => 'ROLE_BIBLIOTHEQUE_FB',
15 => 'ROLE_SIMULATEUR',
16 => 'ROLE_OFFRES_WEB',
17 => 'ROLE_FORM_OPHTA',
18 => 'ROLE_ESHOP_COMMANDE',
19 => 'ROLE_ALL_CONTACTO',
20 => 'ROLE_ALL_DISTRIBUTION',
21 => 'ROLE_MULTIMAGS_SWITCH_MAG',
22 => 'ROLE_MULTIMAGS_FACTURATION',
23 => 'ROLE_KPIS',
],
'ROLE_ADHERENT' => [
0 => 'ROLE_EMPLOYE',
],
'ROLE_ADHERENT_MERE' => [
0 => 'ROLE_ADHERENT',
],
'ROLE_ADMIN' => [
0 => 'ROLE_ADMIN_FOURNISSEUR',
1 => 'ROLE_ADMIN_OPERATIONS',
2 => 'ROLE_ADHERENT_MERE',
3 => 'ROLE_ADMIN_COMMERCIAL',
4 => 'ROLE_ADMIN_FACTURATION',
5 => 'ROLE_ADMIN_MARKETING',
6 => 'ROLE_ADMIN_INFORMATIQUE',
7 => 'ROLE_KPIS',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'admin',
2 => 'main',
],
'security.admin._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'easyadmin.config' => [
],
'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
'fm_elfinder' => [
'assets_path' => '/assets',
'instances' => [
'default' => [
'locale' => 'fr',
'editor' => 'ckeditor',
'fullscreen' => true,
'theme' => 'smoothness',
'connector' => [
'debug' => false,
'roots' => [
'uploads' => [
'show_hidden' => false,
'driver' => 'LocalFileSystem',
'path' => 'uploads/imagesBackEnd',
'upload_allow' => [
0 => 'image/png',
1 => 'image/jpg',
2 => 'image/jpeg',
3 => 'image/gif',
4 => 'application/pdf',
],
'upload_deny' => [
0 => 'all',
],
'upload_max_size' => '25M',
'volume_id' => 0,
'autoload' => false,
'phash' => '',
'trash_hash' => '',
'locale' => '',
'i18n_folder_name' => false,
'mime_detect' => 'auto',
'mimefile' => '',
'security_voter' => '',
'start_path' => '',
'encoding' => 'UTF-8',
'url' => '',
'alias' => '',
'img_lib' => 'auto',
'tmb_path' => '.tmb',
'tmb_path_mode' => 511,
'tmb_url' => '',
'tmb_size' => 48,
'tmb_crop' => true,
'tmb_bg_color' => '#ffffff',
'quarantine' => NULL,
'copy_overwrite' => true,
'copy_join' => true,
'copy_from' => true,
'copy_to' => true,
'upload_overwrite' => true,
'fileMode' => 420,
'upload_order' => [
0 => 'deny',
1 => 'allow',
],
'upload_max_conn' => 3,
'defaults' => [
'read' => true,
'write' => true,
],
'attributes' => [
],
'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
'disabled_commands' => [
],
'tree_deep' => 0,
'check_subfolders' => 1,
'separator' => '/',
'date_format' => 'j M Y H:i',
'time_format' => 'H:i',
'archive_mimes' => [
],
'archivers' => [
'enabled' => false,
'create' => [
],
'extract' => [
],
],
'flysystem' => [
'enabled' => false,
'filesystem' => '',
'type' => '',
'adapter_service' => '',
],
'glide_url' => '',
'glide_key' => '',
'plugins' => [
],
'driver_options' => [
],
'dropbox2_settings' => [
'enabled' => false,
'aliasFormat' => '%s@Dropbox',
'path' => '/',
'separator' => '/',
'acceptedName' => '%s@Dropbox',
'rootCssClass' => 'elfinder-navbar-root-dropbox',
'getThumbSize' => 'medium',
],
'box_settings' => [
'enabled' => false,
'root' => 'Box.com',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-box',
],
'onedrive_settings' => [
'enabled' => false,
'root' => 'OneDrive.com',
'OneDriveApiClient' => '',
'path' => '/',
'separator' => '/',
'tmbPath' => '',
'tmbURL' => '',
'tmpPath' => '',
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
'rootCssClass' => 'elfinder-navbar-root-onedrive',
'useApiThumbnail' => true,
],
'ftp_settings' => [
'enabled' => false,
],
'mysql_settings' => [
'enabled' => false,
'port' => NULL,
'socket' => NULL,
'files_table' => 'elfinder_file',
'tmbPath' => '',
'tmpPath' => '',
'rootCssClass' => 'elfinder-navbar-root-sql',
'noSessionCache' => 'hasdirs',
],
],
],
'binds' => [
],
'plugins' => [
],
],
'cors_support' => false,
'editor_template' => NULL,
'multi_home_folder' => false,
'folder_separator' => '',
'tinymce_popup_path' => '',
'relative_path' => true,
'path_prefix' => '/',
'where_is_multi' => [
],
'visible_mime_types' => [
],
],
],
'configuration_provider' => 'fm_elfinder.configurator.default',
'loader' => 'fm_elfinder.loader.default',
],
'nelmio_cors.map' => [
'^/api' => [
'origin_regex' => true,
'allow_origin' => [
0 => '^https://([a-zA-Z0-9_-]+.groupeall.com|www.opticiensparconviction.fr|www.opticiens-oc.be)$',
],
'allow_headers' => [
0 => 'content-type',
1 => 'access-control-allow-origin',
2 => 'origin',
],
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'allow_private_network' => false,
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'forced_allow_origin_value' => NULL,
'skip_same_as_origin' => true,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/inspector/data_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}