<?php
namespace ContainerSoqyKnI;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\EventSubscriber\\TwigGlobalSubscriber' => 'getTwigGlobalSubscriberService',
'App\\Repository\\EmailingClientCampaignRepository' => 'getEmailingClientCampaignRepositoryService',
'App\\Repository\\MailjetApiRepository' => 'getMailjetApiRepositoryService',
'App\\Repository\\QrcodeRepository' => 'getQrcodeRepositoryService',
'App\\Repository\\SmsClientCampaignRepository' => 'getSmsClientCampaignRepositoryService',
'App\\Repository\\StakeholderRepository' => 'getStakeholderRepositoryService',
'App\\Services\\CustomMailer' => 'getCustomMailerService',
'App\\Services\\EmailingClientTokenManageService' => 'getEmailingClientTokenManageServiceService',
'App\\Services\\EncryptionService' => 'getEncryptionServiceService',
'App\\Services\\HelpersFirmsService' => 'getHelpersFirmsServiceService',
'App\\Services\\MailjetApiEncryptionService' => 'getMailjetApiEncryptionServiceService',
'App\\Services\\QueriesV2Manager' => 'getQueriesV2ManagerService',
'App\\Services\\SellsyService' => 'getSellsyServiceService',
'App\\Services\\SmsClientCreditManageService' => 'getSmsClientCreditManageServiceService',
'App\\Twig\\AppExtension' => 'getAppExtensionService',
'App\\Twig\\ClientExtension' => 'getClientExtensionService',
'Qferrer\\Mjml\\Twig\\MjmlExtension' => 'getMjmlExtensionService',
'Symfony\\Component\\Asset\\Context\\RequestStackContext' => 'getRequestStackContextService',
'Symfony\\Component\\Stopwatch\\Stopwatch' => 'getStopwatchService',
'Twig\\Extension\\StringLoaderExtension' => 'getStringLoaderExtensionService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'mjml_renderer' => 'getMjmlRendererService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'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.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.session' => 'get_Container_Private_SessionService',
'App\\Command\\AddClientWidgetsCommand' => 'getAddClientWidgetsCommandService',
'App\\Command\\BirthdaySmsCommand' => 'getBirthdaySmsCommandService',
'App\\Command\\CheckSmsCreditCommand' => 'getCheckSmsCreditCommandService',
'App\\Command\\CreateUserCommand' => 'getCreateUserCommandService',
'App\\Command\\GenerateClientCommand' => 'getGenerateClientCommandService',
'App\\Command\\HelpersUpdateCommand' => 'getHelpersUpdateCommandService',
'App\\Command\\MailingProcessCommand' => 'getMailingProcessCommandService',
'App\\Command\\MailingProcessOneNlCommand' => 'getMailingProcessOneNlCommandService',
'App\\Command\\MailingRetryFailedCommand' => 'getMailingRetryFailedCommandService',
'App\\Command\\MakeClientPageCommand' => 'getMakeClientPageCommandService',
'App\\Command\\MakeClientToolsPageCommand' => 'getMakeClientToolsPageCommandService',
'App\\Command\\MakeClientsMissingCalendrierCommand' => 'getMakeClientsMissingCalendrierCommandService',
'App\\Command\\MakeClientsMissingHelpCommand' => 'getMakeClientsMissingHelpCommandService',
'App\\Command\\MakeClientsMissingJournalCommand' => 'getMakeClientsMissingJournalCommandService',
'App\\Command\\ManuelSendAllNlPodcastPrivateCommand' => 'getManuelSendAllNlPodcastPrivateCommandService',
'App\\Command\\MonitorMailjetCommand' => 'getMonitorMailjetCommandService',
'App\\Command\\PipelineGmbRelaunchCommand' => 'getPipelineGmbRelaunchCommandService',
'App\\Command\\PipelineIdentiteVisuelleConfirmReceptionCommand' => 'getPipelineIdentiteVisuelleConfirmReceptionCommandService',
'App\\Command\\PipelineIdentiteVisuelleRelaunchCommand' => 'getPipelineIdentiteVisuelleRelaunchCommandService',
'App\\Command\\PipelineMailjetRelaunchCommand' => 'getPipelineMailjetRelaunchCommandService',
'App\\Command\\SatisfactionSurveyStatsCommand' => 'getSatisfactionSurveyStatsCommandService',
'App\\Command\\SendNotifNewInvoiceCommand' => 'getSendNotifNewInvoiceCommandService',
'App\\Command\\SendPipelineLinkedinReminderCommand' => 'getSendPipelineLinkedinReminderCommandService',
'App\\Command\\StakeholderFixMissingTokenCommand' => 'getStakeholderFixMissingTokenCommandService',
'App\\Command\\SurveyResponsesNotificationCommand' => 'getSurveyResponsesNotificationCommandService',
'App\\Command\\SyncInAppAnnouncementsCommand' => 'getSyncInAppAnnouncementsCommandService',
'App\\Controller\\AccountingFirmCollaborateurController' => 'getAccountingFirmCollaborateurControllerService',
'App\\Controller\\AccountingFirmController' => 'getAccountingFirmControllerService',
'App\\Controller\\ActualiteJuridiqueController' => 'getActualiteJuridiqueControllerService',
'App\\Controller\\ActualitecabinetController' => 'getActualitecabinetControllerService',
'App\\Controller\\ActualitersController' => 'getActualitersControllerService',
'App\\Controller\\ActualityDataViewerController' => 'getActualityDataViewerControllerService',
'App\\Controller\\Actuality\\Actuv2ActualiteController' => 'getActuv2ActualiteControllerService',
'App\\Controller\\Actuality\\Actuv2BienetreController' => 'getActuv2BienetreControllerService',
'App\\Controller\\Actuality\\Actuv2CalendrierController' => 'getActuv2CalendrierControllerService',
'App\\Controller\\Actuality\\Actuv2ChiffredumoisController' => 'getActuv2ChiffredumoisControllerService',
'App\\Controller\\Actuality\\Actuv2CitationController' => 'getActuv2CitationControllerService',
'App\\Controller\\Actuality\\Actuv2ElectronicInvoiceController' => 'getActuv2ElectronicInvoiceControllerService',
'App\\Controller\\Actuality\\Actuv2HelpController' => 'getActuv2HelpControllerService',
'App\\Controller\\Actuality\\Actuv2InfographieController' => 'getActuv2InfographieControllerService',
'App\\Controller\\Actuality\\Actuv2InfographieRseController' => 'getActuv2InfographieRseControllerService',
'App\\Controller\\Actuality\\Actuv2JournalController' => 'getActuv2JournalControllerService',
'App\\Controller\\Actuality\\Actuv2NewYearController' => 'getActuv2NewYearControllerService',
'App\\Controller\\Actuality\\Actuv2PodcastController' => 'getActuv2PodcastControllerService',
'App\\Controller\\Actuality\\Actuv2PreviewController' => 'getActuv2PreviewControllerService',
'App\\Controller\\Actuality\\Actuv2QuizController' => 'getActuv2QuizControllerService',
'App\\Controller\\Actuality\\Actuv2SondageController' => 'getActuv2SondageControllerService',
'App\\Controller\\Actuality\\Actuv2SondagevoteController' => 'getActuv2SondagevoteControllerService',
'App\\Controller\\Actuality\\Actuv2TransformationdigitaleController' => 'getActuv2TransformationdigitaleControllerService',
'App\\Controller\\Actuality\\Actuv2UtilisateurController' => 'getActuv2UtilisateurControllerService',
'App\\Controller\\Actuality\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\AdminContactController' => 'getAdminContactControllerService',
'App\\Controller\\AdminController' => 'getAdminControllerService',
'App\\Controller\\Admin\\TourDeFranceController' => 'getTourDeFranceControllerService',
'App\\Controller\\AffiliateAdminController' => 'getAffiliateAdminControllerService',
'App\\Controller\\AffiliateController' => 'getAffiliateControllerService',
'App\\Controller\\AnnouncementController' => 'getAnnouncementControllerService',
'App\\Controller\\AppController' => 'getAppControllerService',
'App\\Controller\\ApplyAnnouncementController' => 'getApplyAnnouncementControllerService',
'App\\Controller\\AssetsController' => 'getAssetsControllerService',
'App\\Controller\\BoiteIdeeController' => 'getBoiteIdeeControllerService',
'App\\Controller\\ClientExportController' => 'getClientExportControllerService',
'App\\Controller\\Client\\ClientController' => 'getClientControllerService',
'App\\Controller\\Client\\ClientRedirectionController' => 'getClientRedirectionControllerService',
'App\\Controller\\Client\\ClientWidgetController' => 'getClientWidgetControllerService',
'App\\Controller\\CollaboratorController' => 'getCollaboratorControllerService',
'App\\Controller\\CommunicationCenter\\BirthdayClientController' => 'getBirthdayClientControllerService',
'App\\Controller\\CommunicationCenter\\EmailingController' => 'getEmailingControllerService',
'App\\Controller\\CommunicationCenter\\EventController' => 'getEventControllerService',
'App\\Controller\\CommunicationCenter\\RecommendationController' => 'getRecommendationControllerService',
'App\\Controller\\CommunicationCenter\\SatisfactionController' => 'getSatisfactionControllerService',
'App\\Controller\\CommunicationCenter\\SmsController' => 'getSmsControllerService',
'App\\Controller\\CommunicationCenter\\SponsorshipController' => 'getSponsorshipControllerService',
'App\\Controller\\CommunicationCenter\\SurveyController' => 'getSurveyControllerService',
'App\\Controller\\CommunicationCenter\\TutorielVideoController' => 'getTutorielVideoControllerService',
'App\\Controller\\CommunicationController' => 'getCommunicationControllerService',
'App\\Controller\\DashboardController' => 'getDashboardController2Service',
'App\\Controller\\DiaporamaController' => 'getDiaporamaControllerService',
'App\\Controller\\DynDataController' => 'getDynDataControllerService',
'App\\Controller\\EbookController' => 'getEbookControllerService',
'App\\Controller\\EmailBlacklistController' => 'getEmailBlacklistControllerService',
'App\\Controller\\EmailingClientCampaignController' => 'getEmailingClientCampaignControllerService',
'App\\Controller\\EmailingClientListController' => 'getEmailingClientListControllerService',
'App\\Controller\\EmailingClientSenderController' => 'getEmailingClientSenderControllerService',
'App\\Controller\\EmailingCollabController' => 'getEmailingCollabControllerService',
'App\\Controller\\EmailingController' => 'getEmailingController2Service',
'App\\Controller\\EmailingPalController' => 'getEmailingPalControllerService',
'App\\Controller\\EventController' => 'getEventController2Service',
'App\\Controller\\EventRegistrationController' => 'getEventRegistrationControllerService',
'App\\Controller\\FraisKilometriqueController' => 'getFraisKilometriqueControllerService',
'App\\Controller\\GMBStatsController' => 'getGMBStatsControllerService',
'App\\Controller\\GoogleAnalyticsController' => 'getGoogleAnalyticsControllerService',
'App\\Controller\\IdentiteVisuelleController' => 'getIdentiteVisuelleControllerService',
'App\\Controller\\ImagesController' => 'getImagesControllerService',
'App\\Controller\\InAppAnnouncementController' => 'getInAppAnnouncementControllerService',
'App\\Controller\\InvoiceClientController' => 'getInvoiceClientControllerService',
'App\\Controller\\MailingActionController' => 'getMailingActionControllerService',
'App\\Controller\\MailingController' => 'getMailingControllerService',
'App\\Controller\\MailjetStatusController' => 'getMailjetStatusControllerService',
'App\\Controller\\MediaController' => 'getMediaControllerService',
'App\\Controller\\MediaviewerController' => 'getMediaviewerControllerService',
'App\\Controller\\ModuleAnniversaireController' => 'getModuleAnniversaireControllerService',
'App\\Controller\\ModuleVideoController' => 'getModuleVideoControllerService',
'App\\Controller\\NewsletterArchivingController' => 'getNewsletterArchivingControllerService',
'App\\Controller\\NewsletterProspectController' => 'getNewsletterProspectControllerService',
'App\\Controller\\NewsletterProspectPartnerController' => 'getNewsletterProspectPartnerControllerService',
'App\\Controller\\OnePageController' => 'getOnePageControllerService',
'App\\Controller\\PageNotFoundController' => 'getPageNotFoundControllerService',
'App\\Controller\\PartnerController' => 'getPartnerControllerService',
'App\\Controller\\Pipeline\\PipelineConfigController' => 'getPipelineConfigControllerService',
'App\\Controller\\Pipeline\\PipelineContactController' => 'getPipelineContactControllerService',
'App\\Controller\\Pipeline\\PipelineDashboardController' => 'getPipelineDashboardControllerService',
'App\\Controller\\Pipeline\\PipelineGmbClientController' => 'getPipelineGmbClientControllerService',
'App\\Controller\\Pipeline\\PipelineGmbController' => 'getPipelineGmbControllerService',
'App\\Controller\\Pipeline\\PipelineIdentiteVisuelleClientController' => 'getPipelineIdentiteVisuelleClientControllerService',
'App\\Controller\\Pipeline\\PipelineIdentiteVisuelleController' => 'getPipelineIdentiteVisuelleControllerService',
'App\\Controller\\Pipeline\\PipelineIdentiteVisuelleMajAdminController' => 'getPipelineIdentiteVisuelleMajAdminControllerService',
'App\\Controller\\Pipeline\\PipelineIdentiteVisuelleMajClientController' => 'getPipelineIdentiteVisuelleMajClientControllerService',
'App\\Controller\\Pipeline\\PipelineLinkedinClientController' => 'getPipelineLinkedinClientControllerService',
'App\\Controller\\Pipeline\\PipelineLinkedinController' => 'getPipelineLinkedinControllerService',
'App\\Controller\\Pipeline\\PipelineMailjetClientController' => 'getPipelineMailjetClientControllerService',
'App\\Controller\\Pipeline\\PipelineMailjetController' => 'getPipelineMailjetControllerService',
'App\\Controller\\Pipeline\\PipelineMajWebClientController' => 'getPipelineMajWebClientControllerService',
'App\\Controller\\Pipeline\\PipelineMajWebController' => 'getPipelineMajWebControllerService',
'App\\Controller\\PodcastPrivateThemeController' => 'getPodcastPrivateThemeControllerService',
'App\\Controller\\Podcast\\AbonnePodcastPrivateController' => 'getAbonnePodcastPrivateControllerService',
'App\\Controller\\Podcast\\PodcastDashboardController' => 'getPodcastDashboardControllerService',
'App\\Controller\\Podcast\\PodcastEpisodeController' => 'getPodcastEpisodeControllerService',
'App\\Controller\\Podcast\\PodcastExpertController' => 'getPodcastExpertControllerService',
'App\\Controller\\Podcast\\PodcastPrivateController' => 'getPodcastPrivateControllerService',
'App\\Controller\\PrescriberController' => 'getPrescriberControllerService',
'App\\Controller\\PrimaryNewsController' => 'getPrimaryNewsControllerService',
'App\\Controller\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\ProspectController' => 'getProspectControllerService',
'App\\Controller\\PublicEventController' => 'getPublicEventControllerService',
'App\\Controller\\QrcodeController' => 'getQrcodeControllerService',
'App\\Controller\\QrcodeRedirectController' => 'getQrcodeRedirectControllerService',
'App\\Controller\\RecommendationController' => 'getRecommendationController2Service',
'App\\Controller\\RepportingTrimestrielleController' => 'getRepportingTrimestrielleControllerService',
'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
'App\\Controller\\SatisfactionClientController' => 'getSatisfactionClientControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\ShortUrlController' => 'getShortUrlControllerService',
'App\\Controller\\ShortUrlViewerController' => 'getShortUrlViewerControllerService',
'App\\Controller\\SmsClientCampaignController' => 'getSmsClientCampaignControllerService',
'App\\Controller\\SmsClientListController' => 'getSmsClientListControllerService',
'App\\Controller\\SponsorshipController' => 'getSponsorshipController2Service',
'App\\Controller\\StakeholderController' => 'getStakeholderControllerService',
'App\\Controller\\StakeholderTagController' => 'getStakeholderTagControllerService',
'App\\Controller\\StatEcoutePodscastController' => 'getStatEcoutePodscastControllerService',
'App\\Controller\\StatMailJetController' => 'getStatMailJetControllerService',
'App\\Controller\\SurveyController' => 'getSurveyController2Service',
'App\\Controller\\TrelloController' => 'getTrelloControllerService',
'App\\Controller\\UsefulLinkController' => 'getUsefulLinkControllerService',
'App\\Controller\\VCardsController' => 'getVCardsControllerService',
'App\\Controller\\VCards\\VcardsFrontController' => 'getVcardsFrontControllerService',
'App\\Controller\\VideoAppelleTonEcController' => 'getVideoAppelleTonEcControllerService',
'App\\Controller\\Webhook\\TrelloWebhookController' => 'getTrelloWebhookControllerService',
'App\\Controller\\WebsiteNewsController' => 'getWebsiteNewsControllerService',
'App\\Controller\\WidgetActuController' => 'getWidgetActuControllerService',
'App\\Controller\\WidgetAppelleTonEcController' => 'getWidgetAppelleTonEcControllerService',
'App\\Controller\\WidgetCeController' => 'getWidgetCeControllerService',
'App\\Controller\\WidgetCirController' => 'getWidgetCirControllerService',
'App\\Controller\\WidgetElectronicInvoiceController' => 'getWidgetElectronicInvoiceControllerService',
'App\\Controller\\WidgetEventController' => 'getWidgetEventControllerService',
'App\\Controller\\WidgetHelpersFirmsController' => 'getWidgetHelpersFirmsControllerService',
'App\\Controller\\WidgetPodcastController' => 'getWidgetPodcastControllerService',
'App\\Controller\\WidgetPodcastPrivateController' => 'getWidgetPodcastPrivateControllerService',
'App\\Controller\\WidgetRGPDController' => 'getWidgetRGPDControllerService',
'App\\Controller\\WidgetRecommendationController' => 'getWidgetRecommendationControllerService',
'App\\Controller\\WidgetSatisfactionClientController' => 'getWidgetSatisfactionClientControllerService',
'App\\Controller\\WidgetSimulateurController' => 'getWidgetSimulateurControllerService',
'App\\Controller\\WidgetSponsorshipController' => 'getWidgetSponsorshipControllerService',
'App\\Controller\\WidgetSurveyController' => 'getWidgetSurveyControllerService',
'App\\Controller\\WidgetTousEnLigneController' => 'getWidgetTousEnLigneControllerService',
'App\\Controller\\WikiController' => 'getWikiControllerService',
'App\\Datatable\\AbonnePodcastPrivateTable' => 'getAbonnePodcastPrivateTableService',
'App\\Datatable\\AccountingFirmPalTable' => 'getAccountingFirmPalTableService',
'App\\Datatable\\AccountingFirmTable' => 'getAccountingFirmTableService',
'App\\Datatable\\AccountingFirmUserTable' => 'getAccountingFirmUserTableService',
'App\\Datatable\\ActualitecabinetTable' => 'getActualitecabinetTableService',
'App\\Datatable\\ActualitersTable' => 'getActualitersTableService',
'App\\Datatable\\ActursSitesTable' => 'getActursSitesTableService',
'App\\Datatable\\Actuv2ActualiteTable' => 'getActuv2ActualiteTableService',
'App\\Datatable\\Actuv2BienetreTable' => 'getActuv2BienetreTableService',
'App\\Datatable\\Actuv2CalendrierTable' => 'getActuv2CalendrierTableService',
'App\\Datatable\\Actuv2ChiffredumoisTable' => 'getActuv2ChiffredumoisTableService',
'App\\Datatable\\Actuv2CitationTable' => 'getActuv2CitationTableService',
'App\\Datatable\\Actuv2ElectronicInvoiceTable' => 'getActuv2ElectronicInvoiceTableService',
'App\\Datatable\\Actuv2HelpTable' => 'getActuv2HelpTableService',
'App\\Datatable\\Actuv2InfographieRseTable' => 'getActuv2InfographieRseTableService',
'App\\Datatable\\Actuv2InfographieTable' => 'getActuv2InfographieTableService',
'App\\Datatable\\Actuv2JournalTable' => 'getActuv2JournalTableService',
'App\\Datatable\\Actuv2NewYearTable' => 'getActuv2NewYearTableService',
'App\\Datatable\\Actuv2PodcastTable' => 'getActuv2PodcastTableService',
'App\\Datatable\\Actuv2QuizTable' => 'getActuv2QuizTableService',
'App\\Datatable\\Actuv2SondageTable' => 'getActuv2SondageTableService',
'App\\Datatable\\Actuv2TransformationdigitaleTable' => 'getActuv2TransformationdigitaleTableService',
'App\\Datatable\\Admin\\EmailBlacklistTableType' => 'getEmailBlacklistTableTypeService',
'App\\Datatable\\AffiliateClientTable' => 'getAffiliateClientTableService',
'App\\Datatable\\AffiliateClientUserTable' => 'getAffiliateClientUserTableService',
'App\\Datatable\\AffiliateRequestTable' => 'getAffiliateRequestTableService',
'App\\Datatable\\AffiliateRequestUserTable' => 'getAffiliateRequestUserTableService',
'App\\Datatable\\AffiliateServiceTable' => 'getAffiliateServiceTableService',
'App\\Datatable\\AffiliateTable' => 'getAffiliateTableService',
'App\\Datatable\\AnniversaireListTable' => 'getAnniversaireListTableService',
'App\\Datatable\\AnnoucementTable' => 'getAnnoucementTableService',
'App\\Datatable\\ApplyRequestTable' => 'getApplyRequestTableService',
'App\\Datatable\\BoiteIdeeAdminTable' => 'getBoiteIdeeAdminTableService',
'App\\Datatable\\BoiteIdeeTable' => 'getBoiteIdeeTableService',
'App\\Datatable\\CategoryImageTable' => 'getCategoryImageTableService',
'App\\Datatable\\CollaboratorTable' => 'getCollaboratorTableService',
'App\\Datatable\\CommunicationDesabonnementTable' => 'getCommunicationDesabonnementTableService',
'App\\Datatable\\ContactCreationSocieteTable' => 'getContactCreationSocieteTableService',
'App\\Datatable\\ContactCustomTable' => 'getContactCustomTableService',
'App\\Datatable\\ContactEtreRappeleTable' => 'getContactEtreRappeleTableService',
'App\\Datatable\\ContactFactureElectroniqueTable' => 'getContactFactureElectroniqueTableService',
'App\\Datatable\\ContactInvestissementImmoTable' => 'getContactInvestissementImmoTableService',
'App\\Datatable\\ContactJobTable' => 'getContactJobTableService',
'App\\Datatable\\ContactOtherTable' => 'getContactOtherTableService',
'App\\Datatable\\ContactProfessionTable' => 'getContactProfessionTableService',
'App\\Datatable\\ContactRgpdTable' => 'getContactRgpdTableService',
'App\\Datatable\\ContactTable' => 'getContactTableService',
'App\\Datatable\\DemandeCompanyTable' => 'getDemandeCompanyTableService',
'App\\Datatable\\DemandeNewsletterTable' => 'getDemandeNewsletterTableService',
'App\\Datatable\\DynDataTable' => 'getDynDataTableService',
'App\\Datatable\\EbookTable' => 'getEbookTableService',
'App\\Datatable\\EmailBlacklistTable' => 'getEmailBlacklistTableService',
'App\\Datatable\\EmailingClientCampaignTable' => 'getEmailingClientCampaignTableService',
'App\\Datatable\\EmailingClientListEmailTable' => 'getEmailingClientListEmailTableService',
'App\\Datatable\\EmailingClientListTable' => 'getEmailingClientListTableService',
'App\\Datatable\\EmailingCollabTable' => 'getEmailingCollabTableService',
'App\\Datatable\\EmailingPalTable' => 'getEmailingPalTableService',
'App\\Datatable\\EmailingProspectTable' => 'getEmailingProspectTableService',
'App\\Datatable\\EmailingTable' => 'getEmailingTableService',
'App\\Datatable\\EventRegistrationTable' => 'getEventRegistrationTableService',
'App\\Datatable\\EventTable' => 'getEventTableService',
'App\\Datatable\\FraisKilometriqueTable' => 'getFraisKilometriqueTableService',
'App\\Datatable\\GMBStatistiquesTable' => 'getGMBStatistiquesTableService',
'App\\Datatable\\IdentiteVisuelleTable' => 'getIdentiteVisuelleTableService',
'App\\Datatable\\LegalesPageTable' => 'getLegalesPageTableService',
'App\\Datatable\\MailingCommunicationTable' => 'getMailingCommunicationTableService',
'App\\Datatable\\MailjetApiTable' => 'getMailjetApiTableService',
'App\\Datatable\\ModuleVideoTable' => 'getModuleVideoTableService',
'App\\Datatable\\NewsletterArchivingTable' => 'getNewsletterArchivingTableService',
'App\\Datatable\\NewsletterProspectPartnerTable' => 'getNewsletterProspectPartnerTableService',
'App\\Datatable\\NewsletterProspectTable' => 'getNewsletterProspectTableService',
'App\\Datatable\\PartenaireTable' => 'getPartenaireTableService',
'App\\Datatable\\PartnerTable' => 'getPartnerTableService',
'App\\Datatable\\PipelineGmbAdminTable' => 'getPipelineGmbAdminTableService',
'App\\Datatable\\PipelineIdentiteVisuelleAdminTable' => 'getPipelineIdentiteVisuelleAdminTableService',
'App\\Datatable\\PipelineIdentiteVisuelleMajAdminTable' => 'getPipelineIdentiteVisuelleMajAdminTableService',
'App\\Datatable\\PipelineIdentiteVisuelleMajClientTable' => 'getPipelineIdentiteVisuelleMajClientTableService',
'App\\Datatable\\PipelineLinkedinAdminTable' => 'getPipelineLinkedinAdminTableService',
'App\\Datatable\\PipelineMailjetAdminTable' => 'getPipelineMailjetAdminTableService',
'App\\Datatable\\PipelineMajWebAdminTable' => 'getPipelineMajWebAdminTableService',
'App\\Datatable\\PodcastEpisodeTable' => 'getPodcastEpisodeTableService',
'App\\Datatable\\PodcastExpertComptableTable' => 'getPodcastExpertComptableTableService',
'App\\Datatable\\PodcastExpertTable' => 'getPodcastExpertTableService',
'App\\Datatable\\PodcastPrivateTable' => 'getPodcastPrivateTableService',
'App\\Datatable\\PodcastPrivateThemeAbonneTable' => 'getPodcastPrivateThemeAbonneTableService',
'App\\Datatable\\PodcastPrivateThemeTable' => 'getPodcastPrivateThemeTableService',
'App\\Datatable\\PrescriberTable' => 'getPrescriberTableService',
'App\\Datatable\\QrcodeCategoryTable' => 'getQrcodeCategoryTableService',
'App\\Datatable\\QrcodeTable' => 'getQrcodeTableService',
'App\\Datatable\\RecommendationRegistrationTable' => 'getRecommendationRegistrationTableService',
'App\\Datatable\\RecommendationTable' => 'getRecommendationTableService',
'App\\Datatable\\RedirectionTable' => 'getRedirectionTableService',
'App\\Datatable\\RepportingTrismestrielleClientTable' => 'getRepportingTrismestrielleClientTableService',
'App\\Datatable\\RepportingTrismestrielleTable' => 'getRepportingTrismestrielleTableService',
'App\\Datatable\\SatisfactionClientSurveyTable' => 'getSatisfactionClientSurveyTableService',
'App\\Datatable\\SatisfactionTable' => 'getSatisfactionTableService',
'App\\Datatable\\SeoPageTable' => 'getSeoPageTableService',
'App\\Datatable\\SeoPageTypeTable' => 'getSeoPageTypeTableService',
'App\\Datatable\\SitesTable' => 'getSitesTableService',
'App\\Datatable\\SmsClientCampaignTable' => 'getSmsClientCampaignTableService',
'App\\Datatable\\SmsClientListNumberTable' => 'getSmsClientListNumberTableService',
'App\\Datatable\\SmsClientListTable' => 'getSmsClientListTableService',
'App\\Datatable\\SponsorshipRegistrationTable' => 'getSponsorshipRegistrationTableService',
'App\\Datatable\\SponsorshipTable' => 'getSponsorshipTableService',
'App\\Datatable\\StakeholderTable' => 'getStakeholderTableService',
'App\\Datatable\\StakeholderTagTable' => 'getStakeholderTagTableService',
'App\\Datatable\\StatEcoutePodcastTable' => 'getStatEcoutePodcastTableService',
'App\\Datatable\\SurveyTable' => 'getSurveyTableService',
'App\\Datatable\\ToolsPageClientTable' => 'getToolsPageClientTableService',
'App\\Datatable\\ToolsPageTable' => 'getToolsPageTableService',
'App\\Datatable\\UsefulLinkTable' => 'getUsefulLinkTableService',
'App\\Datatable\\UserTable' => 'getUserTableService',
'App\\Datatable\\VCardsAdminTables' => 'getVCardsAdminTablesService',
'App\\Datatable\\VCardsTables' => 'getVCardsTablesService',
'App\\Datatable\\WebsiteNewsTable' => 'getWebsiteNewsTableService',
'App\\Enum\\PipelineIdentiteVisuelleMajItemStatus' => 'getPipelineIdentiteVisuelleMajItemStatusService',
'App\\Enum\\PipelineIdentiteVisuelleMajItemType' => 'getPipelineIdentiteVisuelleMajItemTypeService',
'App\\Enum\\PipelineIdentiteVisuelleMajStatus' => 'getPipelineIdentiteVisuelleMajStatusService',
'App\\EventListener\\AccountingFirmDomainActivationListener' => 'getAccountingFirmDomainActivationListenerService',
'App\\EventListener\\ActualitecabinetListener' => 'getActualitecabinetListenerService',
'App\\EventListener\\EmailingCollabListener' => 'getEmailingCollabListenerService',
'App\\EventListener\\EmailingListener' => 'getEmailingListenerService',
'App\\EventListener\\NotFound404EventListener' => 'getNotFound404EventListenerService',
'App\\EventListener\\PageListener' => 'getPageListenerService',
'App\\EventListener\\ReCaptchaValidationListener' => 'getReCaptchaValidationListenerService',
'App\\EventListener\\ToolsPageListener' => 'getToolsPageListenerService',
'App\\EventListener\\UserListener' => 'getUserListenerService',
'App\\EventSubscriber\\AccountingFirmSubscriber' => 'getAccountingFirmSubscriberService',
'App\\EventSubscriber\\AffiliateRequestDoctrineSubscriber' => 'getAffiliateRequestDoctrineSubscriberService',
'App\\EventSubscriber\\AffiliateRequestSubscriber' => 'getAffiliateRequestSubscriberService',
'App\\Exception\\TrelloServiceException' => 'getTrelloServiceExceptionService',
'App\\Form\\AbonnePodcastPrivateType' => 'getAbonnePodcastPrivateTypeService',
'App\\Form\\AccountFirmUserType' => 'getAccountFirmUserTypeService',
'App\\Form\\AccountType' => 'getAccountTypeService',
'App\\Form\\AccountingFirmType' => 'getAccountingFirmTypeService',
'App\\Form\\ActualitecabinetType' => 'getActualitecabinetTypeService',
'App\\Form\\ActualitersType' => 'getActualitersTypeService',
'App\\Form\\Actuv2ActualiteType' => 'getActuv2ActualiteTypeService',
'App\\Form\\Actuv2BienetreType' => 'getActuv2BienetreTypeService',
'App\\Form\\Actuv2CalendrierType' => 'getActuv2CalendrierTypeService',
'App\\Form\\Actuv2ChiffredumoisType' => 'getActuv2ChiffredumoisTypeService',
'App\\Form\\Actuv2CitationType' => 'getActuv2CitationTypeService',
'App\\Form\\Actuv2ElectronicInvoiceAnswerType' => 'getActuv2ElectronicInvoiceAnswerTypeService',
'App\\Form\\Actuv2ElectronicInvoiceType' => 'getActuv2ElectronicInvoiceTypeService',
'App\\Form\\Actuv2HelpType' => 'getActuv2HelpTypeService',
'App\\Form\\Actuv2InfographieRseCarouselMobileType' => 'getActuv2InfographieRseCarouselMobileTypeService',
'App\\Form\\Actuv2InfographieRseType' => 'getActuv2InfographieRseTypeService',
'App\\Form\\Actuv2InfographieType' => 'getActuv2InfographieTypeService',
'App\\Form\\Actuv2JournalType' => 'getActuv2JournalTypeService',
'App\\Form\\Actuv2NewYearType' => 'getActuv2NewYearTypeService',
'App\\Form\\Actuv2PodcastType' => 'getActuv2PodcastTypeService',
'App\\Form\\Actuv2QuizAnswerType' => 'getActuv2QuizAnswerTypeService',
'App\\Form\\Actuv2QuizType' => 'getActuv2QuizTypeService',
'App\\Form\\Actuv2SondageType' => 'getActuv2SondageTypeService',
'App\\Form\\Actuv2SondagevoteType' => 'getActuv2SondagevoteTypeService',
'App\\Form\\Actuv2TransformationdigitaleType' => 'getActuv2TransformationdigitaleTypeService',
'App\\Form\\Actuv2UtilisateurType' => 'getActuv2UtilisateurTypeService',
'App\\Form\\AffiliateClientServiceType' => 'getAffiliateClientServiceTypeService',
'App\\Form\\AffiliateClientType' => 'getAffiliateClientTypeService',
'App\\Form\\AffiliateRequestType' => 'getAffiliateRequestTypeService',
'App\\Form\\AffiliateServiceType' => 'getAffiliateServiceTypeService',
'App\\Form\\AffiliateType' => 'getAffiliateTypeService',
'App\\Form\\AffiliateUserType' => 'getAffiliateUserTypeService',
'App\\Form\\AliasType' => 'getAliasTypeService',
'App\\Form\\AnniversaireClientMessageType' => 'getAnniversaireClientMessageTypeService',
'App\\Form\\AnniversaireClientSenderNumberType' => 'getAnniversaireClientSenderNumberTypeService',
'App\\Form\\AnniversaireClientType' => 'getAnniversaireClientTypeService',
'App\\Form\\AnnouncementApplyType' => 'getAnnouncementApplyTypeService',
'App\\Form\\AnnouncementType' => 'getAnnouncementTypeService',
'App\\Form\\AuthorizedDomainType' => 'getAuthorizedDomainTypeService',
'App\\Form\\BirthdayClientMessageType' => 'getBirthdayClientMessageTypeService',
'App\\Form\\BoiteIdeeType' => 'getBoiteIdeeTypeService',
'App\\Form\\CabinetListType' => 'getCabinetListTypeService',
'App\\Form\\ChangePasswordFormType' => 'getChangePasswordFormTypeService',
'App\\Form\\CollaboratorEmailType' => 'getCollaboratorEmailTypeService',
'App\\Form\\CollaboratorType' => 'getCollaboratorTypeService',
'App\\Form\\CommunicationCampaignAccountingFirmsType' => 'getCommunicationCampaignAccountingFirmsTypeService',
'App\\Form\\CommunicationCampaignDateType' => 'getCommunicationCampaignDateTypeService',
'App\\Form\\CommunicationCampaignFiltersType' => 'getCommunicationCampaignFiltersTypeService',
'App\\Form\\CommunicationCampaignMailType' => 'getCommunicationCampaignMailTypeService',
'App\\Form\\CommunicationCampaignNameType' => 'getCommunicationCampaignNameTypeService',
'App\\Form\\CompanyCreationType' => 'getCompanyCreationTypeService',
'App\\Form\\ContactCreationSocieteChargeType' => 'getContactCreationSocieteChargeTypeService',
'App\\Form\\ContactCreationSocieteSalaryEmployeeType' => 'getContactCreationSocieteSalaryEmployeeTypeService',
'App\\Form\\ContactCreationSocieteType' => 'getContactCreationSocieteTypeService',
'App\\Form\\ContactCustomType' => 'getContactCustomTypeService',
'App\\Form\\ContactEtreRappeleType' => 'getContactEtreRappeleTypeService',
'App\\Form\\ContactInvestissementImmoPropertyChargeType' => 'getContactInvestissementImmoPropertyChargeTypeService',
'App\\Form\\ContactInvestissementImmoPropertyChargesType' => 'getContactInvestissementImmoPropertyChargesTypeService',
'App\\Form\\ContactInvestissementImmoPropertyImmoType' => 'getContactInvestissementImmoPropertyImmoTypeService',
'App\\Form\\ContactInvestissementImmoPropertyRentType' => 'getContactInvestissementImmoPropertyRentTypeService',
'App\\Form\\ContactInvestissementImmoType' => 'getContactInvestissementImmoTypeService',
'App\\Form\\ContactProfessionType' => 'getContactProfessionTypeService',
'App\\Form\\ContactProposalAmountType' => 'getContactProposalAmountTypeService',
'App\\Form\\ContactType' => 'getContactTypeService',
'App\\Form\\CustomPageSeoType' => 'getCustomPageSeoTypeService',
'App\\Form\\DataTransformer\\BirthdayDateTransformer' => 'getBirthdayDateTransformerService',
'App\\Form\\DataTransformer\\CollectionToJsonTransformer' => 'getCollectionToJsonTransformerService',
'App\\Form\\DataTransformer\\JsonToArrayTransformer' => 'getJsonToArrayTransformerService',
'App\\Form\\DataTransformer\\PhoneNumberTransformer' => 'getPhoneNumberTransformerService',
'App\\Form\\DiaporamaType' => 'getDiaporamaTypeService',
'App\\Form\\DocumentType' => 'getDocumentTypeService',
'App\\Form\\DynDataCollectionType' => 'getDynDataCollectionTypeService',
'App\\Form\\DynDataType' => 'getDynDataTypeService',
'App\\Form\\EbookDownloadType' => 'getEbookDownloadTypeService',
'App\\Form\\EbookType' => 'getEbookTypeService',
'App\\Form\\EmailingClientCampaignDateType' => 'getEmailingClientCampaignDateTypeService',
'App\\Form\\EmailingClientCampaignMailType' => 'getEmailingClientCampaignMailTypeService',
'App\\Form\\EmailingClientCampaignNameType' => 'getEmailingClientCampaignNameTypeService',
'App\\Form\\EmailingClientCampaignRecap' => 'getEmailingClientCampaignRecapService',
'App\\Form\\EmailingClientCampaignSelectListType' => 'getEmailingClientCampaignSelectListTypeService',
'App\\Form\\EmailingClientListEmailType' => 'getEmailingClientListEmailTypeService',
'App\\Form\\EmailingClientListType' => 'getEmailingClientListTypeService',
'App\\Form\\EmailingClientSenderType' => 'getEmailingClientSenderTypeService',
'App\\Form\\EmailingCollabType' => 'getEmailingCollabTypeService',
'App\\Form\\EmailingPalType' => 'getEmailingPalTypeService',
'App\\Form\\EmailingProspectType' => 'getEmailingProspectTypeService',
'App\\Form\\EmailingType' => 'getEmailingTypeService',
'App\\Form\\EventRegistrationType' => 'getEventRegistrationTypeService',
'App\\Form\\EventType' => 'getEventTypeService',
'App\\Form\\FraisKilometriqueType' => 'getFraisKilometriqueTypeService',
'App\\Form\\IdentiteVisuelleCategoriesType' => 'getIdentiteVisuelleCategoriesTypeService',
'App\\Form\\IdentiteVisuelleCategoryType' => 'getIdentiteVisuelleCategoryTypeService',
'App\\Form\\IdentiteVisuelleType' => 'getIdentiteVisuelleTypeService',
'App\\Form\\ImageGestionIndexType' => 'getImageGestionIndexTypeService',
'App\\Form\\ImageGestionType' => 'getImageGestionTypeService',
'App\\Form\\ImageType' => 'getImageTypeService',
'App\\Form\\ImagesCategoryType' => 'getImagesCategoryTypeService',
'App\\Form\\ImportEmailingCollabType' => 'getImportEmailingCollabTypeService',
'App\\Form\\ImportEmailingProspectType' => 'getImportEmailingProspectTypeService',
'App\\Form\\ImportEmailingType' => 'getImportEmailingTypeService',
'App\\Form\\LegalesPageClientType' => 'getLegalesPageClientTypeService',
'App\\Form\\LegalesPageType' => 'getLegalesPageTypeService',
'App\\Form\\LinkType' => 'getLinkTypeService',
'App\\Form\\MailjetApiType' => 'getMailjetApiTypeService',
'App\\Form\\MiniBookType' => 'getMiniBookTypeService',
'App\\Form\\ModuleVideoAppelleTonEcType' => 'getModuleVideoAppelleTonEcTypeService',
'App\\Form\\ModuleVideoType' => 'getModuleVideoTypeService',
'App\\Form\\NewApplyRequestType' => 'getNewApplyRequestTypeService',
'App\\Form\\NewContactType' => 'getNewContactTypeService',
'App\\Form\\NewDemandeCompanyType' => 'getNewDemandeCompanyTypeService',
'App\\Form\\NewToolsPageClientType' => 'getNewToolsPageClientTypeService',
'App\\Form\\NewsletterProspectPartnerType' => 'getNewsletterProspectPartnerTypeService',
'App\\Form\\NewsletterProspectType' => 'getNewsletterProspectTypeService',
'App\\Form\\NewsletterType' => 'getNewsletterTypeService',
'App\\Form\\OneIdentiteVisuelleFormType' => 'getOneIdentiteVisuelleFormTypeService',
'App\\Form\\PageClientServiceType' => 'getPageClientServiceTypeService',
'App\\Form\\PageServiceType' => 'getPageServiceTypeService',
'App\\Form\\PageType' => 'getPageTypeService',
'App\\Form\\ParametersType' => 'getParametersTypeService',
'App\\Form\\PartenaireType' => 'getPartenaireTypeService',
'App\\Form\\PartnerType' => 'getPartnerTypeService',
'App\\Form\\PipelineContactType' => 'getPipelineContactTypeService',
'App\\Form\\PipelineGmbAdminRequestDatesType' => 'getPipelineGmbAdminRequestDatesTypeService',
'App\\Form\\PipelineGmbAdminType' => 'getPipelineGmbAdminTypeService',
'App\\Form\\PipelineGmbChoiceDateType' => 'getPipelineGmbChoiceDateTypeService',
'App\\Form\\PipelineGmbChoiceDatesType' => 'getPipelineGmbChoiceDatesTypeService',
'App\\Form\\PipelineGmbCodeType' => 'getPipelineGmbCodeTypeService',
'App\\Form\\PipelineGmbDateType' => 'getPipelineGmbDateTypeService',
'App\\Form\\PipelineGmbGlobalType' => 'getPipelineGmbGlobalTypeService',
'App\\Form\\PipelineGmbQrCodeType' => 'getPipelineGmbQrCodeTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdjustmentPrecisionType' => 'getPipelineIdentiteVisuelleAdjustmentPrecisionTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminDateShippingType' => 'getPipelineIdentiteVisuelleAdminDateShippingTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminFirstStepType' => 'getPipelineIdentiteVisuelleAdminFirstStepTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminProposalFormType' => 'getPipelineIdentiteVisuelleAdminProposalFormTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminProposalsType' => 'getPipelineIdentiteVisuelleAdminProposalsTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminVisitCardDeclinationPreviewType' => 'getPipelineIdentiteVisuelleAdminVisitCardDeclinationPreviewTypeService',
'App\\Form\\PipelineIdentiteVisuelleAdminVisitCardInfoDeclinationsType' => 'getPipelineIdentiteVisuelleAdminVisitCardInfoDeclinationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientAdjustmentPrecisionType' => 'getPipelineIdentiteVisuelleClientAdjustmentPrecisionTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientEnteteInformationsType' => 'getPipelineIdentiteVisuelleClientEnteteInformationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientFlyerInformationsType' => 'getPipelineIdentiteVisuelleClientFlyerInformationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientMailDeclinationType' => 'getPipelineIdentiteVisuelleClientMailDeclinationTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientMailInformationsType' => 'getPipelineIdentiteVisuelleClientMailInformationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientTamponInformationsType' => 'getPipelineIdentiteVisuelleClientTamponInformationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardDeclinationShippingInfoType' => 'getPipelineIdentiteVisuelleClientVisitCardDeclinationShippingInfoTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardDeclinationType' => 'getPipelineIdentiteVisuelleClientVisitCardDeclinationTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardDeclinationValidateType' => 'getPipelineIdentiteVisuelleClientVisitCardDeclinationValidateTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardDeclinationsValidateType' => 'getPipelineIdentiteVisuelleClientVisitCardDeclinationsValidateTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardInfoDeclinationsType' => 'getPipelineIdentiteVisuelleClientVisitCardInfoDeclinationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardInformationsType' => 'getPipelineIdentiteVisuelleClientVisitCardInformationsTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardPhotoType' => 'getPipelineIdentiteVisuelleClientVisitCardPhotoTypeService',
'App\\Form\\PipelineIdentiteVisuelleClientVisitCardPrintType' => 'getPipelineIdentiteVisuelleClientVisitCardPrintTypeService',
'App\\Form\\PipelineIdentiteVisuelleGlobalType' => 'getPipelineIdentiteVisuelleGlobalTypeService',
'App\\Form\\PipelineIdentiteVisuelleMajAdminProposalsType' => 'getPipelineIdentiteVisuelleMajAdminProposalsTypeService',
'App\\Form\\PipelineIdentiteVisuelleMajCreateItemType' => 'getPipelineIdentiteVisuelleMajCreateItemTypeService',
'App\\Form\\PipelineIdentiteVisuelleMajCreateType' => 'getPipelineIdentiteVisuelleMajCreateTypeService',
'App\\Form\\PipelineIdentiteVisuelleMajItemReplyType' => 'getPipelineIdentiteVisuelleMajItemReplyTypeService',
'App\\Form\\PipelineIdentiteVisuelleMajProposalType' => 'getPipelineIdentiteVisuelleMajProposalTypeService',
'App\\Form\\PipelineIdentiteVisuelleProposalReturnAdjustmentType' => 'getPipelineIdentiteVisuelleProposalReturnAdjustmentTypeService',
'App\\Form\\PipelineLinkedinAdminDateType' => 'getPipelineLinkedinAdminDateTypeService',
'App\\Form\\PipelineLinkedinAdminRequestDatesType' => 'getPipelineLinkedinAdminRequestDatesTypeService',
'App\\Form\\PipelineLinkedinAdminType' => 'getPipelineLinkedinAdminTypeService',
'App\\Form\\PipelineLinkedinChoiceDatesType' => 'getPipelineLinkedinChoiceDatesTypeService',
'App\\Form\\PipelineLinkedinCodeType' => 'getPipelineLinkedinCodeTypeService',
'App\\Form\\PipelineLinkedinFormCodeType' => 'getPipelineLinkedinFormCodeTypeService',
'App\\Form\\PipelineLinkedinGlobalType' => 'getPipelineLinkedinGlobalTypeService',
'App\\Form\\PipelineMailjetAdminFirstStepType' => 'getPipelineMailjetAdminFirstStepTypeService',
'App\\Form\\PipelineMailjetAdminRequestDatesType' => 'getPipelineMailjetAdminRequestDatesTypeService',
'App\\Form\\PipelineMailjetAdminSecondStepType' => 'getPipelineMailjetAdminSecondStepTypeService',
'App\\Form\\PipelineMailjetChoiceDatesType' => 'getPipelineMailjetChoiceDatesTypeService',
'App\\Form\\PipelineMailjetClientFirstStepType' => 'getPipelineMailjetClientFirstStepTypeService',
'App\\Form\\PipelineMailjetCode2faType' => 'getPipelineMailjetCode2faTypeService',
'App\\Form\\PipelineMailjetDateChoiceType' => 'getPipelineMailjetDateChoiceTypeService',
'App\\Form\\PipelineMailjetDateType' => 'getPipelineMailjetDateTypeService',
'App\\Form\\PipelineMailjetGlobalType' => 'getPipelineMailjetGlobalTypeService',
'App\\Form\\PipelineMajWebAttachmentType' => 'getPipelineMajWebAttachmentTypeService',
'App\\Form\\PipelineMajWebReplyType' => 'getPipelineMajWebReplyTypeService',
'App\\Form\\PipelineMajWebRequestType' => 'getPipelineMajWebRequestTypeService',
'App\\Form\\PodcastEpisodeType' => 'getPodcastEpisodeTypeService',
'App\\Form\\PodcastExpertComptableType' => 'getPodcastExpertComptableTypeService',
'App\\Form\\PodcastExpertType' => 'getPodcastExpertTypeService',
'App\\Form\\PodcastHostType' => 'getPodcastHostTypeService',
'App\\Form\\PodcastPrivateGlobalType' => 'getPodcastPrivateGlobalTypeService',
'App\\Form\\PodcastPrivateThemeType' => 'getPodcastPrivateThemeTypeService',
'App\\Form\\PodcastPrivateType' => 'getPodcastPrivateTypeService',
'App\\Form\\PrescriberType' => 'getPrescriberTypeService',
'App\\Form\\PrimaryNewsType' => 'getPrimaryNewsTypeService',
'App\\Form\\QrcodeCategoryType' => 'getQrcodeCategoryTypeService',
'App\\Form\\QrcodeType' => 'getQrcodeTypeService',
'App\\Form\\ReCaptchaType' => 'getReCaptchaTypeService',
'App\\Form\\RecommendationType' => 'getRecommendationTypeService',
'App\\Form\\RedirectionClientType' => 'getRedirectionClientTypeService',
'App\\Form\\RedirectionType' => 'getRedirectionTypeService',
'App\\Form\\RepportingTrismestrielleType' => 'getRepportingTrismestrielleTypeService',
'App\\Form\\ResetPasswordRequestFormType' => 'getResetPasswordRequestFormTypeService',
'App\\Form\\SatisfactionClientAnswerType' => 'getSatisfactionClientAnswerTypeService',
'App\\Form\\SatisfactionClientQuestionType' => 'getSatisfactionClientQuestionTypeService',
'App\\Form\\SatisfactionClientSurveyResponseType' => 'getSatisfactionClientSurveyResponseTypeService',
'App\\Form\\SatisfactionClientSurveyType' => 'getSatisfactionClientSurveyTypeService',
'App\\Form\\SeoPageClientType' => 'getSeoPageClientTypeService',
'App\\Form\\SeoPageListType' => 'getSeoPageListTypeService',
'App\\Form\\SeoPageType' => 'getSeoPageTypeService',
'App\\Form\\ShortUrlType' => 'getShortUrlTypeService',
'App\\Form\\SmsClientCampaignMessageType' => 'getSmsClientCampaignMessageTypeService',
'App\\Form\\SmsClientCampaignNameType' => 'getSmsClientCampaignNameTypeService',
'App\\Form\\SmsClientCampaignSelectListType' => 'getSmsClientCampaignSelectListTypeService',
'App\\Form\\SmsClientListNumberType' => 'getSmsClientListNumberTypeService',
'App\\Form\\SmsClientListType' => 'getSmsClientListTypeService',
'App\\Form\\SmsClientSenderNumberType' => 'getSmsClientSenderNumberTypeService',
'App\\Form\\SponsorshipType' => 'getSponsorshipTypeService',
'App\\Form\\StakeholderBulkFilterType' => 'getStakeholderBulkFilterTypeService',
'App\\Form\\StakeholderCollectionType' => 'getStakeholderCollectionTypeService',
'App\\Form\\StakeholderInlineType' => 'getStakeholderInlineTypeService',
'App\\Form\\StakeholderTagType' => 'getStakeholderTagTypeService',
'App\\Form\\StakeholderType' => 'getStakeholderTypeService',
'App\\Form\\StatEcoutePodcastType' => 'getStatEcoutePodcastTypeService',
'App\\Form\\ToolsPageClientType' => 'getToolsPageClientTypeService',
'App\\Form\\ToolsPageType' => 'getToolsPageTypeService',
'App\\Form\\TypeSeoPageType' => 'getTypeSeoPageTypeService',
'App\\Form\\UsefulLinkType' => 'getUsefulLinkTypeService',
'App\\Form\\UserPasswordType' => 'getUserPasswordTypeService',
'App\\Form\\UserType' => 'getUserTypeService',
'App\\Form\\VCardAddressType' => 'getVCardAddressTypeService',
'App\\Form\\VCardPhoneType' => 'getVCardPhoneTypeService',
'App\\Form\\VcardsType' => 'getVcardsTypeService',
'App\\Form\\WebsiteNewsType' => 'getWebsiteNewsTypeService',
'App\\Form\\YearSelectionFormType' => 'getYearSelectionFormTypeService',
'App\\Form\\YearSelectionPodscastEcouteFormType' => 'getYearSelectionPodscastEcouteFormTypeService',
'App\\MessageHandler\\GenerateStaticHtmlHandler' => 'getGenerateStaticHtmlHandlerService',
'App\\MessageHandler\\GenerateZipHandler' => 'getGenerateZipHandlerService',
'App\\MessageHandler\\MailingProcessMessageHandler' => 'getMailingProcessMessageHandlerService',
'App\\MessageHandler\\PodcastPrivateGenerateMessageHandler' => 'getPodcastPrivateGenerateMessageHandlerService',
'App\\MessageHandler\\SendGaActivationEmailHandler' => 'getSendGaActivationEmailHandlerService',
'App\\Message\\GenerateStaticHtmlMessage' => 'getGenerateStaticHtmlMessageService',
'App\\Message\\GenerateZipMessage' => 'getGenerateZipMessageService',
'App\\Message\\MailingProcessMessage' => 'getMailingProcessMessageService',
'App\\Message\\PodcastPrivateGenerateMessage' => 'getPodcastPrivateGenerateMessageService',
'App\\Message\\SendGaActivationEmail' => 'getSendGaActivationEmailService',
'App\\Repository\\AccountingFirmRepository' => 'getAccountingFirmRepositoryService',
'App\\Repository\\ActualitecabinetRepository' => 'getActualitecabinetRepositoryService',
'App\\Repository\\ActualitersRepository' => 'getActualitersRepositoryService',
'App\\Repository\\Actuv2ActualiteRepository' => 'getActuv2ActualiteRepositoryService',
'App\\Repository\\Actuv2BienetreRepository' => 'getActuv2BienetreRepositoryService',
'App\\Repository\\Actuv2CalendrierRepository' => 'getActuv2CalendrierRepositoryService',
'App\\Repository\\Actuv2ChiffredumoisRepository' => 'getActuv2ChiffredumoisRepositoryService',
'App\\Repository\\Actuv2CitationRepository' => 'getActuv2CitationRepositoryService',
'App\\Repository\\Actuv2ElectronicInvoiceAnswerRepository' => 'getActuv2ElectronicInvoiceAnswerRepositoryService',
'App\\Repository\\Actuv2ElectronicInvoiceRepository' => 'getActuv2ElectronicInvoiceRepositoryService',
'App\\Repository\\Actuv2ElectronicInvoiceVoteRepository' => 'getActuv2ElectronicInvoiceVoteRepositoryService',
'App\\Repository\\Actuv2HelpRepository' => 'getActuv2HelpRepositoryService',
'App\\Repository\\Actuv2InfographieRepository' => 'getActuv2InfographieRepositoryService',
'App\\Repository\\Actuv2InfographieRseCarouselMobileFileRepository' => 'getActuv2InfographieRseCarouselMobileFileRepositoryService',
'App\\Repository\\Actuv2InfographieRseRepository' => 'getActuv2InfographieRseRepositoryService',
'App\\Repository\\Actuv2JournalRepository' => 'getActuv2JournalRepositoryService',
'App\\Repository\\Actuv2NewYearRepository' => 'getActuv2NewYearRepositoryService',
'App\\Repository\\Actuv2PodcastRepository' => 'getActuv2PodcastRepositoryService',
'App\\Repository\\Actuv2QuizAnswerRepository' => 'getActuv2QuizAnswerRepositoryService',
'App\\Repository\\Actuv2QuizRepository' => 'getActuv2QuizRepositoryService',
'App\\Repository\\Actuv2QuizVoteRepository' => 'getActuv2QuizVoteRepositoryService',
'App\\Repository\\Actuv2SondageRepository' => 'getActuv2SondageRepositoryService',
'App\\Repository\\Actuv2SondagevoteRepository' => 'getActuv2SondagevoteRepositoryService',
'App\\Repository\\Actuv2TransformationdigitaleRepository' => 'getActuv2TransformationdigitaleRepositoryService',
'App\\Repository\\Actuv2UtilisateurRepository' => 'getActuv2UtilisateurRepositoryService',
'App\\Repository\\Actuv2VoteUsefulRepository' => 'getActuv2VoteUsefulRepositoryService',
'App\\Repository\\AffiliateClientRepository' => 'getAffiliateClientRepositoryService',
'App\\Repository\\AffiliateClientServiceRepository' => 'getAffiliateClientServiceRepositoryService',
'App\\Repository\\AffiliateRepository' => 'getAffiliateRepositoryService',
'App\\Repository\\AffiliateRequestRepository' => 'getAffiliateRequestRepositoryService',
'App\\Repository\\AffiliateServiceRepository' => 'getAffiliateServiceRepositoryService',
'App\\Repository\\AliasRepository' => 'getAliasRepositoryService',
'App\\Repository\\AnniversaireClientRepository' => 'getAnniversaireClientRepositoryService',
'App\\Repository\\AnnouncementRepository' => 'getAnnouncementRepositoryService',
'App\\Repository\\ApplyRequestRepository' => 'getApplyRequestRepositoryService',
'App\\Repository\\AuthorizedDomainRepository' => 'getAuthorizedDomainRepositoryService',
'App\\Repository\\BoiteIdeeRepository' => 'getBoiteIdeeRepositoryService',
'App\\Repository\\CatImageRepository' => 'getCatImageRepositoryService',
'App\\Repository\\CategoryRepository' => 'getCategoryRepositoryService',
'App\\Repository\\CeContactRepository' => 'getCeContactRepositoryService',
'App\\Repository\\CeExpertRepository' => 'getCeExpertRepositoryService',
'App\\Repository\\CirContactRepository' => 'getCirContactRepositoryService',
'App\\Repository\\CirExpertRepository' => 'getCirExpertRepositoryService',
'App\\Repository\\CollaboratorRepository' => 'getCollaboratorRepositoryService',
'App\\Repository\\CommunicationDesabonnementRepository' => 'getCommunicationDesabonnementRepositoryService',
'App\\Repository\\CommunicationImageRepository' => 'getCommunicationImageRepositoryService',
'App\\Repository\\ContactCreationSocieteChargeRepository' => 'getContactCreationSocieteChargeRepositoryService',
'App\\Repository\\ContactCreationSocieteRepository' => 'getContactCreationSocieteRepositoryService',
'App\\Repository\\ContactCreationSocieteSalaryEmployeeRepository' => 'getContactCreationSocieteSalaryEmployeeRepositoryService',
'App\\Repository\\ContactCustomRepository' => 'getContactCustomRepositoryService',
'App\\Repository\\ContactEtreRappeleRepository' => 'getContactEtreRappeleRepositoryService',
'App\\Repository\\ContactInvestissementImmoPropertyChargeRepository' => 'getContactInvestissementImmoPropertyChargeRepositoryService',
'App\\Repository\\ContactInvestissementImmoPropertyRepository' => 'getContactInvestissementImmoPropertyRepositoryService',
'App\\Repository\\ContactInvestissementImmoRepository' => 'getContactInvestissementImmoRepositoryService',
'App\\Repository\\ContactParticipationPlaceExpertRepository' => 'getContactParticipationPlaceExpertRepositoryService',
'App\\Repository\\ContactPipelineStepRepository' => 'getContactPipelineStepRepositoryService',
'App\\Repository\\ContactProfessionRepository' => 'getContactProfessionRepositoryService',
'App\\Repository\\ContactRepository' => 'getContactRepositoryService',
'App\\Repository\\ContactSubjectTypeRepository' => 'getContactSubjectTypeRepositoryService',
'App\\Repository\\DemandeCompanyRepository' => 'getDemandeCompanyRepositoryService',
'App\\Repository\\DemandeNewsletterRepository' => 'getDemandeNewsletterRepositoryService',
'App\\Repository\\DiaporamaRepository' => 'getDiaporamaRepositoryService',
'App\\Repository\\DocumentRepository' => 'getDocumentRepositoryService',
'App\\Repository\\DynDataCollectionRepository' => 'getDynDataCollectionRepositoryService',
'App\\Repository\\DynDataRepository' => 'getDynDataRepositoryService',
'App\\Repository\\EbookRepository' => 'getEbookRepositoryService',
'App\\Repository\\ElectronicInvoiceContactRepository' => 'getElectronicInvoiceContactRepositoryService',
'App\\Repository\\EmailBlacklistRepository' => 'getEmailBlacklistRepositoryService',
'App\\Repository\\EmailingClientDesabonnementRepository' => 'getEmailingClientDesabonnementRepositoryService',
'App\\Repository\\EmailingClientListEmailRepository' => 'getEmailingClientListEmailRepositoryService',
'App\\Repository\\EmailingClientListRepository' => 'getEmailingClientListRepositoryService',
'App\\Repository\\EmailingCollabRepository' => 'getEmailingCollabRepositoryService',
'App\\Repository\\EmailingPalRepository' => 'getEmailingPalRepositoryService',
'App\\Repository\\EmailingProspectRepository' => 'getEmailingProspectRepositoryService',
'App\\Repository\\EmailingRepository' => 'getEmailingRepositoryService',
'App\\Repository\\EventRegistrationRepository' => 'getEventRegistrationRepositoryService',
'App\\Repository\\EventRepository' => 'getEventRepositoryService',
'App\\Repository\\FraisKilometriquesRepository' => 'getFraisKilometriquesRepositoryService',
'App\\Repository\\IdentiteVisuelleCategoryRepository' => 'getIdentiteVisuelleCategoryRepositoryService',
'App\\Repository\\IdentiteVisuelleFileRepository' => 'getIdentiteVisuelleFileRepositoryService',
'App\\Repository\\IdentiteVisuelleRepository' => 'getIdentiteVisuelleRepositoryService',
'App\\Repository\\ImageRepository' => 'getImageRepositoryService',
'App\\Repository\\InAppAnnouncementRepository' => 'getInAppAnnouncementRepositoryService',
'App\\Repository\\InAppAnnouncementUserRepository' => 'getInAppAnnouncementUserRepositoryService',
'App\\Repository\\LinkRepository' => 'getLinkRepositoryService',
'App\\Repository\\MailingCommunicationRepository' => 'getMailingCommunicationRepositoryService',
'App\\Repository\\MailingLogRepository' => 'getMailingLogRepositoryService',
'App\\Repository\\MailingSpecificRepository' => 'getMailingSpecificRepositoryService',
'App\\Repository\\MailingTaskRepository' => 'getMailingTaskRepositoryService',
'App\\Repository\\MailjetApiTypeRepository' => 'getMailjetApiTypeRepositoryService',
'App\\Repository\\MailjetStatusRepository' => 'getMailjetStatusRepositoryService',
'App\\Repository\\ModuleTypeRepository' => 'getModuleTypeRepositoryService',
'App\\Repository\\ModuleTypeValueRepository' => 'getModuleTypeValueRepositoryService',
'App\\Repository\\ModuleVideoRepository' => 'getModuleVideoRepositoryService',
'App\\Repository\\NewsletterProspectPartnerRepository' => 'getNewsletterProspectPartnerRepositoryService',
'App\\Repository\\NewsletterProspectRepository' => 'getNewsletterProspectRepositoryService',
'App\\Repository\\PageRepository' => 'getPageRepositoryService',
'App\\Repository\\PageServiceRepository' => 'getPageServiceRepositoryService',
'App\\Repository\\ParametersRepository' => 'getParametersRepositoryService',
'App\\Repository\\PartenaireRepository' => 'getPartenaireRepositoryService',
'App\\Repository\\PartnerRepository' => 'getPartnerRepositoryService',
'App\\Repository\\PipelineContactRepository' => 'getPipelineContactRepositoryService',
'App\\Repository\\PipelineGmbDateRepository' => 'getPipelineGmbDateRepositoryService',
'App\\Repository\\PipelineGmbGlobalRepository' => 'getPipelineGmbGlobalRepositoryService',
'App\\Repository\\PipelineGmbRepository' => 'getPipelineGmbRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleGlobalRepository' => 'getPipelineIdentiteVisuelleGlobalRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleMajItemRepository' => 'getPipelineIdentiteVisuelleMajItemRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleMajMessageRepository' => 'getPipelineIdentiteVisuelleMajMessageRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleMajProposalRepository' => 'getPipelineIdentiteVisuelleMajProposalRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleMajRepository' => 'getPipelineIdentiteVisuelleMajRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleProposalRepository' => 'getPipelineIdentiteVisuelleProposalRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleProposalReturnRepository' => 'getPipelineIdentiteVisuelleProposalReturnRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleRepository' => 'getPipelineIdentiteVisuelleRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleVisistCardDeclinationRepository' => 'getPipelineIdentiteVisuelleVisistCardDeclinationRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleVisitCardDeclinationRepository' => 'getPipelineIdentiteVisuelleVisitCardDeclinationRepositoryService',
'App\\Repository\\PipelineIdentiteVisuelleVisitCardPhotoRepository' => 'getPipelineIdentiteVisuelleVisitCardPhotoRepositoryService',
'App\\Repository\\PipelineLinkedinDatesRepository' => 'getPipelineLinkedinDatesRepositoryService',
'App\\Repository\\PipelineLinkedinGlobalRepository' => 'getPipelineLinkedinGlobalRepositoryService',
'App\\Repository\\PipelineLinkedinRepository' => 'getPipelineLinkedinRepositoryService',
'App\\Repository\\PipelineMailjetDateRepository' => 'getPipelineMailjetDateRepositoryService',
'App\\Repository\\PipelineMailjetGlobalRepository' => 'getPipelineMailjetGlobalRepositoryService',
'App\\Repository\\PipelineMailjetRepository' => 'getPipelineMailjetRepositoryService',
'App\\Repository\\PipelineMajWebAttachmentRepository' => 'getPipelineMajWebAttachmentRepositoryService',
'App\\Repository\\PipelineMajWebMessageRepository' => 'getPipelineMajWebMessageRepositoryService',
'App\\Repository\\PipelineMajWebRepository' => 'getPipelineMajWebRepositoryService',
'App\\Repository\\PodcastEpisodeRepository' => 'getPodcastEpisodeRepositoryService',
'App\\Repository\\PodcastExpertComptableRepository' => 'getPodcastExpertComptableRepositoryService',
'App\\Repository\\PodcastExpertRepository' => 'getPodcastExpertRepositoryService',
'App\\Repository\\PodcastHostRepository' => 'getPodcastHostRepositoryService',
'App\\Repository\\PodcastPrivateAccountingFirmRepository' => 'getPodcastPrivateAccountingFirmRepositoryService',
'App\\Repository\\PodcastPrivateGlobalRepository' => 'getPodcastPrivateGlobalRepositoryService',
'App\\Repository\\PodcastPrivateLogRepository' => 'getPodcastPrivateLogRepositoryService',
'App\\Repository\\PodcastPrivateRepository' => 'getPodcastPrivateRepositoryService',
'App\\Repository\\PodcastPrivateTaskRepository' => 'getPodcastPrivateTaskRepositoryService',
'App\\Repository\\PodcastPrivateThemeRepository' => 'getPodcastPrivateThemeRepositoryService',
'App\\Repository\\PrescriberRepository' => 'getPrescriberRepositoryService',
'App\\Repository\\PrimaryNewsRepository' => 'getPrimaryNewsRepositoryService',
'App\\Repository\\QrcodeCategoriesRepository' => 'getQrcodeCategoriesRepositoryService',
'App\\Repository\\QuestionOptionRepository' => 'getQuestionOptionRepositoryService',
'App\\Repository\\QuestionRepository' => 'getQuestionRepositoryService',
'App\\Repository\\QuestionResponseRepository' => 'getQuestionResponseRepositoryService',
'App\\Repository\\RecommendationRegistrationRepository' => 'getRecommendationRegistrationRepositoryService',
'App\\Repository\\RecommendationRepository' => 'getRecommendationRepositoryService',
'App\\Repository\\RedirectionClientRepository' => 'getRedirectionClientRepositoryService',
'App\\Repository\\RedirectionRepository' => 'getRedirectionRepositoryService',
'App\\Repository\\RepportingTrimestrielleRepository' => 'getRepportingTrimestrielleRepositoryService',
'App\\Repository\\ResetPasswordRequestRepository' => 'getResetPasswordRequestRepositoryService',
'App\\Repository\\RgpdContactRepository' => 'getRgpdContactRepositoryService',
'App\\Repository\\RgpdExpertRepository' => 'getRgpdExpertRepositoryService',
'App\\Repository\\SatisfactionClientQuestionRepository' => 'getSatisfactionClientQuestionRepositoryService',
'App\\Repository\\SatisfactionClientSurveyRepository' => 'getSatisfactionClientSurveyRepositoryService',
'App\\Repository\\SatisfactionClientSurveyResponseRepository' => 'getSatisfactionClientSurveyResponseRepositoryService',
'App\\Repository\\SeoPageClientRepository' => 'getSeoPageClientRepositoryService',
'App\\Repository\\SeoPageRepository' => 'getSeoPageRepositoryService',
'App\\Repository\\ShortUrlRepository' => 'getShortUrlRepositoryService',
'App\\Repository\\SmsClientListNumberRepository' => 'getSmsClientListNumberRepositoryService',
'App\\Repository\\SmsClientListRepository' => 'getSmsClientListRepositoryService',
'App\\Repository\\SponsorshipRegistrationRepository' => 'getSponsorshipRegistrationRepositoryService',
'App\\Repository\\SponsorshipRepository' => 'getSponsorshipRepositoryService',
'App\\Repository\\StakeholderCategoryRepository' => 'getStakeholderCategoryRepositoryService',
'App\\Repository\\StakeholderSubscriptionRepository' => 'getStakeholderSubscriptionRepositoryService',
'App\\Repository\\StakeholderSubscriptionTypeRepository' => 'getStakeholderSubscriptionTypeRepositoryService',
'App\\Repository\\StakeholderTagRepository' => 'getStakeholderTagRepositoryService',
'App\\Repository\\StatEcoutePodcastRepository' => 'getStatEcoutePodcastRepositoryService',
'App\\Repository\\SurveyRepository' => 'getSurveyRepositoryService',
'App\\Repository\\SurveyResponseRepository' => 'getSurveyResponseRepositoryService',
'App\\Repository\\TousEnLigneContactRepository' => 'getTousEnLigneContactRepositoryService',
'App\\Repository\\TrelloListRepository' => 'getTrelloListRepositoryService',
'App\\Repository\\TypeSeoPageRepository' => 'getTypeSeoPageRepositoryService',
'App\\Repository\\UsefulLinkRepository' => 'getUsefulLinkRepositoryService',
'App\\Repository\\UserRepository' => 'getUserRepositoryService',
'App\\Repository\\VCardAddressRepository' => 'getVCardAddressRepositoryService',
'App\\Repository\\VCardPhoneRepository' => 'getVCardPhoneRepositoryService',
'App\\Repository\\VCardsRepository' => 'getVCardsRepositoryService',
'App\\Repository\\VideoAppelleTonEcRepository' => 'getVideoAppelleTonEcRepositoryService',
'App\\Repository\\WebsiteNewsRepository' => 'getWebsiteNewsRepositoryService',
'App\\Security\\AppAuthenticator' => 'getAppAuthenticatorService',
'App\\Security\\Voter\\AccountFirmCollaborateurVoter' => 'getAccountFirmCollaborateurVoterService',
'App\\Security\\Voter\\ClientWebsiteModuleVoter' => 'getClientWebsiteModuleVoterService',
'App\\Security\\Voter\\EmailingClientVoter' => 'getEmailingClientVoterService',
'App\\Security\\Voter\\EmailingVoter' => 'getEmailingVoterService',
'App\\Security\\Voter\\ModuleVoter' => 'getModuleVoterService',
'App\\Security\\Voter\\NewsVoter' => 'getNewsVoterService',
'App\\Security\\Voter\\SurveyVoter' => 'getSurveyVoterService',
'App\\Services\\AccountingFirmResolver' => 'getAccountingFirmResolverService',
'App\\Services\\AffiliateClientCalculatorService' => 'getAffiliateClientCalculatorServiceService',
'App\\Services\\AudioProcessingService' => 'getAudioProcessingServiceService',
'App\\Services\\AushaService' => 'getAushaServiceService',
'App\\Services\\CalendlyService' => 'getCalendlyServiceService',
'App\\Services\\ConcatAudioFilter' => 'getConcatAudioFilterService',
'App\\Services\\ConnectionGoogleApi' => 'getConnectionGoogleApiService',
'App\\Services\\DateTimeFrench' => 'getDateTimeFrenchService',
'App\\Services\\GeocodingService' => 'getGeocodingServiceService',
'App\\Services\\GoogleAnalyticsService' => 'getGoogleAnalyticsServiceService',
'App\\Services\\IdentityVisualAvailabilityService' => 'getIdentityVisualAvailabilityServiceService',
'App\\Services\\ImageProcessingService' => 'getImageProcessingServiceService',
'App\\Services\\LagenceExpertService' => 'getLagenceExpertServiceService',
'App\\Services\\Mailing' => 'getMailingService',
'App\\Services\\MailingPipelineLinkedin' => 'getMailingPipelineLinkedinService',
'App\\Services\\MailjetService' => 'getMailjetServiceService',
'App\\Services\\MoneticoService' => 'getMoneticoServiceService',
'App\\Services\\MyBusinessService' => 'getMyBusinessServiceService',
'App\\Services\\ProspectService' => 'getProspectServiceService',
'App\\Services\\QueriesManager' => 'getQueriesManagerService',
'App\\Services\\RolesProvider' => 'getRolesProviderService',
'App\\Services\\SatisfactionClientService' => 'getSatisfactionClientServiceService',
'App\\Services\\SendContactEmail' => 'getSendContactEmailService',
'App\\Services\\SensitiveDataEncryptor' => 'getSensitiveDataEncryptorService',
'App\\Services\\SimulateurManager' => 'getSimulateurManagerService',
'App\\Services\\SmsSenderService' => 'getSmsSenderServiceService',
'App\\Services\\StakeholderImport\\DTO\\StakeholderDTO' => 'getStakeholderDTOService',
'App\\Services\\StakeholderImport\\Export\\StakeholderExporter' => 'getStakeholderExporterService',
'App\\Services\\StakeholderImport\\Extractor\\ApiExtractor' => 'getApiExtractorService',
'App\\Services\\StakeholderImport\\Extractor\\FileExtractor' => 'getFileExtractorService',
'App\\Services\\StakeholderImport\\Loader\\StakeholderLoader' => 'getStakeholderLoaderService',
'App\\Services\\StakeholderImport\\Matcher\\ColumnMatcher' => 'getColumnMatcherService',
'App\\Services\\StakeholderImport\\Normalizer\\DateNormalizer' => 'getDateNormalizerService',
'App\\Services\\StakeholderImport\\Normalizer\\MailNormalizer' => 'getMailNormalizerService',
'App\\Services\\StakeholderImport\\Normalizer\\PhoneNormalizer' => 'getPhoneNormalizerService',
'App\\Services\\StakeholderImport\\Result\\ImportResult' => 'getImportResultService',
'App\\Services\\StakeholderImport\\StakeholderImportManager' => 'getStakeholderImportManagerService',
'App\\Services\\StakeholderImport\\Transformer\\StakeholderTransformer' => 'getStakeholderTransformerService',
'App\\Services\\StaticHtmlGenerator' => 'getStaticHtmlGeneratorService',
'App\\Services\\TrelloService' => 'getTrelloServiceService',
'App\\Services\\UploaderHelper' => 'getUploaderHelperService',
'App\\Services\\WebSite' => 'getWebSiteService',
'App\\Services\\WidgetMailing' => 'getWidgetMailingService',
'App\\Swagger\\SwaggerDecorator' => 'getSwaggerDecoratorService',
'App\\Validator\\News' => 'getNewsService',
'App\\Validator\\NewsValidator' => 'getNewsValidatorService',
'App\\Validator\\PhoneNumber' => 'getPhoneNumberService',
'App\\Validator\\PhoneNumberValidator' => 'getPhoneNumberValidatorService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
'ReCaptcha\\ReCaptcha' => 'getReCaptchaService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.accountingfirm' => 'getOrignameNamer_AccountingfirmService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actualiters' => 'getOrignameNamer_ActualitersService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2_infographie_rse_file' => 'getOrignameNamer_Actuv2InfographieRseFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2actualite' => 'getOrignameNamer_Actuv2actualiteService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2bienetre' => 'getOrignameNamer_Actuv2bienetreService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2journal' => 'getOrignameNamer_Actuv2journalService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2podcast' => 'getOrignameNamer_Actuv2podcastService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2transformationdigitale' => 'getOrignameNamer_Actuv2transformationdigitaleService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.affiliate_contract' => 'getOrignameNamer_AffiliateContractService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.avatars' => 'getOrignameNamer_AvatarsService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.contactCreationSociete' => 'getOrignameNamer_ContactCreationSocieteService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.contact_investissement_immo' => 'getOrignameNamer_ContactInvestissementImmoService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.documents' => 'getOrignameNamer_DocumentsService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.event_images' => 'getOrignameNamer_EventImagesService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.identite_visuelle_file' => 'getOrignameNamer_IdentiteVisuelleFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.identite_visuelle_pipeline' => 'getOrignameNamer_IdentiteVisuellePipelineService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.newsletter_prospect_file' => 'getOrignameNamer_NewsletterProspectFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.partners' => 'getOrignameNamer_PartnersService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.photos' => 'getOrignameNamer_PhotosService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_gmb_qrcode' => 'getOrignameNamer_PipelineGmbQrcodeService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_identite_visuelle_maj' => 'getOrignameNamer_PipelineIdentiteVisuelleMajService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_maj_web' => 'getOrignameNamer_PipelineMajWebService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_ec_image_file' => 'getOrignameNamer_PodcastEcImageFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_intro_file' => 'getOrignameNamer_PodcastIntroFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_middle_file' => 'getOrignameNamer_PodcastMiddleFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_outro_file' => 'getOrignameNamer_PodcastOutroFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_private_image_file' => 'getOrignameNamer_PodcastPrivateImageFileService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.prescriber_logo' => 'getOrignameNamer_PrescriberLogoService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.services_logos' => 'getOrignameNamer_ServicesLogosService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer.services_medias' => 'getOrignameNamer_ServicesMediasService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
'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',
'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
'error_controller' => 'getErrorControllerService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
'App\\Kernel' => 'kernel',
'api_platform.action.delete_item' => 'api_platform.action.placeholder',
'api_platform.action.get_collection' => 'api_platform.action.placeholder',
'api_platform.action.get_item' => 'api_platform.action.placeholder',
'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
'api_platform.action.patch_item' => 'api_platform.action.placeholder',
'api_platform.action.post_collection' => 'api_platform.action.placeholder',
'api_platform.action.put_item' => 'api_platform.action.placeholder',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/TwigGlobalSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EmailingClientCampaignRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MailjetApiRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/QrcodeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SmsClientCampaignRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/StakeholderRepository.php';
include_once \dirname(__DIR__, 4).'/src/Services/CustomMailer.php';
include_once \dirname(__DIR__, 4).'/src/Services/EmailingClientTokenManageService.php';
include_once \dirname(__DIR__, 4).'/src/Services/EncryptionService.php';
include_once \dirname(__DIR__, 4).'/src/Services/HelpersFirmsService.php';
include_once \dirname(__DIR__, 4).'/src/Services/MailjetApiEncryptionService.php';
include_once \dirname(__DIR__, 4).'/src/Services/QueriesV2Manager.php';
include_once \dirname(__DIR__, 4).'/src/Services/SellsyService.php';
include_once \dirname(__DIR__, 4).'/src/Services/SmsClientCreditManageService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ClientExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/qferr/mjml-php/src/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/qferr/mjml-php/src/Renderer/BinaryRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/qferr/mjml-twig/src/Mjml/Twig/MjmlExtension.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/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/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/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/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/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.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-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.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/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.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/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/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/persistence/src/Persistence/Mapping/Driver/MappingDriver.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/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.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/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.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/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/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/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/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.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/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/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/api-platform/core/src/Api/ResourceClassResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.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/api-platform/core/src/Api/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.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/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.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/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.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/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.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/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/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/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/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/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/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/DumpExtension.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/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/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
include_once \dirname(__DIR__, 4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Twig/Extension/StfalconTinymceExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.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/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.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$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('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
$d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
$d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
$d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
$d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
$d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
$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 \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), 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 \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$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 \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$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.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.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$i = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$j = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
$k = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $i, $a)], [0 => $j]));
$l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($k);
$m = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
$n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($m, $b, $c, $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $e, NULL, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $f, true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $k));
$o = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$q = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($i), 1 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 2 => $l, 3 => $n, 4 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $o), 5 => $n, 6 => $l, 7 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 8 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 10 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 11 => new \ApiPlatform\Serializer\ItemNormalizer($b, $c, $g, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $i, $o, $p, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), true, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $m, $h), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $o), 14 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p, $o, $a, $q, NULL)), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 20 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p, $o, $i, $a, $q, NULL)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $j, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
}
/**
* 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).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/clients'));
$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/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!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).'/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/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$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/omines/datatables-bundle/src/Resources/views'), 'DataTables');
$a->addPath((\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/views'), 'StfalconTinymce');
$a->addPath((\dirname(__DIR__, 4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/views'), '!StfalconTinymce');
$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->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$j = new \Knp\Menu\Util\MenuManipulator();
$k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$l = new \Symfony\Bridge\Twig\AppVariable();
$l->setEnvironment('dev');
$l->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$l->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$l->setRequestStack($b);
}
$m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, 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($b, $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(($this->services['Twig\\Extension\\StringLoaderExtension'] ?? ($this->services['Twig\\Extension\\StringLoaderExtension'] = new \Twig\Extension\StringLoaderExtension())));
$instance->addExtension(($this->services['App\\Twig\\AppExtension'] ?? $this->getAppExtensionService()));
$instance->addExtension(($this->services['App\\Twig\\ClientExtension'] ?? $this->getClientExtensionService()));
$instance->addExtension(($this->services['Qferrer\\Mjml\\Twig\\MjmlExtension'] ?? $this->getMjmlExtensionService()));
$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 \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h, $f, $b, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($e));
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
}, 2)), $j, $k), $k, $j));
$instance->addExtension(new \Stfalcon\Bundle\TinymceBundle\Twig\Extension\StfalconTinymceExtension($this, $f));
$instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
$instance->addGlobal('app', $l);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', true],
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
])));
$instance->registerUndefinedFilterCallback([0 => $m, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $m, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $m, 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 'App\EventSubscriber\TwigGlobalSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\TwigGlobalSubscriber
*/
protected function getTwigGlobalSubscriberService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\EventSubscriber\\TwigGlobalSubscriber'])) {
return $this->services['App\\EventSubscriber\\TwigGlobalSubscriber'];
}
return $this->services['App\\EventSubscriber\\TwigGlobalSubscriber'] = new \App\EventSubscriber\TwigGlobalSubscriber($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['App\\Services\\SellsyService'] ?? $this->getSellsyServiceService()));
}
/**
* Gets the public 'App\Repository\EmailingClientCampaignRepository' shared autowired service.
*
* @return \App\Repository\EmailingClientCampaignRepository
*/
protected function getEmailingClientCampaignRepositoryService()
{
return $this->services['App\\Repository\\EmailingClientCampaignRepository'] = new \App\Repository\EmailingClientCampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\MailjetApiRepository' shared autowired service.
*
* @return \App\Repository\MailjetApiRepository
*/
protected function getMailjetApiRepositoryService()
{
return $this->services['App\\Repository\\MailjetApiRepository'] = new \App\Repository\MailjetApiRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\QrcodeRepository' shared autowired service.
*
* @return \App\Repository\QrcodeRepository
*/
protected function getQrcodeRepositoryService()
{
return $this->services['App\\Repository\\QrcodeRepository'] = new \App\Repository\QrcodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\SmsClientCampaignRepository' shared autowired service.
*
* @return \App\Repository\SmsClientCampaignRepository
*/
protected function getSmsClientCampaignRepositoryService()
{
return $this->services['App\\Repository\\SmsClientCampaignRepository'] = new \App\Repository\SmsClientCampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Repository\StakeholderRepository' shared autowired service.
*
* @return \App\Repository\StakeholderRepository
*/
protected function getStakeholderRepositoryService()
{
return $this->services['App\\Repository\\StakeholderRepository'] = new \App\Repository\StakeholderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\Services\CustomMailer' shared autowired service.
*
* @return \App\Services\CustomMailer
*/
protected function getCustomMailerService()
{
return $this->services['App\\Services\\CustomMailer'] = new \App\Services\CustomMailer();
}
/**
* Gets the public 'App\Services\EmailingClientTokenManageService' shared autowired service.
*
* @return \App\Services\EmailingClientTokenManageService
*/
protected function getEmailingClientTokenManageServiceService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\Services\\EmailingClientTokenManageService'])) {
return $this->services['App\\Services\\EmailingClientTokenManageService'];
}
return $this->services['App\\Services\\EmailingClientTokenManageService'] = new \App\Services\EmailingClientTokenManageService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Repository\\EmailingClientCampaignRepository'] ?? $this->getEmailingClientCampaignRepositoryService()), $a, ($this->services['App\\Services\\CustomMailer'] ?? ($this->services['App\\Services\\CustomMailer'] = new \App\Services\CustomMailer())), ($this->services['App\\Services\\MailjetApiEncryptionService'] ?? $this->getMailjetApiEncryptionServiceService()), ($this->services['App\\Repository\\MailjetApiRepository'] ?? $this->getMailjetApiRepositoryService()), ($this->services['App\\Repository\\StakeholderRepository'] ?? $this->getStakeholderRepositoryService()));
}
/**
* Gets the public 'App\Services\EncryptionService' shared autowired service.
*
* @return \App\Services\EncryptionService
*/
protected function getEncryptionServiceService()
{
return $this->services['App\\Services\\EncryptionService'] = new \App\Services\EncryptionService($this->getEnv('ENCRYPTION_KEY'));
}
/**
* Gets the public 'App\Services\HelpersFirmsService' shared autowired service.
*
* @return \App\Services\HelpersFirmsService
*/
protected function getHelpersFirmsServiceService()
{
return $this->services['App\\Services\\HelpersFirmsService'] = new \App\Services\HelpersFirmsService(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['cache.app'] ?? $this->getCache_AppService()));
}
/**
* Gets the public 'App\Services\MailjetApiEncryptionService' shared autowired service.
*
* @return \App\Services\MailjetApiEncryptionService
*/
protected function getMailjetApiEncryptionServiceService()
{
return $this->services['App\\Services\\MailjetApiEncryptionService'] = new \App\Services\MailjetApiEncryptionService(($this->services['App\\Services\\EncryptionService'] ?? ($this->services['App\\Services\\EncryptionService'] = new \App\Services\EncryptionService($this->getEnv('ENCRYPTION_KEY')))));
}
/**
* Gets the public 'App\Services\QueriesV2Manager' shared autowired service.
*
* @return \App\Services\QueriesV2Manager
*/
protected function getQueriesV2ManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Services\\QueriesV2Manager'])) {
return $this->services['App\\Services\\QueriesV2Manager'];
}
$b = ($this->services['App\\Services\\HelpersFirmsService'] ?? $this->getHelpersFirmsServiceService());
return $this->services['App\\Services\\QueriesV2Manager'] = new \App\Services\QueriesV2Manager($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, $b);
}
/**
* Gets the public 'App\Services\SellsyService' shared autowired service.
*
* @return \App\Services\SellsyService
*/
protected function getSellsyServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Services\\SellsyService'])) {
return $this->services['App\\Services\\SellsyService'];
}
return $this->services['App\\Services\\SellsyService'] = new \App\Services\SellsyService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->services['cache.app'] ?? $this->getCache_AppService()));
}
/**
* Gets the public 'App\Services\SmsClientCreditManageService' shared autowired service.
*
* @return \App\Services\SmsClientCreditManageService
*/
protected function getSmsClientCreditManageServiceService()
{
return $this->services['App\\Services\\SmsClientCreditManageService'] = new \App\Services\SmsClientCreditManageService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['App\\Repository\\SmsClientCampaignRepository'] ?? $this->getSmsClientCampaignRepositoryService()), ($this->services['App\\Repository\\StakeholderRepository'] ?? $this->getStakeholderRepositoryService()));
}
/**
* Gets the public 'App\Twig\AppExtension' shared autowired service.
*
* @return \App\Twig\AppExtension
*/
protected function getAppExtensionService()
{
$a = ($this->services['App\\Services\\EmailingClientTokenManageService'] ?? $this->getEmailingClientTokenManageServiceService());
if (isset($this->services['App\\Twig\\AppExtension'])) {
return $this->services['App\\Twig\\AppExtension'];
}
return $this->services['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension($this, $a, ($this->services['App\\Services\\SmsClientCreditManageService'] ?? $this->getSmsClientCreditManageServiceService()), ($this->services['App\\Repository\\QrcodeRepository'] ?? $this->getQrcodeRepositoryService()));
}
/**
* Gets the public 'App\Twig\ClientExtension' shared autowired service.
*
* @return \App\Twig\ClientExtension
*/
protected function getClientExtensionService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\Twig\\ClientExtension'])) {
return $this->services['App\\Twig\\ClientExtension'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->services['App\\Twig\\ClientExtension'])) {
return $this->services['App\\Twig\\ClientExtension'];
}
$c = ($this->services['App\\Services\\QueriesV2Manager'] ?? $this->getQueriesV2ManagerService());
if (isset($this->services['App\\Twig\\ClientExtension'])) {
return $this->services['App\\Twig\\ClientExtension'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['App\\Twig\\ClientExtension'])) {
return $this->services['App\\Twig\\ClientExtension'];
}
$e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Twig\\ClientExtension'])) {
return $this->services['App\\Twig\\ClientExtension'];
}
return $this->services['App\\Twig\\ClientExtension'] = new \App\Twig\ClientExtension($a, $b, $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, $e, ($this->services['App\\Services\\HelpersFirmsService'] ?? $this->getHelpersFirmsServiceService()));
}
/**
* Gets the public 'Qferrer\Mjml\Twig\MjmlExtension' shared autowired service.
*
* @return \Qferrer\Mjml\Twig\MjmlExtension
*/
protected function getMjmlExtensionService()
{
return $this->services['Qferrer\\Mjml\\Twig\\MjmlExtension'] = new \Qferrer\Mjml\Twig\MjmlExtension(($this->services['mjml_renderer'] ?? ($this->services['mjml_renderer'] = new \Qferrer\Mjml\Renderer\BinaryRenderer((\dirname(__DIR__, 4).'/node_modules/.bin/mjml')))));
}
/**
* Gets the public 'Symfony\Component\Asset\Context\RequestStackContext' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getRequestStackContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Component\\Asset\\Context\\RequestStackContext'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the public 'Symfony\Component\Stopwatch\Stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getStopwatchService()
{
return $this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
}
/**
* Gets the public 'Twig\Extension\StringLoaderExtension' shared autowired service.
*
* @return \Twig\Extension\StringLoaderExtension
*/
protected function getStringLoaderExtensionService()
{
return $this->services['Twig\\Extension\\StringLoaderExtension'] = new \Twig\Extension\StringLoaderExtension();
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('pg5lzzzwQC', 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('8TnuFkjklG', 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('E8k4f021ZA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.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.main'] ?? $this->getMonolog_Handler_MainService()));
\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->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$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', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, []);
}
/**
* 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/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/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/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/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(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories'], false))), 'App\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\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->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AccountingFirmRepository' => ['services', 'App\\Repository\\AccountingFirmRepository', 'getAccountingFirmRepositoryService', true],
'App\\Repository\\ActualitecabinetRepository' => ['services', 'App\\Repository\\ActualitecabinetRepository', 'getActualitecabinetRepositoryService', true],
'App\\Repository\\ActualitersRepository' => ['services', 'App\\Repository\\ActualitersRepository', 'getActualitersRepositoryService', true],
'App\\Repository\\Actuv2ActualiteRepository' => ['services', 'App\\Repository\\Actuv2ActualiteRepository', 'getActuv2ActualiteRepositoryService', true],
'App\\Repository\\Actuv2BienetreRepository' => ['services', 'App\\Repository\\Actuv2BienetreRepository', 'getActuv2BienetreRepositoryService', true],
'App\\Repository\\Actuv2CalendrierRepository' => ['services', 'App\\Repository\\Actuv2CalendrierRepository', 'getActuv2CalendrierRepositoryService', true],
'App\\Repository\\Actuv2ChiffredumoisRepository' => ['services', 'App\\Repository\\Actuv2ChiffredumoisRepository', 'getActuv2ChiffredumoisRepositoryService', true],
'App\\Repository\\Actuv2CitationRepository' => ['services', 'App\\Repository\\Actuv2CitationRepository', 'getActuv2CitationRepositoryService', true],
'App\\Repository\\Actuv2ElectronicInvoiceAnswerRepository' => ['services', 'App\\Repository\\Actuv2ElectronicInvoiceAnswerRepository', 'getActuv2ElectronicInvoiceAnswerRepositoryService', true],
'App\\Repository\\Actuv2ElectronicInvoiceRepository' => ['services', 'App\\Repository\\Actuv2ElectronicInvoiceRepository', 'getActuv2ElectronicInvoiceRepositoryService', true],
'App\\Repository\\Actuv2ElectronicInvoiceVoteRepository' => ['services', 'App\\Repository\\Actuv2ElectronicInvoiceVoteRepository', 'getActuv2ElectronicInvoiceVoteRepositoryService', true],
'App\\Repository\\Actuv2HelpRepository' => ['services', 'App\\Repository\\Actuv2HelpRepository', 'getActuv2HelpRepositoryService', true],
'App\\Repository\\Actuv2InfographieRepository' => ['services', 'App\\Repository\\Actuv2InfographieRepository', 'getActuv2InfographieRepositoryService', true],
'App\\Repository\\Actuv2InfographieRseCarouselMobileFileRepository' => ['services', 'App\\Repository\\Actuv2InfographieRseCarouselMobileFileRepository', 'getActuv2InfographieRseCarouselMobileFileRepositoryService', true],
'App\\Repository\\Actuv2InfographieRseRepository' => ['services', 'App\\Repository\\Actuv2InfographieRseRepository', 'getActuv2InfographieRseRepositoryService', true],
'App\\Repository\\Actuv2JournalRepository' => ['services', 'App\\Repository\\Actuv2JournalRepository', 'getActuv2JournalRepositoryService', true],
'App\\Repository\\Actuv2NewYearRepository' => ['services', 'App\\Repository\\Actuv2NewYearRepository', 'getActuv2NewYearRepositoryService', true],
'App\\Repository\\Actuv2PodcastRepository' => ['services', 'App\\Repository\\Actuv2PodcastRepository', 'getActuv2PodcastRepositoryService', true],
'App\\Repository\\Actuv2QuizAnswerRepository' => ['services', 'App\\Repository\\Actuv2QuizAnswerRepository', 'getActuv2QuizAnswerRepositoryService', true],
'App\\Repository\\Actuv2QuizRepository' => ['services', 'App\\Repository\\Actuv2QuizRepository', 'getActuv2QuizRepositoryService', true],
'App\\Repository\\Actuv2QuizVoteRepository' => ['services', 'App\\Repository\\Actuv2QuizVoteRepository', 'getActuv2QuizVoteRepositoryService', true],
'App\\Repository\\Actuv2SondageRepository' => ['services', 'App\\Repository\\Actuv2SondageRepository', 'getActuv2SondageRepositoryService', true],
'App\\Repository\\Actuv2SondagevoteRepository' => ['services', 'App\\Repository\\Actuv2SondagevoteRepository', 'getActuv2SondagevoteRepositoryService', true],
'App\\Repository\\Actuv2TransformationdigitaleRepository' => ['services', 'App\\Repository\\Actuv2TransformationdigitaleRepository', 'getActuv2TransformationdigitaleRepositoryService', true],
'App\\Repository\\Actuv2UtilisateurRepository' => ['services', 'App\\Repository\\Actuv2UtilisateurRepository', 'getActuv2UtilisateurRepositoryService', true],
'App\\Repository\\Actuv2VoteUsefulRepository' => ['services', 'App\\Repository\\Actuv2VoteUsefulRepository', 'getActuv2VoteUsefulRepositoryService', true],
'App\\Repository\\AffiliateClientRepository' => ['services', 'App\\Repository\\AffiliateClientRepository', 'getAffiliateClientRepositoryService', true],
'App\\Repository\\AffiliateClientServiceRepository' => ['services', 'App\\Repository\\AffiliateClientServiceRepository', 'getAffiliateClientServiceRepositoryService', true],
'App\\Repository\\AffiliateRepository' => ['services', 'App\\Repository\\AffiliateRepository', 'getAffiliateRepositoryService', true],
'App\\Repository\\AffiliateRequestRepository' => ['services', 'App\\Repository\\AffiliateRequestRepository', 'getAffiliateRequestRepositoryService', true],
'App\\Repository\\AffiliateServiceRepository' => ['services', 'App\\Repository\\AffiliateServiceRepository', 'getAffiliateServiceRepositoryService', true],
'App\\Repository\\AliasRepository' => ['services', 'App\\Repository\\AliasRepository', 'getAliasRepositoryService', true],
'App\\Repository\\AnniversaireClientRepository' => ['services', 'App\\Repository\\AnniversaireClientRepository', 'getAnniversaireClientRepositoryService', true],
'App\\Repository\\AnnouncementRepository' => ['services', 'App\\Repository\\AnnouncementRepository', 'getAnnouncementRepositoryService', true],
'App\\Repository\\ApplyRequestRepository' => ['services', 'App\\Repository\\ApplyRequestRepository', 'getApplyRequestRepositoryService', true],
'App\\Repository\\AuthorizedDomainRepository' => ['services', 'App\\Repository\\AuthorizedDomainRepository', 'getAuthorizedDomainRepositoryService', true],
'App\\Repository\\BoiteIdeeRepository' => ['services', 'App\\Repository\\BoiteIdeeRepository', 'getBoiteIdeeRepositoryService', true],
'App\\Repository\\CatImageRepository' => ['services', 'App\\Repository\\CatImageRepository', 'getCatImageRepositoryService', true],
'App\\Repository\\CategoryRepository' => ['services', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', true],
'App\\Repository\\CeContactRepository' => ['services', 'App\\Repository\\CeContactRepository', 'getCeContactRepositoryService', true],
'App\\Repository\\CeExpertRepository' => ['services', 'App\\Repository\\CeExpertRepository', 'getCeExpertRepositoryService', true],
'App\\Repository\\CirContactRepository' => ['services', 'App\\Repository\\CirContactRepository', 'getCirContactRepositoryService', true],
'App\\Repository\\CirExpertRepository' => ['services', 'App\\Repository\\CirExpertRepository', 'getCirExpertRepositoryService', true],
'App\\Repository\\CollaboratorRepository' => ['services', 'App\\Repository\\CollaboratorRepository', 'getCollaboratorRepositoryService', true],
'App\\Repository\\CommunicationDesabonnementRepository' => ['services', 'App\\Repository\\CommunicationDesabonnementRepository', 'getCommunicationDesabonnementRepositoryService', true],
'App\\Repository\\CommunicationImageRepository' => ['services', 'App\\Repository\\CommunicationImageRepository', 'getCommunicationImageRepositoryService', true],
'App\\Repository\\ContactCreationSocieteChargeRepository' => ['services', 'App\\Repository\\ContactCreationSocieteChargeRepository', 'getContactCreationSocieteChargeRepositoryService', true],
'App\\Repository\\ContactCreationSocieteRepository' => ['services', 'App\\Repository\\ContactCreationSocieteRepository', 'getContactCreationSocieteRepositoryService', true],
'App\\Repository\\ContactCreationSocieteSalaryEmployeeRepository' => ['services', 'App\\Repository\\ContactCreationSocieteSalaryEmployeeRepository', 'getContactCreationSocieteSalaryEmployeeRepositoryService', true],
'App\\Repository\\ContactCustomRepository' => ['services', 'App\\Repository\\ContactCustomRepository', 'getContactCustomRepositoryService', true],
'App\\Repository\\ContactEtreRappeleRepository' => ['services', 'App\\Repository\\ContactEtreRappeleRepository', 'getContactEtreRappeleRepositoryService', true],
'App\\Repository\\ContactInvestissementImmoPropertyChargeRepository' => ['services', 'App\\Repository\\ContactInvestissementImmoPropertyChargeRepository', 'getContactInvestissementImmoPropertyChargeRepositoryService', true],
'App\\Repository\\ContactInvestissementImmoPropertyRepository' => ['services', 'App\\Repository\\ContactInvestissementImmoPropertyRepository', 'getContactInvestissementImmoPropertyRepositoryService', true],
'App\\Repository\\ContactInvestissementImmoRepository' => ['services', 'App\\Repository\\ContactInvestissementImmoRepository', 'getContactInvestissementImmoRepositoryService', true],
'App\\Repository\\ContactParticipationPlaceExpertRepository' => ['services', 'App\\Repository\\ContactParticipationPlaceExpertRepository', 'getContactParticipationPlaceExpertRepositoryService', true],
'App\\Repository\\ContactPipelineStepRepository' => ['services', 'App\\Repository\\ContactPipelineStepRepository', 'getContactPipelineStepRepositoryService', true],
'App\\Repository\\ContactProfessionRepository' => ['services', 'App\\Repository\\ContactProfessionRepository', 'getContactProfessionRepositoryService', true],
'App\\Repository\\ContactRepository' => ['services', 'App\\Repository\\ContactRepository', 'getContactRepositoryService', true],
'App\\Repository\\ContactSubjectTypeRepository' => ['services', 'App\\Repository\\ContactSubjectTypeRepository', 'getContactSubjectTypeRepositoryService', true],
'App\\Repository\\DemandeCompanyRepository' => ['services', 'App\\Repository\\DemandeCompanyRepository', 'getDemandeCompanyRepositoryService', true],
'App\\Repository\\DemandeNewsletterRepository' => ['services', 'App\\Repository\\DemandeNewsletterRepository', 'getDemandeNewsletterRepositoryService', true],
'App\\Repository\\DiaporamaRepository' => ['services', 'App\\Repository\\DiaporamaRepository', 'getDiaporamaRepositoryService', true],
'App\\Repository\\DocumentRepository' => ['services', 'App\\Repository\\DocumentRepository', 'getDocumentRepositoryService', true],
'App\\Repository\\DynDataCollectionRepository' => ['services', 'App\\Repository\\DynDataCollectionRepository', 'getDynDataCollectionRepositoryService', true],
'App\\Repository\\DynDataRepository' => ['services', 'App\\Repository\\DynDataRepository', 'getDynDataRepositoryService', true],
'App\\Repository\\EbookRepository' => ['services', 'App\\Repository\\EbookRepository', 'getEbookRepositoryService', true],
'App\\Repository\\ElectronicInvoiceContactRepository' => ['services', 'App\\Repository\\ElectronicInvoiceContactRepository', 'getElectronicInvoiceContactRepositoryService', true],
'App\\Repository\\EmailBlacklistRepository' => ['services', 'App\\Repository\\EmailBlacklistRepository', 'getEmailBlacklistRepositoryService', true],
'App\\Repository\\EmailingClientCampaignRepository' => ['services', 'App\\Repository\\EmailingClientCampaignRepository', 'getEmailingClientCampaignRepositoryService', false],
'App\\Repository\\EmailingClientDesabonnementRepository' => ['services', 'App\\Repository\\EmailingClientDesabonnementRepository', 'getEmailingClientDesabonnementRepositoryService', true],
'App\\Repository\\EmailingClientListEmailRepository' => ['services', 'App\\Repository\\EmailingClientListEmailRepository', 'getEmailingClientListEmailRepositoryService', true],
'App\\Repository\\EmailingClientListRepository' => ['services', 'App\\Repository\\EmailingClientListRepository', 'getEmailingClientListRepositoryService', true],
'App\\Repository\\EmailingCollabRepository' => ['services', 'App\\Repository\\EmailingCollabRepository', 'getEmailingCollabRepositoryService', true],
'App\\Repository\\EmailingPalRepository' => ['services', 'App\\Repository\\EmailingPalRepository', 'getEmailingPalRepositoryService', true],
'App\\Repository\\EmailingProspectRepository' => ['services', 'App\\Repository\\EmailingProspectRepository', 'getEmailingProspectRepositoryService', true],
'App\\Repository\\EmailingRepository' => ['services', 'App\\Repository\\EmailingRepository', 'getEmailingRepositoryService', true],
'App\\Repository\\EventRegistrationRepository' => ['services', 'App\\Repository\\EventRegistrationRepository', 'getEventRegistrationRepositoryService', true],
'App\\Repository\\EventRepository' => ['services', 'App\\Repository\\EventRepository', 'getEventRepositoryService', true],
'App\\Repository\\FraisKilometriquesRepository' => ['services', 'App\\Repository\\FraisKilometriquesRepository', 'getFraisKilometriquesRepositoryService', true],
'App\\Repository\\IdentiteVisuelleCategoryRepository' => ['services', 'App\\Repository\\IdentiteVisuelleCategoryRepository', 'getIdentiteVisuelleCategoryRepositoryService', true],
'App\\Repository\\IdentiteVisuelleFileRepository' => ['services', 'App\\Repository\\IdentiteVisuelleFileRepository', 'getIdentiteVisuelleFileRepositoryService', true],
'App\\Repository\\IdentiteVisuelleRepository' => ['services', 'App\\Repository\\IdentiteVisuelleRepository', 'getIdentiteVisuelleRepositoryService', true],
'App\\Repository\\ImageRepository' => ['services', 'App\\Repository\\ImageRepository', 'getImageRepositoryService', true],
'App\\Repository\\InAppAnnouncementRepository' => ['services', 'App\\Repository\\InAppAnnouncementRepository', 'getInAppAnnouncementRepositoryService', true],
'App\\Repository\\InAppAnnouncementUserRepository' => ['services', 'App\\Repository\\InAppAnnouncementUserRepository', 'getInAppAnnouncementUserRepositoryService', true],
'App\\Repository\\LinkRepository' => ['services', 'App\\Repository\\LinkRepository', 'getLinkRepositoryService', true],
'App\\Repository\\MailingCommunicationRepository' => ['services', 'App\\Repository\\MailingCommunicationRepository', 'getMailingCommunicationRepositoryService', true],
'App\\Repository\\MailingLogRepository' => ['services', 'App\\Repository\\MailingLogRepository', 'getMailingLogRepositoryService', true],
'App\\Repository\\MailingSpecificRepository' => ['services', 'App\\Repository\\MailingSpecificRepository', 'getMailingSpecificRepositoryService', true],
'App\\Repository\\MailingTaskRepository' => ['services', 'App\\Repository\\MailingTaskRepository', 'getMailingTaskRepositoryService', true],
'App\\Repository\\MailjetApiRepository' => ['services', 'App\\Repository\\MailjetApiRepository', 'getMailjetApiRepositoryService', false],
'App\\Repository\\MailjetApiTypeRepository' => ['services', 'App\\Repository\\MailjetApiTypeRepository', 'getMailjetApiTypeRepositoryService', true],
'App\\Repository\\MailjetStatusRepository' => ['services', 'App\\Repository\\MailjetStatusRepository', 'getMailjetStatusRepositoryService', true],
'App\\Repository\\ModuleTypeRepository' => ['services', 'App\\Repository\\ModuleTypeRepository', 'getModuleTypeRepositoryService', true],
'App\\Repository\\ModuleTypeValueRepository' => ['services', 'App\\Repository\\ModuleTypeValueRepository', 'getModuleTypeValueRepositoryService', true],
'App\\Repository\\ModuleVideoRepository' => ['services', 'App\\Repository\\ModuleVideoRepository', 'getModuleVideoRepositoryService', true],
'App\\Repository\\NewsletterProspectPartnerRepository' => ['services', 'App\\Repository\\NewsletterProspectPartnerRepository', 'getNewsletterProspectPartnerRepositoryService', true],
'App\\Repository\\NewsletterProspectRepository' => ['services', 'App\\Repository\\NewsletterProspectRepository', 'getNewsletterProspectRepositoryService', true],
'App\\Repository\\PageRepository' => ['services', 'App\\Repository\\PageRepository', 'getPageRepositoryService', true],
'App\\Repository\\PageServiceRepository' => ['services', 'App\\Repository\\PageServiceRepository', 'getPageServiceRepositoryService', true],
'App\\Repository\\ParametersRepository' => ['services', 'App\\Repository\\ParametersRepository', 'getParametersRepositoryService', true],
'App\\Repository\\PartenaireRepository' => ['services', 'App\\Repository\\PartenaireRepository', 'getPartenaireRepositoryService', true],
'App\\Repository\\PartnerRepository' => ['services', 'App\\Repository\\PartnerRepository', 'getPartnerRepositoryService', true],
'App\\Repository\\PipelineContactRepository' => ['services', 'App\\Repository\\PipelineContactRepository', 'getPipelineContactRepositoryService', true],
'App\\Repository\\PipelineGmbDateRepository' => ['services', 'App\\Repository\\PipelineGmbDateRepository', 'getPipelineGmbDateRepositoryService', true],
'App\\Repository\\PipelineGmbGlobalRepository' => ['services', 'App\\Repository\\PipelineGmbGlobalRepository', 'getPipelineGmbGlobalRepositoryService', true],
'App\\Repository\\PipelineGmbRepository' => ['services', 'App\\Repository\\PipelineGmbRepository', 'getPipelineGmbRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleGlobalRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleGlobalRepository', 'getPipelineIdentiteVisuelleGlobalRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleMajItemRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleMajItemRepository', 'getPipelineIdentiteVisuelleMajItemRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleMajMessageRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleMajMessageRepository', 'getPipelineIdentiteVisuelleMajMessageRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleMajProposalRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleMajProposalRepository', 'getPipelineIdentiteVisuelleMajProposalRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleMajRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleMajRepository', 'getPipelineIdentiteVisuelleMajRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleProposalRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleProposalRepository', 'getPipelineIdentiteVisuelleProposalRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleProposalReturnRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleProposalReturnRepository', 'getPipelineIdentiteVisuelleProposalReturnRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleRepository', 'getPipelineIdentiteVisuelleRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleVisistCardDeclinationRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleVisistCardDeclinationRepository', 'getPipelineIdentiteVisuelleVisistCardDeclinationRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleVisitCardDeclinationRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleVisitCardDeclinationRepository', 'getPipelineIdentiteVisuelleVisitCardDeclinationRepositoryService', true],
'App\\Repository\\PipelineIdentiteVisuelleVisitCardPhotoRepository' => ['services', 'App\\Repository\\PipelineIdentiteVisuelleVisitCardPhotoRepository', 'getPipelineIdentiteVisuelleVisitCardPhotoRepositoryService', true],
'App\\Repository\\PipelineLinkedinDatesRepository' => ['services', 'App\\Repository\\PipelineLinkedinDatesRepository', 'getPipelineLinkedinDatesRepositoryService', true],
'App\\Repository\\PipelineLinkedinGlobalRepository' => ['services', 'App\\Repository\\PipelineLinkedinGlobalRepository', 'getPipelineLinkedinGlobalRepositoryService', true],
'App\\Repository\\PipelineLinkedinRepository' => ['services', 'App\\Repository\\PipelineLinkedinRepository', 'getPipelineLinkedinRepositoryService', true],
'App\\Repository\\PipelineMailjetDateRepository' => ['services', 'App\\Repository\\PipelineMailjetDateRepository', 'getPipelineMailjetDateRepositoryService', true],
'App\\Repository\\PipelineMailjetGlobalRepository' => ['services', 'App\\Repository\\PipelineMailjetGlobalRepository', 'getPipelineMailjetGlobalRepositoryService', true],
'App\\Repository\\PipelineMailjetRepository' => ['services', 'App\\Repository\\PipelineMailjetRepository', 'getPipelineMailjetRepositoryService', true],
'App\\Repository\\PipelineMajWebAttachmentRepository' => ['services', 'App\\Repository\\PipelineMajWebAttachmentRepository', 'getPipelineMajWebAttachmentRepositoryService', true],
'App\\Repository\\PipelineMajWebMessageRepository' => ['services', 'App\\Repository\\PipelineMajWebMessageRepository', 'getPipelineMajWebMessageRepositoryService', true],
'App\\Repository\\PipelineMajWebRepository' => ['services', 'App\\Repository\\PipelineMajWebRepository', 'getPipelineMajWebRepositoryService', true],
'App\\Repository\\PodcastEpisodeRepository' => ['services', 'App\\Repository\\PodcastEpisodeRepository', 'getPodcastEpisodeRepositoryService', true],
'App\\Repository\\PodcastExpertComptableRepository' => ['services', 'App\\Repository\\PodcastExpertComptableRepository', 'getPodcastExpertComptableRepositoryService', true],
'App\\Repository\\PodcastExpertRepository' => ['services', 'App\\Repository\\PodcastExpertRepository', 'getPodcastExpertRepositoryService', true],
'App\\Repository\\PodcastHostRepository' => ['services', 'App\\Repository\\PodcastHostRepository', 'getPodcastHostRepositoryService', true],
'App\\Repository\\PodcastPrivateAccountingFirmRepository' => ['services', 'App\\Repository\\PodcastPrivateAccountingFirmRepository', 'getPodcastPrivateAccountingFirmRepositoryService', true],
'App\\Repository\\PodcastPrivateGlobalRepository' => ['services', 'App\\Repository\\PodcastPrivateGlobalRepository', 'getPodcastPrivateGlobalRepositoryService', true],
'App\\Repository\\PodcastPrivateLogRepository' => ['services', 'App\\Repository\\PodcastPrivateLogRepository', 'getPodcastPrivateLogRepositoryService', true],
'App\\Repository\\PodcastPrivateRepository' => ['services', 'App\\Repository\\PodcastPrivateRepository', 'getPodcastPrivateRepositoryService', true],
'App\\Repository\\PodcastPrivateTaskRepository' => ['services', 'App\\Repository\\PodcastPrivateTaskRepository', 'getPodcastPrivateTaskRepositoryService', true],
'App\\Repository\\PodcastPrivateThemeRepository' => ['services', 'App\\Repository\\PodcastPrivateThemeRepository', 'getPodcastPrivateThemeRepositoryService', true],
'App\\Repository\\PrescriberRepository' => ['services', 'App\\Repository\\PrescriberRepository', 'getPrescriberRepositoryService', true],
'App\\Repository\\PrimaryNewsRepository' => ['services', 'App\\Repository\\PrimaryNewsRepository', 'getPrimaryNewsRepositoryService', true],
'App\\Repository\\QrcodeCategoriesRepository' => ['services', 'App\\Repository\\QrcodeCategoriesRepository', 'getQrcodeCategoriesRepositoryService', true],
'App\\Repository\\QrcodeRepository' => ['services', 'App\\Repository\\QrcodeRepository', 'getQrcodeRepositoryService', false],
'App\\Repository\\QuestionOptionRepository' => ['services', 'App\\Repository\\QuestionOptionRepository', 'getQuestionOptionRepositoryService', true],
'App\\Repository\\QuestionRepository' => ['services', 'App\\Repository\\QuestionRepository', 'getQuestionRepositoryService', true],
'App\\Repository\\QuestionResponseRepository' => ['services', 'App\\Repository\\QuestionResponseRepository', 'getQuestionResponseRepositoryService', true],
'App\\Repository\\RecommendationRegistrationRepository' => ['services', 'App\\Repository\\RecommendationRegistrationRepository', 'getRecommendationRegistrationRepositoryService', true],
'App\\Repository\\RecommendationRepository' => ['services', 'App\\Repository\\RecommendationRepository', 'getRecommendationRepositoryService', true],
'App\\Repository\\RedirectionClientRepository' => ['services', 'App\\Repository\\RedirectionClientRepository', 'getRedirectionClientRepositoryService', true],
'App\\Repository\\RedirectionRepository' => ['services', 'App\\Repository\\RedirectionRepository', 'getRedirectionRepositoryService', true],
'App\\Repository\\RepportingTrimestrielleRepository' => ['services', 'App\\Repository\\RepportingTrimestrielleRepository', 'getRepportingTrimestrielleRepositoryService', true],
'App\\Repository\\ResetPasswordRequestRepository' => ['services', 'App\\Repository\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
'App\\Repository\\RgpdContactRepository' => ['services', 'App\\Repository\\RgpdContactRepository', 'getRgpdContactRepositoryService', true],
'App\\Repository\\RgpdExpertRepository' => ['services', 'App\\Repository\\RgpdExpertRepository', 'getRgpdExpertRepositoryService', true],
'App\\Repository\\SatisfactionClientQuestionRepository' => ['services', 'App\\Repository\\SatisfactionClientQuestionRepository', 'getSatisfactionClientQuestionRepositoryService', true],
'App\\Repository\\SatisfactionClientSurveyRepository' => ['services', 'App\\Repository\\SatisfactionClientSurveyRepository', 'getSatisfactionClientSurveyRepositoryService', true],
'App\\Repository\\SatisfactionClientSurveyResponseRepository' => ['services', 'App\\Repository\\SatisfactionClientSurveyResponseRepository', 'getSatisfactionClientSurveyResponseRepositoryService', true],
'App\\Repository\\SeoPageClientRepository' => ['services', 'App\\Repository\\SeoPageClientRepository', 'getSeoPageClientRepositoryService', true],
'App\\Repository\\SeoPageRepository' => ['services', 'App\\Repository\\SeoPageRepository', 'getSeoPageRepositoryService', true],
'App\\Repository\\ShortUrlRepository' => ['services', 'App\\Repository\\ShortUrlRepository', 'getShortUrlRepositoryService', true],
'App\\Repository\\SmsClientCampaignRepository' => ['services', 'App\\Repository\\SmsClientCampaignRepository', 'getSmsClientCampaignRepositoryService', false],
'App\\Repository\\SmsClientListNumberRepository' => ['services', 'App\\Repository\\SmsClientListNumberRepository', 'getSmsClientListNumberRepositoryService', true],
'App\\Repository\\SmsClientListRepository' => ['services', 'App\\Repository\\SmsClientListRepository', 'getSmsClientListRepositoryService', true],
'App\\Repository\\SponsorshipRegistrationRepository' => ['services', 'App\\Repository\\SponsorshipRegistrationRepository', 'getSponsorshipRegistrationRepositoryService', true],
'App\\Repository\\SponsorshipRepository' => ['services', 'App\\Repository\\SponsorshipRepository', 'getSponsorshipRepositoryService', true],
'App\\Repository\\StakeholderCategoryRepository' => ['services', 'App\\Repository\\StakeholderCategoryRepository', 'getStakeholderCategoryRepositoryService', true],
'App\\Repository\\StakeholderRepository' => ['services', 'App\\Repository\\StakeholderRepository', 'getStakeholderRepositoryService', false],
'App\\Repository\\StakeholderSubscriptionRepository' => ['services', 'App\\Repository\\StakeholderSubscriptionRepository', 'getStakeholderSubscriptionRepositoryService', true],
'App\\Repository\\StakeholderSubscriptionTypeRepository' => ['services', 'App\\Repository\\StakeholderSubscriptionTypeRepository', 'getStakeholderSubscriptionTypeRepositoryService', true],
'App\\Repository\\StakeholderTagRepository' => ['services', 'App\\Repository\\StakeholderTagRepository', 'getStakeholderTagRepositoryService', true],
'App\\Repository\\StatEcoutePodcastRepository' => ['services', 'App\\Repository\\StatEcoutePodcastRepository', 'getStatEcoutePodcastRepositoryService', true],
'App\\Repository\\SurveyRepository' => ['services', 'App\\Repository\\SurveyRepository', 'getSurveyRepositoryService', true],
'App\\Repository\\SurveyResponseRepository' => ['services', 'App\\Repository\\SurveyResponseRepository', 'getSurveyResponseRepositoryService', true],
'App\\Repository\\TousEnLigneContactRepository' => ['services', 'App\\Repository\\TousEnLigneContactRepository', 'getTousEnLigneContactRepositoryService', true],
'App\\Repository\\TrelloListRepository' => ['services', 'App\\Repository\\TrelloListRepository', 'getTrelloListRepositoryService', true],
'App\\Repository\\TypeSeoPageRepository' => ['services', 'App\\Repository\\TypeSeoPageRepository', 'getTypeSeoPageRepositoryService', true],
'App\\Repository\\UsefulLinkRepository' => ['services', 'App\\Repository\\UsefulLinkRepository', 'getUsefulLinkRepositoryService', true],
'App\\Repository\\UserRepository' => ['services', 'App\\Repository\\UserRepository', 'getUserRepositoryService', true],
'App\\Repository\\VCardAddressRepository' => ['services', 'App\\Repository\\VCardAddressRepository', 'getVCardAddressRepositoryService', true],
'App\\Repository\\VCardPhoneRepository' => ['services', 'App\\Repository\\VCardPhoneRepository', 'getVCardPhoneRepositoryService', true],
'App\\Repository\\VCardsRepository' => ['services', 'App\\Repository\\VCardsRepository', 'getVCardsRepositoryService', true],
'App\\Repository\\VideoAppelleTonEcRepository' => ['services', 'App\\Repository\\VideoAppelleTonEcRepository', 'getVideoAppelleTonEcRepositoryService', true],
'App\\Repository\\WebsiteNewsRepository' => ['services', 'App\\Repository\\WebsiteNewsRepository', 'getWebsiteNewsRepositoryService', true],
], [
'App\\Repository\\AccountingFirmRepository' => '?',
'App\\Repository\\ActualitecabinetRepository' => '?',
'App\\Repository\\ActualitersRepository' => '?',
'App\\Repository\\Actuv2ActualiteRepository' => '?',
'App\\Repository\\Actuv2BienetreRepository' => '?',
'App\\Repository\\Actuv2CalendrierRepository' => '?',
'App\\Repository\\Actuv2ChiffredumoisRepository' => '?',
'App\\Repository\\Actuv2CitationRepository' => '?',
'App\\Repository\\Actuv2ElectronicInvoiceAnswerRepository' => '?',
'App\\Repository\\Actuv2ElectronicInvoiceRepository' => '?',
'App\\Repository\\Actuv2ElectronicInvoiceVoteRepository' => '?',
'App\\Repository\\Actuv2HelpRepository' => '?',
'App\\Repository\\Actuv2InfographieRepository' => '?',
'App\\Repository\\Actuv2InfographieRseCarouselMobileFileRepository' => '?',
'App\\Repository\\Actuv2InfographieRseRepository' => '?',
'App\\Repository\\Actuv2JournalRepository' => '?',
'App\\Repository\\Actuv2NewYearRepository' => '?',
'App\\Repository\\Actuv2PodcastRepository' => '?',
'App\\Repository\\Actuv2QuizAnswerRepository' => '?',
'App\\Repository\\Actuv2QuizRepository' => '?',
'App\\Repository\\Actuv2QuizVoteRepository' => '?',
'App\\Repository\\Actuv2SondageRepository' => '?',
'App\\Repository\\Actuv2SondagevoteRepository' => '?',
'App\\Repository\\Actuv2TransformationdigitaleRepository' => '?',
'App\\Repository\\Actuv2UtilisateurRepository' => '?',
'App\\Repository\\Actuv2VoteUsefulRepository' => '?',
'App\\Repository\\AffiliateClientRepository' => '?',
'App\\Repository\\AffiliateClientServiceRepository' => '?',
'App\\Repository\\AffiliateRepository' => '?',
'App\\Repository\\AffiliateRequestRepository' => '?',
'App\\Repository\\AffiliateServiceRepository' => '?',
'App\\Repository\\AliasRepository' => '?',
'App\\Repository\\AnniversaireClientRepository' => '?',
'App\\Repository\\AnnouncementRepository' => '?',
'App\\Repository\\ApplyRequestRepository' => '?',
'App\\Repository\\AuthorizedDomainRepository' => '?',
'App\\Repository\\BoiteIdeeRepository' => '?',
'App\\Repository\\CatImageRepository' => '?',
'App\\Repository\\CategoryRepository' => '?',
'App\\Repository\\CeContactRepository' => '?',
'App\\Repository\\CeExpertRepository' => '?',
'App\\Repository\\CirContactRepository' => '?',
'App\\Repository\\CirExpertRepository' => '?',
'App\\Repository\\CollaboratorRepository' => '?',
'App\\Repository\\CommunicationDesabonnementRepository' => '?',
'App\\Repository\\CommunicationImageRepository' => '?',
'App\\Repository\\ContactCreationSocieteChargeRepository' => '?',
'App\\Repository\\ContactCreationSocieteRepository' => '?',
'App\\Repository\\ContactCreationSocieteSalaryEmployeeRepository' => '?',
'App\\Repository\\ContactCustomRepository' => '?',
'App\\Repository\\ContactEtreRappeleRepository' => '?',
'App\\Repository\\ContactInvestissementImmoPropertyChargeRepository' => '?',
'App\\Repository\\ContactInvestissementImmoPropertyRepository' => '?',
'App\\Repository\\ContactInvestissementImmoRepository' => '?',
'App\\Repository\\ContactParticipationPlaceExpertRepository' => '?',
'App\\Repository\\ContactPipelineStepRepository' => '?',
'App\\Repository\\ContactProfessionRepository' => '?',
'App\\Repository\\ContactRepository' => '?',
'App\\Repository\\ContactSubjectTypeRepository' => '?',
'App\\Repository\\DemandeCompanyRepository' => '?',
'App\\Repository\\DemandeNewsletterRepository' => '?',
'App\\Repository\\DiaporamaRepository' => '?',
'App\\Repository\\DocumentRepository' => '?',
'App\\Repository\\DynDataCollectionRepository' => '?',
'App\\Repository\\DynDataRepository' => '?',
'App\\Repository\\EbookRepository' => '?',
'App\\Repository\\ElectronicInvoiceContactRepository' => '?',
'App\\Repository\\EmailBlacklistRepository' => '?',
'App\\Repository\\EmailingClientCampaignRepository' => '?',
'App\\Repository\\EmailingClientDesabonnementRepository' => '?',
'App\\Repository\\EmailingClientListEmailRepository' => '?',
'App\\Repository\\EmailingClientListRepository' => '?',
'App\\Repository\\EmailingCollabRepository' => '?',
'App\\Repository\\EmailingPalRepository' => '?',
'App\\Repository\\EmailingProspectRepository' => '?',
'App\\Repository\\EmailingRepository' => '?',
'App\\Repository\\EventRegistrationRepository' => '?',
'App\\Repository\\EventRepository' => '?',
'App\\Repository\\FraisKilometriquesRepository' => '?',
'App\\Repository\\IdentiteVisuelleCategoryRepository' => '?',
'App\\Repository\\IdentiteVisuelleFileRepository' => '?',
'App\\Repository\\IdentiteVisuelleRepository' => '?',
'App\\Repository\\ImageRepository' => '?',
'App\\Repository\\InAppAnnouncementRepository' => '?',
'App\\Repository\\InAppAnnouncementUserRepository' => '?',
'App\\Repository\\LinkRepository' => '?',
'App\\Repository\\MailingCommunicationRepository' => '?',
'App\\Repository\\MailingLogRepository' => '?',
'App\\Repository\\MailingSpecificRepository' => '?',
'App\\Repository\\MailingTaskRepository' => '?',
'App\\Repository\\MailjetApiRepository' => '?',
'App\\Repository\\MailjetApiTypeRepository' => '?',
'App\\Repository\\MailjetStatusRepository' => '?',
'App\\Repository\\ModuleTypeRepository' => '?',
'App\\Repository\\ModuleTypeValueRepository' => '?',
'App\\Repository\\ModuleVideoRepository' => '?',
'App\\Repository\\NewsletterProspectPartnerRepository' => '?',
'App\\Repository\\NewsletterProspectRepository' => '?',
'App\\Repository\\PageRepository' => '?',
'App\\Repository\\PageServiceRepository' => '?',
'App\\Repository\\ParametersRepository' => '?',
'App\\Repository\\PartenaireRepository' => '?',
'App\\Repository\\PartnerRepository' => '?',
'App\\Repository\\PipelineContactRepository' => '?',
'App\\Repository\\PipelineGmbDateRepository' => '?',
'App\\Repository\\PipelineGmbGlobalRepository' => '?',
'App\\Repository\\PipelineGmbRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleGlobalRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleMajItemRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleMajMessageRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleMajProposalRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleMajRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleProposalRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleProposalReturnRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleVisistCardDeclinationRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleVisitCardDeclinationRepository' => '?',
'App\\Repository\\PipelineIdentiteVisuelleVisitCardPhotoRepository' => '?',
'App\\Repository\\PipelineLinkedinDatesRepository' => '?',
'App\\Repository\\PipelineLinkedinGlobalRepository' => '?',
'App\\Repository\\PipelineLinkedinRepository' => '?',
'App\\Repository\\PipelineMailjetDateRepository' => '?',
'App\\Repository\\PipelineMailjetGlobalRepository' => '?',
'App\\Repository\\PipelineMailjetRepository' => '?',
'App\\Repository\\PipelineMajWebAttachmentRepository' => '?',
'App\\Repository\\PipelineMajWebMessageRepository' => '?',
'App\\Repository\\PipelineMajWebRepository' => '?',
'App\\Repository\\PodcastEpisodeRepository' => '?',
'App\\Repository\\PodcastExpertComptableRepository' => '?',
'App\\Repository\\PodcastExpertRepository' => '?',
'App\\Repository\\PodcastHostRepository' => '?',
'App\\Repository\\PodcastPrivateAccountingFirmRepository' => '?',
'App\\Repository\\PodcastPrivateGlobalRepository' => '?',
'App\\Repository\\PodcastPrivateLogRepository' => '?',
'App\\Repository\\PodcastPrivateRepository' => '?',
'App\\Repository\\PodcastPrivateTaskRepository' => '?',
'App\\Repository\\PodcastPrivateThemeRepository' => '?',
'App\\Repository\\PrescriberRepository' => '?',
'App\\Repository\\PrimaryNewsRepository' => '?',
'App\\Repository\\QrcodeCategoriesRepository' => '?',
'App\\Repository\\QrcodeRepository' => '?',
'App\\Repository\\QuestionOptionRepository' => '?',
'App\\Repository\\QuestionRepository' => '?',
'App\\Repository\\QuestionResponseRepository' => '?',
'App\\Repository\\RecommendationRegistrationRepository' => '?',
'App\\Repository\\RecommendationRepository' => '?',
'App\\Repository\\RedirectionClientRepository' => '?',
'App\\Repository\\RedirectionRepository' => '?',
'App\\Repository\\RepportingTrimestrielleRepository' => '?',
'App\\Repository\\ResetPasswordRequestRepository' => '?',
'App\\Repository\\RgpdContactRepository' => '?',
'App\\Repository\\RgpdExpertRepository' => '?',
'App\\Repository\\SatisfactionClientQuestionRepository' => '?',
'App\\Repository\\SatisfactionClientSurveyRepository' => '?',
'App\\Repository\\SatisfactionClientSurveyResponseRepository' => '?',
'App\\Repository\\SeoPageClientRepository' => '?',
'App\\Repository\\SeoPageRepository' => '?',
'App\\Repository\\ShortUrlRepository' => '?',
'App\\Repository\\SmsClientCampaignRepository' => '?',
'App\\Repository\\SmsClientListNumberRepository' => '?',
'App\\Repository\\SmsClientListRepository' => '?',
'App\\Repository\\SponsorshipRegistrationRepository' => '?',
'App\\Repository\\SponsorshipRepository' => '?',
'App\\Repository\\StakeholderCategoryRepository' => '?',
'App\\Repository\\StakeholderRepository' => '?',
'App\\Repository\\StakeholderSubscriptionRepository' => '?',
'App\\Repository\\StakeholderSubscriptionTypeRepository' => '?',
'App\\Repository\\StakeholderTagRepository' => '?',
'App\\Repository\\StatEcoutePodcastRepository' => '?',
'App\\Repository\\SurveyRepository' => '?',
'App\\Repository\\SurveyResponseRepository' => '?',
'App\\Repository\\TousEnLigneContactRepository' => '?',
'App\\Repository\\TrelloListRepository' => '?',
'App\\Repository\\TypeSeoPageRepository' => '?',
'App\\Repository\\UsefulLinkRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\VCardAddressRepository' => '?',
'App\\Repository\\VCardPhoneRepository' => '?',
'App\\Repository\\VCardsRepository' => '?',
'App\\Repository\\VideoAppelleTonEcRepository' => '?',
'App\\Repository\\WebsiteNewsRepository' => '?',
])));
$a->addCustomStringFunction('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(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->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['App\\EventListener\\NotFound404EventListener'] ?? $this->load('getNotFound404EventListenerService'));
}, 1 => 'onKernelException'], 0);
$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('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['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('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
}, 1 => 'onKernelRequest'], 28);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
}, 1 => 'onKernelRequest'], 2);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
}, 1 => 'onKernelView'], 8);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
}, 1 => 'onKernelException'], -96);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
}, 1 => 'onKernelView'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
}, 1 => 'onKernelRequest'], 4);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
}, 1 => 'onKernelResponse'], -1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
}, 1 => 'onKernelView'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurity'], 3);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostDenormalize'], 1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostValidation'], 63);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->services['App\\EventListener\\AccountingFirmDomainActivationListener'] ?? $this->load('getAccountingFirmDomainActivationListenerService'));
}, 1 => 'onPostSubmit'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->services['App\\EventListener\\ReCaptchaValidationListener'] ?? $this->load('getReCaptchaValidationListenerService'));
}, 1 => 'onPostSubmit'], 0);
$instance->addListener('form.submit', [0 => function () {
return ($this->services['App\\EventSubscriber\\AffiliateRequestSubscriber'] ?? $this->load('getAffiliateRequestSubscriberService'));
}, 1 => 'onSubmit'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->services['App\\EventSubscriber\\TwigGlobalSubscriber'] ?? $this->getTwigGlobalSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('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('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('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('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('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('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\\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'];
}
$b = ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 8)), $b));
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
}, 1));
}
/**
* 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 'mjml_renderer' shared autowired service.
*
* @return \Qferrer\Mjml\Renderer\BinaryRenderer
*/
protected function getMjmlRendererService()
{
return $this->services['mjml_renderer'] = new \Qferrer\Mjml\Renderer\BinaryRenderer((\dirname(__DIR__, 4).'/node_modules/.bin/mjml'));
}
/**
* 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.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'fr');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] ?? ($this->services['Symfony\\Component\\Stopwatch\\Stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.IEeEty.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IEeEty_Service()
{
return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* 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 'api_platform.cache.identifiers_extractor' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractorService()
{
return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dWj5OLFb88', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
{
return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nk4zVY2xZL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_ResourceService()
{
return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8dGTZ-uSGA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0znya3izKt', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.route_name_resolver' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolverService()
{
return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PWZvEfChui', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
{
return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oH-huX9Et8', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
*
* @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
*/
protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
{
return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.identifier.converter' shared service.
*
* @return \ApiPlatform\Core\Identifier\IdentifierConverter
*/
protected function getApiPlatform_Identifier_ConverterService()
{
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifier.converter'])) {
return $this->privates['api_platform.identifier.converter'];
}
return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
yield 1 => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
yield 2 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
yield 3 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
yield 4 => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
}, 5));
}
/**
* Gets the private 'api_platform.identifiers_extractor.cached' shared service.
*
* @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
*/
protected function getApiPlatform_IdentifiersExtractor_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, $b, $c, $d, true), $c, $d);
}
/**
* Gets the private 'api_platform.json_schema.schema_factory' shared service.
*
* @return \ApiPlatform\Core\JsonSchema\SchemaFactory
*/
protected function getApiPlatform_JsonSchema_SchemaFactoryService()
{
$a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
return $this->privates['api_platform.json_schema.schema_factory'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
return $this->privates['api_platform.json_schema.schema_factory'];
}
$c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
return $this->privates['api_platform.json_schema.schema_factory'];
}
return $this->privates['api_platform.json_schema.schema_factory'] = new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b, $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.json_schema.type_factory' shared service.
*
* @return \ApiPlatform\Core\JsonSchema\TypeFactory
*/
protected function getApiPlatform_JsonSchema_TypeFactoryService()
{
$this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
$instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
return $instance;
}
/**
* Gets the private 'api_platform.listener.request.add_format' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\AddFormatListener
*/
protected function getApiPlatform_Listener_Request_AddFormatService()
{
return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
}
/**
* Gets the private 'api_platform.listener.request.deserialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DeserializeListener
*/
protected function getApiPlatform_Listener_Request_DeserializeService()
{
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.request.read.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_Read_LegacyService()
{
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
{
return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13)));
}
/**
* Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
}
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
{
$a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
}
/**
* Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
{
return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService()
{
return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.router' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_RouterService()
{
$a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
$b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService()
{
return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['api_platform.router'])) {
return $this->privates['api_platform.router'];
}
return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
{
$a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
return $this->privates['api_platform.security.listener.request.deny_access'];
}
return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
}
/**
* Gets the private 'api_platform.security.resource_access_checker' shared service.
*
* @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
*/
protected function getApiPlatform_Security_ResourceAccessCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['api_platform.security.resource_access_checker'])) {
return $this->privates['api_platform.security.resource_access_checker'];
}
return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
{
$a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
}
/**
* Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
*
* @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
}
/**
* Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $c));
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->services['Symfony\\Component\\Asset\\Context\\RequestStackContext'] ?? $this->getRequestStackContextService())), 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('dHLqJZXI4-', 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('CB+ClZ2MYp', 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('Ylv20bGfIL', 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('YyMLlMRF6L', 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('tkUyhPBpp7', 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('ucJyyRaBZl', 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('Bkv2q6y5-t', 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.api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
*/
protected function getDebug_ApiPlatform_CollectionDataProviderService()
{
return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
*/
protected function getDebug_ApiPlatform_DataPersisterService()
{
return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
}, 2)));
}
/**
* Gets the private 'debug.api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
*/
protected function getDebug_ApiPlatform_ItemDataProviderService()
{
return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
*/
protected function getDebug_ApiPlatform_SubresourceDataProviderService()
{
return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($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.App\\Security\\Voter\\AccountFirmCollaborateurVoter'] ?? $this->load('getAccountFirmCollaborateurVoter2Service'));
yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\ClientWebsiteModuleVoter'] ?? $this->load('getClientWebsiteModuleVoter2Service'));
yield 5 => ($this->privates['debug.security.voter.App\\Security\\Voter\\EmailingClientVoter'] ?? $this->load('getEmailingClientVoter2Service'));
yield 6 => ($this->privates['debug.security.voter.App\\Security\\Voter\\EmailingVoter'] ?? $this->load('getEmailingVoter2Service'));
yield 7 => ($this->privates['debug.security.voter.App\\Security\\Voter\\ModuleVoter'] ?? $this->load('getModuleVoter2Service'));
yield 8 => ($this->privates['debug.security.voter.App\\Security\\Voter\\NewsVoter'] ?? $this->load('getNewsVoter2Service'));
yield 9 => ($this->privates['debug.security.voter.App\\Security\\Voter\\SurveyVoter'] ?? $this->load('getSurveyVoter2Service'));
}, 10), 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\\ActualitecabinetListener' => ['services', 'App\\EventListener\\ActualitecabinetListener', 'getActualitecabinetListenerService', true],
'App\\EventListener\\EmailingCollabListener' => ['services', 'App\\EventListener\\EmailingCollabListener', 'getEmailingCollabListenerService', true],
'App\\EventListener\\EmailingListener' => ['services', 'App\\EventListener\\EmailingListener', 'getEmailingListenerService', true],
'App\\EventListener\\PageListener' => ['services', 'App\\EventListener\\PageListener', 'getPageListenerService', true],
'App\\EventListener\\ToolsPageListener' => ['services', 'App\\EventListener\\ToolsPageListener', 'getToolsPageListenerService', true],
'App\\EventListener\\UserListener' => ['services', 'App\\EventListener\\UserListener', 'getUserListenerService', true],
'App\\EventSubscriber\\AccountingFirmSubscriber' => ['services', 'App\\EventSubscriber\\AccountingFirmSubscriber', 'getAccountingFirmSubscriberService', true],
'App\\EventSubscriber\\AffiliateRequestDoctrineSubscriber' => ['services', 'App\\EventSubscriber\\AffiliateRequestDoctrineSubscriber', 'getAffiliateRequestDoctrineSubscriberService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'vich_uploader.listener.clean.accountingfirm' => ['privates', 'vich_uploader.listener.clean.accountingfirm', 'getVichUploader_Listener_Clean_AccountingfirmService', true],
'vich_uploader.listener.clean.actualiters' => ['privates', 'vich_uploader.listener.clean.actualiters', 'getVichUploader_Listener_Clean_ActualitersService', true],
'vich_uploader.listener.clean.actuv2_infographie_rse_file' => ['privates', 'vich_uploader.listener.clean.actuv2_infographie_rse_file', 'getVichUploader_Listener_Clean_Actuv2InfographieRseFileService', true],
'vich_uploader.listener.clean.actuv2actualite' => ['privates', 'vich_uploader.listener.clean.actuv2actualite', 'getVichUploader_Listener_Clean_Actuv2actualiteService', true],
'vich_uploader.listener.clean.actuv2bienetre' => ['privates', 'vich_uploader.listener.clean.actuv2bienetre', 'getVichUploader_Listener_Clean_Actuv2bienetreService', true],
'vich_uploader.listener.clean.actuv2infographie' => ['privates', 'vich_uploader.listener.clean.actuv2infographie', 'getVichUploader_Listener_Clean_Actuv2infographieService', true],
'vich_uploader.listener.clean.actuv2journal' => ['privates', 'vich_uploader.listener.clean.actuv2journal', 'getVichUploader_Listener_Clean_Actuv2journalService', true],
'vich_uploader.listener.clean.actuv2podcast' => ['privates', 'vich_uploader.listener.clean.actuv2podcast', 'getVichUploader_Listener_Clean_Actuv2podcastService', true],
'vich_uploader.listener.clean.actuv2transformationdigitale' => ['privates', 'vich_uploader.listener.clean.actuv2transformationdigitale', 'getVichUploader_Listener_Clean_Actuv2transformationdigitaleService', true],
'vich_uploader.listener.clean.affiliate_contract' => ['privates', 'vich_uploader.listener.clean.affiliate_contract', 'getVichUploader_Listener_Clean_AffiliateContractService', true],
'vich_uploader.listener.clean.avatars' => ['privates', 'vich_uploader.listener.clean.avatars', 'getVichUploader_Listener_Clean_AvatarsService', true],
'vich_uploader.listener.clean.communication_mail_file' => ['privates', 'vich_uploader.listener.clean.communication_mail_file', 'getVichUploader_Listener_Clean_CommunicationMailFileService', true],
'vich_uploader.listener.clean.contactCreationSociete' => ['privates', 'vich_uploader.listener.clean.contactCreationSociete', 'getVichUploader_Listener_Clean_ContactCreationSocieteService', true],
'vich_uploader.listener.clean.contact_investissement_immo' => ['privates', 'vich_uploader.listener.clean.contact_investissement_immo', 'getVichUploader_Listener_Clean_ContactInvestissementImmoService', true],
'vich_uploader.listener.clean.documents' => ['privates', 'vich_uploader.listener.clean.documents', 'getVichUploader_Listener_Clean_DocumentsService', true],
'vich_uploader.listener.clean.event_images' => ['privates', 'vich_uploader.listener.clean.event_images', 'getVichUploader_Listener_Clean_EventImagesService', true],
'vich_uploader.listener.clean.identite_visuelle_file' => ['privates', 'vich_uploader.listener.clean.identite_visuelle_file', 'getVichUploader_Listener_Clean_IdentiteVisuelleFileService', true],
'vich_uploader.listener.clean.identite_visuelle_pipeline' => ['privates', 'vich_uploader.listener.clean.identite_visuelle_pipeline', 'getVichUploader_Listener_Clean_IdentiteVisuellePipelineService', true],
'vich_uploader.listener.clean.newsletter_prospect_file' => ['privates', 'vich_uploader.listener.clean.newsletter_prospect_file', 'getVichUploader_Listener_Clean_NewsletterProspectFileService', true],
'vich_uploader.listener.clean.partners' => ['privates', 'vich_uploader.listener.clean.partners', 'getVichUploader_Listener_Clean_PartnersService', true],
'vich_uploader.listener.clean.photos' => ['privates', 'vich_uploader.listener.clean.photos', 'getVichUploader_Listener_Clean_PhotosService', true],
'vich_uploader.listener.clean.pipeline_gmb_qrcode' => ['privates', 'vich_uploader.listener.clean.pipeline_gmb_qrcode', 'getVichUploader_Listener_Clean_PipelineGmbQrcodeService', true],
'vich_uploader.listener.clean.pipeline_identite_visuelle_maj' => ['privates', 'vich_uploader.listener.clean.pipeline_identite_visuelle_maj', 'getVichUploader_Listener_Clean_PipelineIdentiteVisuelleMajService', true],
'vich_uploader.listener.clean.pipeline_maj_web' => ['privates', 'vich_uploader.listener.clean.pipeline_maj_web', 'getVichUploader_Listener_Clean_PipelineMajWebService', true],
'vich_uploader.listener.clean.podcast_ec_image_file' => ['privates', 'vich_uploader.listener.clean.podcast_ec_image_file', 'getVichUploader_Listener_Clean_PodcastEcImageFileService', true],
'vich_uploader.listener.clean.podcast_intro_file' => ['privates', 'vich_uploader.listener.clean.podcast_intro_file', 'getVichUploader_Listener_Clean_PodcastIntroFileService', true],
'vich_uploader.listener.clean.podcast_middle_file' => ['privates', 'vich_uploader.listener.clean.podcast_middle_file', 'getVichUploader_Listener_Clean_PodcastMiddleFileService', true],
'vich_uploader.listener.clean.podcast_outro_file' => ['privates', 'vich_uploader.listener.clean.podcast_outro_file', 'getVichUploader_Listener_Clean_PodcastOutroFileService', true],
'vich_uploader.listener.clean.podcast_private_image_file' => ['privates', 'vich_uploader.listener.clean.podcast_private_image_file', 'getVichUploader_Listener_Clean_PodcastPrivateImageFileService', true],
'vich_uploader.listener.clean.prescriber_logo' => ['privates', 'vich_uploader.listener.clean.prescriber_logo', 'getVichUploader_Listener_Clean_PrescriberLogoService', true],
'vich_uploader.listener.clean.services_logos' => ['privates', 'vich_uploader.listener.clean.services_logos', 'getVichUploader_Listener_Clean_ServicesLogosService', true],
'vich_uploader.listener.clean.services_medias' => ['privates', 'vich_uploader.listener.clean.services_medias', 'getVichUploader_Listener_Clean_ServicesMediasService', true],
'vich_uploader.listener.remove.accountingfirm' => ['privates', 'vich_uploader.listener.remove.accountingfirm', 'getVichUploader_Listener_Remove_AccountingfirmService', true],
'vich_uploader.listener.remove.actualiters' => ['privates', 'vich_uploader.listener.remove.actualiters', 'getVichUploader_Listener_Remove_ActualitersService', true],
'vich_uploader.listener.remove.actuv2_infographie_rse_file' => ['privates', 'vich_uploader.listener.remove.actuv2_infographie_rse_file', 'getVichUploader_Listener_Remove_Actuv2InfographieRseFileService', true],
'vich_uploader.listener.remove.actuv2actualite' => ['privates', 'vich_uploader.listener.remove.actuv2actualite', 'getVichUploader_Listener_Remove_Actuv2actualiteService', true],
'vich_uploader.listener.remove.actuv2bienetre' => ['privates', 'vich_uploader.listener.remove.actuv2bienetre', 'getVichUploader_Listener_Remove_Actuv2bienetreService', true],
'vich_uploader.listener.remove.actuv2infographie' => ['privates', 'vich_uploader.listener.remove.actuv2infographie', 'getVichUploader_Listener_Remove_Actuv2infographieService', true],
'vich_uploader.listener.remove.actuv2journal' => ['privates', 'vich_uploader.listener.remove.actuv2journal', 'getVichUploader_Listener_Remove_Actuv2journalService', true],
'vich_uploader.listener.remove.actuv2podcast' => ['privates', 'vich_uploader.listener.remove.actuv2podcast', 'getVichUploader_Listener_Remove_Actuv2podcastService', true],
'vich_uploader.listener.remove.actuv2transformationdigitale' => ['privates', 'vich_uploader.listener.remove.actuv2transformationdigitale', 'getVichUploader_Listener_Remove_Actuv2transformationdigitaleService', true],
'vich_uploader.listener.remove.affiliate_contract' => ['privates', 'vich_uploader.listener.remove.affiliate_contract', 'getVichUploader_Listener_Remove_AffiliateContractService', true],
'vich_uploader.listener.remove.avatars' => ['privates', 'vich_uploader.listener.remove.avatars', 'getVichUploader_Listener_Remove_AvatarsService', true],
'vich_uploader.listener.remove.communication_mail_file' => ['privates', 'vich_uploader.listener.remove.communication_mail_file', 'getVichUploader_Listener_Remove_CommunicationMailFileService', true],
'vich_uploader.listener.remove.contactCreationSociete' => ['privates', 'vich_uploader.listener.remove.contactCreationSociete', 'getVichUploader_Listener_Remove_ContactCreationSocieteService', true],
'vich_uploader.listener.remove.contact_investissement_immo' => ['privates', 'vich_uploader.listener.remove.contact_investissement_immo', 'getVichUploader_Listener_Remove_ContactInvestissementImmoService', true],
'vich_uploader.listener.remove.documents' => ['privates', 'vich_uploader.listener.remove.documents', 'getVichUploader_Listener_Remove_DocumentsService', true],
'vich_uploader.listener.remove.event_images' => ['privates', 'vich_uploader.listener.remove.event_images', 'getVichUploader_Listener_Remove_EventImagesService', true],
'vich_uploader.listener.remove.identite_visuelle_file' => ['privates', 'vich_uploader.listener.remove.identite_visuelle_file', 'getVichUploader_Listener_Remove_IdentiteVisuelleFileService', true],
'vich_uploader.listener.remove.identite_visuelle_pipeline' => ['privates', 'vich_uploader.listener.remove.identite_visuelle_pipeline', 'getVichUploader_Listener_Remove_IdentiteVisuellePipelineService', true],
'vich_uploader.listener.remove.newsletter_prospect_file' => ['privates', 'vich_uploader.listener.remove.newsletter_prospect_file', 'getVichUploader_Listener_Remove_NewsletterProspectFileService', true],
'vich_uploader.listener.remove.partners' => ['privates', 'vich_uploader.listener.remove.partners', 'getVichUploader_Listener_Remove_PartnersService', true],
'vich_uploader.listener.remove.photos' => ['privates', 'vich_uploader.listener.remove.photos', 'getVichUploader_Listener_Remove_PhotosService', true],
'vich_uploader.listener.remove.pipeline_gmb_qrcode' => ['privates', 'vich_uploader.listener.remove.pipeline_gmb_qrcode', 'getVichUploader_Listener_Remove_PipelineGmbQrcodeService', true],
'vich_uploader.listener.remove.pipeline_identite_visuelle_maj' => ['privates', 'vich_uploader.listener.remove.pipeline_identite_visuelle_maj', 'getVichUploader_Listener_Remove_PipelineIdentiteVisuelleMajService', true],
'vich_uploader.listener.remove.pipeline_maj_web' => ['privates', 'vich_uploader.listener.remove.pipeline_maj_web', 'getVichUploader_Listener_Remove_PipelineMajWebService', true],
'vich_uploader.listener.remove.podcast_ec_image_file' => ['privates', 'vich_uploader.listener.remove.podcast_ec_image_file', 'getVichUploader_Listener_Remove_PodcastEcImageFileService', true],
'vich_uploader.listener.remove.podcast_intro_file' => ['privates', 'vich_uploader.listener.remove.podcast_intro_file', 'getVichUploader_Listener_Remove_PodcastIntroFileService', true],
'vich_uploader.listener.remove.podcast_middle_file' => ['privates', 'vich_uploader.listener.remove.podcast_middle_file', 'getVichUploader_Listener_Remove_PodcastMiddleFileService', true],
'vich_uploader.listener.remove.podcast_outro_file' => ['privates', 'vich_uploader.listener.remove.podcast_outro_file', 'getVichUploader_Listener_Remove_PodcastOutroFileService', true],
'vich_uploader.listener.remove.podcast_private_image_file' => ['privates', 'vich_uploader.listener.remove.podcast_private_image_file', 'getVichUploader_Listener_Remove_PodcastPrivateImageFileService', true],
'vich_uploader.listener.remove.prescriber_logo' => ['privates', 'vich_uploader.listener.remove.prescriber_logo', 'getVichUploader_Listener_Remove_PrescriberLogoService', true],
'vich_uploader.listener.remove.services_logos' => ['privates', 'vich_uploader.listener.remove.services_logos', 'getVichUploader_Listener_Remove_ServicesLogosService', true],
'vich_uploader.listener.remove.services_medias' => ['privates', 'vich_uploader.listener.remove.services_medias', 'getVichUploader_Listener_Remove_ServicesMediasService', true],
'vich_uploader.listener.upload.accountingfirm' => ['privates', 'vich_uploader.listener.upload.accountingfirm', 'getVichUploader_Listener_Upload_AccountingfirmService', true],
'vich_uploader.listener.upload.actualiters' => ['privates', 'vich_uploader.listener.upload.actualiters', 'getVichUploader_Listener_Upload_ActualitersService', true],
'vich_uploader.listener.upload.actuv2_infographie_rse_file' => ['privates', 'vich_uploader.listener.upload.actuv2_infographie_rse_file', 'getVichUploader_Listener_Upload_Actuv2InfographieRseFileService', true],
'vich_uploader.listener.upload.actuv2actualite' => ['privates', 'vich_uploader.listener.upload.actuv2actualite', 'getVichUploader_Listener_Upload_Actuv2actualiteService', true],
'vich_uploader.listener.upload.actuv2bienetre' => ['privates', 'vich_uploader.listener.upload.actuv2bienetre', 'getVichUploader_Listener_Upload_Actuv2bienetreService', true],
'vich_uploader.listener.upload.actuv2infographie' => ['privates', 'vich_uploader.listener.upload.actuv2infographie', 'getVichUploader_Listener_Upload_Actuv2infographieService', true],
'vich_uploader.listener.upload.actuv2journal' => ['privates', 'vich_uploader.listener.upload.actuv2journal', 'getVichUploader_Listener_Upload_Actuv2journalService', true],
'vich_uploader.listener.upload.actuv2podcast' => ['privates', 'vich_uploader.listener.upload.actuv2podcast', 'getVichUploader_Listener_Upload_Actuv2podcastService', true],
'vich_uploader.listener.upload.actuv2transformationdigitale' => ['privates', 'vich_uploader.listener.upload.actuv2transformationdigitale', 'getVichUploader_Listener_Upload_Actuv2transformationdigitaleService', true],
'vich_uploader.listener.upload.affiliate_contract' => ['privates', 'vich_uploader.listener.upload.affiliate_contract', 'getVichUploader_Listener_Upload_AffiliateContractService', true],
'vich_uploader.listener.upload.avatars' => ['privates', 'vich_uploader.listener.upload.avatars', 'getVichUploader_Listener_Upload_AvatarsService', true],
'vich_uploader.listener.upload.communication_mail_file' => ['privates', 'vich_uploader.listener.upload.communication_mail_file', 'getVichUploader_Listener_Upload_CommunicationMailFileService', true],
'vich_uploader.listener.upload.contactCreationSociete' => ['privates', 'vich_uploader.listener.upload.contactCreationSociete', 'getVichUploader_Listener_Upload_ContactCreationSocieteService', true],
'vich_uploader.listener.upload.contact_investissement_immo' => ['privates', 'vich_uploader.listener.upload.contact_investissement_immo', 'getVichUploader_Listener_Upload_ContactInvestissementImmoService', true],
'vich_uploader.listener.upload.documents' => ['privates', 'vich_uploader.listener.upload.documents', 'getVichUploader_Listener_Upload_DocumentsService', true],
'vich_uploader.listener.upload.event_images' => ['privates', 'vich_uploader.listener.upload.event_images', 'getVichUploader_Listener_Upload_EventImagesService', true],
'vich_uploader.listener.upload.identite_visuelle_file' => ['privates', 'vich_uploader.listener.upload.identite_visuelle_file', 'getVichUploader_Listener_Upload_IdentiteVisuelleFileService', true],
'vich_uploader.listener.upload.identite_visuelle_pipeline' => ['privates', 'vich_uploader.listener.upload.identite_visuelle_pipeline', 'getVichUploader_Listener_Upload_IdentiteVisuellePipelineService', true],
'vich_uploader.listener.upload.newsletter_prospect_file' => ['privates', 'vich_uploader.listener.upload.newsletter_prospect_file', 'getVichUploader_Listener_Upload_NewsletterProspectFileService', true],
'vich_uploader.listener.upload.partners' => ['privates', 'vich_uploader.listener.upload.partners', 'getVichUploader_Listener_Upload_PartnersService', true],
'vich_uploader.listener.upload.photos' => ['privates', 'vich_uploader.listener.upload.photos', 'getVichUploader_Listener_Upload_PhotosService', true],
'vich_uploader.listener.upload.pipeline_gmb_qrcode' => ['privates', 'vich_uploader.listener.upload.pipeline_gmb_qrcode', 'getVichUploader_Listener_Upload_PipelineGmbQrcodeService', true],
'vich_uploader.listener.upload.pipeline_identite_visuelle_maj' => ['privates', 'vich_uploader.listener.upload.pipeline_identite_visuelle_maj', 'getVichUploader_Listener_Upload_PipelineIdentiteVisuelleMajService', true],
'vich_uploader.listener.upload.pipeline_maj_web' => ['privates', 'vich_uploader.listener.upload.pipeline_maj_web', 'getVichUploader_Listener_Upload_PipelineMajWebService', true],
'vich_uploader.listener.upload.podcast_ec_image_file' => ['privates', 'vich_uploader.listener.upload.podcast_ec_image_file', 'getVichUploader_Listener_Upload_PodcastEcImageFileService', true],
'vich_uploader.listener.upload.podcast_intro_file' => ['privates', 'vich_uploader.listener.upload.podcast_intro_file', 'getVichUploader_Listener_Upload_PodcastIntroFileService', true],
'vich_uploader.listener.upload.podcast_middle_file' => ['privates', 'vich_uploader.listener.upload.podcast_middle_file', 'getVichUploader_Listener_Upload_PodcastMiddleFileService', true],
'vich_uploader.listener.upload.podcast_outro_file' => ['privates', 'vich_uploader.listener.upload.podcast_outro_file', 'getVichUploader_Listener_Upload_PodcastOutroFileService', true],
'vich_uploader.listener.upload.podcast_private_image_file' => ['privates', 'vich_uploader.listener.upload.podcast_private_image_file', 'getVichUploader_Listener_Upload_PodcastPrivateImageFileService', true],
'vich_uploader.listener.upload.prescriber_logo' => ['privates', 'vich_uploader.listener.upload.prescriber_logo', 'getVichUploader_Listener_Upload_PrescriberLogoService', true],
'vich_uploader.listener.upload.services_logos' => ['privates', 'vich_uploader.listener.upload.services_logos', 'getVichUploader_Listener_Upload_ServicesLogosService', true],
'vich_uploader.listener.upload.services_medias' => ['privates', 'vich_uploader.listener.upload.services_medias', 'getVichUploader_Listener_Upload_ServicesMediasService', true],
], [
'App\\EventListener\\ActualitecabinetListener' => '?',
'App\\EventListener\\EmailingCollabListener' => '?',
'App\\EventListener\\EmailingListener' => '?',
'App\\EventListener\\PageListener' => '?',
'App\\EventListener\\ToolsPageListener' => '?',
'App\\EventListener\\UserListener' => '?',
'App\\EventSubscriber\\AccountingFirmSubscriber' => '?',
'App\\EventSubscriber\\AffiliateRequestDoctrineSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'vich_uploader.listener.clean.accountingfirm' => '?',
'vich_uploader.listener.clean.actualiters' => '?',
'vich_uploader.listener.clean.actuv2_infographie_rse_file' => '?',
'vich_uploader.listener.clean.actuv2actualite' => '?',
'vich_uploader.listener.clean.actuv2bienetre' => '?',
'vich_uploader.listener.clean.actuv2infographie' => '?',
'vich_uploader.listener.clean.actuv2journal' => '?',
'vich_uploader.listener.clean.actuv2podcast' => '?',
'vich_uploader.listener.clean.actuv2transformationdigitale' => '?',
'vich_uploader.listener.clean.affiliate_contract' => '?',
'vich_uploader.listener.clean.avatars' => '?',
'vich_uploader.listener.clean.communication_mail_file' => '?',
'vich_uploader.listener.clean.contactCreationSociete' => '?',
'vich_uploader.listener.clean.contact_investissement_immo' => '?',
'vich_uploader.listener.clean.documents' => '?',
'vich_uploader.listener.clean.event_images' => '?',
'vich_uploader.listener.clean.identite_visuelle_file' => '?',
'vich_uploader.listener.clean.identite_visuelle_pipeline' => '?',
'vich_uploader.listener.clean.newsletter_prospect_file' => '?',
'vich_uploader.listener.clean.partners' => '?',
'vich_uploader.listener.clean.photos' => '?',
'vich_uploader.listener.clean.pipeline_gmb_qrcode' => '?',
'vich_uploader.listener.clean.pipeline_identite_visuelle_maj' => '?',
'vich_uploader.listener.clean.pipeline_maj_web' => '?',
'vich_uploader.listener.clean.podcast_ec_image_file' => '?',
'vich_uploader.listener.clean.podcast_intro_file' => '?',
'vich_uploader.listener.clean.podcast_middle_file' => '?',
'vich_uploader.listener.clean.podcast_outro_file' => '?',
'vich_uploader.listener.clean.podcast_private_image_file' => '?',
'vich_uploader.listener.clean.prescriber_logo' => '?',
'vich_uploader.listener.clean.services_logos' => '?',
'vich_uploader.listener.clean.services_medias' => '?',
'vich_uploader.listener.remove.accountingfirm' => '?',
'vich_uploader.listener.remove.actualiters' => '?',
'vich_uploader.listener.remove.actuv2_infographie_rse_file' => '?',
'vich_uploader.listener.remove.actuv2actualite' => '?',
'vich_uploader.listener.remove.actuv2bienetre' => '?',
'vich_uploader.listener.remove.actuv2infographie' => '?',
'vich_uploader.listener.remove.actuv2journal' => '?',
'vich_uploader.listener.remove.actuv2podcast' => '?',
'vich_uploader.listener.remove.actuv2transformationdigitale' => '?',
'vich_uploader.listener.remove.affiliate_contract' => '?',
'vich_uploader.listener.remove.avatars' => '?',
'vich_uploader.listener.remove.communication_mail_file' => '?',
'vich_uploader.listener.remove.contactCreationSociete' => '?',
'vich_uploader.listener.remove.contact_investissement_immo' => '?',
'vich_uploader.listener.remove.documents' => '?',
'vich_uploader.listener.remove.event_images' => '?',
'vich_uploader.listener.remove.identite_visuelle_file' => '?',
'vich_uploader.listener.remove.identite_visuelle_pipeline' => '?',
'vich_uploader.listener.remove.newsletter_prospect_file' => '?',
'vich_uploader.listener.remove.partners' => '?',
'vich_uploader.listener.remove.photos' => '?',
'vich_uploader.listener.remove.pipeline_gmb_qrcode' => '?',
'vich_uploader.listener.remove.pipeline_identite_visuelle_maj' => '?',
'vich_uploader.listener.remove.pipeline_maj_web' => '?',
'vich_uploader.listener.remove.podcast_ec_image_file' => '?',
'vich_uploader.listener.remove.podcast_intro_file' => '?',
'vich_uploader.listener.remove.podcast_middle_file' => '?',
'vich_uploader.listener.remove.podcast_outro_file' => '?',
'vich_uploader.listener.remove.podcast_private_image_file' => '?',
'vich_uploader.listener.remove.prescriber_logo' => '?',
'vich_uploader.listener.remove.services_logos' => '?',
'vich_uploader.listener.remove.services_medias' => '?',
'vich_uploader.listener.upload.accountingfirm' => '?',
'vich_uploader.listener.upload.actualiters' => '?',
'vich_uploader.listener.upload.actuv2_infographie_rse_file' => '?',
'vich_uploader.listener.upload.actuv2actualite' => '?',
'vich_uploader.listener.upload.actuv2bienetre' => '?',
'vich_uploader.listener.upload.actuv2infographie' => '?',
'vich_uploader.listener.upload.actuv2journal' => '?',
'vich_uploader.listener.upload.actuv2podcast' => '?',
'vich_uploader.listener.upload.actuv2transformationdigitale' => '?',
'vich_uploader.listener.upload.affiliate_contract' => '?',
'vich_uploader.listener.upload.avatars' => '?',
'vich_uploader.listener.upload.communication_mail_file' => '?',
'vich_uploader.listener.upload.contactCreationSociete' => '?',
'vich_uploader.listener.upload.contact_investissement_immo' => '?',
'vich_uploader.listener.upload.documents' => '?',
'vich_uploader.listener.upload.event_images' => '?',
'vich_uploader.listener.upload.identite_visuelle_file' => '?',
'vich_uploader.listener.upload.identite_visuelle_pipeline' => '?',
'vich_uploader.listener.upload.newsletter_prospect_file' => '?',
'vich_uploader.listener.upload.partners' => '?',
'vich_uploader.listener.upload.photos' => '?',
'vich_uploader.listener.upload.pipeline_gmb_qrcode' => '?',
'vich_uploader.listener.upload.pipeline_identite_visuelle_maj' => '?',
'vich_uploader.listener.upload.pipeline_maj_web' => '?',
'vich_uploader.listener.upload.podcast_ec_image_file' => '?',
'vich_uploader.listener.upload.podcast_intro_file' => '?',
'vich_uploader.listener.upload.podcast_middle_file' => '?',
'vich_uploader.listener.upload.podcast_outro_file' => '?',
'vich_uploader.listener.upload.podcast_private_image_file' => '?',
'vich_uploader.listener.upload.prescriber_logo' => '?',
'vich_uploader.listener.upload.services_logos' => '?',
'vich_uploader.listener.upload.services_medias' => '?',
]), [0 => 'vich_uploader.listener.clean.photos', 1 => 'vich_uploader.listener.clean.accountingfirm', 2 => 'vich_uploader.listener.clean.actuv2actualite', 3 => 'vich_uploader.listener.clean.actuv2bienetre', 4 => 'vich_uploader.listener.clean.actuv2infographie', 5 => 'vich_uploader.listener.clean.actuv2journal', 6 => 'vich_uploader.listener.clean.actuv2podcast', 7 => 'vich_uploader.listener.clean.actuv2transformationdigitale', 8 => 'vich_uploader.listener.clean.partners', 9 => 'vich_uploader.listener.clean.documents', 10 => 'vich_uploader.listener.clean.avatars', 11 => 'vich_uploader.listener.clean.services_medias', 12 => 'vich_uploader.listener.clean.services_logos', 13 => 'vich_uploader.listener.clean.actualiters', 14 => 'vich_uploader.listener.clean.identite_visuelle_file', 15 => 'vich_uploader.listener.clean.actuv2_infographie_rse_file', 16 => 'vich_uploader.listener.clean.communication_mail_file', 17 => 'vich_uploader.listener.clean.newsletter_prospect_file', 18 => 'vich_uploader.listener.clean.podcast_intro_file', 19 => 'vich_uploader.listener.clean.podcast_outro_file', 20 => 'vich_uploader.listener.clean.podcast_middle_file', 21 => 'vich_uploader.listener.clean.affiliate_contract', 22 => 'vich_uploader.listener.clean.identite_visuelle_pipeline', 23 => 'vich_uploader.listener.clean.contact_investissement_immo', 24 => 'vich_uploader.listener.clean.prescriber_logo', 25 => 'vich_uploader.listener.clean.event_images', 26 => 'vich_uploader.listener.clean.contactCreationSociete', 27 => 'vich_uploader.listener.clean.podcast_private_image_file', 28 => 'vich_uploader.listener.clean.podcast_ec_image_file', 29 => 'vich_uploader.listener.clean.pipeline_maj_web', 30 => 'vich_uploader.listener.clean.pipeline_identite_visuelle_maj', 31 => 'vich_uploader.listener.clean.pipeline_gmb_qrcode', 32 => 'App\\EventSubscriber\\AccountingFirmSubscriber', 33 => 'App\\EventSubscriber\\AffiliateRequestDoctrineSubscriber', 34 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 35 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 36 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 37 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 38 => 'vich_uploader.listener.remove.photos', 39 => 'vich_uploader.listener.upload.photos', 40 => 'vich_uploader.listener.remove.accountingfirm', 41 => 'vich_uploader.listener.upload.accountingfirm', 42 => 'vich_uploader.listener.remove.actuv2actualite', 43 => 'vich_uploader.listener.upload.actuv2actualite', 44 => 'vich_uploader.listener.remove.actuv2bienetre', 45 => 'vich_uploader.listener.upload.actuv2bienetre', 46 => 'vich_uploader.listener.remove.actuv2infographie', 47 => 'vich_uploader.listener.upload.actuv2infographie', 48 => 'vich_uploader.listener.remove.actuv2journal', 49 => 'vich_uploader.listener.upload.actuv2journal', 50 => 'vich_uploader.listener.remove.actuv2podcast', 51 => 'vich_uploader.listener.upload.actuv2podcast', 52 => 'vich_uploader.listener.remove.actuv2transformationdigitale', 53 => 'vich_uploader.listener.upload.actuv2transformationdigitale', 54 => 'vich_uploader.listener.remove.partners', 55 => 'vich_uploader.listener.upload.partners', 56 => 'vich_uploader.listener.remove.documents', 57 => 'vich_uploader.listener.upload.documents', 58 => 'vich_uploader.listener.remove.avatars', 59 => 'vich_uploader.listener.upload.avatars', 60 => 'vich_uploader.listener.remove.services_medias', 61 => 'vich_uploader.listener.upload.services_medias', 62 => 'vich_uploader.listener.remove.services_logos', 63 => 'vich_uploader.listener.upload.services_logos', 64 => 'vich_uploader.listener.remove.actualiters', 65 => 'vich_uploader.listener.upload.actualiters', 66 => 'vich_uploader.listener.remove.identite_visuelle_file', 67 => 'vich_uploader.listener.upload.identite_visuelle_file', 68 => 'vich_uploader.listener.remove.actuv2_infographie_rse_file', 69 => 'vich_uploader.listener.upload.actuv2_infographie_rse_file', 70 => 'vich_uploader.listener.remove.communication_mail_file', 71 => 'vich_uploader.listener.upload.communication_mail_file', 72 => 'vich_uploader.listener.remove.newsletter_prospect_file', 73 => 'vich_uploader.listener.upload.newsletter_prospect_file', 74 => 'vich_uploader.listener.remove.podcast_intro_file', 75 => 'vich_uploader.listener.upload.podcast_intro_file', 76 => 'vich_uploader.listener.remove.podcast_outro_file', 77 => 'vich_uploader.listener.upload.podcast_outro_file', 78 => 'vich_uploader.listener.remove.podcast_middle_file', 79 => 'vich_uploader.listener.upload.podcast_middle_file', 80 => 'vich_uploader.listener.remove.affiliate_contract', 81 => 'vich_uploader.listener.upload.affiliate_contract', 82 => 'vich_uploader.listener.remove.identite_visuelle_pipeline', 83 => 'vich_uploader.listener.upload.identite_visuelle_pipeline', 84 => 'vich_uploader.listener.remove.contact_investissement_immo', 85 => 'vich_uploader.listener.upload.contact_investissement_immo', 86 => 'vich_uploader.listener.remove.prescriber_logo', 87 => 'vich_uploader.listener.upload.prescriber_logo', 88 => 'vich_uploader.listener.remove.event_images', 89 => 'vich_uploader.listener.upload.event_images', 90 => 'vich_uploader.listener.remove.contactCreationSociete', 91 => 'vich_uploader.listener.upload.contactCreationSociete', 92 => 'vich_uploader.listener.remove.podcast_private_image_file', 93 => 'vich_uploader.listener.upload.podcast_private_image_file', 94 => 'vich_uploader.listener.remove.podcast_ec_image_file', 95 => 'vich_uploader.listener.upload.podcast_ec_image_file', 96 => 'vich_uploader.listener.remove.pipeline_maj_web', 97 => 'vich_uploader.listener.upload.pipeline_maj_web', 98 => 'vich_uploader.listener.remove.pipeline_identite_visuelle_maj', 99 => 'vich_uploader.listener.upload.pipeline_identite_visuelle_maj', 100 => 'vich_uploader.listener.remove.pipeline_gmb_qrcode', 101 => 'vich_uploader.listener.upload.pipeline_gmb_qrcode', 102 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\ActualitecabinetListener'], 103 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\EmailingCollabListener'], 104 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\EmailingListener'], 105 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\PageListener'], 106 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\ToolsPageListener'], 107 => [0 => [0 => 'preUpdate'], 1 => 'App\\EventListener\\UserListener'], 108 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\UserListener'], 109 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 110 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 111 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 112 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sluggable'], 113 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 114 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.timestampable'], 115 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.timestampable']]);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
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', $a, false, []);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private '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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
$this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
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.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
yield 'security.firewall.map.context.main' => NULL;
}, 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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$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'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
$b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
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()), $b, ($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 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, true],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', true],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', true],
'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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], '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')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml')], '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')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], '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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], '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')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), 3 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'ms' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ta' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'lo' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [0 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')]], '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/symfonycasts/verify-email-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/fmonts/ffmpeg-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/symfonycasts/verify-email-bundle/src/Resources/translations', 4 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 5 => 'vendor/vich/uploader-bundle/translations', 6 => 'vendor/omines/datatables-bundle/src/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/symfony/maker-bundle/src/translations', 10 => 'vendor/symfony/webpack-encore-bundle/src/translations', 11 => 'vendor/doctrine/doctrine-bundle/translations', 12 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/twig-bundle/translations', 15 => 'vendor/twig/extra-bundle/translations', 16 => 'vendor/symfony/web-profiler-bundle/translations', 17 => 'vendor/symfony/monolog-bundle/translations', 18 => 'vendor/symfony/debug-bundle/translations', 19 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 20 => 'vendor/sensio/framework-extra-bundle/src/translations', 21 => 'vendor/nelmio/cors-bundle/translations', 22 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 23 => 'vendor/lexik/jwt-authentication-bundle/translations', 24 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 25 => 'vendor/knplabs/knp-menu-bundle/src/translations', 26 => 'vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/translations', 27 => 'vendor/endroid/qr-code-bundle/src/translations', 28 => 'vendor/fmonts/ffmpeg-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr', 1 => 'en']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Validator\\NewsValidator' => ['services', 'App\\Validator\\NewsValidator', 'getNewsValidatorService', true],
'App\\Validator\\PhoneNumberValidator' => ['services', 'App\\Validator\\PhoneNumberValidator', 'getPhoneNumberValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\NewsValidator' => '?',
'App\\Validator\\PhoneNumberValidator' => '?',
'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 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
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, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', true],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public '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 '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.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,
'sellsy_token' => false,
'sellsy_secret' => false,
'sellsy_consumer_key' => false,
'sellsy_consumer_secret' => false,
'mailing_tuto_url' => false,
'mailing_sender_admin' => false,
'MAILING_SENDER_ADMIN' => false,
'google_client_id' => false,
'google_client_secret' => false,
'google_refresh_token' => false,
'encryptionKey' => false,
'emailing_max_token_default' => false,
'sms_max_credit_default' => false,
'hosteur_api' => false,
'hosteur_login' => false,
'hosteur_password' => false,
'hosteur_remaining_credit_before_warning' => false,
'trello_sms_list_id' => false,
'trello_board_client_access_id' => false,
'domain_widget_event' => false,
'domain_widget_electronic_invoice' => false,
'domain_widget_sponsorship' => false,
'domain_widget_recommendation' => false,
'domain_widget_satisfaction_client' => false,
'trello_member.karine' => false,
'trello_member.rudy' => false,
'trello_member.claire' => false,
'trello_enabled' => false,
'mailjet_sandbox_mode' => false,
'kernel.secret' => false,
'kernel.trusted_proxies' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'dubture_ffmpeg.binary' => false,
'dubture_ffprobe.binary' => 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 'sellsy_token': $value = $this->getEnv('SELLSY_TOKEN'); break;
case 'sellsy_secret': $value = $this->getEnv('SELLSY_SECRET'); break;
case 'sellsy_consumer_key': $value = $this->getEnv('SELLSY_CONSUMER_KEY'); break;
case 'sellsy_consumer_secret': $value = $this->getEnv('SELLSY_CONSUMER_SECRET'); break;
case 'mailing_tuto_url': $value = $this->getEnv('MAILING_TUTO_URL'); break;
case 'mailing_sender_admin': $value = $this->getEnv('MAILING_SENDER_ADMIN'); break;
case 'MAILING_SENDER_ADMIN': $value = $this->getEnv('MAILING_SENDER_ADMIN'); break;
case 'google_client_id': $value = $this->getEnv('GOOGLE_CLIENT_ID'); break;
case 'google_client_secret': $value = $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
case 'google_refresh_token': $value = $this->getEnv('GOOGLE_REFRESH_TOKEN'); break;
case 'encryptionKey': $value = $this->getEnv('ENCRYPTION_KEY'); break;
case 'emailing_max_token_default': $value = $this->getEnv('EMAILING_MAX_TOKEN_DEFAULT'); break;
case 'sms_max_credit_default': $value = $this->getEnv('SMS_MAX_CREDIT_DEFAULT'); break;
case 'hosteur_api': $value = $this->getEnv('HOSTEUR_API'); break;
case 'hosteur_login': $value = $this->getEnv('HOSTEUR_LOGIN'); break;
case 'hosteur_password': $value = $this->getEnv('HOSTEUR_PASSWORD'); break;
case 'hosteur_remaining_credit_before_warning': $value = $this->getEnv('HOSTEUR_REMAINING_CREDIT_BEFORE_WARNING'); break;
case 'trello_sms_list_id': $value = $this->getEnv('TRELLO_SMS_LIST_ID'); break;
case 'trello_board_client_access_id': $value = $this->getEnv('TRELLO_BOARD_CLIENT_ACCESS_ID'); break;
case 'domain_widget_event': $value = $this->getEnv('DOMAIN_WIDGET_EVENT'); break;
case 'domain_widget_electronic_invoice': $value = $this->getEnv('DOMAIN_WIDGET_ELECTRONIC_INVOICE'); break;
case 'domain_widget_sponsorship': $value = $this->getEnv('DOMAIN_WIDGET_SPONSORSHIP'); break;
case 'domain_widget_recommendation': $value = $this->getEnv('DOMAIN_WIDGET_RECOMMENDATION'); break;
case 'domain_widget_satisfaction_client': $value = $this->getEnv('DOMAIN_WIDGET_SATISFACTION_CLIENT'); break;
case 'trello_member.karine': $value = $this->getEnv('TRELLO_MEMBER_KARINE_ID'); break;
case 'trello_member.rudy': $value = $this->getEnv('TRELLO_MEMBER_RUDY_ID'); break;
case 'trello_member.claire': $value = $this->getEnv('TRELLO_MEMBER_CLAIRE_ID'); break;
case 'trello_enabled': $value = $this->getEnv('bool:TRELLO_ENABLED'); break;
case 'mailjet_sandbox_mode': $value = $this->getEnv('bool:MAILJET_SANDBOX_MODE'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'kernel.trusted_proxies': $value = $this->getEnv('TRUSTED_PROXIES'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'dubture_ffmpeg.binary': $value = $this->getEnv('FFMPEG_BINARY'); break;
case 'dubture_ffprobe.binary': $value = $this->getEnv('FFPROBE_BINARY'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'StfalconTinymceBundle' => 'Stfalcon\\Bundle\\TinymceBundle\\StfalconTinymceBundle',
'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
'DubtureFFmpegBundle' => 'Dubture\\FFmpegBundle\\DubtureFFmpegBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'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',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'SymfonyCastsVerifyEmailBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'SymfonyCastsResetPasswordBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'DataTablesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/omines/datatables-bundle/src'),
'namespace' => 'Omines\\DataTablesBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'StfalconTinymceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle'),
'namespace' => 'Stfalcon\\Bundle\\TinymceBundle',
],
'EndroidQrCodeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
'namespace' => 'Endroid\\QrCodeBundle',
],
'DubtureFFmpegBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/fmonts/ffmpeg-bundle'),
'namespace' => 'Dubture\\FFmpegBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'upload_directory' => (\dirname(__DIR__, 4).'/upload'),
'xls_directory' => (\dirname(__DIR__, 4).'/upload/xls'),
'not_answer_mail' => 'nepasrepondre@lagence.expert',
'upload_directory_public' => (\dirname(__DIR__, 4).'/public/upload'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_headers' => 26,
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.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' => 36000,
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'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.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_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_ACTUALITY',
2 => 'ROLE_ACTURS',
3 => 'ROLE_QRCODE',
4 => 'ROLE_IDENTITY',
5 => 'ROLE_VCARDS',
],
'ROLE_ACTUALITY' => [
0 => 'ROLE_ACTUALITY',
],
'ROLE_ACTURS' => [
0 => 'ROLE_ACTURS',
],
'ROLE_QRCODE' => [
0 => 'ROLE_QRCODE',
],
'ROLE_FIRM_PARTNER' => [
0 => 'ROLE_ADMIN_FIRM',
],
'ROLE_IDENTITY' => [
0 => 'ROLE_IDENTITY',
],
'ROLE_VCARDS' => [
0 => 'ROLE_VCARDS',
],
'ROLE_USEFUL_LINK' => [
0 => 'ROLE_USEFUL_LINK',
],
'ROLE_ACCOUNTING_NEWS' => [
0 => 'ROLE_ACCOUNTING_NEWS',
],
'ROLE_ANNOUNCEMENT' => [
0 => 'ROLE_ANNOUNCEMENT',
],
'ROLE_EBOOK' => [
0 => 'ROLE_EBOOK',
],
'ROLE_NEWSLETTER' => [
0 => 'ROLE_NEWSLETTER',
],
'ROLE_PRIMARY_NEWS' => [
0 => 'ROLE_PRIMARY_NEWS',
],
'ROLE_WEBSITE_NEWS' => [
0 => 'ROLE_WEBSITE_NEWS',
],
'ROLE_TOOLS' => [
0 => 'ROLE_TOOLS',
],
'ROLE_ONEPAGE' => [
0 => 'ROLE_ONEPAGE',
],
'ROLE_DIAPORAMA' => [
0 => 'ROLE_DIAPORAMA',
],
],
'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 => 'api',
2 => 'main',
],
'security.api._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
3 => 'bootstrap_4_layout.html.twig',
4 => 'form/vich-fields.html.twig',
5 => 'form/recaptcha.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' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'fr_FR',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'nelmio_cors.map' => [
'^/' => [
'skip_same_as_origin' => true,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => true,
'allow_credentials' => false,
'allow_headers' => true,
'expose_headers' => [
0 => 'Link',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'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',
'api_platform.metadata_backward_compatibility_layer' => true,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => '',
'api_platform.description' => '',
'api_platform.version' => '0.0.0',
'api_platform.show_webby' => true,
'api_platform.url_generation_strategy' => 1,
'api_platform.exception_to_status' => [
'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
'ApiPlatform\\Exception\\FilterValidationException' => 400,
'Doctrine\\ORM\\OptimisticLockException' => 409,
],
'api_platform.formats' => [
'json' => [
0 => 'application/json',
],
'html' => [
0 => 'text/html',
],
],
'api_platform.patch_formats' => [
'json' => [
0 => 'application/merge-patch+json',
],
],
'api_platform.error_formats' => [
'jsonproblem' => [
0 => 'application/problem+json',
],
],
'api_platform.allow_plain_identifiers' => true,
'api_platform.eager_loading.enabled' => true,
'api_platform.eager_loading.max_joins' => 100,
'api_platform.eager_loading.fetch_partial' => false,
'api_platform.eager_loading.force_eager' => true,
'api_platform.collection.exists_parameter_name' => 'exists',
'api_platform.collection.order' => 'ASC',
'api_platform.collection.order_parameter_name' => 'order',
'api_platform.collection.order_nulls_comparison' => NULL,
'api_platform.collection.pagination.enabled' => true,
'api_platform.collection.pagination.partial' => false,
'api_platform.collection.pagination.client_enabled' => false,
'api_platform.collection.pagination.client_items_per_page' => false,
'api_platform.collection.pagination.client_partial' => false,
'api_platform.collection.pagination.items_per_page' => 30,
'api_platform.collection.pagination.maximum_items_per_page' => NULL,
'api_platform.collection.pagination.page_parameter_name' => 'page',
'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
'api_platform.collection.pagination.partial_parameter_name' => 'partial',
'api_platform.collection.pagination' => [
'enabled' => true,
'partial' => false,
'client_enabled' => false,
'client_items_per_page' => false,
'client_partial' => false,
'items_per_page' => 30,
'maximum_items_per_page' => NULL,
'page_parameter_name' => 'page',
'enabled_parameter_name' => 'pagination',
'items_per_page_parameter_name' => 'itemsPerPage',
'partial_parameter_name' => 'partial',
],
'api_platform.http_cache.etag' => true,
'api_platform.http_cache.max_age' => NULL,
'api_platform.http_cache.shared_max_age' => NULL,
'api_platform.http_cache.vary' => [
0 => 'Accept',
],
'api_platform.http_cache.public' => NULL,
'api_platform.http_cache.invalidation.max_header_length' => 7500,
'api_platform.http_cache.invalidation.xkey.glue' => ' ',
'api_platform.asset_package' => NULL,
'api_platform.defaults' => [
'attributes' => [
],
],
'api_platform.resource_class_directories' => [
0 => (\dirname(__DIR__, 4).'/src/Entity'),
],
'api_platform.oauth.enabled' => false,
'api_platform.oauth.clientId' => '',
'api_platform.oauth.clientSecret' => '',
'api_platform.oauth.type' => 'oauth2',
'api_platform.oauth.flow' => 'application',
'api_platform.oauth.tokenUrl' => '',
'api_platform.oauth.authorizationUrl' => '',
'api_platform.oauth.refreshUrl' => '',
'api_platform.oauth.scopes' => [
],
'api_platform.oauth.pkce' => false,
'api_platform.openapi.termsOfService' => NULL,
'api_platform.openapi.contact.name' => NULL,
'api_platform.openapi.contact.url' => NULL,
'api_platform.openapi.contact.email' => NULL,
'api_platform.openapi.license.name' => NULL,
'api_platform.openapi.license.url' => NULL,
'api_platform.swagger.versions' => [
0 => 3,
],
'api_platform.enable_swagger_ui' => true,
'api_platform.enable_re_doc' => true,
'api_platform.swagger.api_keys' => [
'apiKey' => [
'name' => 'Authorization',
'type' => 'header',
],
],
'api_platform.swagger_ui.extra_configuration' => [
],
'api_platform.graphql.enabled' => false,
'api_platform.graphql.graphiql.enabled' => false,
'api_platform.graphql.graphql_playground.enabled' => false,
'api_platform.graphql.collection.pagination' => [
'enabled' => true,
],
'api_platform.validator.serialize_payload_fields' => [
],
'api_platform.validator.query_parameter_validation' => true,
'api_platform.elasticsearch.enabled' => false,
'lexik_jwt_authentication.token_ttl' => 36000,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'photos' => [
'uri_prefix' => '/medias/photos',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/photos'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.photos',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'accountingfirm' => [
'uri_prefix' => '/medias/headernewsletter',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/headernewsletter'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.accountingfirm',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2actualite' => [
'uri_prefix' => '/medias/actuv2actualite',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2actualite'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2actualite',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2bienetre' => [
'uri_prefix' => '/medias/actuv2bienetre',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2bienetre'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2bienetre',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2infographie' => [
'uri_prefix' => '/medias/actuv2infographie',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2infographie'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2journal' => [
'uri_prefix' => '/medias/actuv2journal',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2journal'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2journal',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2podcast' => [
'uri_prefix' => '/medias/actuv2podcast',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2podcast'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2podcast',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2transformationdigitale' => [
'uri_prefix' => '/medias/actuv2transformationdigitale',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2transformationdigitale'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2transformationdigitale',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'partners' => [
'uri_prefix' => '/medias/partners',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/partners'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.partners',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'documents' => [
'uri_prefix' => '/medias/documents',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/documents'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.documents',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'avatars' => [
'uri_prefix' => '/medias/avatars',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/avatars'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.avatars',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'services_medias' => [
'uri_prefix' => '/medias/tools',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/tools'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.services_medias',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'services_logos' => [
'uri_prefix' => '/medias/tools',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/tools'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.services_logos',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actualiters' => [
'uri_prefix' => '/medias/acturs',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/acturs'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actualiters',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'identite_visuelle_file' => [
'uri_prefix' => '/medias/identiteVisuelle',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/identiteVisuelle'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.identite_visuelle_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'actuv2_infographie_rse_file' => [
'uri_prefix' => '/medias/actuv2InfographieRse',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/actuv2InfographieRse'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.actuv2_infographie_rse_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'communication_mail_file' => [
'uri_prefix' => '/medias/mail_file',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/mail_file'),
'namer' => [
'service' => NULL,
'options' => NULL,
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'newsletter_prospect_file' => [
'uri_prefix' => '/medias/newsletter_prospect_file',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/newsletter_prospect_file'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.newsletter_prospect_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'podcast_intro_file' => [
'uri_prefix' => '/medias/podcastIntroFile',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/podcastIntroFile'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_intro_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'podcast_outro_file' => [
'uri_prefix' => '/medias/podcastOutroFile',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/podcastOutroFile'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_outro_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'podcast_middle_file' => [
'uri_prefix' => '/medias/podcastMiddleFile',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/podcastMiddleFile'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_middle_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'affiliate_contract' => [
'uri_prefix' => '/medias/affiliateContract',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/affiliateContract'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.affiliate_contract',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'identite_visuelle_pipeline' => [
'uri_prefix' => '/medias/pipelineIdentiteVisuelle',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/pipelineIdentiteVisuelle'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.identite_visuelle_pipeline',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'contact_investissement_immo' => [
'uri_prefix' => '/medias/contactInvestissementImmo',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/contactInvestissementImmo'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.contact_investissement_immo',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'prescriber_logo' => [
'uri_prefix' => '/medias/prescriberLogo',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/prescriberLogo'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.prescriber_logo',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'event_images' => [
'uri_prefix' => '/medias/events',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/events'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.event_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'contactCreationSociete' => [
'uri_prefix' => '/medias/contactCreationSociete',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/contactCreationSociete'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.contactCreationSociete',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'podcast_private_image_file' => [
'uri_prefix' => '/medias/podcastPrivateImageFile',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/podcastPrivateImageFile'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_private_image_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'podcast_ec_image_file' => [
'uri_prefix' => '/medias/podcastEcImageFile',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/podcastEcImageFile'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.podcast_ec_image_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'pipeline_maj_web' => [
'uri_prefix' => '/medias/pipelineMajWeb',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/pipelineMajWeb'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_maj_web',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'pipeline_identite_visuelle_maj' => [
'uri_prefix' => '/medias/pipelineIdentiteVisuelleMaj',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/pipelineIdentiteVisuelleMaj'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_identite_visuelle_maj',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'pipeline_gmb_qrcode' => [
'uri_prefix' => '/medias/pipeline/gmb',
'upload_destination' => (\dirname(__DIR__, 4).'/upload/pipeline/gmb'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.pipeline_gmb_qrcode',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'datatables.config' => [
'options' => [
'lengthMenu' => [
0 => 1,
1 => 10,
2 => 25,
3 => 50,
4 => 100,
5 => 250,
6 => 500,
7 => 1000,
8 => 2500,
],
'pageLength' => 100,
'pagingType' => 'simple_numbers',
'dom' => '<\'row\' <\'col-sm-12\' tr>><\'row\' <\'col-sm-6\'l><\'col-sm-6 text-right\'pi>>',
],
'template_parameters' => [
'className' => 'table table-striped table-hover dataTable js-exportable ',
'columnFilter' => NULL,
],
'translation_domain' => 'messages',
'language_from_cdn' => true,
'persist_state' => 'fragment',
'method' => 'POST',
'template' => '@DataTables/datatable_html.html.twig',
],
'knp_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => 'menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'stfalcon_tinymce.config' => [
'selector' => [
0 => '.actu-editor-js',
],
'language' => 'fr_FR',
'theme' => [
'simple' => [
'menubar' => true,
],
'advanced' => [
'body_id' => 'accordionExample headingOne collapseOne',
'plugins' => [
0 => 'pagebreak importcss table save image imagetools link',
1 => 'emoticons insertdatetime preview media searchreplace print paste directionality',
2 => 'fullscreen noneditable visualchars nonbreaking template code',
],
],
],
'include_jquery' => false,
'tinymce_jquery' => false,
'use_callback_tinymce_init' => false,
'tinymce_buttons' => [
],
'external_plugins' => [
],
],
'stfalcon_tinymce.twig.extension.class' => 'Stfalcon\\Bundle\\TinymceBundle\\Twig\\Extension\\StfalconTinymceExtension',
'dubture_ffmpeg.binary_timeout' => 300,
'dubture_ffmpeg.threads_count' => 4,
'dubture_ffmpeg.temporary_directory' => '/var/ffmpeg-tmp',
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'api_platform.data_collector.request' => [
0 => 'api_platform.data_collector.request',
1 => '@ApiPlatform/DataCollector/request_legacy.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',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}