<?php
namespace ContainerBI5hVSN;
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 AppKernelDevDebugContainer 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.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.state_machine.calendar_synchronization' => 'get_Container_Private_StateMachine_CalendarSynchronizationService',
'.container.private.state_machine.proposal' => 'get_Container_Private_StateMachine_ProposalService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'CommonBundle\\EventListener\\DomainEventsCollector' => 'getDomainEventsCollectorService',
'cache.app' => 'getCache_AppService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'craue_formflow_util' => 'getCraueFormflowUtilService',
'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',
'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
'fos_user.user_manager' => 'getFosUser_UserManagerService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.logotype_pictures' => 'getLiipImagine_Cache_Resolver_LogotypePicturesService',
'liip_imagine.cache.resolver.mail_pictures' => 'getLiipImagine_Cache_Resolver_MailPicturesService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.resolver.profile_pictures' => 'getLiipImagine_Cache_Resolver_ProfilePicturesService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.sharepoint' => 'getMonolog_Logger_SharepointService',
'monolog.logger.websocket' => 'getMonolog_Logger_WebsocketService',
'oneup_flysystem.invoice_local_filesystem' => 'getOneupFlysystem_InvoiceLocalFilesystemService',
'oneup_flysystem.uploaded_files_filesystem' => 'getOneupFlysystem_UploadedFilesFilesystemService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'state_machine.proposal' => 'getStateMachine_ProposalService',
'state_machine.calendar_synchronization' => 'getStateMachine_CalendarSynchronizationService',
'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',
'gos_web_socket.client.manipulator' => 'getGosWebSocket_Client_ManipulatorService',
'gos_web_socket.dispatcher.rpc' => 'getGosWebSocket_Dispatcher_RpcService',
'gos_web_socket.dispatcher.topic' => 'getGosWebSocket_Dispatcher_TopicService',
'gos_web_socket.registry.periodic' => 'getGosWebSocket_Registry_PeriodicService',
'gos_web_socket.registry.origins' => 'getGosWebSocket_Registry_OriginsService',
'gos_web_socket.registry.rpc' => 'getGosWebSocket_Registry_RpcService',
'gos_web_socket.registry.server' => 'getGosWebSocket_Registry_ServerService',
'gos_web_socket.registry.topic' => 'getGosWebSocket_Registry_TopicService',
'gos_web_socket.server.launcher' => 'getGosWebSocket_Server_LauncherService',
'gos_web_socket.server.event_loop' => 'getGosWebSocket_Server_EventLoopService',
'gos_web_socket.topic.periodic_timer' => 'getGosWebSocket_Topic_PeriodicTimerService',
'gos_web_socket.wamp.topic_manager' => 'getGosWebSocket_Wamp_TopicManagerService',
'gos_pubsub_router.router_registry' => 'getGosPubsubRouter_RouterRegistryService',
'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.gos_pubsub_router.router_registry' => 'get_Container_Private_GosPubsubRouter_RouterRegistryService',
'.container.private.gos_web_socket.client.manipulator' => 'get_Container_Private_GosWebSocket_Client_ManipulatorService',
'.container.private.gos_web_socket.dispatcher.rpc' => 'get_Container_Private_GosWebSocket_Dispatcher_RpcService',
'.container.private.gos_web_socket.dispatcher.topic' => 'get_Container_Private_GosWebSocket_Dispatcher_TopicService',
'.container.private.gos_web_socket.registry.origins' => 'get_Container_Private_GosWebSocket_Registry_OriginsService',
'.container.private.gos_web_socket.registry.periodic' => 'get_Container_Private_GosWebSocket_Registry_PeriodicService',
'.container.private.gos_web_socket.registry.rpc' => 'get_Container_Private_GosWebSocket_Registry_RpcService',
'.container.private.gos_web_socket.registry.server' => 'get_Container_Private_GosWebSocket_Registry_ServerService',
'.container.private.gos_web_socket.registry.topic' => 'get_Container_Private_GosWebSocket_Registry_TopicService',
'.container.private.gos_web_socket.server.event_loop' => 'get_Container_Private_GosWebSocket_Server_EventLoopService',
'.container.private.gos_web_socket.server.launcher' => 'get_Container_Private_GosWebSocket_Server_LauncherService',
'.container.private.gos_web_socket.topic.periodic_timer' => 'get_Container_Private_GosWebSocket_Topic_PeriodicTimerService',
'.container.private.gos_web_socket.wamp.topic_manager' => 'get_Container_Private_GosWebSocket_Wamp_TopicManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.session' => 'get_Container_Private_SessionService',
'AppBundle\\Controller\\AccountingController' => 'getAccountingControllerService',
'AppBundle\\Controller\\ActivityEntryController' => 'getActivityEntryControllerService',
'AppBundle\\Controller\\Activity\\NoteEntryController' => 'getNoteEntryControllerService',
'AppBundle\\Controller\\Activity\\OutlayEntryController' => 'getOutlayEntryControllerService',
'AppBundle\\Controller\\Activity\\TaskController' => 'getTaskControllerService',
'AppBundle\\Controller\\Api\\DocumentController' => 'getDocumentControllerService',
'AppBundle\\Controller\\Api\\Matter\\ChangeMatterFolderController' => 'getChangeMatterFolderControllerService',
'AppBundle\\Controller\\Api\\Matter\\MatterFolderController' => 'getMatterFolderControllerService',
'AppBundle\\Controller\\Api\\Matter\\MatterSharepointReloadPermissionsController' => 'getMatterSharepointReloadPermissionsControllerService',
'AppBundle\\Controller\\Api\\SpeechController' => 'getSpeechControllerService',
'AppBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
'AppBundle\\Controller\\ExpenseController' => 'getExpenseControllerService',
'AppBundle\\Controller\\GlobalSearchController' => 'getGlobalSearchControllerService',
'AppBundle\\Controller\\HomeController' => 'getHomeControllerService',
'AppBundle\\Controller\\LawFirmController' => 'getLawFirmControllerService',
'AppBundle\\Controller\\LawFirmEstablishmentDeleteController' => 'getLawFirmEstablishmentDeleteControllerService',
'AppBundle\\Controller\\MatterController' => 'getMatterControllerService',
'AppBundle\\Controller\\MatterViewTabController' => 'getMatterViewTabControllerService',
'AppBundle\\Controller\\Matter\\WidgetController' => 'getWidgetControllerService',
'AppBundle\\Controller\\MediaController' => 'getMediaControllerService',
'AppBundle\\Controller\\Mfa\\CheckMFA' => 'getCheckMFAService',
'AppBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
'AppBundle\\Controller\\ProxyController' => 'getProxyControllerService',
'AppBundle\\Controller\\Reporting\\ActivitiesReportingController' => 'getActivitiesReportingControllerService',
'AppBundle\\Controller\\Reporting\\BillingUsersReportingController' => 'getBillingUsersReportingControllerService',
'AppBundle\\Controller\\Reporting\\InvoicesDetailsReportingController' => 'getInvoicesDetailsReportingControllerService',
'AppBundle\\Controller\\Reporting\\InvoicesReportingController' => 'getInvoicesReportingControllerService',
'AppBundle\\Controller\\Reporting\\JarvisAnalyticsController' => 'getJarvisAnalyticsControllerService',
'AppBundle\\Controller\\Reporting\\PaymentsReportingController' => 'getPaymentsReportingControllerService',
'AppBundle\\Controller\\RoundUpTimesController' => 'getRoundUpTimesControllerService',
'AppBundle\\Controller\\Settings\\MatterFeePresetController' => 'getMatterFeePresetControllerService',
'AppBundle\\Controller\\Settings\\TaxRateController' => 'getTaxRateControllerService',
'AppBundle\\Controller\\SpeechController' => 'getSpeechController2Service',
'AppBundle\\Controller\\TaskController' => 'getTaskController2Service',
'AppBundle\\Controller\\UserController' => 'getUserControllerService',
'AppBundle\\Controller\\VersionController' => 'getVersionControllerService',
'AppBundle\\Controller\\WebApi\\Category\\ActivityController' => 'getActivityControllerService',
'AppBundle\\Controller\\WebApi\\ChronometerController' => 'getChronometerControllerService',
'AppBundle\\Controller\\WebApi\\ContactPortalUserController' => 'getContactPortalUserControllerService',
'AppBundle\\Controller\\WebApi\\DataTableController' => 'getDataTableControllerService',
'AppBundle\\Controller\\WebApi\\DocumentModelController' => 'getDocumentModelControllerService',
'AppBundle\\Controller\\WebApi\\EmailExternalAccountController' => 'getEmailExternalAccountControllerService',
'AppBundle\\Controller\\WebApi\\FieldsController' => 'getFieldsControllerService',
'AppBundle\\Controller\\WebApi\\GetSubscriptionsController' => 'getGetSubscriptionsControllerService',
'AppBundle\\Controller\\WebApi\\HourlyRate\\HourlyRateController' => 'getHourlyRateControllerService',
'AppBundle\\Controller\\WebApi\\LawFirmEstablishmentApiController' => 'getLawFirmEstablishmentApiControllerService',
'AppBundle\\Controller\\WebApi\\LawFirmEstablishmentController' => 'getLawFirmEstablishmentControllerService',
'AppBundle\\Controller\\WebApi\\LinkableEntityController' => 'getLinkableEntityControllerService',
'AppBundle\\Controller\\WebApi\\MatterController' => 'getMatterController2Service',
'AppBundle\\Controller\\WebApi\\MatterViewTabController' => 'getMatterViewTabController2Service',
'AppBundle\\Controller\\WebApi\\NotificationController' => 'getNotificationController2Service',
'AppBundle\\Controller\\WebApi\\TaskController' => 'getTaskController3Service',
'AppBundle\\Controller\\WebApi\\UserController' => 'getUserController2Service',
'AppBundle\\Controller\\Webhook\\SubscriptionPlanWebhook' => 'getSubscriptionPlanWebhookService',
'AppBundle\\Controller\\WidgetController' => 'getWidgetController2Service',
'AppBundle\\Handler\\MFAAuthenticationFailureHandler' => 'getMFAAuthenticationFailureHandlerService',
'App\\Api\\Attribute\\ErrorResponse' => 'getErrorResponseService',
'App\\Api\\Controller\\Calendar\\GetCalendarEventsController' => 'getGetCalendarEventsControllerService',
'App\\Api\\Controller\\Contact\\CreateContactTasksFromTaskTemplateController' => 'getCreateContactTasksFromTaskTemplateControllerService',
'App\\Api\\Controller\\Contact\\GetSearchOrganizationByMatterController' => 'getGetSearchOrganizationByMatterControllerService',
'App\\Api\\Controller\\EInvoice\\GetEInvoiceJSONController' => 'getGetEInvoiceJSONControllerService',
'App\\Api\\Controller\\EInvoice\\PostEInvoiceFacturXController' => 'getPostEInvoiceFacturXControllerService',
'App\\Api\\Controller\\EInvoice\\PostSendFacturesXToPdpController' => 'getPostSendFacturesXToPdpControllerService',
'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFields' => 'getEInvoiceFieldsService',
'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => 'getEInvoiceFieldsValidatorService',
'App\\Api\\Controller\\ERV\\Common\\PostMultipleDownloadAttachmentController' => 'getPostMultipleDownloadAttachmentControllerService',
'App\\Api\\Controller\\ERV\\Common\\PostUploadAttachmentDriveController' => 'getPostUploadAttachmentDriveControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\GetListAttachmentsRequestController' => 'getGetListAttachmentsRequestControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\GetRequestLinkController' => 'getGetRequestLinkControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\PostErvInitializeRequestController' => 'getPostErvInitializeRequestControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\PostErvListRequestController' => 'getPostErvListRequestControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\PostFindTypeOfRequestController' => 'getPostFindTypeOfRequestControllerService',
'App\\Api\\Controller\\ERV\\CompanyRegister\\PostUpdateMatterRequestController' => 'getPostUpdateMatterRequestControllerService',
'App\\Api\\Controller\\ERV\\Messages\\GetMessageDetailController' => 'getGetMessageDetailControllerService',
'App\\Api\\Controller\\ERV\\Messages\\PatchMessageReadController' => 'getPatchMessageReadControllerService',
'App\\Api\\Controller\\ERV\\Messages\\PatchUpdateMatterMessageController' => 'getPatchUpdateMatterMessageControllerService',
'App\\Api\\Controller\\ERV\\Messages\\PostInboundMessageController' => 'getPostInboundMessageControllerService',
'App\\Api\\Controller\\ERV\\Messages\\PostOutboundMessageController' => 'getPostOutboundMessageControllerService',
'App\\Api\\Controller\\ESignature\\GetSignatureRequestsController' => 'getGetSignatureRequestsControllerService',
'App\\Api\\Controller\\GetCountriesController' => 'getGetCountriesControllerService',
'App\\Api\\Controller\\GetCurrenciesController' => 'getGetCurrenciesControllerService',
'App\\Api\\Controller\\GetHealthcheckController' => 'getGetHealthcheckControllerService',
'App\\Api\\Controller\\GetLanguagesController' => 'getGetLanguagesControllerService',
'App\\Api\\Controller\\GetLegalFormsController' => 'getGetLegalFormsControllerService',
'App\\Api\\Controller\\Invoice\\Comment\\AddInvoiceCommentController' => 'getAddInvoiceCommentControllerService',
'App\\Api\\Controller\\Invoice\\Comment\\DeleteInvoiceCommentBadgeController' => 'getDeleteInvoiceCommentBadgeControllerService',
'App\\Api\\Controller\\Invoice\\Comment\\GetInvoiceCommentsController' => 'getGetInvoiceCommentsControllerService',
'App\\Api\\Controller\\Invoice\\GetAllInvoicesController' => 'getGetAllInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetAmountTrustController' => 'getGetAmountTrustControllerService',
'App\\Api\\Controller\\Invoice\\GetCanceledInvoicesController' => 'getGetCanceledInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetCountInvoicesController' => 'getGetCountInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetDraftInvoicesController' => 'getGetDraftInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetInvoiceContactController' => 'getGetInvoiceContactControllerService',
'App\\Api\\Controller\\Invoice\\GetInvoiceDetailsController' => 'getGetInvoiceDetailsControllerService',
'App\\Api\\Controller\\Invoice\\GetPayedInvoicesController' => 'getGetPayedInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetValidatedInvoicesController' => 'getGetValidatedInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\GetWaitingInvoicesController' => 'getGetWaitingInvoicesControllerService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSiren' => 'getInvoiceSirenService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => 'getInvoiceSirenValidatorService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumber' => 'getInvoiceVATNumberService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => 'getInvoiceVATNumberValidatorService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSiren' => 'getInvoiceVatMatchesSirenService',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => 'getInvoiceVatMatchesSirenValidatorService',
'App\\Api\\Controller\\JarvisAI\\GetJarvisAIPromptsListController' => 'getGetJarvisAIPromptsListControllerService',
'App\\Api\\Controller\\JarvisAI\\PostJarvisAIFavoritePromptsToggleController' => 'getPostJarvisAIFavoritePromptsToggleControllerService',
'App\\Api\\Controller\\LawFirm\\DeleteLawFirmLogoController' => 'getDeleteLawFirmLogoControllerService',
'App\\Api\\Controller\\LawFirm\\Establishment\\GetBanqupInfoController' => 'getGetBanqupInfoControllerService',
'App\\Api\\Controller\\LawFirm\\Establishment\\PostResendEinvoiceInvitationController' => 'getPostResendEinvoiceInvitationControllerService',
'App\\Api\\Controller\\LawFirm\\Establishment\\PostSendEinvoiceRequestController' => 'getPostSendEinvoiceRequestControllerService',
'App\\Api\\Controller\\LawFirm\\Establishment\\PostUpdateEstablishmentController' => 'getPostUpdateEstablishmentControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmContactController' => 'getGetLawFirmContactControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmController' => 'getGetLawFirmControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmEstablishmentsController' => 'getGetLawFirmEstablishmentsControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmGroupsController' => 'getGetLawFirmGroupsControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmLogoController' => 'getGetLawFirmLogoControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmMatterController' => 'getGetLawFirmMatterControllerService',
'App\\Api\\Controller\\LawFirm\\GetLawFirmUsersController' => 'getGetLawFirmUsersControllerService',
'App\\Api\\Controller\\LawFirm\\PostLawFirmLogoController' => 'getPostLawFirmLogoControllerService',
'App\\Api\\Controller\\LawFirm\\PutPreferencesController' => 'getPutPreferencesControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\AddContactQualityController' => 'getAddContactQualityControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\DeleteContactQualityController' => 'getDeleteContactQualityControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\EditContactQualityController' => 'getEditContactQualityControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\GetContactQualityListController' => 'getGetContactQualityListControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\AddContactTitleController' => 'getAddContactTitleControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\DeleteContactTitleController' => 'getDeleteContactTitleControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\EditContactTitleController' => 'getEditContactTitleControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\GetContactTitleListController' => 'getGetContactTitleListControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\Party\\AddPartyController' => 'getAddPartyControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\Party\\DeletePartyController' => 'getDeletePartyControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\Party\\EditPartyController' => 'getEditPartyControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\Party\\GetPartyListController' => 'getGetPartyListControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\AddPracticeAreaController' => 'getAddPracticeAreaControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\DeletePracticeAreaController' => 'getDeletePracticeAreaControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\EditPracticeAreaController' => 'getEditPracticeAreaControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\GetPracticeAreaListController' => 'getGetPracticeAreaListControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\AddRelationShipController' => 'getAddRelationShipControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\DeleteRelationShipController' => 'getDeleteRelationShipControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\EditRelationShipController' => 'getEditRelationShipControllerService',
'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\GetRelationShipListController' => 'getGetRelationShipListControllerService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSiren' => 'getEstablishmentSirenService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => 'getEstablishmentSirenValidatorService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumber' => 'getEstablishmentVATNumberService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => 'getEstablishmentVATNumberValidatorService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSiren' => 'getEstablishmentVatMatchesSirenService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => 'getEstablishmentVatMatchesSirenValidatorService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpData' => 'getImmutablePdpDataService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => 'getImmutablePdpDataValidatorService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\Siret' => 'getSiretService',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => 'getSiretValidatorService',
'App\\Api\\Controller\\Migration\\GetDownloadMigrationFileController' => 'getGetDownloadMigrationFileControllerService',
'App\\Api\\Controller\\Migration\\GetMigrationController' => 'getGetMigrationControllerService',
'App\\Api\\Controller\\Migration\\GetMigrationFilesController' => 'getGetMigrationFilesControllerService',
'App\\Api\\Controller\\Migration\\GetMigrationsController' => 'getGetMigrationsControllerService',
'App\\Api\\Controller\\Migration\\PostMigrationController' => 'getPostMigrationControllerService',
'App\\Api\\Controller\\Migration\\PostRunMigrationController' => 'getPostRunMigrationControllerService',
'App\\Api\\Controller\\Migration\\PostUploadMigrationFilesController' => 'getPostUploadMigrationFilesControllerService',
'App\\Api\\Controller\\Migration\\StreamProgressController' => 'getStreamProgressControllerService',
'App\\Api\\Controller\\Portal\\DriveController' => 'getDriveControllerService',
'App\\Api\\Controller\\Portal\\DriveStreamController' => 'getDriveStreamControllerService',
'App\\Api\\Controller\\Portal\\GetDriveSharesTreeController' => 'getGetDriveSharesTreeControllerService',
'App\\Api\\Controller\\Portal\\GetPortalLawFirmLogoController' => 'getGetPortalLawFirmLogoControllerService',
'App\\Api\\Controller\\Portal\\GetPortalMattersController' => 'getGetPortalMattersControllerService',
'App\\Api\\Controller\\Portal\\PostPortalCheckResetPasswordController' => 'getPostPortalCheckResetPasswordControllerService',
'App\\Api\\Controller\\Portal\\PostPortalForgotPasswordController' => 'getPostPortalForgotPasswordControllerService',
'App\\Api\\Controller\\Portal\\PostPortalResetPasswordController' => 'getPostPortalResetPasswordControllerService',
'App\\Api\\Controller\\PostContactSalesController' => 'getPostContactSalesControllerService',
'App\\Api\\Controller\\Protege\\GetConversationsListController' => 'getGetConversationsListControllerService',
'App\\Api\\Controller\\Protege\\GetHealthCheckRagController' => 'getGetHealthCheckRagControllerService',
'App\\Api\\Controller\\TaskTemplate\\AddTaskTemplateController' => 'getAddTaskTemplateControllerService',
'App\\Api\\Controller\\TaskTemplate\\DeleteTaskTemplateController' => 'getDeleteTaskTemplateControllerService',
'App\\Api\\Controller\\TaskTemplate\\EditTaskTemplateController' => 'getEditTaskTemplateControllerService',
'App\\Api\\Controller\\TaskTemplate\\GetTaskTemplateController' => 'getGetTaskTemplateControllerService',
'App\\Api\\Controller\\TaskTemplate\\GetTaskTemplateListController' => 'getGetTaskTemplateListControllerService',
'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\CheckTaskTemplateItemController' => 'getCheckTaskTemplateItemControllerService',
'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\DeleteTaskTemplateItemController' => 'getDeleteTaskTemplateItemControllerService',
'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\EditTaskTemplateItemController' => 'getEditTaskTemplateItemControllerService',
'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\GetTaskTemplateItemsController' => 'getGetTaskTemplateItemsControllerService',
'App\\Api\\Controller\\Trust\\GetFormOptionsController' => 'getGetFormOptionsControllerService',
'App\\Api\\Controller\\Trust\\GetTrustPresetDataController' => 'getGetTrustPresetDataControllerService',
'App\\Api\\Controller\\User\\GetUserFilterController' => 'getGetUserFilterControllerService',
'App\\Api\\Formatter\\ErrorApiFormatter' => 'getErrorApiFormatterService',
'App\\Api\\Request\\Calendar\\GetCalendarEventsRequest' => 'getGetCalendarEventsRequestService',
'App\\Api\\Request\\EInvoice\\EInvoiceFacturXStorageRequest' => 'getEInvoiceFacturXStorageRequestService',
'App\\Api\\Request\\EInvoice\\SendFacturesXRequest' => 'getSendFacturesXRequestService',
'App\\Api\\Request\\ERV\\Common\\ErvListAttachmentsRequest' => 'getErvListAttachmentsRequestService',
'App\\Api\\Request\\ERV\\Common\\ErvUpdateMatterRequest' => 'getErvUpdateMatterRequestService',
'App\\Api\\Request\\ERV\\Common\\ErvUploadAttachmentDriveRequest' => 'getErvUploadAttachmentDriveRequestService',
'App\\Api\\Request\\ERV\\CompanyRegister\\ErvInitializeRequest' => 'getErvInitializeRequestService',
'App\\Api\\Request\\ERV\\CompanyRegister\\ErvListRequest' => 'getErvListRequestService',
'App\\Api\\Request\\ERV\\CompanyRegister\\ErvListTypeRequest' => 'getErvListTypeRequestService',
'App\\Api\\Request\\ERV\\Messages\\ErvListInboundMessageRequest' => 'getErvListInboundMessageRequestService',
'App\\Api\\Request\\ERV\\Messages\\ErvListOutboundMessageRequest' => 'getErvListOutboundMessageRequestService',
'App\\Api\\Request\\ERV\\Messages\\ErvMessageReadRequest' => 'getErvMessageReadRequestService',
'App\\Api\\Request\\General\\ContactSalesRequest' => 'getContactSalesRequestService',
'App\\Api\\Request\\Invoice\\AllInvoiceRequest' => 'getAllInvoiceRequestService',
'App\\Api\\Request\\Invoice\\AmountTrustRequest' => 'getAmountTrustRequestService',
'App\\Api\\Request\\Invoice\\Asset\\AssetsRequest' => 'getAssetsRequestService',
'App\\Api\\Request\\Invoice\\CanceledInvoiceRequest' => 'getCanceledInvoiceRequestService',
'App\\Api\\Request\\Invoice\\CountInvoicesRequest' => 'getCountInvoicesRequestService',
'App\\Api\\Request\\Invoice\\DraftInvoiceRequest' => 'getDraftInvoiceRequestService',
'App\\Api\\Request\\Invoice\\InvoiceCommentRequest' => 'getInvoiceCommentRequestService',
'App\\Api\\Request\\Invoice\\PayedInvoiceRequest' => 'getPayedInvoiceRequestService',
'App\\Api\\Request\\Invoice\\Trust\\TrustRequest' => 'getTrustRequestService',
'App\\Api\\Request\\Invoice\\ValidatedInvoiceRequest' => 'getValidatedInvoiceRequestService',
'App\\Api\\Request\\Invoice\\WaitingInvoiceRequest' => 'getWaitingInvoiceRequestService',
'App\\Api\\Request\\LawFirm\\FileLogoRequest' => 'getFileLogoRequestService',
'App\\Api\\Request\\LawFirm\\LawFirmDataTableRequest' => 'getLawFirmDataTableRequestService',
'App\\Api\\Request\\LawFirm\\LawFirmPaginatedDataTableRequest' => 'getLawFirmPaginatedDataTableRequestService',
'App\\Api\\Request\\LawFirm\\LawFirmUsersRequest' => 'getLawFirmUsersRequestService',
'App\\Api\\Request\\LawFirm\\PreferencesLawfirmEditRequest' => 'getPreferencesLawfirmEditRequestService',
'App\\Api\\Request\\LawFirm\\Settings\\ContactQualityRequest' => 'getContactQualityRequestService',
'App\\Api\\Request\\LawFirm\\Settings\\ContactTitleRequest' => 'getContactTitleRequestService',
'App\\Api\\Request\\LawFirm\\Settings\\PartyRequest' => 'getPartyRequestService',
'App\\Api\\Request\\LawFirm\\Settings\\PracticeAreaRequest' => 'getPracticeAreaRequestService',
'App\\Api\\Request\\LawFirm\\Settings\\RelationShipRequest' => 'getRelationShipRequestService',
'App\\Api\\Request\\Migration\\PostMigrationRequest' => 'getPostMigrationRequestService',
'App\\Api\\Request\\Migration\\RunMigrationRequest' => 'getRunMigrationRequestService',
'App\\Api\\Request\\Migration\\UploadMigrationFilesRequest' => 'getUploadMigrationFilesRequestService',
'App\\Api\\Request\\Portal\\DriveSharesTreeRequest' => 'getDriveSharesTreeRequestService',
'App\\Api\\Request\\Portal\\PortalCheckResetPasswordRequest' => 'getPortalCheckResetPasswordRequestService',
'App\\Api\\Request\\Portal\\PortalForgotPasswordRequest' => 'getPortalForgotPasswordRequestService',
'App\\Api\\Request\\Portal\\PortalLawFirmLogoRequest' => 'getPortalLawFirmLogoRequestService',
'App\\Api\\Request\\Portal\\PortalMatterRequest' => 'getPortalMatterRequestService',
'App\\Api\\Request\\Portal\\PortalResetPasswordRequest' => 'getPortalResetPasswordRequestService',
'App\\Api\\Request\\SignatureDataTableRequest' => 'getSignatureDataTableRequestService',
'App\\Api\\Request\\TaskTemplate\\TaskTemplateItem\\TaskTemplateItemRequest' => 'getTaskTemplateItemRequestService',
'App\\Api\\Request\\TaskTemplate\\TaskTemplateRequest' => 'getTaskTemplateRequestService',
'App\\Api\\Request\\User\\UserFilterRequest' => 'getUserFilterRequestService',
'App\\Api\\Swagger\\Model\\Billing\\Trust\\TrustFormOptionsModel' => 'getTrustFormOptionsModelService',
'App\\Api\\Swagger\\Model\\Billing\\Trust\\TrustPresetDataModel' => 'getTrustPresetDataModelService',
'App\\Api\\Swagger\\Model\\EInvoice\\EInvoiceFacturXModel' => 'getEInvoiceFacturXModelService',
'App\\Api\\Swagger\\Model\\EInvoice\\SendFacturesXResponseModel' => 'getSendFacturesXResponseModelService',
'App\\Api\\Swagger\\Model\\ERV\\CompanyRegister\\ListAttachmentsModel' => 'getListAttachmentsModelService',
'App\\Api\\Swagger\\Model\\ERV\\CompanyRegister\\ListRequestModel' => 'getListRequestModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\BaseInboundMessageModel' => 'getBaseInboundMessageModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\BaseOutboundMessageModel' => 'getBaseOutboundMessageModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\DocumentModel' => 'getDocumentModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\DocumentOutboundModel' => 'getDocumentOutboundModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\ListInboundMessageModel' => 'getListInboundMessageModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\ListOutboundMessageModel' => 'getListOutboundMessageModelService',
'App\\Api\\Swagger\\Model\\ERV\\Messages\\OneInboundMessageModel' => 'getOneInboundMessageModelService',
'App\\Api\\Swagger\\Model\\ESignature\\SignatureRequestModel' => 'getSignatureRequestModelService',
'App\\Api\\Swagger\\Model\\EnumModel' => 'getEnumModelService',
'App\\Api\\Swagger\\Model\\ErrorModel' => 'getErrorModelService',
'App\\Api\\Swagger\\Model\\ErrorValidationModel' => 'getErrorValidationModelService',
'App\\Api\\Swagger\\Model\\Invoice\\AllInvoiceModel' => 'getAllInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\CanceledInvoiceModel' => 'getCanceledInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\CountInvoiceModel' => 'getCountInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\DraftInvoiceModel' => 'getDraftInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\InvoiceCommentModel' => 'getInvoiceCommentModelService',
'App\\Api\\Swagger\\Model\\Invoice\\InvoiceContactModel' => 'getInvoiceContactModelService',
'App\\Api\\Swagger\\Model\\Invoice\\InvoiceDetailsModel' => 'getInvoiceDetailsModelService',
'App\\Api\\Swagger\\Model\\Invoice\\PayedInvoiceModel' => 'getPayedInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\ValidatedInvoiceModel' => 'getValidatedInvoiceModelService',
'App\\Api\\Swagger\\Model\\Invoice\\WaitingInvoiceModel' => 'getWaitingInvoiceModelService',
'App\\Api\\Swagger\\Model\\JarvisAI\\JarvisAIPromptsListModel' => 'getJarvisAIPromptsListModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmContactModel' => 'getLawFirmContactModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmEstablishmentModel' => 'getLawFirmEstablishmentModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmMatterModel' => 'getLawFirmMatterModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmUserModel' => 'getLawFirmUserModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\ContactQualityModel' => 'getContactQualityModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\ContactTitleModel' => 'getContactTitleModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\PartyModel' => 'getPartyModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\PracticeAreaModel' => 'getPracticeAreaModelService',
'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\RelationShipModel' => 'getRelationShipModelService',
'App\\Api\\Swagger\\Model\\Mail\\MatterContactSuggestionModel' => 'getMatterContactSuggestionModelService',
'App\\Api\\Swagger\\Model\\Portal\\DriveSharesTreeModel' => 'getDriveSharesTreeModelService',
'App\\Api\\Swagger\\Model\\Portal\\PortalLawfirmLogoModel' => 'getPortalLawfirmLogoModelService',
'App\\Api\\Swagger\\Model\\Portal\\PortalMatterModel' => 'getPortalMatterModelService',
'App\\Api\\Swagger\\Model\\Protege\\ConversationsEntryModel' => 'getConversationsEntryModelService',
'App\\Api\\Swagger\\Model\\Protege\\ConversationsListModel' => 'getConversationsListModelService',
'App\\Api\\Swagger\\Model\\SimpleTableModel' => 'getSimpleTableModelService',
'App\\Api\\Swagger\\Model\\TaskTemplate\\TaskTemplateItem\\TaskTemplateItemModel' => 'getTaskTemplateItemModelService',
'App\\Api\\Swagger\\Model\\TaskTemplate\\TaskTemplateModel' => 'getTaskTemplateModelService',
'App\\Backoffice\\Command\\LawFirmExportCommand' => 'getLawFirmExportCommandService',
'App\\Backoffice\\Controller\\AccessUsers\\BackofficeAccessUsersList' => 'getBackofficeAccessUsersListService',
'App\\Backoffice\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
'App\\Backoffice\\Controller\\Api\\AccessUsers\\GetBackofficeAccessUsersList' => 'getGetBackofficeAccessUsersListService',
'App\\Backoffice\\Controller\\Api\\Admin\\PostTestMailController' => 'getPostTestMailControllerService',
'App\\Backoffice\\Controller\\Api\\Admin\\PostWebsocketPingController' => 'getPostWebsocketPingControllerService',
'App\\Backoffice\\Controller\\Api\\Cron\\GetCronController' => 'getGetCronControllerService',
'App\\Backoffice\\Controller\\Api\\Cron\\RunCronController' => 'getRunCronControllerService',
'App\\Backoffice\\Controller\\Api\\DriveNextCloudScanController' => 'getDriveNextCloudScanControllerService',
'App\\Backoffice\\Controller\\Api\\DriveNextCloudScanTableController' => 'getDriveNextCloudScanTableControllerService',
'App\\Backoffice\\Controller\\Api\\FeatureFlag\\GetFeatureFlagsController' => 'getGetFeatureFlagsControllerService',
'App\\Backoffice\\Controller\\Api\\GlobalSearchController' => 'getGlobalSearchController2Service',
'App\\Backoffice\\Controller\\Api\\Invoice\\Asset\\GetBackofficeAssetEntriesController' => 'getGetBackofficeAssetEntriesControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeActivitiesController' => 'getGetBackofficeFeeActivitiesControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeLinkedAssetsController' => 'getGetBackofficeFeeLinkedAssetsControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeLinkedTrustsController' => 'getGetBackofficeFeeLinkedTrustsControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\GetBackofficeInvoiceInformationsController' => 'getGetBackofficeInvoiceInformationsControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\GetBackofficeInvoicePaymentsController' => 'getGetBackofficeInvoicePaymentsControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\InvoiceDataTableController' => 'getInvoiceDataTableControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\PostBackofficeInvoiceController' => 'getPostBackofficeInvoiceControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustActivitiesController' => 'getGetBackofficeTrustActivitiesControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustLinkedAssetsController' => 'getGetBackofficeTrustLinkedAssetsControllerService',
'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustLinkedFeesController' => 'getGetBackofficeTrustLinkedFeesControllerService',
'App\\Backoffice\\Controller\\Api\\Job\\GetJobsCommandController' => 'getGetJobsCommandControllerService',
'App\\Backoffice\\Controller\\Api\\Job\\RunJobCommandController' => 'getRunJobCommandControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmMattersDataTableController' => 'getLawFirmMattersDataTableControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionCreateController' => 'getLawFirmSubscriptionCreateControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetDurationController' => 'getLawFirmSubscriptionGetDurationControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetPaymentFrequencyController' => 'getLawFirmSubscriptionGetPaymentFrequencyControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetPlans' => 'getLawFirmSubscriptionGetPlansService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetUsers' => 'getLawFirmSubscriptionGetUsersService',
'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionsDataTableController' => 'getLawFirmSubscriptionsDataTableControllerService',
'App\\Backoffice\\Controller\\Api\\LawFirmToniDataTableController' => 'getLawFirmToniDataTableControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterConsultationsController' => 'getGetBackofficeMatterConsultationsControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterCustomersController' => 'getGetBackofficeMatterCustomersControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterDriveAccessController' => 'getGetBackofficeMatterDriveAccessControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterInformationsController' => 'getGetBackofficeMatterInformationsControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterParticipantsController' => 'getGetBackofficeMatterParticipantsControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterPartiesController' => 'getGetBackofficeMatterPartiesControllerService',
'App\\Backoffice\\Controller\\Api\\Matter\\MatterInvoicesDataTableController' => 'getMatterInvoicesDataTableControllerService',
'App\\Backoffice\\Controller\\Api\\User\\GetMeController' => 'getGetMeControllerService',
'App\\Backoffice\\Controller\\Api\\User\\PostDisableUserMfaController' => 'getPostDisableUserMfaControllerService',
'App\\Backoffice\\Controller\\Api\\User\\UserInformationController' => 'getUserInformationControllerService',
'App\\Backoffice\\Controller\\Api\\Zoho\\WebhookDataTableController' => 'getWebhookDataTableControllerService',
'App\\Backoffice\\Controller\\BackofficeController' => 'getBackofficeControllerService',
'App\\Backoffice\\Controller\\Elastic\\ElasticController' => 'getElasticControllerService',
'App\\Backoffice\\Controller\\Invoice\\BackofficeInvoiceController' => 'getBackofficeInvoiceControllerService',
'App\\Backoffice\\Controller\\Invoice\\BackofficeInvoiceEditController' => 'getBackofficeInvoiceEditControllerService',
'App\\Backoffice\\Controller\\Jobs\\JobsController' => 'getJobsControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmController' => 'getBackofficeLawFirmControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmExportController' => 'getBackofficeLawFirmExportControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmExportDownloadController' => 'getBackofficeLawFirmExportDownloadControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmMatchingLaunchController' => 'getBackofficeLawFirmMatchingLaunchControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmMatchingStateController' => 'getBackofficeLawFirmMatchingStateControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\GetLawFirmToDeleteDriveController' => 'getGetLawFirmToDeleteDriveControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\GetLawFirmWithNextcloudAccountController' => 'getGetLawFirmWithNextcloudAccountControllerService',
'App\\Backoffice\\Controller\\LawFirm\\Api\\LawFirmDataTableController' => 'getLawFirmDataTableControllerService',
'App\\Backoffice\\Controller\\LawFirm\\BackofficeLawFirmController' => 'getBackofficeLawFirmController2Service',
'App\\Backoffice\\Controller\\LawFirm\\BackofficeLawFirmMatchingLogController' => 'getBackofficeLawFirmMatchingLogControllerService',
'App\\Backoffice\\Controller\\Matter\\BackofficeMatterController' => 'getBackofficeMatterControllerService',
'App\\Backoffice\\Controller\\Matter\\MatterCheckDriveLinkController' => 'getMatterCheckDriveLinkControllerService',
'App\\Backoffice\\Controller\\Migration\\MigrationController' => 'getMigrationControllerService',
'App\\Backoffice\\Controller\\Migration\\MigrationIndexController' => 'getMigrationIndexControllerService',
'App\\Backoffice\\Controller\\Module\\BackofficeModuleController' => 'getBackofficeModuleControllerService',
'App\\Backoffice\\Controller\\QA\\QAController' => 'getQAControllerService',
'App\\Backoffice\\Controller\\Subscription\\Api\\BackofficeEditSubscriptionController' => 'getBackofficeEditSubscriptionControllerService',
'App\\Backoffice\\Controller\\Subscription\\BackofficeEditSubscriptionController' => 'getBackofficeEditSubscriptionController2Service',
'App\\Backoffice\\Controller\\Subscription\\LawFirmCreateSubscriptionController' => 'getLawFirmCreateSubscriptionControllerService',
'App\\Backoffice\\Controller\\Team\\BackofficeTeamController' => 'getBackofficeTeamControllerService',
'App\\Backoffice\\Controller\\User\\BackofficeUserController' => 'getBackofficeUserControllerService',
'App\\Backoffice\\Controller\\User\\UserController' => 'getUserController3Service',
'App\\Backoffice\\Controller\\Whitelist\\BackofficeWhitelistController' => 'getBackofficeWhitelistControllerService',
'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsAddController' => 'getZohoAnalyticsAddControllerService',
'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsDeleteController' => 'getZohoAnalyticsDeleteControllerService',
'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsListController' => 'getZohoAnalyticsListControllerService',
'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsShowController' => 'getZohoAnalyticsShowControllerService',
'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsSyncController' => 'getZohoAnalyticsSyncControllerService',
'App\\Backoffice\\Controller\\Zoho\\BackofficeZohoWebhookController' => 'getBackofficeZohoWebhookControllerService',
'App\\Comparator\\Controller\\Api\\ComparatorApiLeadController' => 'getComparatorApiLeadControllerService',
'App\\Controller\\AbstractController' => 'getAbstractControllerService',
'App\\Controller\\Billing\\InvoiceIndexController' => 'getInvoiceIndexControllerService',
'App\\Controller\\InternalDriveController' => 'getInternalDriveControllerService',
'App\\Controller\\LegalDocumentController' => 'getLegalDocumentControllerService',
'App\\Core\\Controller\\AbstractInternalDriveController' => 'getAbstractInternalDriveControllerService',
'App\\Delivract\\Api\\Client\\DelivractClient' => 'getDelivractClientService',
'App\\Delivract\\Api\\Client\\DelivractDownloadClient' => 'getDelivractDownloadClientService',
'App\\Delivract\\Controller\\DocumentBailiffController' => 'getDocumentBailiffControllerService',
'App\\Delivract\\Controller\\DocumentBailiffFilterController' => 'getDocumentBailiffFilterControllerService',
'App\\Delivract\\Controller\\WebApi\\DocumentBailiffController' => 'getDocumentBailiffController2Service',
'App\\DocumentWorkflow\\Controller\\DocumentWorkflowController' => 'getDocumentWorkflowControllerService',
'App\\DocumentWorkflow\\Controller\\DocumentWorkflowFilterController' => 'getDocumentWorkflowFilterControllerService',
'App\\DocumentWorkflow\\Controller\\WebApi\\DocumentWorkflowController' => 'getDocumentWorkflowController2Service',
'App\\Drive\\Controller\\Api\\DriveUploadController' => 'getDriveUploadControllerService',
'App\\Drive\\Controller\\Api\\GetDriveTypeController' => 'getGetDriveTypeControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsCheckConnectionController' => 'getDriveSettingsCheckConnectionControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsCheckUserConnectionController' => 'getDriveSettingsCheckUserConnectionControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsGetUsersController' => 'getDriveSettingsGetUsersControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsInformationController' => 'getDriveSettingsInformationControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\DriveUpdateUsernamesController' => 'getDriveUpdateUsernamesControllerService',
'App\\Drive\\Controller\\Api\\Sharepoint\\SharepointLinkController' => 'getSharepointLinkControllerService',
'App\\Drive\\Controller\\DriveScanController' => 'getDriveScanControllerService',
'App\\Drive\\Controller\\DriveSettingsController' => 'getDriveSettingsControllerService',
'App\\Drive\\Controller\\SharepointCheckController' => 'getSharepointCheckControllerService',
'App\\Drive\\Controller\\SharepointController' => 'getSharepointControllerService',
'App\\Drive\\Controller\\WebApi\\DriveItemController' => 'getDriveItemControllerService',
'App\\Drive\\Controller\\WebApi\\FileController' => 'getFileControllerService',
'App\\Drive\\Controller\\WebApi\\FolderController' => 'getFolderControllerService',
'App\\Drive\\Providers\\NextcloudProvider' => 'getNextcloudProviderService',
'App\\Drive\\Providers\\NullProvider' => 'getNullProviderService',
'App\\Drive\\Providers\\SharepointProvider' => 'getSharepointProviderService',
'App\\ERV\\Controller\\IndexController' => 'getIndexControllerService',
'App\\ESignature\\Controller\\ESignatureController' => 'getESignatureControllerService',
'App\\ESignature\\Controller\\Webhook\\Yousign\\WebhookRequest' => 'getWebhookRequestService',
'App\\ESignature\\Controller\\Webhook\\Yousign\\YousignWebhook' => 'getYousignWebhookService',
'App\\ESignature\\Controller\\api\\ESignatureCreateController' => 'getESignatureCreateControllerService',
'App\\ESignature\\Controller\\api\\ESignatureDataTableController' => 'getESignatureDataTableControllerService',
'App\\ESignature\\Controller\\api\\GetLinkedToMatterController' => 'getGetLinkedToMatterControllerService',
'App\\ESignature\\Providers\\YousignProvider' => 'getYousignProviderService',
'App\\Invoice\\Controller\\AddAssetController' => 'getAddAssetControllerService',
'App\\Invoice\\Controller\\AddTrustController' => 'getAddTrustControllerService',
'App\\Invoice\\Controller\\EditAssetController' => 'getEditAssetControllerService',
'App\\Invoice\\Controller\\EditTrustController' => 'getEditTrustControllerService',
'App\\Invoice\\Controller\\InvoiceConfirmValidationController' => 'getInvoiceConfirmValidationControllerService',
'App\\Invoice\\Controller\\SplitBill\\AddSplitBillController' => 'getAddSplitBillControllerService',
'App\\Invoice\\Controller\\SplitBill\\DeleteSplitBillController' => 'getDeleteSplitBillControllerService',
'App\\Invoice\\Controller\\SplitBill\\EditSplitBillController' => 'getEditSplitBillControllerService',
'App\\JarvisAI\\Controller\\ApiController' => 'getApiControllerService',
'App\\JarvisAI\\Controller\\IndexController' => 'getIndexController2Service',
'App\\JarvisAI\\Controller\\JarvisAiApiController' => 'getJarvisAiApiControllerService',
'App\\JarvisAI\\Controller\\WebApi\\CreateCustomPromptController' => 'getCreateCustomPromptControllerService',
'App\\JarvisAI\\Controller\\WebApi\\CreateOrUpdateConversationController' => 'getCreateOrUpdateConversationControllerService',
'App\\JarvisAI\\Controller\\WebApi\\CreateRagSessionController' => 'getCreateRagSessionControllerService',
'App\\JarvisAI\\Controller\\WebApi\\EditConversationLabelController' => 'getEditConversationLabelControllerService',
'App\\JarvisAI\\Controller\\WebApi\\EditCustomPromptController' => 'getEditCustomPromptControllerService',
'App\\JarvisAI\\Controller\\WebApi\\ExtractTextController' => 'getExtractTextControllerService',
'App\\JarvisAI\\Controller\\WebApi\\FavoriteCustomPromptController' => 'getFavoriteCustomPromptControllerService',
'App\\JarvisAI\\Controller\\WebApi\\GetJarvisAiController' => 'getGetJarvisAiControllerService',
'App\\JarvisAI\\Controller\\WebApi\\GetListConversationsController' => 'getGetListConversationsControllerService',
'App\\JarvisAI\\Controller\\WebApi\\GetMoreInformationContentController' => 'getGetMoreInformationContentControllerService',
'App\\JarvisAI\\Controller\\WebApi\\GetMoreInformationController' => 'getGetMoreInformationControllerService',
'App\\JarvisAI\\Controller\\WebApi\\RemoveConversationController' => 'getRemoveConversationControllerService',
'App\\JarvisAI\\Controller\\WebApi\\RemoveCustomPromptController' => 'getRemoveCustomPromptControllerService',
'App\\LawFirm\\Controller\\Api\\Category\\TimeCategoryListController' => 'getTimeCategoryListControllerService',
'App\\LawFirm\\Controller\\Api\\ContactTitle\\ContactTitleListController' => 'getContactTitleListControllerService',
'App\\LawFirm\\Controller\\Api\\Drive\\Sharepoint\\PostSharepointCredentialsController' => 'getPostSharepointCredentialsControllerService',
'App\\LawFirm\\Controller\\Api\\LawFirmSubscription\\GetLawFirmSubscriptionController' => 'getGetLawFirmSubscriptionControllerService',
'App\\LawFirm\\Controller\\Api\\LawFirmSubscription\\GetSubscriptionByLawFirmController' => 'getGetSubscriptionByLawFirmControllerService',
'App\\LawFirm\\Controller\\Api\\Subscription\\GetSubscriptionController' => 'getGetSubscriptionControllerService',
'App\\LawFirm\\Controller\\Api\\Subscription\\GetSubscriptionUsersController' => 'getGetSubscriptionUsersControllerService',
'App\\LawFirm\\Controller\\Api\\Subscription\\PostAssignSubscriptionController' => 'getPostAssignSubscriptionControllerService',
'App\\LawFirm\\Controller\\Api\\Subscription\\PostAssignSubscriptionsToUserController' => 'getPostAssignSubscriptionsToUserControllerService',
'App\\LawFirm\\Controller\\Api\\Toni\\GetLawFirmToniModelsController' => 'getGetLawFirmToniModelsControllerService',
'App\\LawFirm\\Controller\\Api\\Toni\\GetToniPluginsController' => 'getGetToniPluginsControllerService',
'App\\LawFirm\\Controller\\Api\\Toni\\PatchLawFirmToniModelsController' => 'getPatchLawFirmToniModelsControllerService',
'App\\LawFirm\\Controller\\Api\\User\\GetDeactivateUserDataController' => 'getGetDeactivateUserDataControllerService',
'App\\LawFirm\\Controller\\Api\\User\\GetUserController' => 'getGetUserControllerService',
'App\\LawFirm\\Controller\\Api\\User\\GetUsersController' => 'getGetUsersControllerService',
'App\\LawFirm\\Controller\\Api\\User\\PostDeactivateUserController' => 'getPostDeactivateUserControllerService',
'App\\LawFirm\\Controller\\Api\\User\\PostEditUserPasswordController' => 'getPostEditUserPasswordControllerService',
'App\\LawFirm\\Controller\\ContactQuality\\ContactQualityController' => 'getContactQualityControllerService',
'App\\LawFirm\\Controller\\ContactTitle\\AddContactTitleController' => 'getAddContactTitleController2Service',
'App\\LawFirm\\Controller\\ContactTitle\\ContactTitleController' => 'getContactTitleControllerService',
'App\\LawFirm\\Controller\\ContactTitle\\DeleteContactTitleController' => 'getDeleteContactTitleController2Service',
'App\\LawFirm\\Controller\\ContactTitle\\EditContactTitleController' => 'getEditContactTitleController2Service',
'App\\LawFirm\\Controller\\Establishment\\AddLawFirmEstablishmentController' => 'getAddLawFirmEstablishmentControllerService',
'App\\LawFirm\\Controller\\Establishment\\EditLawFirmEstablishmentController' => 'getEditLawFirmEstablishmentControllerService',
'App\\LawFirm\\Controller\\Establishment\\LawFirmEstablishmentController' => 'getLawFirmEstablishmentController2Service',
'App\\Mail\\Controller\\MailHomeController' => 'getMailHomeControllerService',
'App\\Mail\\Controller\\MailNoModuleController' => 'getMailNoModuleControllerService',
'App\\Mail\\Controller\\MailPreventQuitController' => 'getMailPreventQuitControllerService',
'App\\Mail\\Controller\\MailPrintController' => 'getMailPrintControllerService',
'App\\Mail\\Controller\\NylasV2\\MailTokenController' => 'getMailTokenControllerService',
'App\\Mail\\Controller\\NylasV3\\AuthController' => 'getAuthControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveDeleteController' => 'getMailApiDriveDeleteControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveDownloadController' => 'getMailApiDriveDownloadControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveListController' => 'getMailApiDriveListControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreController' => 'getMailApiDriveStoreControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreFromDriveController' => 'getMailApiDriveStoreFromDriveControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreSharepointController' => 'getMailApiDriveStoreSharepointControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreToJarvisController' => 'getMailApiDriveStoreToJarvisControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiDriveUploadController' => 'getMailApiDriveUploadControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiFolderController' => 'getMailApiFolderControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiFolderUnreadCountController' => 'getMailApiFolderUnreadCountControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiGetImageController' => 'getMailApiGetImageControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMatterContactSuggestionsController' => 'getMailApiMatterContactSuggestionsControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersComposeController' => 'getMailApiMattersComposeControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersComposeNewController' => 'getMailApiMattersComposeNewControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersCreateOrUpdateController' => 'getMailApiMattersCreateOrUpdateControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersDefaultFolderPathController' => 'getMailApiMattersDefaultFolderPathControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersDeleteAllController' => 'getMailApiMattersDeleteAllControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersDeleteController' => 'getMailApiMattersDeleteControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersGetController' => 'getMailApiMattersGetControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersListController' => 'getMailApiMattersListControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersMatchingController' => 'getMailApiMattersMatchingControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMattersUpdateController' => 'getMailApiMattersUpdateControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesCSRFMultipleController' => 'getMailApiMessagesCSRFMultipleControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesComposeController' => 'getMailApiMessagesComposeControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesController' => 'getMailApiMessagesControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesDeleteController' => 'getMailApiMessagesDeleteControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesDeleteMultipleController' => 'getMailApiMessagesDeleteMultipleControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesDetailsController' => 'getMailApiMessagesDetailsControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesReadStatusController' => 'getMailApiMessagesReadStatusControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesSearchController' => 'getMailApiMessagesSearchControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiMessagesSendController' => 'getMailApiMessagesSendControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiSettingsController' => 'getMailApiSettingsControllerService',
'App\\Mail\\Controller\\WebApi\\MailApiStateController' => 'getMailApiStateControllerService',
'App\\Mail\\Controller\\Webhook\\NylasWebhookCheckController' => 'getNylasWebhookCheckControllerService',
'App\\Mail\\Controller\\Webhook\\NylasWebhookOpenedController' => 'getNylasWebhookOpenedControllerService',
'App\\Mail\\Controller\\Webhook\\NylasWebhookV3Controller' => 'getNylasWebhookV3ControllerService',
'App\\Matter\\Controller\\MatterDuplicateController' => 'getMatterDuplicateControllerService',
'App\\Matter\\Controller\\MatterFlagActivitiesAsBillableController' => 'getMatterFlagActivitiesAsBillableControllerService',
'App\\Nomination\\Controller\\Api\\NominationController' => 'getNominationControllerService',
'App\\Nomination\\Controller\\IndexController' => 'getIndexController3Service',
'App\\Outlook\\Controller\\GetDriveInformationsController' => 'getGetDriveInformationsControllerService',
'App\\Protege\\Controller\\ProtegeIndexController' => 'getProtegeIndexControllerService',
'App\\Sso\\Controller\\AzureAdSamlController' => 'getAzureAdSamlControllerService',
'App\\UserRegistration\\BarRegistration\\Controller\\BaseBarUserRegistrationController' => 'getBaseBarUserRegistrationControllerService',
'App\\UserRegistration\\Controller\\UserRegistrationController' => 'getUserRegistrationControllerService',
'App\\UserRegistration\\Controller\\WebApi\\UserRegistrationController' => 'getUserRegistrationController2Service',
'App\\Wam\\Controller\\WamController' => 'getWamControllerService',
'App\\WebSocket\\CompatibleIoServer' => 'getCompatibleIoServerService',
'App\\Yousign\\Controller\\Api\\YousignController' => 'getYousignControllerService',
'App\\Yousign\\Controller\\WebApi\\SignerController' => 'getSignerControllerService',
'App\\Yousign\\Controller\\YousignController' => 'getYousignController2Service',
'App\\ZohoAnalytics\\Exporter\\Export\\ExportJobManager' => 'getExportJobManagerService',
'App\\ZohoAnalytics\\Exporter\\Export\\QueuedExportService' => 'getQueuedExportServiceService',
'BillingBundle\\Controller\\BankAccountController' => 'getBankAccountControllerService',
'BillingBundle\\Controller\\BillableClientsController' => 'getBillableClientsControllerService',
'BillingBundle\\Controller\\BillableClientsExportController' => 'getBillableClientsExportControllerService',
'BillingBundle\\Controller\\BillableClientsFilterController' => 'getBillableClientsFilterControllerService',
'BillingBundle\\Controller\\BillableClientsPrintController' => 'getBillableClientsPrintControllerService',
'BillingBundle\\Controller\\FeeGroupController' => 'getFeeGroupControllerService',
'BillingBundle\\Controller\\InlineActivityEntryController' => 'getInlineActivityEntryControllerService',
'BillingBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
'BillingBundle\\Controller\\InvoiceFilterController' => 'getInvoiceFilterControllerService',
'BillingBundle\\Controller\\InvoiceSendReminderController' => 'getInvoiceSendReminderControllerService',
'BillingBundle\\Controller\\InvoiceSendRemindersController' => 'getInvoiceSendRemindersControllerService',
'BillingBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
'BillingBundle\\Controller\\PaymentFilterController' => 'getPaymentFilterControllerService',
'BillingBundle\\Controller\\QBApi\\QuickBillController' => 'getQuickBillControllerService',
'BillingBundle\\Controller\\QuickBillController' => 'getQuickBillController2Service',
'BillingBundle\\Controller\\WebApi\\InvoiceController' => 'getInvoiceController2Service',
'BillingBundle\\Controller\\WebApi\\InvoiceReportingController' => 'getInvoiceReportingControllerService',
'BillingBundle\\Controller\\WebApi\\Invoice\\ToggleInvoiceDocumentsNameController' => 'getToggleInvoiceDocumentsNameControllerService',
'BillingBundle\\Controller\\WebApi\\Invoice\\Trust\\ToggleTrustMatterRequiredController' => 'getToggleTrustMatterRequiredControllerService',
'BillingBundle\\Controller\\WebApi\\PaymentController' => 'getPaymentController2Service',
'BillingBundle\\Formatter\\BillableClientsListToPrintFormatter' => 'getBillableClientsListToPrintFormatterService',
'CRMBundle\\Controller\\ContactController' => 'getContactControllerService',
'CRMBundle\\Controller\\ContactViewTabController' => 'getContactViewTabControllerService',
'CRMBundle\\Controller\\LeadController' => 'getLeadControllerService',
'CRMBundle\\Controller\\OrganizationController' => 'getOrganizationControllerService',
'CRMBundle\\Controller\\ProposalController' => 'getProposalControllerService',
'CRMBundle\\Controller\\WebApi\\ContactController' => 'getContactController2Service',
'CRMBundle\\Controller\\WebApi\\ContactViewTabController' => 'getContactViewTabController2Service',
'CalendarBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
'CalendarBundle\\Controller\\CalendarEventController' => 'getCalendarEventControllerService',
'CommonBundle\\Controller\\CommonController' => 'getCommonControllerService',
'CommonBundle\\Controller\\PublicController' => 'getPublicControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'DocumentBundle\\Controller\\DevController' => 'getDevControllerService',
'DocumentBundle\\Controller\\DocumentController' => 'getDocumentController2Service',
'DocumentBundle\\Controller\\DocumentModelController' => 'getDocumentModelController2Service',
'DocumentBundle\\Controller\\OnlyOfficeController' => 'getOnlyOfficeControllerService',
'DriveBundle\\Controller\\DefaultFolderController' => 'getDefaultFolderControllerService',
'DriveBundle\\Controller\\DriveController' => 'getDriveController2Service',
'DriveBundle\\Controller\\WebApi\\DriveSelectorController' => 'getDriveSelectorControllerService',
'DriveBundle\\Util\\File' => 'getFileService',
'FOS\\ElasticaBundle\\Elastica\\Index $contactIndex' => 'getIndexcontactIndexService',
'FOS\\ElasticaBundle\\Elastica\\Index $invoiceIndex' => 'getIndexinvoiceIndexService',
'FOS\\ElasticaBundle\\Elastica\\Index $lawFirmIndex' => 'getIndexlawFirmIndexService',
'FOS\\ElasticaBundle\\Elastica\\Index $matterIndex' => 'getIndexmatterIndexService',
'FOS\\ElasticaBundle\\Elastica\\Index $userIndex' => 'getIndexuserIndexService',
'FOS\\ElasticaBundle\\Finder\\TransformedFinder $contactFinder' => 'getTransformedFindercontactFinderService',
'FOS\\ElasticaBundle\\Finder\\TransformedFinder $invoiceFinder' => 'getTransformedFinderinvoiceFinderService',
'FOS\\ElasticaBundle\\Finder\\TransformedFinder $lawFirmFinder' => 'getTransformedFinderlawFirmFinderService',
'FOS\\ElasticaBundle\\Finder\\TransformedFinder $matterFinder' => 'getTransformedFindermatterFinderService',
'FOS\\ElasticaBundle\\Finder\\TransformedFinder $userFinder' => 'getTransformedFinderuserFinderService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
'SettingsBundle\\Controller\\AccountingController' => 'getAccountingController2Service',
'SettingsBundle\\Controller\\BusinessAlertController' => 'getBusinessAlertControllerService',
'SettingsBundle\\Controller\\CategoryPresetController' => 'getCategoryPresetControllerService',
'SettingsBundle\\Controller\\ContactSharedWithUsersController' => 'getContactSharedWithUsersControllerService',
'SettingsBundle\\Controller\\EmailExternalModuleController' => 'getEmailExternalModuleControllerService',
'SettingsBundle\\Controller\\FieldController' => 'getFieldControllerService',
'SettingsBundle\\Controller\\FoldersNamingController' => 'getFoldersNamingControllerService',
'SettingsBundle\\Controller\\Invoice\\InvoiceDocumentsNameController' => 'getInvoiceDocumentsNameControllerService',
'SettingsBundle\\Controller\\MailSettingsController' => 'getMailSettingsControllerService',
'SettingsBundle\\Controller\\MatterController' => 'getMatterController3Service',
'SettingsBundle\\Controller\\NotificationController' => 'getNotificationController3Service',
'SettingsBundle\\Controller\\PartyController' => 'getPartyControllerService',
'SettingsBundle\\Controller\\PaymentDelayController' => 'getPaymentDelayControllerService',
'SettingsBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodControllerService',
'SettingsBundle\\Controller\\ProfileController' => 'getProfileControllerService',
'SettingsBundle\\Controller\\ReferenceController' => 'getReferenceControllerService',
'SettingsBundle\\Controller\\RelationshipTypeController' => 'getRelationshipTypeControllerService',
'SettingsBundle\\Controller\\TaskController' => 'getTaskController4Service',
'SettingsBundle\\Controller\\TaskTemplate\\CreateTaskTemplateController' => 'getCreateTaskTemplateControllerService',
'SettingsBundle\\Controller\\TaskTemplate\\EditTaskTemplateController' => 'getEditTaskTemplateController2Service',
'SettingsBundle\\Controller\\TaskTemplate\\TaskTemplateController' => 'getTaskTemplateControllerService',
'SettingsBundle\\Controller\\TeamController' => 'getTeamControllerService',
'SettingsBundle\\Controller\\TimerController' => 'getTimerControllerService',
'SettingsBundle\\Controller\\TrustController' => 'getTrustControllerService',
'SettingsBundle\\Controller\\WebApi\\ContactQualityListController' => 'getContactQualityListControllerService',
'SettingsBundle\\Controller\\WebApi\\FieldController' => 'getFieldController2Service',
'SettingsBundle\\Controller\\WebApi\\MFA\\GenerateMFACode' => 'getGenerateMFACodeService',
'SettingsBundle\\Controller\\WebApi\\MFA\\GetUserMFAController' => 'getGetUserMFAControllerService',
'SettingsBundle\\Controller\\WebApi\\MFA\\MFAUserSettingsTimerController' => 'getMFAUserSettingsTimerControllerService',
'SettingsBundle\\Controller\\WebApi\\MatterAutoTimerUpdateController' => 'getMatterAutoTimerUpdateControllerService',
'SettingsBundle\\Controller\\WebApi\\NotificationController' => 'getNotificationController4Service',
'SettingsBundle\\Controller\\WebApi\\PartyListController' => 'getPartyListControllerService',
'SettingsBundle\\Controller\\WebApi\\PracticeAreaListController' => 'getPracticeAreaListControllerService',
'SettingsBundle\\Controller\\WebApi\\RelationshipTypeListController' => 'getRelationshipTypeListControllerService',
'SettingsBundle\\Controller\\WebApi\\ToggleUserSettingsMailTimerController' => 'getToggleUserSettingsMailTimerControllerService',
'SettingsBundle\\Controller\\WebApi\\ToggleUserSettingsTimerController' => 'getToggleUserSettingsTimerControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
'doctrine.dbal.apimail_db_connection' => 'getDoctrine_Dbal_ApimailDbConnectionService',
'doctrine.dbal.jarvis_dw_connection' => 'getDoctrine_Dbal_JarvisDwConnectionService',
'doctrine.dbal.nextcloud_db_connection' => 'getDoctrine_Dbal_NextcloudDbConnectionService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
'gos_web_socket.pusher.amqp' => 'getGosWebSocket_Pusher_AmqpService',
'gos_web_socket.pusher.wamp' => 'getGosWebSocket_Pusher_WampService',
'gos_web_socket.registry.pusher' => 'getGosWebSocket_Registry_PusherService',
'gos_web_socket.registry.server_push_handler' => 'getGosWebSocket_Registry_ServerPushHandlerService',
'gos_web_socket.server.entry_point' => 'getGosWebSocket_Server_EntryPointService',
'grid' => 'getGridService',
'grid.mapping.manager' => 'getGrid_Mapping_ManagerService',
'knpu.oauth2.client.wam_oidc' => 'getKnpu_Oauth2_Client_WamOidcService',
'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
'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',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.binary.loader.profile_pictures' => 'getLiipImagine_Binary_Loader_ProfilePicturesService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'monolog.logger.delivract' => 'getMonolog_Logger_DelivractService',
'monolog.logger.sso' => 'getMonolog_Logger_SsoService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.backoffice' => 'getNelmioApiDoc_Generator_BackofficeService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.generator.portal' => 'getNelmioApiDoc_Generator_PortalService',
'nelmio_api_doc.generator.webapi' => 'getNelmioApiDoc_Generator_WebapiService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'old_sound_rabbit_mq.calendar_actions_consumer' => 'getOldSoundRabbitMq_CalendarActionsConsumerService',
'old_sound_rabbit_mq.calendar_actions_producer' => 'getOldSoundRabbitMq_CalendarActionsProducerService',
'old_sound_rabbit_mq.calendar_event_actions_consumer' => 'getOldSoundRabbitMq_CalendarEventActionsConsumerService',
'old_sound_rabbit_mq.calendar_event_actions_producer' => 'getOldSoundRabbitMq_CalendarEventActionsProducerService',
'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
'old_sound_rabbit_mq.drive_actions_consumer' => 'getOldSoundRabbitMq_DriveActionsConsumerService',
'old_sound_rabbit_mq.drive_actions_producer' => 'getOldSoundRabbitMq_DriveActionsProducerService',
'old_sound_rabbit_mq.drive_change_owner_producer' => 'getOldSoundRabbitMq_DriveChangeOwnerProducerService',
'old_sound_rabbit_mq.drive_file_scan_producer' => 'getOldSoundRabbitMq_DriveFileScanProducerService',
'old_sound_rabbit_mq.drive_sharepoint_producer' => 'getOldSoundRabbitMq_DriveSharepointProducerService',
'old_sound_rabbit_mq.jarvis_direct_producer' => 'getOldSoundRabbitMq_JarvisDirectProducerService',
'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
'old_sound_rabbit_mq.speech_conversion_actions_producer' => 'getOldSoundRabbitMq_SpeechConversionActionsProducerService',
'oneup_flysystem.accounting_export_files_filesystem' => 'getOneupFlysystem_AccountingExportFilesFilesystemService',
'oneup_flysystem.asset_filesystem' => 'getOneupFlysystem_AssetFilesystemService',
'oneup_flysystem.data_migration_filesystem' => 'getOneupFlysystem_DataMigrationFilesystemService',
'oneup_flysystem.drive_filesystem' => 'getOneupFlysystem_DriveFilesystemService',
'oneup_flysystem.invoice_s3_filesystem' => 'getOneupFlysystem_InvoiceS3FilesystemService',
'oneup_flysystem.legal_documents_filesystem' => 'getOneupFlysystem_LegalDocumentsFilesystemService',
'oneup_flysystem.matter_mail_filesystem' => 'getOneupFlysystem_MatterMailFilesystemService',
'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
'oneup_flysystem.tmp_attachment_mail_filesystem' => 'getOneupFlysystem_TmpAttachmentMailFilesystemService',
'oneup_flysystem.zoho_analytics_filesystem' => 'getOneupFlysystem_ZohoAnalyticsFilesystemService',
'pagerfanta.route_generator_factory' => 'getPagerfanta_RouteGeneratorFactoryService',
'pagerfanta.view_factory' => 'getPagerfanta_ViewFactoryService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
'services_resetter' => 'getServicesResetterService',
'sg_datatables.factory' => 'getSgDatatables_FactoryService',
'sg_datatables.response' => 'getSgDatatables_ResponseService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
];
$this->aliases = [
'APY\\DataGridBundle\\Grid\\Grid' => 'grid',
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'Ratchet\\Server\\IoServer' => 'App\\WebSocket\\CompatibleIoServer',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticator' => 'scheb_two_factor.security.totp_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticatorInterface' => 'scheb_two_factor.security.totp_authenticator',
'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'jms_serializer.instances.default' => 'jms_serializer',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'mailer' => 'swiftmailer.mailer.default',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'oauth2.registry' => 'knpu.oauth2.registry',
'oneup_flysystem.invoice_filesystem' => 'oneup_flysystem.invoice_local_filesystem',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.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).'/src/AppBundle/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventSubscriber/ApiLogSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventSubscriber/WebhookSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.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).'/src/AppBundle/EventSubscriber/XSSSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Formatter/TimeFormatter.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Listener/WhiteListListener.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/NotificationResolver.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/NotificationTypeInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Calendar/AbstractCalendarType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Calendar/CalendarEventLawFirmType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Calendar/CalendarEventUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Contact/AbstractContactType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Contact/ApplyHourlyRateType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Contact/SharedContactsToUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Contact/SharingContactsCompletedType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Contact/UnsharedContactsToUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/AbstractDocumentBailiffType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/CancelType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/CreationType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/MessageType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/ResumeType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/ServedType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentBailiff/SuspendType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/AbstractDocumentWorkflowType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CommentType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CorrectionType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CreationType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/EditType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/FirstValidationType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/FullyValidatedType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/PartiallyValidatedType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/DocumentWorkflow/ToCorrectType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Drive/AbstractDriveType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Drive/MatchingType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Drive/SpeechAppErrorType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Drive/SpeechJobErrorType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Drive/SpeechType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Invoice/AbstractInvoiceType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Invoice/MassDownloadType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Invoice/ValidationType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Mail/AbstractMailType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Mail/StoreAttachmentType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Mail/StoreEmlType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/AbstractMatterType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/ApplyHourlyRateType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/ChangeMatterManager/ChangeMatterManagerType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/AbstractMatterAddedUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/ManagerType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/UserIsManagerType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/UserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedContactType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedMatterType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedReportingType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Task/AbstractTaskType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Task/AssignType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Task/ChangeStatusType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Task/DeadlineType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/Task/ReminderType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/User/AbstractUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/Type/User/ChangeBillingUserType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/NotificationSender.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/NotificationBuilder.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Portal/ContactPortalAccess.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/UserRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/AccountGlobalData.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/AbstractJarvisDrive.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/JarvisDrive.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Security/WhiteListManager.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Util/PasswordGenerator.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/WebSocketPusherInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/WebSocketPusher.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/WebSocket/WebSocketRedisTokenManager.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/EventListener/CsrfProtectedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/EventListener/DomainEventsCollector.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/EventListener/ForgottenDomainEventsListener.php';
include_once \dirname(__DIR__, 4).'/src/DocumentBundle/DataCollector/DocumentDataCollector.php';
include_once \dirname(__DIR__, 4).'/src/Core/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/src/Core/EventListener/Security/AppDevEventListener.php';
include_once \dirname(__DIR__, 4).'/src/Core/EventSubscriber/CsrfCookieSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Core/FeatureFlag/FeatureFlagListener.php';
include_once \dirname(__DIR__, 4).'/src/Core/FeatureFlag/FeatureFlagRepository.php';
include_once \dirname(__DIR__, 4).'/src/Core/Language/LanguageTrait.php';
include_once \dirname(__DIR__, 4).'/src/Core/Language/BetaLanguageListener.php';
include_once \dirname(__DIR__, 4).'/src/Core/Twig/JavascriptVariables.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Sharepoint/Listener/SharepointAuthListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Mail/Normalizer/MessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Security/UserStatusAuthListener.php';
include_once \dirname(__DIR__, 4).'/src/Core/DataTable/DataTable.php';
include_once \dirname(__DIR__, 4).'/src/Task/TaskTemplateDataTable.php';
include_once \dirname(__DIR__, 4).'/src/Wam/EventSubscriber/PasswordResettingSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Wam/EventSubscriber/WamLoginRedirectSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/ConsoleCommandProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php';
include_once \dirname(__DIR__, 4).'/src/Dev/DataCollector/DevDataCollector.php';
include_once \dirname(__DIR__, 4).'/src/Backoffice/Invoice/InvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/Backoffice/Lawfirm/LawFirmDataTable.php';
include_once \dirname(__DIR__, 4).'/src/Backoffice/Matter/MatterDataTable.php';
include_once \dirname(__DIR__, 4).'/src/Backoffice/Matter/MatterInvoicesDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/InvoiceDataTableTrait.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/AllInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/CanceledInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/DraftInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/PayedInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/ValidatedInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Invoice/WaitingInvoiceDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Settings/ContactQualityDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Settings/ContactTitleDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Settings/PartyDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Settings/PracticeAreaDataTable.php';
include_once \dirname(__DIR__, 4).'/src/LawFirm/DataTable/Settings/RelationShipDataTable.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/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/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.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/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.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/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/workflow/Transition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.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/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.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/Mapping/Factory/ClassMetadataFactoryInterface.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/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.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/cache/Traits/RedisTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/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/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/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.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/UnanimousStrategy.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/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.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/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/FingersCrossedHandler.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/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.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/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.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/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.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/serializer-bundle/Debug/TraceableMetadataFactory.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/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.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/serializer-bundle/Debug/TraceableFileLocator.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/league/flysystem/src/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemReader.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemOperator.php';
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/Logger/RedisLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/ParametersInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/Parameters.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/Factory/PredisParametersFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Configuration/OptionsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Configuration/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Profile/ProfileInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Profile/RedisProfile.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Profile/RedisVersion320.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/predis/predis/src/Connection/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/Client/Predis/Connection/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
include_once \dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemV2Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/AbstractLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.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/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.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/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/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/doctrine/persistence/src/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/DomainEventsCollectorTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Manager/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/WorkflowInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Workflow.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/StateMachine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Definition.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.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/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Serializer/Normalizer/ContactNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Serializer/Normalizer/OrganizationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Serializer/Normalizer/PersonNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/Filter/AbstractFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/Filter/Reporting/ActivitiesReportingFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/Filter/Reporting/BillingUsersReportingFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/Filter/Reporting/InvoicesReportingFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/Filter/Reporting/PaymentsReportingFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/LawFirmSubscriptionsDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/MatterDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/ModuleNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/NotificationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/NotificationTranslator.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/ParametersProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/AbstractParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/CalendarParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/ContactParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/DocumentBailiffBailiffParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/DocumentBailiffParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowHistoryCommentParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowStepParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/MatterParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/TaskParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Notification/ParametersProvider/UserParametersProvider.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Serializer/TaskFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/DataTableResponseNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/Filter/BillableClientsFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/Filter/InvoiceFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/Filter/PaymentFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/InvoiceDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/InvoiceReportingDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/BillingBundle/Serializer/PaymentDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CalendarBundle/Serializer/Normalizer/CalendarEventNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CalendarBundle/Serializer/Normalizer/CalendarNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/Serializer/Tree/NodeNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/Serializer/Tree/TreeNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Serializer/ContactDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/DriveBundle/Serializer/NextcloudItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Calendar/Provider/Normalizer/NormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Calendar/Provider/Normalizer/FullCalendarNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Calendar/Provider/Normalizer/ProviderNormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/src/Calendar/Provider/Nylas/V3/EventNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Delivract/Serializer/DocumentBailiffNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Delivract/Serializer/Filter/DocumentBailiffFilterDataNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/DocumentWorkflow/Serializer/DocumentWorkflowNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/DocumentWorkflow/Serializer/Filter/DocumentWorkflowFilterDataNormalizer.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).'/src/Drive/Providers/Sharepoint/CollectionDriveItemsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Providers/Sharepoint/DriveItemSharepointNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Sharepoint/Normalizer/CollectionNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Sharepoint/Normalizer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Sharepoint/Normalizer/PermissionNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Drive/Sharepoint/Normalizer/PermissionsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/ESignature/DataTable/SignatureRequestDataTable.php';
include_once \dirname(__DIR__, 4).'/src/Outlook/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Backoffice/Serializer/LawFirmSubscriptionsDataTableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Serializer/Normalizer/PagerfantaNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.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/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/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/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/JsonEncoder.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/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/snc/redis-bundle/DataCollector/RedisDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.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/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/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/WorkflowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.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).'/src/AppBundle/Twig/BusinessAlertsTimelineExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/ContactSortExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/DriveConvertExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/HidePartiallyTextExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/OnlyofficeExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/ProxyExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/TaskExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/TimeFormatterExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/TimezoneExtension.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Twig/WebSocketTokenExtension.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/Twig/ChipExtension.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/Twig/JarvisCommonExtension.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Twig/ActivityTimelineExtension.php';
include_once \dirname(__DIR__, 4).'/src/CRMBundle/Twig/AvatarExtension.php';
include_once \dirname(__DIR__, 4).'/src/Core/FeatureFlag/FeatureFlagExtension.php';
include_once \dirname(__DIR__, 4).'/src/Core/Language/LanguageTwigExtension.php';
include_once \dirname(__DIR__, 4).'/src/Core/Twig/ColorTextDetectionExtension.php';
include_once \dirname(__DIR__, 4).'/src/Core/Twig/LayoutExtension.php';
include_once \dirname(__DIR__, 4).'/src/Core/Twig/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Twig/DataGridExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Twig/DatatableTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/src/Twig/LayoutParameters.php';
include_once \dirname(__DIR__, 4).'/src/CommonBundle/Enum/AbstractEnum.php';
include_once \dirname(__DIR__, 4).'/src/UserRegistration/LawFirmSubscriptionPlanEnum.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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$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.sso', ($this->privates['cache.sso'] ?? $this->getCache_SsoService()));
$d->addInstance('wam_auth_pool', ($this->privates['wam_auth_pool'] ?? $this->getWamAuthPoolService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$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()));
$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('job', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/AppKernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($f);
$instance->add(($this->privates['AppBundle\\DataCollector\\NotificationDataCollector'] ?? $this->getNotificationDataCollectorService()));
$instance->add(($this->privates['DocumentBundle\\DataCollector\\DocumentDataCollector'] ?? ($this->privates['DocumentBundle\\DataCollector\\DocumentDataCollector'] = new \DocumentBundle\DataCollector\DocumentDataCollector())));
$instance->add(($this->privates['App\\Dev\\DataCollector\\DevDataCollector'] ?? $this->getDevDataCollectorService()));
$instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', ['FOS\\UserBundle' => (\dirname(__DIR__, 4).'/app/Resources/FOSUserBundle/serializer')], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
$instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
$instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
$instance->add(($this->privates['gos_web_socket.data_collector.websocket'] ?? $this->load('getGosWebSocket_DataCollector_WebsocketService')));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['App\\Task\\TaskTemplateDataTable'] ?? $this->getTaskTemplateDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'] ?? $this->getInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$h = ($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'] ?? $this->getLawFirmDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$i = ($this->privates['App\\Backoffice\\Matter\\MatterDataTable'] ?? $this->getMatterDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$j = ($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'] ?? $this->getMatterInvoicesDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$k = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'] ?? $this->getAllInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$l = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'] ?? $this->getCanceledInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$m = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'] ?? $this->getDraftInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$n = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'] ?? $this->getPayedInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$o = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'] ?? $this->getValidatedInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$p = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'] ?? $this->getWaitingInvoiceDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$q = ($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'] ?? $this->getContactQualityDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$r = ($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'] ?? $this->getContactTitleDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$s = ($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'] ?? $this->getPartyDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$t = ($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'] ?? $this->getPracticeAreaDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$u = ($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'] ?? $this->getRelationShipDataTableService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$v = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$w = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
$x = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$y = ($this->privates['serializer.name_converter.camel_case_to_snake_case'] ?? ($this->privates['serializer.name_converter.camel_case_to_snake_case'] = new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()));
$z = ($this->services['translator'] ?? $this->getTranslatorService());
$aa = ($this->services['router'] ?? $this->getRouterService());
$ba = ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService());
$ca = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$da = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$ea = ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService());
$fa = new \App\Drive\Sharepoint\Normalizer\ItemNormalizer($w);
$ga = new \App\Drive\Sharepoint\Normalizer\PermissionNormalizer($w);
$ha = new \App\Backoffice\Serializer\LawFirmSubscriptionsDataTableNormalizer($w, $z);
$ha->setDateFormat('d/m/Y');
$ia = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($v), 1 => new \CRMBundle\Serializer\Normalizer\OrganizationNormalizer($w, $x), 2 => new \CRMBundle\Serializer\Normalizer\PersonNormalizer($w, $x), 3 => new \AppBundle\Serializer\Filter\Reporting\ActivitiesReportingFilterDataNormalizer($w, $v, $y, $a, $x, $b), 4 => new \AppBundle\Serializer\Filter\Reporting\BillingUsersReportingFilterDataNormalizer($w, $v, $y, $a, $x, $b), 5 => new \AppBundle\Serializer\Filter\Reporting\InvoicesReportingFilterDataNormalizer($w, $v, $y, $a, $x, $b), 6 => new \AppBundle\Serializer\Filter\Reporting\PaymentsReportingFilterDataNormalizer($w, $v, $y, $a, $x, $b), 7 => ($this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] ?? ($this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] = new \AppBundle\Serializer\FormErrorNormalizer())), 8 => new \AppBundle\Serializer\LawFirmSubscriptionsDataTableNormalizer('d/m/Y'), 9 => new \AppBundle\Serializer\MatterDataTableNormalizer($w, $z, $aa, $ba), 10 => new \AppBundle\Serializer\ModuleNormalizer($w, $z), 11 => new \AppBundle\Serializer\NotificationNormalizer(new \AppBundle\Notification\NotificationTranslator([0 => new \AppBundle\Notification\ParametersProvider\CalendarParametersProvider($a), 1 => new \AppBundle\Notification\ParametersProvider\ContactParametersProvider($a), 2 => new \AppBundle\Notification\ParametersProvider\DocumentBailiffBailiffParametersProvider($a), 3 => new \AppBundle\Notification\ParametersProvider\DocumentBailiffParametersProvider($a), 4 => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowHistoryCommentParametersProvider($a), 5 => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowParametersProvider($a), 6 => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowStepParametersProvider($a), 7 => new \AppBundle\Notification\ParametersProvider\MatterParametersProvider($a), 8 => new \AppBundle\Notification\ParametersProvider\TaskParametersProvider($z, $a), 9 => new \AppBundle\Notification\ParametersProvider\UserParametersProvider($a)], $z), $aa), 12 => new \AppBundle\Serializer\TaskFilterDataNormalizer($a, $w, $x), 13 => new \BillingBundle\Serializer\DataTableResponseNormalizer($w), 14 => new \BillingBundle\Serializer\Filter\BillableClientsFilterDataNormalizer($w, $v, $y, $a, $x, $b), 15 => new \BillingBundle\Serializer\Filter\InvoiceFilterDataNormalizer($w, $v, $y, $a, $x, $b), 16 => new \BillingBundle\Serializer\Filter\PaymentFilterDataNormalizer($w, $v, $y, $a, $x, $b), 17 => new \BillingBundle\Serializer\InvoiceDataTableNormalizer($w, $z, $aa, $ba, 'd/m/Y', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b), 18 => new \BillingBundle\Serializer\InvoiceReportingDataTableNormalizer($w, $z, 'd/m/Y'), 19 => new \BillingBundle\Serializer\PaymentDataTableNormalizer($w, $z, $aa, $ba, 'd/m/Y'), 20 => new \CalendarBundle\Serializer\Normalizer\CalendarEventNormalizer($w, $a, $x, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), 21 => new \CalendarBundle\Serializer\Normalizer\CalendarNormalizer($w, $x), 22 => new \CommonBundle\Serializer\Tree\NodeNormalizer($w), 23 => new \CommonBundle\Serializer\Tree\TreeNormalizer($w), 24 => new \CRMBundle\Serializer\ContactDataTableNormalizer($w, $aa, $ba), 25 => new \CRMBundle\Serializer\Normalizer\ContactNormalizer($w, $x), 26 => new \DriveBundle\Serializer\NextcloudItemNormalizer($w), 27 => new \App\Calendar\Provider\Normalizer\FullCalendarNormalizer($c, $d, $aa), 28 => new \App\Calendar\Provider\Nylas\V3\EventNormalizer($a), 29 => new \App\Delivract\Serializer\DocumentBailiffNormalizer($ca, $y, $v, $da, $ea, NULL, [], $da), 30 => new \App\Delivract\Serializer\Filter\DocumentBailiffFilterDataNormalizer($w, $v, $y, $a, $x, $b), 31 => new \App\DocumentWorkflow\Serializer\DocumentWorkflowNormalizer($ca, $y, $v, $da, $ea, NULL, [], $da), 32 => new \App\DocumentWorkflow\Serializer\Filter\DocumentWorkflowFilterDataNormalizer($w, $v, $y, $a, $x, $b), 33 => new \App\Drive\Providers\Sharepoint\CollectionDriveItemsNormalizer(), 34 => new \App\Drive\Providers\Sharepoint\DriveItemSharepointNormalizer(), 35 => new \App\Drive\Sharepoint\Normalizer\CollectionNormalizer($fa), 36 => $fa, 37 => $ga, 38 => new \App\Drive\Sharepoint\Normalizer\PermissionsNormalizer($ga), 39 => new \App\ESignature\DataTable\SignatureRequestDataTable($e, $z, $a), 40 => ($this->privates['App\\Mail\\Normalizer\\MessageNormalizer'] ?? $this->getMessageNormalizerService()), 41 => new \App\Outlook\Normalizer\ConstraintViolationListNormalizer(), 42 => $f, 43 => $g, 44 => $h, 45 => $i, 46 => $j, 47 => $ha, 48 => $k, 49 => $l, 50 => $m, 51 => $n, 52 => $o, 53 => $p, 54 => $q, 55 => $r, 56 => $s, 57 => $t, 58 => $u, 59 => new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), 60 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 61 => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), true, false), 62 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 63 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 64 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 65 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 66 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ia), 67 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ca, $ia, $da, $ea, NULL, [])), 68 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 69 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 70 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 71 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 72 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 73 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 74 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 75 => $w], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.state_machine.calendar_synchronization' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_CalendarSynchronizationService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.calendar_synchronization'])) {
return $this->services['.container.private.state_machine.calendar_synchronization'];
}
return $this->services['.container.private.state_machine.calendar_synchronization'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'not_started', 1 => 'started', 2 => 'synchronized', 3 => 'error'], [0 => ($this->privates['.state_machine.calendar_synchronization.transition.0'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.0'] = new \Symfony\Component\Workflow\Transition('to_start', 'not_started', 'started'))), 1 => ($this->privates['.state_machine.calendar_synchronization.transition.1'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.1'] = new \Symfony\Component\Workflow\Transition('to_synchronized', 'started', 'synchronized'))), 2 => ($this->privates['.state_machine.calendar_synchronization.transition.2'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.2'] = new \Symfony\Component\Workflow\Transition('reject', 'started', 'error'))), 3 => ($this->privates['.state_machine.calendar_synchronization.transition.3'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.3'] = new \Symfony\Component\Workflow\Transition('re_synchronized', 'error', 'synchronized')))], [], ($this->privates['state_machine.calendar_synchronization.metadata_store'] ?? $this->getStateMachine_CalendarSynchronization_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'syncState'), $a, 'calendar_synchronization', NULL);
}
/**
* Gets the public '.container.private.state_machine.proposal' shared service.
*
* @return \Symfony\Component\Workflow\StateMachine
*/
protected function get_Container_Private_StateMachine_ProposalService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['.container.private.state_machine.proposal'])) {
return $this->services['.container.private.state_machine.proposal'];
}
return $this->services['.container.private.state_machine.proposal'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([0 => 'ongoing', 1 => 'won', 2 => 'lost'], [0 => ($this->privates['.state_machine.proposal.transition.0'] ?? ($this->privates['.state_machine.proposal.transition.0'] = new \Symfony\Component\Workflow\Transition('win', 'ongoing', 'won'))), 1 => ($this->privates['.state_machine.proposal.transition.1'] ?? ($this->privates['.state_machine.proposal.transition.1'] = new \Symfony\Component\Workflow\Transition('lose', 'ongoing', 'lost')))], [], ($this->privates['state_machine.proposal.metadata_store'] ?? $this->getStateMachine_Proposal_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true, 'status'), $a, 'proposal', NULL);
}
/**
* 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/pagerfanta/pagerfanta/lib/Twig/templates/'), 'Pagerfanta');
$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/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
$a->addPath((\dirname(__DIR__, 4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
$a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/Resources/views'), 'SncRedis');
$a->addPath((\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/Resources/views'), '!SncRedis');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/AppBundle'), 'App');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/AppBundle'), '!App');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CommonBundle'), 'Common');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CommonBundle'), '!Common');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/DocumentBundle'), 'Document');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/DocumentBundle'), '!Document');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/DriveBundle'), 'Drive');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/DriveBundle'), '!Drive');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BillingBundle'), 'Billing');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/BillingBundle'), '!Billing');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SettingsBundle'), 'Settings');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/SettingsBundle'), '!Settings');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CRMBundle'), 'CRM');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CRMBundle'), '!CRM');
$a->addPath((\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/views'), 'APYDataGrid');
$a->addPath((\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/views'), '!APYDataGrid');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CalendarBundle'), 'Calendar');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/CalendarBundle'), '!Calendar');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/views'), 'SgDatatables');
$a->addPath((\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/views'), '!SgDatatables');
$a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), 'GosWebSocket');
$a->addPath((\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/templates'), '!GosWebSocket');
$a->addPath((\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/views'), 'BabDevPagerfanta');
$a->addPath((\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/views'), '!BabDevPagerfanta');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
$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/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).'/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, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$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->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
yield 'datatables_cdn' => ($this->privates['assets._package_datatables_cdn'] ?? $this->load('getAssets_PackageDatatablesCdnService'));
}, 1)));
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = new \Symfony\Component\Workflow\Registry();
$i->addWorkflow(($this->services['.container.private.state_machine.proposal'] ?? $this->get_Container_Private_StateMachine_ProposalService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CRMBundle\\Entity\\Proposal'));
$i->addWorkflow(($this->services['.container.private.state_machine.calendar_synchronization'] ?? $this->get_Container_Private_StateMachine_CalendarSynchronizationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CalendarBundle\\Entity\\Calendar'));
$j = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
$k = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
$k->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
$l = new \APY\DataGridBundle\Twig\DataGridExtension($h, '@APYDataGrid/blocks.html.twig');
$l->setPagerFanta($this->parameters['apy_data_grid.pagerfanta']);
$m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$m->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$n = new \Symfony\Bridge\Twig\AppVariable();
$n->setEnvironment('dev');
$n->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$n->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$n->setRequestStack($b);
}
$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($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\WorkflowExtension($i));
$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(new \AppBundle\Twig\BusinessAlertsTimelineExtension());
$instance->addExtension(new \AppBundle\Twig\ContactSortExtension());
$instance->addExtension(new \AppBundle\Twig\DriveConvertExtension(($this->privates['AppBundle\\Service\\JarvisDrive'] ?? $this->getJarvisDriveService()), $c));
$instance->addExtension(new \AppBundle\Twig\HidePartiallyTextExtension());
$instance->addExtension(new \AppBundle\Twig\OnlyofficeExtension($this->getEnv('ONLYOFFICE_URL')));
$instance->addExtension(new \AppBundle\Twig\ProxyExtension($h));
$instance->addExtension(new \AppBundle\Twig\SerializerExtension());
$instance->addExtension(new \AppBundle\Twig\TaskExtension($e, $c, $j));
$instance->addExtension(new \AppBundle\Twig\TimeFormatterExtension(($this->privates['AppBundle\\Formatter\\TimeFormatter'] ?? ($this->privates['AppBundle\\Formatter\\TimeFormatter'] = new \AppBundle\Formatter\TimeFormatter()))));
$instance->addExtension(new \AppBundle\Twig\TimezoneExtension($j));
$instance->addExtension(new \AppBundle\Twig\WebSocketTokenExtension(($this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] ?? $this->getWebSocketRedisTokenManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
$instance->addExtension(new \CommonBundle\Twig\ChipExtension());
$instance->addExtension(new \CommonBundle\Twig\JarvisCommonExtension($h, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $e, 2, ',', ' '));
$instance->addExtension(new \CRMBundle\Twig\ActivityTimelineExtension($e, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'EUR'));
$instance->addExtension(new \CRMBundle\Twig\AvatarExtension());
$instance->addExtension(new \App\Core\FeatureFlag\FeatureFlagExtension(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService())));
$instance->addExtension(new \App\Core\Language\LanguageTwigExtension());
$instance->addExtension(new \App\Core\Twig\ColorTextDetectionExtension());
$instance->addExtension(new \App\Core\Twig\LayoutExtension());
$instance->addExtension(new \App\Core\Twig\StringExtension());
$instance->addExtension(new \Twig_Extensions_Extension_Text());
$instance->addExtension(new \Twig_Extensions_Extension_Intl());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
$instance->addExtension($k);
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension($l);
$instance->addExtension(new \Sg\DatatablesBundle\Twig\DatatableTwigExtension());
$instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
$instance->addGlobal('app', $n);
$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],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true],
'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => ['privates', 'pagerfanta.twig_runtime', 'getPagerfanta_TwigRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => '?',
])));
$instance->addGlobal('chunk_size_mb', 3);
$instance->addGlobal('date_format', 'd/m/Y');
$instance->addGlobal('time_format', 'G:i');
$instance->addGlobal('currency', 'EUR');
$instance->addGlobal('currency_symbol', '€');
$instance->addGlobal('timezone', 'Europe/Paris');
$instance->addGlobal('full_date_format', 'F j, Y, g:i a');
$instance->addGlobal('dashboard_url', 'https://jarvis-legal.clicdata.com/v/6yEseJk3jdeG');
$instance->addGlobal('accounting_iframe_url', 'https://jarvis-legal.clicdata.com/v/gZegpz3Nlvz8');
$instance->addGlobal('reporting_iframe_url', 'https://jarvis-legal.clicdata.com/v/g3BWKFEvgYz9');
$instance->addGlobal('locale', 'fr');
$instance->addGlobal('enable_full_layout', $this->getEnv('bool:ENABLE_FULL_LAYOUT'));
$instance->addGlobal('ga_tracking', $this->getEnv('GA_TRACKING'));
$instance->addGlobal('jarvisbox_windows_download_link', $this->getEnv('JARVISBOX_WINDOWS_DOWNLOAD_LINK'));
$instance->addGlobal('jarvisbox_mac_download_link', $this->getEnv('JARVISBOX_MAC_DOWNLOAD_LINK'));
$instance->addGlobal('help_link', $this->getEnv('HELP_LINK'));
$instance->addGlobal('environment', 'dev');
$instance->addGlobal('linkedin_link', 'https://www.linkedin.com/company/lexisnexis-france/?originalSubdomain=fr');
$instance->addGlobal('website_link', 'https://www.lexisnexis.com/fr-fr/produits/jarvis-legal');
$instance->addGlobal('header_bg_color', $this->getEnv('HEADER_BG_COLOR'));
$instance->addGlobal('global_data', ($this->privates['AppBundle\\Service\\AccountGlobalData'] ?? $this->getAccountGlobalDataService()));
$instance->addGlobal('websocket_server_host_js', $this->getEnv('WEBSOCKET_SERVER_HOST_JS'));
$instance->addGlobal('websocket_server_port_js', $this->getEnv('WEBSOCKET_SERVER_PORT_JS'));
$instance->addGlobal('websocket_scheme', $this->getEnv('WEBSOCKET_SCHEME'));
$instance->addGlobal('websocket_email_server_host_js', $this->getEnv('WEBSOCKET_EMAIL_SERVER_HOST_JS'));
$instance->addGlobal('websocket_email_server_port_js', $this->getEnv('int:WEBSOCKET_EMAIL_SERVER_PORT_JS'));
$instance->addGlobal('contactPortalAccess', ($this->privates['AppBundle\\Portal\\ContactPortalAccess'] ?? $this->getContactPortalAccessService()));
$instance->addGlobal('jarvis_icon', ['general' => 'fa fa-cog', 'matter' => 'fa fa-briefcase', 'calendar' => 'jarvis-icon-calendar', 'invoice' => 'jarvis-icon-note', 'task' => 'fa fa-calendar-check-o', 'drive' => 'jarvis-icon-drive', 'contact' => 'jarvis-icon-people', 'accounting' => 'jarvis-icon-calculator', 'report' => 'fa fa-line-chart', 'activity' => 'fa fa-history', 'parapheur' => 'fa fa-clipboard', 'document_workflow' => 'fa fa-check-square', 'document_bailiff' => 'fa fa-gavel', 'mail' => 'jarvis-icon-mail', 'portal_access' => 'fa fa-key', 'chatbot' => 'jarvis-icon-chatbot']);
$instance->addGlobal('layout', new \App\Twig\LayoutParameters());
$instance->addGlobal('js_data', ($this->privates['App\\Core\\Twig\\JavascriptVariables'] ?? $this->getJavascriptVariablesService()));
$instance->addGlobal('module_unavailable_url', 'https://forms.zohopublic.eu/jarvis/form/Demandedenouveauxmodules/formperma/pfP_cTjKwoIqSnzVp6IwjO0rZNuNqYRSfNXQfAHDKgI');
$instance->addGlobal('google_recaptcha_sitekey', $this->getEnv('GOOGLE_RECAPTCHA_SITEKEY'));
$instance->addGlobal('law_firm_subscription_plan_enum', new \App\UserRegistration\LawFirmSubscriptionPlanEnum());
$instance->addGlobal('zoho_subscriptions_url', 'https://www.zoho.com/subscriptions/#choosePlan');
$instance->addGlobal('onlyoffice_api', $this->getEnv('string:ONLYOFFICE_URL').'/web-apps/apps/api/documents/api.js');
$instance->addGlobal('matomo_script', $this->getEnv('string:MATOMO_SCRIPT'));
$instance->addGlobal('pendo_app_id', $this->getEnv('string:PENDO_APP_ID'));
$instance->addGlobal('gos_web_socket_server_host', $this->getParameter('gos_web_socket.server.host'));
$instance->addGlobal('gos_web_socket_server_port', $this->getParameter('gos_web_socket.server.port'));
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('d/m/Y', '%d days', 'Europe/Paris', 2, ',', ' '))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'CommonBundle\EventListener\DomainEventsCollector' shared autowired service.
*
* @return \CommonBundle\EventListener\DomainEventsCollector
*/
protected function getDomainEventsCollectorService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['CommonBundle\\EventListener\\DomainEventsCollector'])) {
return $this->services['CommonBundle\\EventListener\\DomainEventsCollector'];
}
return $this->services['CommonBundle\\EventListener\\DomainEventsCollector'] = new \CommonBundle\EventListener\DomainEventsCollector($a);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('26chB+G8Ur', 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('jRDzLYw+si', 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('k6dqmufBlQ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'craue_formflow_util' shared service.
*
* @return \Craue\FormFlowBundle\Util\FormFlowUtil
*/
protected function getCraueFormflowUtilService()
{
return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.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 \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$c->setConnectionName('default');
$b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('int:DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8', 'driverOptions' => [], 'serverVersion' => 'mariadb-10.2.17', 'defaultTableOptions' => []], $b, $a, ['json_array' => 'json']);
}
/**
* 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/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'Gedmo\\Loggable\\Entity');
$b->addDriver($c, 'App\\Backoffice\\Entity');
$b->addDriver($c, 'App\\DocumentWorkflow\\Entity');
$b->addDriver($c, 'App\\Delivract\\Entity');
$b->addDriver($c, 'App\\Drive\\Entity');
$b->addDriver($c, 'App\\Drive\\Sharepoint\\Entity');
$b->addDriver($c, 'App\\Core\\Entity');
$b->addDriver($c, 'App\\JarvisAI\\Entity');
$b->addDriver($c, 'App\\Mail\\Entity');
$b->addDriver($c, 'App\\UserRegistration\\Entity');
$b->addDriver($c, 'App\\UserRegistration\\BarRegistration\\Entity');
$b->addDriver($c, 'App\\ESignature\\Entity');
$b->addDriver($c, 'App\\Task\\Entity');
$b->addDriver($c, 'App\\Invoice\\Entity');
$b->addDriver($c, 'App\\ZohoAnalytics\\Entity');
$b->addDriver($c, 'AppBundle\\Entity');
$b->addDriver($c, 'DocumentBundle\\Entity');
$b->addDriver($c, 'DriveBundle\\Entity');
$b->addDriver($c, 'BillingBundle\\Entity');
$b->addDriver($c, 'SettingsBundle\\Entity');
$b->addDriver($c, 'CRMBundle\\Entity');
$b->addDriver($c, 'CalendarBundle\\Entity');
$b->addDriver($c, 'MigrationBundle\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
$b->addDriver(($this->privates['.24_doctrine_metadata_driver~cOMK6LQ'] ?? $this->get_24DoctrineMetadataDrivercOMK6LQService()), 'FOS\\UserBundle\\Model');
$a->setEntityNamespaces(['GedmoLoggable' => 'Gedmo\\Loggable\\Entity', 'Backoffice' => 'App\\Backoffice\\Entity', 'DocumentWorkflow' => 'App\\Delivract\\Entity', 'Drive' => 'App\\Drive\\Entity', 'DriveSharepoint' => 'App\\Drive\\Sharepoint\\Entity', 'Core' => 'App\\Mail\\Entity', 'JarvisAI' => 'App\\JarvisAI\\Entity', 'UserRegistration' => 'App\\UserRegistration\\Entity', 'UserBarRegistration' => 'App\\UserRegistration\\BarRegistration\\Entity', 'ESignature' => 'App\\ESignature\\Entity', 'Task' => 'App\\Task\\Entity', 'Invoice' => 'App\\Invoice\\Entity', 'ZohoAnalytics' => 'App\\ZohoAnalytics\\Entity', 'AppBundle' => 'AppBundle\\Entity', 'DocumentBundle' => 'DocumentBundle\\Entity', 'DriveBundle' => 'DriveBundle\\Entity', 'BillingBundle' => 'BillingBundle\\Entity', 'SettingsBundle' => 'SettingsBundle\\Entity', 'CRMBundle' => 'CRMBundle\\Entity', 'CalendarBundle' => 'CalendarBundle\\Entity', 'MigrationBundle' => 'MigrationBundle\\Entity', 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\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());
$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, [
'AppBundle\\Repository\\AccountingExportRepository' => ['privates', 'AppBundle\\Repository\\AccountingExportRepository', 'getAccountingExportRepositoryService', true],
'AppBundle\\Repository\\ActivityEntryRepository' => ['privates', 'AppBundle\\Repository\\ActivityEntryRepository', 'getActivityEntryRepositoryService', true],
'AppBundle\\Repository\\ApiLogRepository' => ['privates', 'AppBundle\\Repository\\ApiLogRepository', 'getApiLogRepositoryService', true],
'AppBundle\\Repository\\AssetEntryRepository' => ['privates', 'AppBundle\\Repository\\AssetEntryRepository', 'getAssetEntryRepositoryService', true],
'AppBundle\\Repository\\AssetRepository' => ['privates', 'AppBundle\\Repository\\AssetRepository', 'getAssetRepositoryService', true],
'AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository' => ['privates', 'AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository', 'getExpenseCategoryPresetRepositoryService', true],
'AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository' => ['privates', 'AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository', 'getFlatFeeCategoryPresetRepositoryService', true],
'AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository' => ['privates', 'AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository', 'getOutlayCategoryPresetRepositoryService', true],
'AppBundle\\Repository\\Category\\TimeCategoryPresetRepository' => ['privates', 'AppBundle\\Repository\\Category\\TimeCategoryPresetRepository', 'getTimeCategoryPresetRepositoryService', true],
'AppBundle\\Repository\\ChronometerRepository' => ['privates', 'AppBundle\\Repository\\ChronometerRepository', 'getChronometerRepositoryService', true],
'AppBundle\\Repository\\ContactPortalUserMatterRepository' => ['privates', 'AppBundle\\Repository\\ContactPortalUserMatterRepository', 'getContactPortalUserMatterRepositoryService', true],
'AppBundle\\Repository\\ContactPortalUserRepository' => ['privates', 'AppBundle\\Repository\\ContactPortalUserRepository', 'getContactPortalUserRepositoryService', true],
'AppBundle\\Repository\\DataTableRepository' => ['privates', 'AppBundle\\Repository\\DataTableRepository', 'getDataTableRepositoryService', true],
'AppBundle\\Repository\\EmailExternalAccountRepository' => ['privates', 'AppBundle\\Repository\\EmailExternalAccountRepository', 'getEmailExternalAccountRepositoryService', true],
'AppBundle\\Repository\\FeeMatterFeeRepository' => ['privates', 'AppBundle\\Repository\\FeeMatterFeeRepository', 'getFeeMatterFeeRepositoryService', true],
'AppBundle\\Repository\\Field\\AbstractObjectFieldRepository' => ['privates', 'AppBundle\\Repository\\Field\\AbstractObjectFieldRepository', 'getAbstractObjectFieldRepositoryService', true],
'AppBundle\\Repository\\Field\\ContactFieldRepository' => ['privates', 'AppBundle\\Repository\\Field\\ContactFieldRepository', 'getContactFieldRepositoryService', true],
'AppBundle\\Repository\\Field\\FieldRepository' => ['privates', 'AppBundle\\Repository\\Field\\FieldRepository', 'getFieldRepositoryService', true],
'AppBundle\\Repository\\Field\\MatterFieldRepository' => ['privates', 'AppBundle\\Repository\\Field\\MatterFieldRepository', 'getMatterFieldRepositoryService', true],
'AppBundle\\Repository\\FilterRepository' => ['privates', 'AppBundle\\Repository\\FilterRepository', 'getFilterRepositoryService', true],
'AppBundle\\Repository\\FlatFeeEntryRepository' => ['privates', 'AppBundle\\Repository\\FlatFeeEntryRepository', 'getFlatFeeEntryRepositoryService', true],
'AppBundle\\Repository\\LawFirmEstablishmentRepository' => ['privates', 'AppBundle\\Repository\\LawFirmEstablishmentRepository', 'getLawFirmEstablishmentRepositoryService', true],
'AppBundle\\Repository\\LawFirmExportRepository' => ['privates', 'AppBundle\\Repository\\LawFirmExportRepository', 'getLawFirmExportRepositoryService', true],
'AppBundle\\Repository\\LawFirmRepository' => ['privates', 'AppBundle\\Repository\\LawFirmRepository', 'getLawFirmRepositoryService', true],
'AppBundle\\Repository\\LawFirmTaxRateRepository' => ['privates', 'AppBundle\\Repository\\LawFirmTaxRateRepository', 'getLawFirmTaxRateRepositoryService', true],
'AppBundle\\Repository\\MatterCustomerLinkedContactRepository' => ['privates', 'AppBundle\\Repository\\MatterCustomerLinkedContactRepository', 'getMatterCustomerLinkedContactRepositoryService', true],
'AppBundle\\Repository\\MatterCustomerRepository' => ['privates', 'AppBundle\\Repository\\MatterCustomerRepository', 'getMatterCustomerRepositoryService', true],
'AppBundle\\Repository\\MatterParticipantRepository' => ['privates', 'AppBundle\\Repository\\MatterParticipantRepository', 'getMatterParticipantRepositoryService', true],
'AppBundle\\Repository\\MatterRepository' => ['privates', 'AppBundle\\Repository\\MatterRepository', 'getMatterRepositoryService', true],
'AppBundle\\Repository\\MatterUserDriveAccessRepository' => ['privates', 'AppBundle\\Repository\\MatterUserDriveAccessRepository', 'getMatterUserDriveAccessRepositoryService', true],
'AppBundle\\Repository\\NoteEntryRepository' => ['privates', 'AppBundle\\Repository\\NoteEntryRepository', 'getNoteEntryRepositoryService', true],
'AppBundle\\Repository\\NotificationRepository' => ['privates', 'AppBundle\\Repository\\NotificationRepository', 'getNotificationRepositoryService', true],
'AppBundle\\Repository\\PartyRepository' => ['privates', 'AppBundle\\Repository\\PartyRepository', 'getPartyRepositoryService', true],
'AppBundle\\Repository\\PartyTypeRepository' => ['privates', 'AppBundle\\Repository\\PartyTypeRepository', 'getPartyTypeRepositoryService', true],
'AppBundle\\Repository\\PortalDriveNotificationRepository' => ['privates', 'AppBundle\\Repository\\PortalDriveNotificationRepository', 'getPortalDriveNotificationRepositoryService', true],
'AppBundle\\Repository\\PracticeAreaRepository' => ['privates', 'AppBundle\\Repository\\PracticeAreaRepository', 'getPracticeAreaRepositoryService', true],
'AppBundle\\Repository\\ProfileRepository' => ['privates', 'AppBundle\\Repository\\ProfileRepository', 'getProfileRepositoryService', true],
'AppBundle\\Repository\\Settings\\LawFirmSettingRepository' => ['privates', 'AppBundle\\Repository\\Settings\\LawFirmSettingRepository', 'getLawFirmSettingRepositoryService', true],
'AppBundle\\Repository\\Settings\\UserSettingRepository' => ['privates', 'AppBundle\\Repository\\Settings\\UserSettingRepository', 'getUserSettingRepositoryService', true],
'AppBundle\\Repository\\TaskRepository' => ['privates', 'AppBundle\\Repository\\TaskRepository', 'getTaskRepository2Service', true],
'AppBundle\\Repository\\Task\\TaskAssignedToUserRepository' => ['privates', 'AppBundle\\Repository\\Task\\TaskAssignedToUserRepository', 'getTaskAssignedToUserRepositoryService', true],
'AppBundle\\Repository\\Task\\TaskRepository' => ['privates', 'AppBundle\\Repository\\Task\\TaskRepository', 'getTaskRepositoryService', true],
'AppBundle\\Repository\\TimeEntryRepository' => ['privates', 'AppBundle\\Repository\\TimeEntryRepository', 'getTimeEntryRepositoryService', true],
'AppBundle\\Repository\\UserMailSettingsRepository' => ['privates', 'AppBundle\\Repository\\UserMailSettingsRepository', 'getUserMailSettingsRepositoryService', true],
'AppBundle\\Repository\\UserRepository' => ['privates', 'AppBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Backoffice\\Repository\\BackofficeProfileRepository' => ['privates', 'App\\Backoffice\\Repository\\BackofficeProfileRepository', 'getBackofficeProfileRepositoryService', true],
'App\\Backoffice\\Repository\\JobRepository' => ['privates', 'App\\Backoffice\\Repository\\JobRepository', 'getJobRepositoryService', true],
'App\\Backoffice\\Repository\\LogRequestRepository' => ['privates', 'App\\Backoffice\\Repository\\LogRequestRepository', 'getLogRequestRepositoryService', true],
'App\\Banqup\\Repository\\BanqupClientStatusRepository' => ['privates', 'App\\Banqup\\Repository\\BanqupClientStatusRepository', 'getBanqupClientStatusRepositoryService', true],
'App\\Core\\FeatureFlag\\FeatureFlagRepository' => ['privates', 'App\\Core\\FeatureFlag\\FeatureFlagRepository', 'getFeatureFlagRepositoryService', false],
'App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository' => ['privates', 'App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository', 'getDocumentBailiffHistoryCommentRepositoryService', true],
'App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository' => ['privates', 'App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository', 'getDocumentBailiffHistoryGeneralRepositoryService', true],
'App\\Delivract\\Repository\\DocumentBailiffHistoryRepository' => ['privates', 'App\\Delivract\\Repository\\DocumentBailiffHistoryRepository', 'getDocumentBailiffHistoryRepositoryService', true],
'App\\Delivract\\Repository\\DocumentBailiffRepository' => ['privates', 'App\\Delivract\\Repository\\DocumentBailiffRepository', 'getDocumentBailiffRepositoryService', true],
'App\\Delivract\\Repository\\DocumentBailiffStepRepository' => ['privates', 'App\\Delivract\\Repository\\DocumentBailiffStepRepository', 'getDocumentBailiffStepRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository', 'getDocumentWorkflowHistoryCommentRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository', 'getDocumentWorkflowHistoryGeneralRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository', 'getDocumentWorkflowHistoryRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository', 'getDocumentWorkflowHistoryStepRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository', 'getDocumentWorkflowRepositoryService', true],
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository' => ['privates', 'App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository', 'getDocumentWorkflowStepRepositoryService', true],
'App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository' => ['privates', 'App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository', 'getSharepointPermissionRepositoryService', true],
'App\\ESignature\\Repository\\SignatureDocumentRepository' => ['privates', 'App\\ESignature\\Repository\\SignatureDocumentRepository', 'getSignatureDocumentRepositoryService', true],
'App\\ESignature\\Repository\\SignatureRequestRepository' => ['privates', 'App\\ESignature\\Repository\\SignatureRequestRepository', 'getSignatureRequestRepositoryService', true],
'App\\ESignature\\Repository\\SignerFieldsRepository' => ['privates', 'App\\ESignature\\Repository\\SignerFieldsRepository', 'getSignerFieldsRepositoryService', true],
'App\\ESignature\\Repository\\SignerRepository' => ['privates', 'App\\ESignature\\Repository\\SignerRepository', 'getSignerRepositoryService', true],
'App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository' => ['privates', 'App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository', 'getInvoiceActivitySnapshotRepositoryService', true],
'App\\Invoice\\Repository\\InvoiceCommentBadgeRepository' => ['privates', 'App\\Invoice\\Repository\\InvoiceCommentBadgeRepository', 'getInvoiceCommentBadgeRepositoryService', true],
'App\\Invoice\\Repository\\InvoiceCommentRepository' => ['privates', 'App\\Invoice\\Repository\\InvoiceCommentRepository', 'getInvoiceCommentRepositoryService', true],
'App\\JarvisAI\\Repository\\UserAIConversationRepository' => ['privates', 'App\\JarvisAI\\Repository\\UserAIConversationRepository', 'getUserAIConversationRepositoryService', true],
'App\\JarvisAI\\Repository\\UserAILogRepository' => ['privates', 'App\\JarvisAI\\Repository\\UserAILogRepository', 'getUserAILogRepositoryService', true],
'App\\JarvisAI\\Repository\\UserAIPromptRepository' => ['privates', 'App\\JarvisAI\\Repository\\UserAIPromptRepository', 'getUserAIPromptRepositoryService', true],
'App\\Mail\\Repository\\MailDriveRepository' => ['privates', 'App\\Mail\\Repository\\MailDriveRepository', 'getMailDriveRepositoryService', true],
'App\\Mail\\Repository\\MailEventRepository' => ['privates', 'App\\Mail\\Repository\\MailEventRepository', 'getMailEventRepositoryService', true],
'App\\Mail\\Repository\\MailMatterRepository' => ['privates', 'App\\Mail\\Repository\\MailMatterRepository', 'getMailMatterRepositoryService', true],
'App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository' => ['privates', 'App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository', 'getTaskTemplateItemAssignedToUserRepositoryService', true],
'App\\Task\\Repository\\TaskTemplateItemRepository' => ['privates', 'App\\Task\\Repository\\TaskTemplateItemRepository', 'getTaskTemplateItemRepositoryService', true],
'App\\Task\\Repository\\TaskTemplateRepository' => ['privates', 'App\\Task\\Repository\\TaskTemplateRepository', 'getTaskTemplateRepositoryService', true],
'App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository' => ['privates', 'App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository', 'getLawFirmBarRegistrationCNBFRepositoryService', true],
'App\\UserRegistration\\Repository\\LawFirmInfosRepository' => ['privates', 'App\\UserRegistration\\Repository\\LawFirmInfosRepository', 'getLawFirmInfosRepositoryService', true],
'App\\UserRegistration\\Repository\\LawFirmOnboardingRepository' => ['privates', 'App\\UserRegistration\\Repository\\LawFirmOnboardingRepository', 'getLawFirmOnboardingRepositoryService', true],
'App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository' => ['privates', 'App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository', 'getLawFirmSubscriptionsRepositoryService', true],
'App\\UserRegistration\\Repository\\UserRegistrationRepository' => ['privates', 'App\\UserRegistration\\Repository\\UserRegistrationRepository', 'getUserRegistrationRepositoryService', true],
'App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository' => ['privates', 'App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository', 'getLawFirmFilterRepositoryService', true],
'BillingBundle\\Repository\\ActivityExpenseRepository' => ['privates', 'BillingBundle\\Repository\\ActivityExpenseRepository', 'getActivityExpenseRepositoryService', true],
'BillingBundle\\Repository\\ActivityOutlayRepository' => ['privates', 'BillingBundle\\Repository\\ActivityOutlayRepository', 'getActivityOutlayRepositoryService', true],
'BillingBundle\\Repository\\ActivityServiceRepository' => ['privates', 'BillingBundle\\Repository\\ActivityServiceRepository', 'getActivityServiceRepositoryService', true],
'BillingBundle\\Repository\\ActivityTimeRepository' => ['privates', 'BillingBundle\\Repository\\ActivityTimeRepository', 'getActivityTimeRepositoryService', true],
'BillingBundle\\Repository\\BankAccountRepository' => ['privates', 'BillingBundle\\Repository\\BankAccountRepository', 'getBankAccountRepositoryService', true],
'BillingBundle\\Repository\\BillingUserRepository' => ['privates', 'BillingBundle\\Repository\\BillingUserRepository', 'getBillingUserRepositoryService', true],
'BillingBundle\\Repository\\FeeRepository' => ['privates', 'BillingBundle\\Repository\\FeeRepository', 'getFeeRepositoryService', true],
'BillingBundle\\Repository\\FeeTrustRepository' => ['privates', 'BillingBundle\\Repository\\FeeTrustRepository', 'getFeeTrustRepositoryService', true],
'BillingBundle\\Repository\\InvoiceRepository' => ['privates', 'BillingBundle\\Repository\\InvoiceRepository', 'getInvoiceRepositoryService', true],
'BillingBundle\\Repository\\PaymentMethodRepository' => ['privates', 'BillingBundle\\Repository\\PaymentMethodRepository', 'getPaymentMethodRepositoryService', true],
'BillingBundle\\Repository\\PaymentRepository' => ['privates', 'BillingBundle\\Repository\\PaymentRepository', 'getPaymentRepositoryService', true],
'BillingBundle\\Repository\\SplitBillRepository' => ['privates', 'BillingBundle\\Repository\\SplitBillRepository', 'getSplitBillRepositoryService', true],
'BillingBundle\\Repository\\TrustRepository' => ['privates', 'BillingBundle\\Repository\\TrustRepository', 'getTrustRepositoryService', true],
'BillingBundle\\Repository\\VatRepository' => ['privates', 'BillingBundle\\Repository\\VatRepository', 'getVatRepositoryService', true],
'CRMBundle\\Repository\\ContactAddressRepository' => ['privates', 'CRMBundle\\Repository\\ContactAddressRepository', 'getContactAddressRepositoryService', true],
'CRMBundle\\Repository\\ContactQualityRepository' => ['privates', 'CRMBundle\\Repository\\ContactQualityRepository', 'getContactQualityRepositoryService', true],
'CRMBundle\\Repository\\ContactRelationshipTypeRepository' => ['privates', 'CRMBundle\\Repository\\ContactRelationshipTypeRepository', 'getContactRelationshipTypeRepositoryService', true],
'CRMBundle\\Repository\\ContactRepository' => ['privates', 'CRMBundle\\Repository\\ContactRepository', 'getContactRepositoryService', true],
'CRMBundle\\Repository\\ContactTitleRepository' => ['privates', 'CRMBundle\\Repository\\ContactTitleRepository', 'getContactTitleRepositoryService', true],
'CRMBundle\\Repository\\OrganizationRepository' => ['privates', 'CRMBundle\\Repository\\OrganizationRepository', 'getOrganizationRepositoryService', true],
'CRMBundle\\Repository\\PersonRepository' => ['privates', 'CRMBundle\\Repository\\PersonRepository', 'getPersonRepositoryService', true],
'CRMBundle\\Repository\\ProposalRepository' => ['privates', 'CRMBundle\\Repository\\ProposalRepository', 'getProposalRepositoryService', true],
'CalendarBundle\\Repository\\CalendarEventRepository' => ['privates', 'CalendarBundle\\Repository\\CalendarEventRepository', 'getCalendarEventRepositoryService', true],
'CalendarBundle\\Repository\\CalendarEventV3Repository' => ['privates', 'CalendarBundle\\Repository\\CalendarEventV3Repository', 'getCalendarEventV3RepositoryService', true],
'CalendarBundle\\Repository\\CalendarRepository' => ['privates', 'CalendarBundle\\Repository\\CalendarRepository', 'getCalendarRepositoryService', true],
'DocumentBundle\\Repository\\DocumentModelRepository' => ['privates', 'DocumentBundle\\Repository\\DocumentModelRepository', 'getDocumentModelRepositoryService', true],
'DriveBundle\\Repository\\DefaultFolderEntryRepository' => ['privates', 'DriveBundle\\Repository\\DefaultFolderEntryRepository', 'getDefaultFolderEntryRepositoryService', true],
'DriveBundle\\Repository\\DefaultFolderRepository' => ['privates', 'DriveBundle\\Repository\\DefaultFolderRepository', 'getDefaultFolderRepositoryService', true],
'MigrationBundle\\Repository\\MigrationRepository' => ['privates', 'MigrationBundle\\Repository\\MigrationRepository', 'getMigrationRepositoryService', true],
'SettingsBundle\\Repository\\AccountingCategoryRepository' => ['privates', 'SettingsBundle\\Repository\\AccountingCategoryRepository', 'getAccountingCategoryRepositoryService', true],
'SettingsBundle\\Repository\\AccountingPlanRepository' => ['privates', 'SettingsBundle\\Repository\\AccountingPlanRepository', 'getAccountingPlanRepositoryService', true],
'SettingsBundle\\Repository\\AccountingSubCategoryRepository' => ['privates', 'SettingsBundle\\Repository\\AccountingSubCategoryRepository', 'getAccountingSubCategoryRepositoryService', true],
'SettingsBundle\\Repository\\PaymentDelayRepository' => ['privates', 'SettingsBundle\\Repository\\PaymentDelayRepository', 'getPaymentDelayRepositoryService', true],
'SettingsBundle\\Repository\\TeamRepository' => ['privates', 'SettingsBundle\\Repository\\TeamRepository', 'getTeamRepositoryService', true],
], [
'AppBundle\\Repository\\AccountingExportRepository' => '?',
'AppBundle\\Repository\\ActivityEntryRepository' => '?',
'AppBundle\\Repository\\ApiLogRepository' => '?',
'AppBundle\\Repository\\AssetEntryRepository' => '?',
'AppBundle\\Repository\\AssetRepository' => '?',
'AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository' => '?',
'AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository' => '?',
'AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository' => '?',
'AppBundle\\Repository\\Category\\TimeCategoryPresetRepository' => '?',
'AppBundle\\Repository\\ChronometerRepository' => '?',
'AppBundle\\Repository\\ContactPortalUserMatterRepository' => '?',
'AppBundle\\Repository\\ContactPortalUserRepository' => '?',
'AppBundle\\Repository\\DataTableRepository' => '?',
'AppBundle\\Repository\\EmailExternalAccountRepository' => '?',
'AppBundle\\Repository\\FeeMatterFeeRepository' => '?',
'AppBundle\\Repository\\Field\\AbstractObjectFieldRepository' => '?',
'AppBundle\\Repository\\Field\\ContactFieldRepository' => '?',
'AppBundle\\Repository\\Field\\FieldRepository' => '?',
'AppBundle\\Repository\\Field\\MatterFieldRepository' => '?',
'AppBundle\\Repository\\FilterRepository' => '?',
'AppBundle\\Repository\\FlatFeeEntryRepository' => '?',
'AppBundle\\Repository\\LawFirmEstablishmentRepository' => '?',
'AppBundle\\Repository\\LawFirmExportRepository' => '?',
'AppBundle\\Repository\\LawFirmRepository' => '?',
'AppBundle\\Repository\\LawFirmTaxRateRepository' => '?',
'AppBundle\\Repository\\MatterCustomerLinkedContactRepository' => '?',
'AppBundle\\Repository\\MatterCustomerRepository' => '?',
'AppBundle\\Repository\\MatterParticipantRepository' => '?',
'AppBundle\\Repository\\MatterRepository' => '?',
'AppBundle\\Repository\\MatterUserDriveAccessRepository' => '?',
'AppBundle\\Repository\\NoteEntryRepository' => '?',
'AppBundle\\Repository\\NotificationRepository' => '?',
'AppBundle\\Repository\\PartyRepository' => '?',
'AppBundle\\Repository\\PartyTypeRepository' => '?',
'AppBundle\\Repository\\PortalDriveNotificationRepository' => '?',
'AppBundle\\Repository\\PracticeAreaRepository' => '?',
'AppBundle\\Repository\\ProfileRepository' => '?',
'AppBundle\\Repository\\Settings\\LawFirmSettingRepository' => '?',
'AppBundle\\Repository\\Settings\\UserSettingRepository' => '?',
'AppBundle\\Repository\\TaskRepository' => '?',
'AppBundle\\Repository\\Task\\TaskAssignedToUserRepository' => '?',
'AppBundle\\Repository\\Task\\TaskRepository' => '?',
'AppBundle\\Repository\\TimeEntryRepository' => '?',
'AppBundle\\Repository\\UserMailSettingsRepository' => '?',
'AppBundle\\Repository\\UserRepository' => '?',
'App\\Backoffice\\Repository\\BackofficeProfileRepository' => '?',
'App\\Backoffice\\Repository\\JobRepository' => '?',
'App\\Backoffice\\Repository\\LogRequestRepository' => '?',
'App\\Banqup\\Repository\\BanqupClientStatusRepository' => '?',
'App\\Core\\FeatureFlag\\FeatureFlagRepository' => '?',
'App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository' => '?',
'App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository' => '?',
'App\\Delivract\\Repository\\DocumentBailiffHistoryRepository' => '?',
'App\\Delivract\\Repository\\DocumentBailiffRepository' => '?',
'App\\Delivract\\Repository\\DocumentBailiffStepRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository' => '?',
'App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository' => '?',
'App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository' => '?',
'App\\ESignature\\Repository\\SignatureDocumentRepository' => '?',
'App\\ESignature\\Repository\\SignatureRequestRepository' => '?',
'App\\ESignature\\Repository\\SignerFieldsRepository' => '?',
'App\\ESignature\\Repository\\SignerRepository' => '?',
'App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository' => '?',
'App\\Invoice\\Repository\\InvoiceCommentBadgeRepository' => '?',
'App\\Invoice\\Repository\\InvoiceCommentRepository' => '?',
'App\\JarvisAI\\Repository\\UserAIConversationRepository' => '?',
'App\\JarvisAI\\Repository\\UserAILogRepository' => '?',
'App\\JarvisAI\\Repository\\UserAIPromptRepository' => '?',
'App\\Mail\\Repository\\MailDriveRepository' => '?',
'App\\Mail\\Repository\\MailEventRepository' => '?',
'App\\Mail\\Repository\\MailMatterRepository' => '?',
'App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository' => '?',
'App\\Task\\Repository\\TaskTemplateItemRepository' => '?',
'App\\Task\\Repository\\TaskTemplateRepository' => '?',
'App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository' => '?',
'App\\UserRegistration\\Repository\\LawFirmInfosRepository' => '?',
'App\\UserRegistration\\Repository\\LawFirmOnboardingRepository' => '?',
'App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository' => '?',
'App\\UserRegistration\\Repository\\UserRegistrationRepository' => '?',
'App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository' => '?',
'BillingBundle\\Repository\\ActivityExpenseRepository' => '?',
'BillingBundle\\Repository\\ActivityOutlayRepository' => '?',
'BillingBundle\\Repository\\ActivityServiceRepository' => '?',
'BillingBundle\\Repository\\ActivityTimeRepository' => '?',
'BillingBundle\\Repository\\BankAccountRepository' => '?',
'BillingBundle\\Repository\\BillingUserRepository' => '?',
'BillingBundle\\Repository\\FeeRepository' => '?',
'BillingBundle\\Repository\\FeeTrustRepository' => '?',
'BillingBundle\\Repository\\InvoiceRepository' => '?',
'BillingBundle\\Repository\\PaymentMethodRepository' => '?',
'BillingBundle\\Repository\\PaymentRepository' => '?',
'BillingBundle\\Repository\\SplitBillRepository' => '?',
'BillingBundle\\Repository\\TrustRepository' => '?',
'BillingBundle\\Repository\\VatRepository' => '?',
'CRMBundle\\Repository\\ContactAddressRepository' => '?',
'CRMBundle\\Repository\\ContactQualityRepository' => '?',
'CRMBundle\\Repository\\ContactRelationshipTypeRepository' => '?',
'CRMBundle\\Repository\\ContactRepository' => '?',
'CRMBundle\\Repository\\ContactTitleRepository' => '?',
'CRMBundle\\Repository\\OrganizationRepository' => '?',
'CRMBundle\\Repository\\PersonRepository' => '?',
'CRMBundle\\Repository\\ProposalRepository' => '?',
'CalendarBundle\\Repository\\CalendarEventRepository' => '?',
'CalendarBundle\\Repository\\CalendarEventV3Repository' => '?',
'CalendarBundle\\Repository\\CalendarRepository' => '?',
'DocumentBundle\\Repository\\DocumentModelRepository' => '?',
'DriveBundle\\Repository\\DefaultFolderEntryRepository' => '?',
'DriveBundle\\Repository\\DefaultFolderRepository' => '?',
'MigrationBundle\\Repository\\MigrationRepository' => '?',
'SettingsBundle\\Repository\\AccountingCategoryRepository' => '?',
'SettingsBundle\\Repository\\AccountingPlanRepository' => '?',
'SettingsBundle\\Repository\\AccountingSubCategoryRepository' => '?',
'SettingsBundle\\Repository\\PaymentDelayRepository' => '?',
'SettingsBundle\\Repository\\TeamRepository' => '?',
])));
$a->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$a->addCustomStringFunction('if', 'DoctrineExtensions\\Query\\Mysql\\IfElse');
$a->addCustomStringFunction('ifnull', 'DoctrineExtensions\\Query\\Mysql\\IfNull');
$a->addCustomStringFunction('replace', 'DoctrineExtensions\\Query\\Mysql\\Replace');
$a->addCustomStringFunction('json_extract', 'App\\Backoffice\\ORM\\DQL\\JsonExtractExpression');
$a->addCustomDatetimeFunction('date', 'DoctrineExtensions\\Query\\Mysql\\Date');
$a->addFilter('softdeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$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([0 => 'softdeleteable'], []))->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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? ($this->privates['AppBundle\\EventListener\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\AuthenticationSuccessListener()));
}, 1 => 'onAuthenticationSuccessResponse'], 0);
$instance->addListener('user.adding.success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\EmailAddUserListener'] ?? $this->load('getEmailAddUserListenerService'));
}, 1 => 'onUserAddedSuccess'], 0);
$instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\Portal\\AuthenticationSuccessListener'] ?? ($this->privates['AppBundle\\EventListener\\Portal\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\Portal\AuthenticationSuccessListener()));
}, 1 => 'onAuthenticationSuccessResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['AppBundle\\Listener\\WhiteListListener'] ?? $this->getWhiteListListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('lexik_jwt_authentication.on_authentication_failure', [0 => function () {
return ($this->privates['App\\Outlook\\EventListener\\AuthenticationFailureListener'] ?? ($this->privates['App\\Outlook\\EventListener\\AuthenticationFailureListener'] = new \App\Outlook\EventListener\AuthenticationFailureListener()));
}, 1 => 'onAuthenticationFailureResponse'], 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.request', [0 => function () {
return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
}, 1 => 'onKernelRequest'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
}, 1 => 'onKernelRequest'], 34);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
}, 1 => 'onKernelController'], 5);
$instance->addListener('flow.previous_step_invalid', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
}, 1 => 'onPreviousStepInvalid'], 0);
$instance->addListener('flow.flow_expired', [0 => function () {
return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
}, 1 => 'onFlowExpired'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [0 => function () {
return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
}, 1 => 'onPostIndexPopulate'], -9999);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.contact'] ?? $this->load('getFosElastica_Listener_ContactService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.contact'] ?? $this->load('getFosElastica_Listener_ContactService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.matter'] ?? $this->load('getFosElastica_Listener_MatterService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.matter'] ?? $this->load('getFosElastica_Listener_MatterService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.invoice'] ?? $this->load('getFosElastica_Listener_InvoiceService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.invoice'] ?? $this->load('getFosElastica_Listener_InvoiceService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.user'] ?? $this->load('getFosElastica_Listener_UserService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.user'] ?? $this->load('getFosElastica_Listener_UserService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.law_firm'] ?? $this->load('getFosElastica_Listener_LawFirmService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['fos_elastica.listener.law_firm'] ?? $this->load('getFosElastica_Listener_LawFirmService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('gos_web_socket.client_connected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientConnect'], 0);
$instance->addListener('gos_web_socket.client_disconnected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientDisconnect'], 0);
$instance->addListener('gos_web_socket.client_error', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientError'], 0);
$instance->addListener('gos_web_socket.client_rejected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onClientRejected'], 0);
$instance->addListener('gos_web_socket.connection_rejected', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
}, 1 => 'onConnectionRejected'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $this->load('getGosWebSocket_EventListener_ClosePusherConnectionsService'));
}, 1 => 'closeConnection'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService'));
}, 1 => 'registerPeriodicHandler'], 255);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_periodic_timers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicTimersService'));
}, 1 => 'registerPeriodics'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.register_push_handlers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPushHandlersService'));
}, 1 => 'registerPushHandlers'], 0);
$instance->addListener('gos_web_socket.server_launched', [0 => function () {
return ($this->privates['gos_web_socket.event_listener.start_server'] ?? $this->load('getGosWebSocket_EventListener_StartServerService'));
}, 1 => 'bindPnctlEvent'], 0);
$instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
}, 1 => 'attachRefreshToken'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
}, 1 => 'onLogout'], 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'], -15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
}, 1 => 'handleExceptionEvent'], 128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
}, 1 => 'onKernelException'], 512);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
}, 1 => 'onKernelException'], 512);
$instance->addListener('AppBundle\\Event\\AccountingEntry\\RegisterPaymentAccountingEntryEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\AccountingEntry\\RegisterPaymentAccountingEntryEventListener'] ?? $this->load('getRegisterPaymentAccountingEntryEventListenerService'));
}, 1 => 'onRegisterPaymentAccountingEntry'], 0);
$instance->addListener('AppBundle\\Event\\AccountingExportCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\AccountingExportListener'] ?? $this->load('getAccountingExportListenerService'));
}, 1 => 'onCreate'], 0);
$instance->addListener('AppBundle\\Event\\ActivityEntrySaveEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ActivityEntryEventListener'] ?? $this->load('getActivityEntryEventListenerService'));
}, 1 => 'onSave'], 0);
$instance->addListener('AppBundle\\Event\\ActivityEntryCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ActivityEntryPutUserInSessionListener'] ?? $this->load('getActivityEntryPutUserInSessionListenerService'));
}, 1 => 'putSession'], 0);
$instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\AssetBalanceEventListener'] ?? $this->load('getAssetBalanceEventListenerService'));
}, 1 => 'onAssetValidated'], 0);
$instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\AssetEventListener'] ?? $this->load('getAssetEventListenerService'));
}, 1 => 'onAssetValidated'], 0);
$instance->addListener('CalendarBundle\\Event\\CalendarEventCalendar\\CalendarEventCalendarCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\Calendar\\CreateEventListener'] ?? $this->load('getCreateEventListenerService'));
}, 1 => 'onCalendarEventCalendarCreated'], 0);
$instance->addListener('contact_portal_user.create.success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
}, 1 => 'onUserCreated'], 0);
$instance->addListener('contact_portal_user.edit.success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
}, 1 => 'onUserEdited'], 0);
$instance->addListener('AppBundle\\Event\\Portal\\ContactPortalUserRenamedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
}, 1 => 'onUserRenamed'], 0);
$instance->addListener('AppBundle\\Event\\TaskEmailNotifyEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\EmailNotificationTaskEventListener'] ?? $this->load('getEmailNotificationTaskEventListenerService'));
}, 1 => 'onTaskEmailNotification'], 0);
$instance->addListener('AppBundle\\Event\\LawFirmCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\LawFirmListener'] ?? $this->load('getLawFirmListenerService'));
}, 1 => 'onLawFirmCreated'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\LoginEventListener'] ?? $this->load('getLoginEventListenerService'));
}, 1 => 'onLogin'], 0);
$instance->addListener('AppBundle\\Event\\Mail\\UserMailSignatureUpdatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\Mail\\UserMailSettingsListener'] ?? $this->load('getUserMailSettingsListenerService'));
}, 1 => 'onSignatureUpdated'], 0);
$instance->addListener('AppBundle\\Event\\Matter\\MatterParticipantCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\Matter\\MatterParticipantListener'] ?? $this->load('getMatterParticipantListenerService'));
}, 1 => 'onCreate'], 0);
$instance->addListener('AppBundle\\Event\\MatterDeleteEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\MatterEventListener'] ?? $this->load('getMatterEventListenerService'));
}, 1 => 'onMatterDeleted'], 0);
$instance->addListener('AppBundle\\Event\\MatterCurrencyChangeEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\MatterEventListener'] ?? $this->load('getMatterEventListenerService'));
}, 1 => 'onMatterChangeCurrency'], 0);
$instance->addListener('AppBundle\\Event\\MatterUserDriveAccessItemShareEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\MatterUserDriveAccessEventListener'] ?? $this->load('getMatterUserDriveAccessEventListenerService'));
}, 1 => 'onDriveItemSharedEvent'], 0);
$instance->addListener('AppBundle\\Event\\Profile\\ProfileRoleMatterDriveAccessAddedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ProfileEventListener'] ?? $this->load('getProfileEventListenerService'));
}, 1 => 'onRoleMatterDriveAccessAdded'], 0);
$instance->addListener('AppBundle\\Event\\Profile\\ProfileRoleMatterDriveAccessRemovedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ProfileEventListener'] ?? $this->load('getProfileEventListenerService'));
}, 1 => 'onRoleMatterDriveAccessRemoved'], 0);
$instance->addListener('fos_user.change_password.edit.success', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\ProfileListener'] ?? $this->load('getProfileListenerService'));
}, 1 => 'onPasswordChanged'], 0);
$instance->addListener('AppBundle\\Event\\MatterClosedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
}, 1 => 'onMatterStatusChanged'], 0);
$instance->addListener('AppBundle\\Event\\MatterArchivedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
}, 1 => 'onMatterArchived'], 0);
$instance->addListener('AppBundle\\Event\\MatterUnarchivedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
}, 1 => 'onMatterUnarchived'], 0);
$instance->addListener('AppBundle\\Event\\Task\\TaskCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\TaskEventListener'] ?? $this->load('getTaskEventListenerService'));
}, 1 => 'onTaskCreated'], 0);
$instance->addListener('AppBundle\\Event\\Task\\TaskUpdatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\TaskEventListener'] ?? $this->load('getTaskEventListenerService'));
}, 1 => 'onTaskUpdated'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
}, 1 => 'onUserCreated'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserRoleMatterDriveAccessAddedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
}, 1 => 'onRoleMatterDriveAccessAdded'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserRoleMatterDriveAccessRemovedEvent', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
}, 1 => 'onRoleMatterDriveAccessRemoved'], 0);
$instance->addListener('AppBundle\\Event\\UserUpdateBackdatedHisHourlyRate', [0 => function () {
return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
}, 1 => 'onHourlyRateChanged'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['AppBundle\\EventSubscriber\\ApiLogSubscriber'] ?? $this->getApiLogSubscriberService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('contact.apply_hourly_rate', [0 => function () {
return ($this->privates['AppBundle\\EventSubscriber\\HourlyRateSubscriber'] ?? $this->load('getHourlyRateSubscriberService'));
}, 1 => 'onContactApplyHourlyRate'], 0);
$instance->addListener('matter.apply_hourly_rate', [0 => function () {
return ($this->privates['AppBundle\\EventSubscriber\\HourlyRateSubscriber'] ?? $this->load('getHourlyRateSubscriberService'));
}, 1 => 'onMatterApplyHourlyRate'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['AppBundle\\EventSubscriber\\WebhookSubscriber'] ?? $this->getWebhookSubscriberService());
}, 1 => 'onKernelResponse'], 1000);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['AppBundle\\EventSubscriber\\XSSSubscriber'] ?? ($this->privates['AppBundle\\EventSubscriber\\XSSSubscriber'] = new \AppBundle\EventSubscriber\XSSSubscriber()));
}, 1 => 'onKernelRequest'], 1000);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['AppBundle\\Form\\EventListener\\HourlyRateTypeSubscriber'] ?? ($this->privates['AppBundle\\Form\\EventListener\\HourlyRateTypeSubscriber'] = new \AppBundle\Form\EventListener\HourlyRateTypeSubscriber()));
}, 1 => 'updateHourlyRate'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['AppBundle\\Form\\EventListener\\UpdateToggleActiveFieldSubscriber'] ?? $this->load('getUpdateToggleActiveFieldSubscriberService'));
}, 1 => 'onPreSetData'], 0);
$instance->addListener('BillingBundle\\Event\\CreateTimeEntryEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
}, 1 => 'onTimeEntryCreated'], 0);
$instance->addListener('BillingBundle\\Event\\CreateExpenseEntryEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
}, 1 => 'onExpenseEntryCreated'], 0);
$instance->addListener('BillingBundle\\Event\\CreateFlatFeeEntryEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
}, 1 => 'onFlatFeeCreated'], 0);
$instance->addListener('BillingBundle\\Event\\CreateOutlayEntryEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
}, 1 => 'onOutlayEntryCreated'], 0);
$instance->addListener('BillingBundle\\Event\\ComputeFeeEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\CreateFeeEventListener'] ?? $this->load('getCreateFeeEventListenerService'));
}, 1 => 'onFeeComputed'], 0);
$instance->addListener('BillingBundle\\Event\\FeePayedEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
}, 1 => 'onFeePayed'], 0);
$instance->addListener('BillingBundle\\Event\\FeeValidatedEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
}, 1 => 'onFeeValidated'], 0);
$instance->addListener('BillingBundle\\Event\\FeeWaitingForPaymentEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
}, 1 => 'onFeeWaitingForPayment'], 0);
$instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\InvoiceEventListener'] ?? $this->load('getInvoiceEventListenerService'));
}, 1 => 'onAssetValidated'], 0);
$instance->addListener('App\\Mail\\Event\\EmailSendEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\InvoiceEventListener'] ?? $this->load('getInvoiceEventListenerService'));
}, 1 => 'onSent'], 0);
$instance->addListener('BillingBundle\\Event\\RemoveFeeTrustEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\ResetFeeTrustBalanceEventListener'] ?? $this->load('getResetFeeTrustBalanceEventListenerService'));
}, 1 => 'onFeeTrustRemoved'], 0);
$instance->addListener('BillingBundle\\Event\\UpdateTrustStatusEvent', [0 => function () {
return ($this->privates['BillingBundle\\EventListener\\TrustEventListener'] ?? $this->load('getTrustEventListenerService'));
}, 1 => 'onTrustPayed'], 0);
$instance->addListener('CalendarBundle\\Event\\CalendarEventUpdatedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
}, 1 => 'onUpdated'], 0);
$instance->addListener('CalendarBundle\\Event\\CalendarEventDeletedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
}, 1 => 'onDeleted'], 0);
$instance->addListener('CalendarBundle\\Event\\CalendarEventCalendar\\CalendarEventCalendarCreatedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
}, 1 => 'onCalendarEventCalendarCreated'], 0);
$instance->addListener('AppBundle\\Event\\LawFirmCreatedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
}, 1 => 'onLawFirmCreated'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
}, 1 => 'onUserCreated'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserChangedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
}, 1 => 'onUserNameChanged'], 0);
$instance->addListener('AppBundle\\Event\\LawFirmNameChangedEvent', [0 => function () {
return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
}, 1 => 'onLawFirmNameChanged'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['CommonBundle\\EventListener\\CsrfProtectedListener'] ?? $this->getCsrfProtectedListenerService());
}, 1 => 'onKernelController'], -10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
}, 1 => 'onConsoleException'], 0);
$instance->addListener('CRMBundle\\Event\\ProposalCreatedEvent', [0 => function () {
return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
}, 1 => 'onCreate'], 0);
$instance->addListener('CRMBundle\\Event\\ProposalCreatedEvent', [0 => function () {
return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
}, 1 => 'createMatter'], 0);
$instance->addListener('CRMBundle\\Event\\ProposalChangeStatusEvent', [0 => function () {
return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
}, 1 => 'onContactChangeStatus'], 0);
$instance->addListener('CRMBundle\\Event\\ProposalChangeStatusEvent', [0 => function () {
return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
}, 1 => 'openMatter'], 0);
$instance->addListener('CRMBundle\\Event\\ContactCreateEvent', [0 => function () {
return ($this->privates['CRMBundle\\EventListener\\SharedContactEventListener'] ?? $this->load('getSharedContactEventListenerService'));
}, 1 => 'onContactAddedSuccess'], 0);
$instance->addListener('AppBundle\\Event\\MatterCreatedEvent', [0 => function () {
return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
}, 1 => 'onMatterCreated'], 0);
$instance->addListener('AppBundle\\Event\\MatterNameOrReferenceChangedEvent', [0 => function () {
return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
}, 1 => 'onMatterNameChanged'], 0);
$instance->addListener('AppBundle\\Event\\MatterSharedToLawFirmEditedEvent', [0 => function () {
return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
}, 1 => 'onMatterChangedShareToLawFirm'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserChangedEvent', [0 => function () {
return ($this->privates['DriveBundle\\EventListener\\UserListener'] ?? $this->load('getUserListener2Service'));
}, 1 => 'onUserChanged'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\Core\\DataTable\\DataTableResponseListener'] ?? $this->load('getDataTableResponseListenerService'));
}, 1 => 'onKernelView'], 31);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\BlurModuleListener'] ?? $this->load('getBlurModuleListenerService'));
}, 1 => 'onKernelException'], 2);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'changeRequestContext'], 0);
$instance->addListener('before_processing', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\Consumer\\DoctrinePingConnectionListener'] ?? $this->load('getDoctrinePingConnectionListenerService'));
}, 1 => 'onBeforeProcessingMessage'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('fos_user.resetting.send_email.completed', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\ResettingPasswordListener'] ?? $this->load('getResettingPasswordListenerService'));
}, 1 => 'onResettingSendEmailCompleted'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'] ?? $this->getAppDevEventListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] ?? $this->getCsrfCookieSubscriberService());
}, 1 => 'onKernelResponse'], -5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] ?? $this->getCsrfCookieSubscriberService());
}, 1 => 'onKernelController'], -20);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\Core\\FeatureFlag\\FeatureFlagListener'] ?? $this->getFeatureFlagListenerService());
}, 1 => 'onKernelController'], -10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Core\\Language\\BetaLanguageListener'] ?? $this->getBetaLanguageListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Core\\Request\\RequestExceptionListener'] ?? ($this->privates['App\\Core\\Request\\RequestExceptionListener'] = new \App\Core\Request\RequestExceptionListener()));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Delivract\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
}, 1 => 'onApiException'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Nextcloud\Form\Listener\AddShareMatterToAllListener()));
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Nextcloud\Form\Listener\AddShareMatterToAllListener()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('share_portal_folder', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\EventSubscriber\\ContactPortalUserSubscriber'] ?? $this->load('getContactPortalUserSubscriberService'));
}, 1 => 'onSharingContact'], 0);
$instance->addListener('close_contact', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\EventSubscriber\\ContactPortalUserSubscriber'] ?? $this->load('getContactPortalUserSubscriberService'));
}, 1 => 'onClosingContact'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Sharepoint\Form\Listener\AddShareMatterToAllListener()));
}, 1 => 'onPreSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Sharepoint\Form\Listener\AddShareMatterToAllListener()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListener2Service'));
}, 1 => 'onApiException'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] ?? $this->getSharepointAuthListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] ?? $this->getSharepointAuthListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('App\\Mail\\Event\\EmailExternalAccountCreatedEvent', [0 => function () {
return ($this->privates['App\\Mail\\EventListener\\EmailExternalAccountListener'] ?? $this->load('getEmailExternalAccountListenerService'));
}, 1 => 'onCreated'], 0);
$instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
return ($this->privates['App\\Outlook\\EventListener\\JWTSubscriber'] ?? ($this->privates['App\\Outlook\\EventListener\\JWTSubscriber'] = new \App\Outlook\EventListener\JWTSubscriber()));
}, 1 => 'onJWTCreated'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\Security\\UserStatusAuthListener'] ?? $this->getUserStatusAuthListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\Security\\UserStatusAuthListener'] ?? $this->getUserStatusAuthListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [0 => function () {
return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
}, 1 => 'onUserCreated'], 0);
$instance->addListener('AppBundle\\Event\\User\\UserEvent', [0 => function () {
return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
}, 1 => 'onUserInactiveStatusChanged'], 0);
$instance->addListener('fos_user.user.activated', [0 => function () {
return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
}, 1 => 'onUserActivated'], 0);
$instance->addListener('fos_user.user.deactivated', [0 => function () {
return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
}, 1 => 'onUserDeactivated'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Wam\\EventSubscriber\\PasswordResettingSubscriber'] ?? $this->getPasswordResettingSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\Wam\\EventSubscriber\\WamLoginRedirectSubscriber'] ?? $this->getWamLoginRedirectSubscriberService());
}, 1 => 'onKernelRequest'], 9);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true)));
}, 1 => 'addCommandData'], 1);
$instance->addListener('law_firm.disabled', [0 => function () {
return ($this->privates['App\\Backoffice\\EventListener\\LawFirm\\LawFirmDisabledEventListener'] ?? $this->load('getLawFirmDisabledEventListenerService'));
}, 1 => 'onDisabled'], 0);
$instance->addListener('before_processing', [0 => function () {
return ($this->privates['App\\Backoffice\\Job\\ConsumerListener'] ?? $this->load('getConsumerListenerService'));
}, 1 => 'onBeforeProcessingMessage'], 0);
$instance->addListener('after_processing', [0 => function () {
return ($this->privates['App\\Backoffice\\Job\\ConsumerListener'] ?? $this->load('getConsumerListenerService'));
}, 1 => 'onAfterProcessingMessage'], 0);
$instance->addListener('jarvis.ai.log', [0 => function () {
return ($this->privates['App\\JarvisAI\\EventSubscriber\\UserAILogSubscriber'] ?? $this->load('getUserAILogSubscriberService'));
}, 1 => 'onUserAILog'], 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->getLocaleListener2Service());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
}, 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->getExceptionListener3Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('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('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
}, 1 => 'onTerminate'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\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.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
}, 1 => 'onKernelView'], 30);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('knp_pager.items', [0 => function () {
return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
}, 1 => 'items'], 1);
$instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [0 => function () {
return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
}, 1 => 'filterObjects'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('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('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_rest.view_handler' shared service.
*
* @return \FOS\RestBundle\View\ViewHandler
*/
protected function getFosRest_ViewHandlerService()
{
return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false, 'xml' => false], 400, 204, false, ['serializeNullStrategy' => false]);
}
/**
* Gets the public 'fos_user.user_manager' shared autowired service.
*
* @return \AppBundle\Manager\UserManager
*/
protected function getFosUser_UserManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['fos_user.user_manager'])) {
return $this->services['fos_user.user_manager'];
}
$this->services['fos_user.user_manager'] = $instance = new \AppBundle\Manager\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), $a, 'AppBundle\\Entity\\User', ($this->privates['AppBundle\\Util\\PasswordGenerator'] ?? $this->getPasswordGeneratorService()), 'fr', $a, 'Europe/Paris', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setDomainEventsCollector(($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService()));
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->privates['debug.stopwatch'] ?? ($this->privates['debug.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 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
$a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
$b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
$c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
$d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
$e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
$f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$f->setOptions(1024);
$g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
$g->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d, $e, $c), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $d, $e, $c)], ['json' => $f, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ThisTokenIsNotSoSecretChangeIt'))), $a, 'profile_pictures', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('profile_pictures', ($this->services['liip_imagine.cache.resolver.profile_pictures'] ?? $this->getLiipImagine_Cache_Resolver_ProfilePicturesService()));
$instance->addResolver('logotype_pictures', ($this->services['liip_imagine.cache.resolver.logotype_pictures'] ?? $this->getLiipImagine_Cache_Resolver_LogotypePicturesService()));
$instance->addResolver('mail_pictures', ($this->services['liip_imagine.cache.resolver.mail_pictures'] ?? $this->getLiipImagine_Cache_Resolver_MailPicturesService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/', 'media/cache', 'private');
}
/**
* Gets the public 'liip_imagine.cache.resolver.logotype_pictures' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
*/
protected function getLiipImagine_Cache_Resolver_LogotypePicturesService()
{
return $this->services['liip_imagine.cache.resolver.logotype_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/', 'media/cache', 'private');
}
/**
* Gets the public 'liip_imagine.cache.resolver.mail_pictures' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
*/
protected function getLiipImagine_Cache_Resolver_MailPicturesService()
{
return $this->services['liip_imagine.cache.resolver.mail_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $this->getEnv('APPLICATION_URL'), 'media/cache', 'private');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.resolver.profile_pictures' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
*/
protected function getLiipImagine_Cache_Resolver_ProfilePicturesService()
{
return $this->services['liip_imagine.cache.resolver.profile_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/', 'media/cache', 'private');
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ThisTokenIsNotSoSecretChangeIt');
}
/**
* 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['job.middleware.traceable'] ?? $this->load('getJob_Middleware_TraceableService'));
yield 1 => ($this->privates['job.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['job.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('job')));
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['job.middleware.doctrine_ping_connection'] ?? $this->load('getJob_Middleware_DoctrinePingConnectionService'));
yield 6 => ($this->privates['job.middleware.doctrine_close_connection'] ?? $this->load('getJob_Middleware_DoctrineCloseConnectionService'));
yield 7 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
yield 8 => ($this->privates['job.middleware.handle_message'] ?? $this->load('getJob_Middleware_HandleMessageService'));
}, 9)));
}
/**
* Gets the public 'monolog.logger.sharepoint' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SharepointService()
{
$this->services['monolog.logger.sharepoint'] = $instance = new \Symfony\Bridge\Monolog\Logger('sharepoint');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.websocket' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_WebsocketService()
{
$this->services['monolog.logger.websocket'] = $instance = new \Symfony\Bridge\Monolog\Logger('websocket');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'oneup_flysystem.invoice_local_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getOneupFlysystem_InvoiceLocalFilesystemService()
{
return $this->services['oneup_flysystem.invoice_local_filesystem'] = new \League\Flysystem\Filesystem(($this->privates['oneup_flysystem.dev_uploads_adapter'] ?? $this->getOneupFlysystem_DevUploadsAdapterService()), []);
}
/**
* Gets the public 'oneup_flysystem.uploaded_files_filesystem' shared service.
*
* @return \League\Flysystem\Filesystem
*/
protected function getOneupFlysystem_UploadedFilesFilesystemService()
{
return $this->services['oneup_flysystem.uploaded_files_filesystem'] = new \League\Flysystem\Filesystem(($this->privates['oneup_flysystem.dev_uploads_adapter'] ?? $this->getOneupFlysystem_DevUploadsAdapterService()), []);
}
/**
* 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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$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), (\dirname(__DIR__, 4).'/app/config/routing_dev.yml'), ['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], ($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 '.24_doctrine_metadata_driver~cOMK6LQ' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\XmlDriver
*/
protected function get_24DoctrineMetadataDrivercOMK6LQService()
{
return $this->privates['.24_doctrine_metadata_driver~cOMK6LQ'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), NULL, true);
}
/**
* Gets the private '.cache_connection.IZ75zVf' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AbstractAdapter
*/
protected function get_CacheConnection_IZ75zVfService()
{
return $this->privates['.cache_connection.IZ75zVf'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_DSN'), ['lazy' => true]);
}
/**
* 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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$b->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.Jql8bvQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jql8bvQService()
{
return $this->privates['.service_locator.Jql8bvQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api_internal_drive' => ['privates', 'security.firewall.map.context.api_internal_drive', 'getSecurity_Firewall_Map_Context_ApiInternalDriveService', true],
'security.firewall.map.context.api_internal_yousign' => ['privates', 'security.firewall.map.context.api_internal_yousign', 'getSecurity_Firewall_Map_Context_ApiInternalYousignService', true],
'security.firewall.map.context.api_portal' => ['privates', 'security.firewall.map.context.api_portal', 'getSecurity_Firewall_Map_Context_ApiPortalService', true],
'security.firewall.map.context.api_portal_login' => ['privates', 'security.firewall.map.context.api_portal_login', 'getSecurity_Firewall_Map_Context_ApiPortalLoginService', true],
'security.firewall.map.context.api_portal_password' => ['privates', 'security.firewall.map.context.api_portal_password', 'getSecurity_Firewall_Map_Context_ApiPortalPasswordService', true],
'security.firewall.map.context.api_portal_public' => ['privates', 'security.firewall.map.context.api_portal_public', 'getSecurity_Firewall_Map_Context_ApiPortalPublicService', true],
'security.firewall.map.context.api_token' => ['privates', 'security.firewall.map.context.api_token', 'getSecurity_Firewall_Map_Context_ApiTokenService', true],
'security.firewall.map.context.api_token_refresh' => ['privates', 'security.firewall.map.context.api_token_refresh', 'getSecurity_Firewall_Map_Context_ApiTokenRefreshService', true],
'security.firewall.map.context.api_user' => ['privates', 'security.firewall.map.context.api_user', 'getSecurity_Firewall_Map_Context_ApiUserService', true],
'security.firewall.map.context.backoffice' => ['privates', 'security.firewall.map.context.backoffice', 'getSecurity_Firewall_Map_Context_BackofficeService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.healthcheck' => ['privates', 'security.firewall.map.context.healthcheck', 'getSecurity_Firewall_Map_Context_HealthcheckService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
'security.firewall.map.context.onlyoffice' => ['privates', 'security.firewall.map.context.onlyoffice', 'getSecurity_Firewall_Map_Context_OnlyofficeService', true],
'security.firewall.map.context.speech_api' => ['privates', 'security.firewall.map.context.speech_api', 'getSecurity_Firewall_Map_Context_SpeechApiService', true],
], [
'security.firewall.map.context.api_internal_drive' => '?',
'security.firewall.map.context.api_internal_yousign' => '?',
'security.firewall.map.context.api_portal' => '?',
'security.firewall.map.context.api_portal_login' => '?',
'security.firewall.map.context.api_portal_password' => '?',
'security.firewall.map.context.api_portal_public' => '?',
'security.firewall.map.context.api_token' => '?',
'security.firewall.map.context.api_token_refresh' => '?',
'security.firewall.map.context.api_user' => '?',
'security.firewall.map.context.backoffice' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.healthcheck' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.onlyoffice' => '?',
'security.firewall.map.context.speech_api' => '?',
]);
}
/**
* Gets the private 'AppBundle\DataCollector\NotificationDataCollector' shared autowired service.
*
* @return \AppBundle\DataCollector\NotificationDataCollector
*/
protected function getNotificationDataCollectorService()
{
$a = ($this->privates['AppBundle\\Notification\\NotificationSender'] ?? $this->getNotificationSenderService());
if (isset($this->privates['AppBundle\\DataCollector\\NotificationDataCollector'])) {
return $this->privates['AppBundle\\DataCollector\\NotificationDataCollector'];
}
return $this->privates['AppBundle\\DataCollector\\NotificationDataCollector'] = new \AppBundle\DataCollector\NotificationDataCollector($a);
}
/**
* Gets the private 'AppBundle\EventSubscriber\ApiLogSubscriber' shared autowired service.
*
* @return \AppBundle\EventSubscriber\ApiLogSubscriber
*/
protected function getApiLogSubscriberService()
{
return $this->privates['AppBundle\\EventSubscriber\\ApiLogSubscriber'] = new \AppBundle\EventSubscriber\ApiLogSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'AppBundle\EventSubscriber\WebhookSubscriber' shared autowired service.
*
* @return \AppBundle\EventSubscriber\WebhookSubscriber
*/
protected function getWebhookSubscriberService()
{
return $this->privates['AppBundle\\EventSubscriber\\WebhookSubscriber'] = new \AppBundle\EventSubscriber\WebhookSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger' => ['privates', 'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger', 'getZohoSubcriptionWebhookLoggerService', true],
], [
'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger' => 'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger',
]))->withContext('AppBundle\\EventSubscriber\\WebhookSubscriber', $this));
}
/**
* Gets the private 'AppBundle\Listener\WhiteListListener' shared autowired service.
*
* @return \AppBundle\Listener\WhiteListListener
*/
protected function getWhiteListListenerService()
{
return $this->privates['AppBundle\\Listener\\WhiteListListener'] = new \AppBundle\Listener\WhiteListListener(($this->privates['AppBundle\\Service\\Security\\WhiteListManager'] ?? $this->getWhiteListManagerService()), 'dev', $this->getEnv('bool:CHECK_WHITELIST'));
}
/**
* Gets the private 'AppBundle\Notification\NotificationResolver' shared autowired service.
*
* @return \AppBundle\Notification\NotificationResolver
*/
protected function getNotificationResolverService()
{
return $this->privates['AppBundle\\Notification\\NotificationResolver'] = new \AppBundle\Notification\NotificationResolver([0 => new \AppBundle\Notification\Type\Calendar\CalendarEventLawFirmType(), 1 => new \AppBundle\Notification\Type\Calendar\CalendarEventUserType(), 2 => new \AppBundle\Notification\Type\Contact\ApplyHourlyRateType(), 3 => new \AppBundle\Notification\Type\Contact\SharedContactsToUserType(), 4 => new \AppBundle\Notification\Type\Contact\SharingContactsCompletedType(), 5 => new \AppBundle\Notification\Type\Contact\UnsharedContactsToUserType(), 6 => new \AppBundle\Notification\Type\DocumentBailiff\CancelType(), 7 => new \AppBundle\Notification\Type\DocumentBailiff\CreationType(), 8 => new \AppBundle\Notification\Type\DocumentBailiff\MessageType(), 9 => new \AppBundle\Notification\Type\DocumentBailiff\ResumeType(), 10 => new \AppBundle\Notification\Type\DocumentBailiff\ServedType(), 11 => new \AppBundle\Notification\Type\DocumentBailiff\SuspendType(), 12 => new \AppBundle\Notification\Type\DocumentWorkflow\CommentType(), 13 => new \AppBundle\Notification\Type\DocumentWorkflow\CorrectionType(), 14 => new \AppBundle\Notification\Type\DocumentWorkflow\CreationType(), 15 => new \AppBundle\Notification\Type\DocumentWorkflow\EditType(), 16 => new \AppBundle\Notification\Type\DocumentWorkflow\FirstValidationType(), 17 => new \AppBundle\Notification\Type\DocumentWorkflow\FullyValidatedType(), 18 => new \AppBundle\Notification\Type\DocumentWorkflow\PartiallyValidatedType(), 19 => new \AppBundle\Notification\Type\DocumentWorkflow\ToCorrectType(), 20 => new \AppBundle\Notification\Type\Drive\MatchingType(), 21 => new \AppBundle\Notification\Type\Drive\SpeechAppErrorType(), 22 => new \AppBundle\Notification\Type\Drive\SpeechJobErrorType(), 23 => new \AppBundle\Notification\Type\Drive\SpeechType(), 24 => new \AppBundle\Notification\Type\Invoice\MassDownloadType(), 25 => new \AppBundle\Notification\Type\Invoice\ValidationType(), 26 => new \AppBundle\Notification\Type\Mail\StoreAttachmentType(), 27 => new \AppBundle\Notification\Type\Mail\StoreEmlType(), 28 => new \AppBundle\Notification\Type\Matter\ApplyHourlyRateType(), 29 => new \AppBundle\Notification\Type\Matter\ChangeMatterManager\ChangeMatterManagerType(), 30 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\ManagerType(), 31 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\UserIsManagerType(), 32 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\UserType(), 33 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedContactType(), 34 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedMatterType(), 35 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedReportingType(), 36 => new \AppBundle\Notification\Type\Task\AssignType(), 37 => new \AppBundle\Notification\Type\Task\ChangeStatusType(), 38 => new \AppBundle\Notification\Type\Task\DeadlineType(), 39 => new \AppBundle\Notification\Type\Task\ReminderType(), 40 => new \AppBundle\Notification\Type\User\ChangeBillingUserType()]);
}
/**
* Gets the private 'AppBundle\Notification\NotificationSender' shared autowired service.
*
* @return \AppBundle\Notification\NotificationSender
*/
protected function getNotificationSenderService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
return $this->privates['AppBundle\\Notification\\NotificationSender'];
}
$b = ($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService());
if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
return $this->privates['AppBundle\\Notification\\NotificationSender'];
}
$c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
return $this->privates['AppBundle\\Notification\\NotificationSender'];
}
$d = ($this->privates['AppBundle\\WebSocket\\WebSocketPusher'] ?? $this->getWebSocketPusherService());
if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
return $this->privates['AppBundle\\Notification\\NotificationSender'];
}
$e = ($this->privates['AppBundle\\Notification\\NotificationResolver'] ?? $this->getNotificationResolverService());
return $this->privates['AppBundle\\Notification\\NotificationSender'] = new \AppBundle\Notification\NotificationSender($e, new \AppBundle\Notification\NotificationBuilder($e, $a, $b), $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d);
}
/**
* Gets the private 'AppBundle\Portal\ContactPortalAccess' shared autowired service.
*
* @return \AppBundle\Portal\ContactPortalAccess
*/
protected function getContactPortalAccessService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AppBundle\\Portal\\ContactPortalAccess'])) {
return $this->privates['AppBundle\\Portal\\ContactPortalAccess'];
}
return $this->privates['AppBundle\\Portal\\ContactPortalAccess'] = new \AppBundle\Portal\ContactPortalAccess($a);
}
/**
* Gets the private 'AppBundle\Repository\UserRepository' shared autowired service.
*
* @return \AppBundle\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
return $this->privates['AppBundle\\Repository\\UserRepository'] = new \AppBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'AppBundle\Serializer\FormErrorNormalizer' shared autowired service.
*
* @return \AppBundle\Serializer\FormErrorNormalizer
*/
protected function getFormErrorNormalizerService()
{
return $this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] = new \AppBundle\Serializer\FormErrorNormalizer();
}
/**
* Gets the private 'AppBundle\Service\AccountGlobalData' shared autowired service.
*
* @return \AppBundle\Service\AccountGlobalData
*/
protected function getAccountGlobalDataService()
{
return $this->privates['AppBundle\\Service\\AccountGlobalData'] = new \AppBundle\Service\AccountGlobalData(($this->privates['snc_redis.common'] ?? $this->getSncRedis_CommonService()));
}
/**
* Gets the private 'AppBundle\Service\JarvisDrive' shared autowired service.
*
* @return \AppBundle\Service\JarvisDrive
*/
protected function getJarvisDriveService()
{
return $this->privates['AppBundle\\Service\\JarvisDrive'] = new \AppBundle\Service\JarvisDrive('31400300061aa08f8707582a95ff6721f018d0a19b0e83f26a3bde347bed003c2076fb2e55a5b44bad5f930fc80d1c755efd318bb01a1e7fed81f6afbbcaea9e86c2ff1095a5da3d85050559bf927a2de6d51e2dbf8f36d6f613f644ea0e649d5b9e7bfe', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'AppBundle\Service\Security\WhiteListManager' shared autowired service.
*
* @return \AppBundle\Service\Security\WhiteListManager
*/
protected function getWhiteListManagerService()
{
return $this->privates['AppBundle\\Service\\Security\\WhiteListManager'] = new \AppBundle\Service\Security\WhiteListManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()));
}
/**
* Gets the private 'AppBundle\Util\PasswordGenerator' shared autowired service.
*
* @return \AppBundle\Util\PasswordGenerator
*/
protected function getPasswordGeneratorService()
{
return $this->privates['AppBundle\\Util\\PasswordGenerator'] = new \AppBundle\Util\PasswordGenerator(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())));
}
/**
* Gets the private 'AppBundle\WebSocket\WebSocketPusher' shared autowired service.
*
* @return \AppBundle\WebSocket\WebSocketPusher
*/
protected function getWebSocketPusherService()
{
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['AppBundle\\WebSocket\\WebSocketPusher'])) {
return $this->privates['AppBundle\\WebSocket\\WebSocketPusher'];
}
return $this->privates['AppBundle\\WebSocket\\WebSocketPusher'] = new \AppBundle\WebSocket\WebSocketPusher($a, ($this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] ?? $this->getWebSocketRedisTokenManagerService()));
}
/**
* Gets the private 'AppBundle\WebSocket\WebSocketRedisTokenManager' shared autowired service.
*
* @return \AppBundle\WebSocket\WebSocketRedisTokenManager
*/
protected function getWebSocketRedisTokenManagerService()
{
return $this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] = new \AppBundle\WebSocket\WebSocketRedisTokenManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['monolog.logger.websocket'] ?? $this->getMonolog_Logger_WebsocketService()));
}
/**
* Gets the private 'App\Backoffice\Invoice\InvoiceDataTable' shared autowired service.
*
* @return \App\Backoffice\Invoice\InvoiceDataTable
*/
protected function getInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'])) {
return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'])) {
return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'];
}
return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'] = new \App\Backoffice\Invoice\InvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Backoffice\Lawfirm\LawFirmDataTable' shared autowired service.
*
* @return \App\Backoffice\Lawfirm\LawFirmDataTable
*/
protected function getLawFirmDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'])) {
return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'])) {
return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'];
}
return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'] = new \App\Backoffice\Lawfirm\LawFirmDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Backoffice\Matter\MatterDataTable' shared autowired service.
*
* @return \App\Backoffice\Matter\MatterDataTable
*/
protected function getMatterDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\Backoffice\\Matter\\MatterDataTable'])) {
return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Backoffice\\Matter\\MatterDataTable'])) {
return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'];
}
return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'] = new \App\Backoffice\Matter\MatterDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Backoffice\Matter\MatterInvoicesDataTable' shared autowired service.
*
* @return \App\Backoffice\Matter\MatterInvoicesDataTable
*/
protected function getMatterInvoicesDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'])) {
return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'])) {
return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'];
}
return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'] = new \App\Backoffice\Matter\MatterInvoicesDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Core\EventListener\LocaleListener' shared autowired service.
*
* @return \App\Core\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['App\\Core\\EventListener\\LocaleListener'] = new \App\Core\EventListener\LocaleListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Core\EventListener\Security\AppDevEventListener' shared autowired service.
*
* @return \App\Core\EventListener\Security\AppDevEventListener
*/
protected function getAppDevEventListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'])) {
return $this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'];
}
return $this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'] = new \App\Core\EventListener\Security\AppDevEventListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
}
/**
* Gets the private 'App\Core\EventSubscriber\CsrfCookieSubscriber' shared autowired service.
*
* @return \App\Core\EventSubscriber\CsrfCookieSubscriber
*/
protected function getCsrfCookieSubscriberService()
{
return $this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] = new \App\Core\EventSubscriber\CsrfCookieSubscriber(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), 'dev');
}
/**
* Gets the private 'App\Core\FeatureFlag\FeatureFlagListener' shared autowired service.
*
* @return \App\Core\FeatureFlag\FeatureFlagListener
*/
protected function getFeatureFlagListenerService()
{
return $this->privates['App\\Core\\FeatureFlag\\FeatureFlagListener'] = new \App\Core\FeatureFlag\FeatureFlagListener(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()));
}
/**
* Gets the private 'App\Core\FeatureFlag\FeatureFlagRepository' shared autowired service.
*
* @return \App\Core\FeatureFlag\FeatureFlagRepository
*/
protected function getFeatureFlagRepositoryService()
{
return $this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] = new \App\Core\FeatureFlag\FeatureFlagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Core\Language\BetaLanguageListener' shared autowired service.
*
* @return \App\Core\Language\BetaLanguageListener
*/
protected function getBetaLanguageListenerService()
{
return $this->privates['App\\Core\\Language\\BetaLanguageListener'] = new \App\Core\Language\BetaLanguageListener(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Core\Twig\JavascriptVariables' shared autowired service.
*
* @return \App\Core\Twig\JavascriptVariables
*/
protected function getJavascriptVariablesService()
{
return $this->privates['App\\Core\\Twig\\JavascriptVariables'] = new \App\Core\Twig\JavascriptVariables(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Dev\DataCollector\DevDataCollector' shared autowired service.
*
* @return \App\Dev\DataCollector\DevDataCollector
*/
protected function getDevDataCollectorService()
{
return $this->privates['App\\Dev\\DataCollector\\DevDataCollector'] = new \App\Dev\DataCollector\DevDataCollector(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['oneup_flysystem.invoice_local_filesystem'] ?? $this->getOneupFlysystem_InvoiceLocalFilesystemService()));
}
/**
* Gets the private 'App\Drive\Sharepoint\Listener\SharepointAuthListener' shared autowired service.
*
* @return \App\Drive\Sharepoint\Listener\SharepointAuthListener
*/
protected function getSharepointAuthListenerService()
{
return $this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] = new \App\Drive\Sharepoint\Listener\SharepointAuthListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['monolog.logger.sharepoint'] ?? $this->getMonolog_Logger_SharepointService()));
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\AllInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\AllInvoiceDataTable
*/
protected function getAllInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\AllInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable
*/
protected function getCanceledInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable
*/
protected function getDraftInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable
*/
protected function getPayedInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable
*/
protected function getValidatedInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable
*/
protected function getWaitingInvoiceDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Settings\ContactQualityDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Settings\ContactQualityDataTable
*/
protected function getContactQualityDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'] = new \App\LawFirm\DataTable\Settings\ContactQualityDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Settings\ContactTitleDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Settings\ContactTitleDataTable
*/
protected function getContactTitleDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'] = new \App\LawFirm\DataTable\Settings\ContactTitleDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Settings\PartyDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Settings\PartyDataTable
*/
protected function getPartyDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'] = new \App\LawFirm\DataTable\Settings\PartyDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Settings\PracticeAreaDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Settings\PracticeAreaDataTable
*/
protected function getPracticeAreaDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'] = new \App\LawFirm\DataTable\Settings\PracticeAreaDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\LawFirm\DataTable\Settings\RelationShipDataTable' shared autowired service.
*
* @return \App\LawFirm\DataTable\Settings\RelationShipDataTable
*/
protected function getRelationShipDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'])) {
return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'];
}
return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'] = new \App\LawFirm\DataTable\Settings\RelationShipDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Mail\Normalizer\MessageNormalizer' shared autowired service.
*
* @return \App\Mail\Normalizer\MessageNormalizer
*/
protected function getMessageNormalizerService()
{
return $this->privates['App\\Mail\\Normalizer\\MessageNormalizer'] = new \App\Mail\Normalizer\MessageNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()));
}
/**
* Gets the private 'App\Security\UserStatusAuthListener' shared autowired service.
*
* @return \App\Security\UserStatusAuthListener
*/
protected function getUserStatusAuthListenerService()
{
return $this->privates['App\\Security\\UserStatusAuthListener'] = new \App\Security\UserStatusAuthListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Task\TaskTemplateDataTable' shared autowired service.
*
* @return \App\Task\TaskTemplateDataTable
*/
protected function getTaskTemplateDataTableService()
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->privates['App\\Task\\TaskTemplateDataTable'])) {
return $this->privates['App\\Task\\TaskTemplateDataTable'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Task\\TaskTemplateDataTable'])) {
return $this->privates['App\\Task\\TaskTemplateDataTable'];
}
return $this->privates['App\\Task\\TaskTemplateDataTable'] = new \App\Task\TaskTemplateDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
}
/**
* Gets the private 'App\Wam\EventSubscriber\PasswordResettingSubscriber' shared autowired service.
*
* @return \App\Wam\EventSubscriber\PasswordResettingSubscriber
*/
protected function getPasswordResettingSubscriberService()
{
return $this->privates['App\\Wam\\EventSubscriber\\PasswordResettingSubscriber'] = new \App\Wam\EventSubscriber\PasswordResettingSubscriber(($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Wam\EventSubscriber\WamLoginRedirectSubscriber' shared autowired service.
*
* @return \App\Wam\EventSubscriber\WamLoginRedirectSubscriber
*/
protected function getWamLoginRedirectSubscriberService()
{
return $this->privates['App\\Wam\\EventSubscriber\\WamLoginRedirectSubscriber'] = new \App\Wam\EventSubscriber\WamLoginRedirectSubscriber(($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'CommonBundle\EventListener\CsrfProtectedListener' shared autowired service.
*
* @return \CommonBundle\EventListener\CsrfProtectedListener
*/
protected function getCsrfProtectedListenerService()
{
return $this->privates['CommonBundle\\EventListener\\CsrfProtectedListener'] = new \CommonBundle\EventListener\CsrfProtectedListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'CommonBundle\EventListener\ForgottenDomainEventsListener' shared autowired service.
*
* @return \CommonBundle\EventListener\ForgottenDomainEventsListener
*/
protected function getForgottenDomainEventsListenerService()
{
$a = ($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService());
if (isset($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'])) {
return $this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'];
}
return $this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] = new \CommonBundle\EventListener\ForgottenDomainEventsListener($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'Monolog\Processor\UidProcessor' shared autowired service.
*
* @return \Monolog\Processor\UidProcessor
*/
protected function getUidProcessorService()
{
return $this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor();
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['environment' => 'dev', 'integrations' => [0 => new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [0 => 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException', 1 => 'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException', 2 => 'App\\Mail\\Exception\\MailNotFoundException', 3 => 'App\\Drive\\Sharepoint\\Exception\\ApiException', 4 => 'PhpAmqpLib\\Exception\\AMQPConnectionClosedException', 5 => 'PhpAmqpLib\\Exception\\AMQPHeartbeatMissedException', 6 => 'PhpAmqpLib\\Exception\\AMQPIOException', 7 => 'Symfony\\Component\\Messenger\\Exception\\TransportException']]), 1 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], 'send_default_pii' => true, 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => '/usr/local/lib/php'], 'release' => '1.0.0+no-version-set', 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => $this->targetDir.'', 2 => (\dirname(__DIR__, 4).'/vendor')], 'in_app_include' => [], 'class_serializers' => []]);
$b = new \Sentry\ClientBuilder($a);
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.0.3');
$b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULL, NULL, NULL, NULL));
$b->setSerializer(new \Sentry\Serializer\Serializer($a));
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets._version__default' shared service.
*
* @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
*/
protected function getAssets_VersionDefaultService()
{
return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/web/dist/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = 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 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('uQNcdD9XIO', 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('BPDJA28gcb', 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('GR2V35q8Mc', 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('uWamIszOfU', 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('rImkX86GVl', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.sso' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SsoService()
{
$a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IZ75zVf'] ?? $this->get_CacheConnection_IZ75zVfService()), 'eDBUVExcWQ', 0, ($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.sso'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* 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('L1G1xbng6h', 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.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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.deprecated'] ?? $this->getMonolog_Handler_DeprecatedService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 4 => ($this->privates['debug.security.voter.AppBundle\\Security\\ActivityEntryVoter'] ?? $this->load('getActivityEntryVoterService'));
yield 5 => ($this->privates['debug.security.voter.AppBundle\\Security\\BarAssociationVoter'] ?? $this->load('getBarAssociationVoterService'));
yield 6 => ($this->privates['debug.security.voter.AppBundle\\Security\\EntityActionsVoter'] ?? $this->load('getEntityActionsVoterService'));
yield 7 => ($this->privates['debug.security.voter.AppBundle\\Security\\FeatureVoter'] ?? $this->load('getFeatureVoterService'));
yield 8 => ($this->privates['debug.security.voter.AppBundle\\Security\\FieldVoter'] ?? $this->load('getFieldVoterService'));
yield 9 => ($this->privates['debug.security.voter.AppBundle\\Security\\FreemiumVoter'] ?? $this->load('getFreemiumVoter2Service'));
yield 10 => ($this->privates['debug.security.voter.AppBundle\\Security\\LawFirmConfinedVoter'] ?? $this->load('getLawFirmConfinedVoterService'));
yield 11 => ($this->privates['debug.security.voter.AppBundle\\Security\\LawFirmTaxRateVoter'] ?? $this->load('getLawFirmTaxRateVoterService'));
yield 12 => ($this->privates['debug.security.voter.AppBundle\\Security\\MatterVoter'] ?? $this->load('getMatterVoterService'));
yield 13 => ($this->privates['debug.security.voter.AppBundle\\Security\\PortalVoter'] ?? $this->load('getPortalVoterService'));
yield 14 => ($this->privates['debug.security.voter.AppBundle\\Security\\UserConfinedVoter'] ?? $this->load('getUserConfinedVoterService'));
yield 15 => ($this->privates['debug.security.voter.AppBundle\\Security\\UsersConfinedVoter'] ?? $this->load('getUsersConfinedVoterService'));
yield 16 => ($this->privates['debug.security.voter.AppBundle\\Security\\WamVoter'] ?? $this->load('getWamVoterService'));
yield 17 => ($this->privates['debug.security.voter.BillingBundle\\Security\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
yield 18 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\ModuleVoter'] ?? $this->load('getModuleVoterService'));
yield 19 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\SettingsVoter'] ?? $this->load('getSettingsVoterService'));
yield 20 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\UserModuleVoter'] ?? $this->load('getUserModuleVoterService'));
yield 21 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\UserNylasModuleVoter'] ?? $this->load('getUserNylasModuleVoterService'));
yield 22 => ($this->privates['debug.security.voter.App\\Delivract\\Security\\DocumentBailiffVoter'] ?? $this->load('getDocumentBailiffVoterService'));
yield 23 => ($this->privates['debug.security.voter.App\\DocumentWorkflow\\Security\\DocumentWorkflowVoter'] ?? $this->load('getDocumentWorkflowVoterService'));
yield 24 => ($this->privates['debug.security.voter.App\\Drive\\Sharepoint\\Security\\SharepointVoter'] ?? $this->load('getSharepointVoterService'));
yield 25 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoiceCommentVoter'] ?? $this->load('getInvoiceCommentVoterService'));
yield 26 => ($this->privates['debug.security.voter.App\\Security\\UserStatusVoter'] ?? $this->load('getUserStatusVoterService'));
yield 27 => ($this->privates['debug.security.voter.App\\Task\\Security\\TaskTemplateVoter'] ?? $this->load('getTaskTemplateVoterService'));
yield 28 => ($this->privates['debug.security.voter.App\\Backoffice\\BackofficeUser\\BackofficeUserVoter'] ?? $this->load('getBackofficeUserVoterService'));
yield 29 => ($this->privates['debug.security.voter.App\\Backoffice\\Security\\BackofficeFeatureVoter'] ?? $this->load('getBackofficeFeatureVoterService'));
yield 30 => ($this->privates['debug.security.voter.App\\LawFirm\\Security\\ActivityCategoryVoter'] ?? $this->load('getActivityCategoryVoterService'));
yield 31 => ($this->privates['debug.security.voter.App\\LawFirm\\Security\\ContactQualityVoter'] ?? $this->load('getContactQualityVoterService'));
}, 32), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(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.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($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']));
}
/**
* 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, [
'AppBundle\\EventListener\\LawFirmTaxRateEventListener' => ['privates', 'AppBundle\\EventListener\\LawFirmTaxRateEventListener', 'getLawFirmTaxRateEventListenerService', true],
'AppBundle\\EventListener\\UploaderHandler' => ['privates', 'AppBundle\\EventListener\\UploaderHandler', 'getUploaderHandlerService', true],
'CRMBundle\\EventListener\\ContactDoctrineEventListener' => ['privates', 'CRMBundle\\EventListener\\ContactDoctrineEventListener', 'getContactDoctrineEventListenerService', true],
'CommonBundle\\EventListener\\DomainEventsCollector' => ['services', 'CommonBundle\\EventListener\\DomainEventsCollector', 'getDomainEventsCollectorService', false],
'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],
'fos_elastica.listener.contact' => ['privates', 'fos_elastica.listener.contact', 'getFosElastica_Listener_ContactService', true],
'fos_elastica.listener.invoice' => ['privates', 'fos_elastica.listener.invoice', 'getFosElastica_Listener_InvoiceService', true],
'fos_elastica.listener.law_firm' => ['privates', 'fos_elastica.listener.law_firm', 'getFosElastica_Listener_LawFirmService', true],
'fos_elastica.listener.matter' => ['privates', 'fos_elastica.listener.matter', 'getFosElastica_Listener_MatterService', true],
'fos_elastica.listener.user' => ['privates', 'fos_elastica.listener.user', 'getFosElastica_Listener_UserService', true],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', true],
'stof_doctrine_extensions.listener.loggable' => ['privates', 'stof_doctrine_extensions.listener.loggable', 'getStofDoctrineExtensions_Listener_LoggableService', false],
'stof_doctrine_extensions.listener.softdeleteable' => ['privates', 'stof_doctrine_extensions.listener.softdeleteable', 'getStofDoctrineExtensions_Listener_SoftdeleteableService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
], [
'AppBundle\\EventListener\\LawFirmTaxRateEventListener' => '?',
'AppBundle\\EventListener\\UploaderHandler' => '?',
'CRMBundle\\EventListener\\ContactDoctrineEventListener' => '?',
'CommonBundle\\EventListener\\DomainEventsCollector' => '?',
'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' => '?',
'fos_elastica.listener.contact' => '?',
'fos_elastica.listener.invoice' => '?',
'fos_elastica.listener.law_firm' => '?',
'fos_elastica.listener.matter' => '?',
'fos_elastica.listener.user' => '?',
'fos_user.user_listener' => '?',
'stof_doctrine_extensions.listener.loggable' => '?',
'stof_doctrine_extensions.listener.softdeleteable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
]), [0 => 'stof_doctrine_extensions.listener.loggable', 1 => 'CommonBundle\\EventListener\\DomainEventsCollector', 2 => 'CRMBundle\\EventListener\\ContactDoctrineEventListener', 3 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 4 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 5 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 6 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 7 => 'stof_doctrine_extensions.listener.softdeleteable', 8 => 'stof_doctrine_extensions.listener.timestampable', 9 => [0 => [0 => 'postPersist'], 1 => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 10 => [0 => [0 => 'postUpdate'], 1 => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 11 => [0 => [0 => 'preRemove'], 1 => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 12 => [0 => [0 => 'prePersist'], 1 => 'AppBundle\\EventListener\\UploaderHandler'], 13 => [0 => [0 => 'preUpdate'], 1 => 'AppBundle\\EventListener\\UploaderHandler'], 14 => [0 => [0 => 'preRemove'], 1 => 'AppBundle\\EventListener\\UploaderHandler'], 15 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 16 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 17 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 18 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.contact'], 19 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.contact'], 20 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.contact'], 21 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.contact'], 22 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.matter'], 23 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.matter'], 24 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.matter'], 25 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.matter'], 26 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.invoice'], 27 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.invoice'], 28 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.invoice'], 29 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.invoice'], 30 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.user'], 31 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.user'], 32 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.user'], 33 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.user'], 34 => [0 => [0 => 'postPersist'], 1 => 'fos_elastica.listener.law_firm'], 35 => [0 => [0 => 'postUpdate'], 1 => 'fos_elastica.listener.law_firm'], 36 => [0 => [0 => 'preRemove'], 1 => 'fos_elastica.listener.law_firm'], 37 => [0 => [0 => 'postFlush'], 1 => 'fos_elastica.listener.law_firm']]);
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Backoffice/Entity'), 2 => (\dirname(__DIR__, 4).'/src/DocumentWorkflow/Entity'), 3 => (\dirname(__DIR__, 4).'/src/Delivract/Entity'), 4 => (\dirname(__DIR__, 4).'/src/Drive/Entity'), 5 => (\dirname(__DIR__, 4).'/src/Drive/Sharepoint/Entity'), 6 => (\dirname(__DIR__, 4).'/src/Core/Entity'), 7 => (\dirname(__DIR__, 4).'/src/JarvisAI/Entity'), 8 => (\dirname(__DIR__, 4).'/src/Mail/Entity'), 9 => (\dirname(__DIR__, 4).'/src/UserRegistration/Entity'), 10 => (\dirname(__DIR__, 4).'/src/UserRegistration/BarRegistration/Entity'), 11 => (\dirname(__DIR__, 4).'/src/ESignature/Entity'), 12 => (\dirname(__DIR__, 4).'/src/Task/Entity'), 13 => (\dirname(__DIR__, 4).'/src/Invoice/Entity'), 14 => (\dirname(__DIR__, 4).'/src/ZohoAnalytics/Entity'), 15 => (\dirname(__DIR__, 4).'/src/AppBundle/Entity'), 16 => (\dirname(__DIR__, 4).'/src/DocumentBundle/Entity'), 17 => (\dirname(__DIR__, 4).'/src/DriveBundle/Entity'), 18 => (\dirname(__DIR__, 4).'/src/BillingBundle/Entity'), 19 => (\dirname(__DIR__, 4).'/src/SettingsBundle/Entity'), 20 => (\dirname(__DIR__, 4).'/src/CRMBundle/Entity'), 21 => (\dirname(__DIR__, 4).'/src/CalendarBundle/Entity'), 22 => (\dirname(__DIR__, 4).'/src/MigrationBundle/Entity')], false);
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener3Service()
{
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 'fos_elastica.logger' shared service.
*
* @return \FOS\ElasticaBundle\Logger\ElasticaLogger
*/
protected function getFosElastica_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('elastica');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($a, true);
}
/**
* Gets the private 'fos_rest.body_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\BodyListener
*/
protected function getFosRest_BodyListenerService()
{
$this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.decoder.json' => ['privates', 'fos_rest.decoder.json', 'getFosRest_Decoder_JsonService', true],
'fos_rest.decoder.xml' => ['privates', 'fos_rest.decoder.xml', 'getFosRest_Decoder_XmlService', true],
], [
'fos_rest.decoder.json' => '?',
'fos_rest.decoder.xml' => '?',
]), ['json' => 'fos_rest.decoder.json', 'xml' => 'fos_rest.decoder.xml']), false);
$instance->setDefaultFormat(NULL);
return $instance;
}
/**
* Gets the private 'fos_rest.format_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\FormatListener
*/
protected function getFosRest_FormatListenerService()
{
$a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/', NULL, NULL, NULL, []), ['methods' => NULL, 'priorities' => [0 => 'html', 1 => 'json'], 'fallback_format' => 'html', 'attributes' => [], 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/drive/stream', NULL, NULL, NULL, []), ['stop' => true, 'methods' => NULL, 'attributes' => [], 'prefer_extension' => '2.0', 'fallback_format' => 'html', 'priorities' => []]);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/bo', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/quick/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/contact/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/invoice/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/web-api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/comparator/api', NULL, NULL, NULL, []), ['priorities' => [0 => 'json'], 'fallback_format' => 'json', 'methods' => NULL, 'attributes' => [], 'stop' => false, 'prefer_extension' => '2.0']);
$a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/', NULL, NULL, NULL, []), ['stop' => true, 'methods' => NULL, 'attributes' => [], 'prefer_extension' => '2.0', 'fallback_format' => 'html', 'priorities' => []]);
return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
}
/**
* Gets the private 'fos_rest.param_fetcher_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ParamFetcherListener
*/
protected function getFosRest_ParamFetcherListenerService()
{
return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), true);
}
/**
* Gets the private 'fos_rest.view_response_listener' shared service.
*
* @return \FOS\RestBundle\EventListener\ViewResponseListener
*/
protected function getFosRest_ViewResponseListenerService()
{
return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\HashingPasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))), '/_fragment');
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'jms_serializer.event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_EventDispatcherService()
{
$this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', true],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', true],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
$a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__, 4).'/app/Resources/FOSUserBundle/serializer')]));
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fos_rest.serializer.flatten_exception_handler' => ['privates', 'fos_rest.serializer.flatten_exception_handler', 'getFosRest_Serializer_FlattenExceptionHandlerService', true],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', true],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', true],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', true],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', true],
'pagerfanta.serializer.handler' => ['privates', 'pagerfanta.serializer.handler', 'getPagerfanta_Serializer_HandlerService', true],
'fos_rest.serializer.form_error_handler' => ['privates', 'fos_rest.serializer.form_error_handler', 'getFosRest_Serializer_FormErrorHandlerService', true],
], [
'fos_rest.serializer.flatten_exception_handler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'pagerfanta.serializer.handler' => '?',
'fos_rest.serializer.form_error_handler' => '?',
])));
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'json', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException', 'xml', [0 => 'fos_rest.serializer.flatten_exception_handler', 1 => 'serializeToXml']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Pagerfanta\\Pagerfanta', 'json', [0 => 'pagerfanta.serializer.handler', 1 => 'serializeToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'fos_rest.serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['privates', 'jms_serializer.metadata.typed_properties_driver', 'getJmsSerializer_Metadata_TypedPropertiesDriverService', true],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
$a->setIncludeInterfaces(false);
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private '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 getLocaleListener2Service()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private '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()
{
$this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
$instance->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
return $instance;
}
/**
* Gets the private 'monolog.handler.deprecated' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_DeprecatedService()
{
$this->privates['monolog.handler.deprecated'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/logs/deprecated.log'), 4, 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
$instance->setFormatter(($this->privates['app.log.formatter.logstash_v1'] ?? ($this->privates['app.log.formatter.logstash_v1'] = new \Monolog\Formatter\LogstashFormatter('app'))));
return $instance;
}
/**
* Gets the private 'monolog.handler.files' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_FilesService()
{
$this->privates['monolog.handler.files'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 4, 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
$instance->setFormatter(($this->privates['app.log.formatter.logstash_v1'] ?? ($this->privates['app.log.formatter.logstash_v1'] = new \Monolog\Formatter\LogstashFormatter('app'))));
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainService()
{
$a = new \Monolog\Handler\StreamHandler('php://stderr', 'error', true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$a->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error')), 50, true, true, NULL);
}
/**
* 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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$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->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$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 'oneup_flysystem.dev_uploads_adapter' shared service.
*
* @return \League\Flysystem\Local\LocalFilesystemAdapter
*/
protected function getOneupFlysystem_DevUploadsAdapterService()
{
return $this->privates['oneup_flysystem.dev_uploads_adapter'] = new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__, 3).'/s3_dev'), NULL, 2, 2, NULL);
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->load('getSchebTwoFactor_Security_Totp_ProviderService'));
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
return $this->privates['security.authentication.form_listener.two_factor.main'];
}
return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
{
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
}
return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', false, false);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.Jql8bvQ'] ?? $this->get_ServiceLocator_Jql8bvQService());
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.healthcheck' => ($this->privates['.security.request_matcher.35_XLGE'] ?? ($this->privates['.security.request_matcher.35_XLGE'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(healthcheck|api/ping)')));
yield 'security.firewall.map.context.api_internal_yousign' => ($this->privates['.security.request_matcher.x9nYoT4'] ?? ($this->privates['.security.request_matcher.x9nYoT4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/internal/yousign')));
yield 'security.firewall.map.context.speech_api' => ($this->privates['.security.request_matcher.6SM2n_t'] ?? ($this->privates['.security.request_matcher.6SM2n_t'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/speech')));
yield 'security.firewall.map.context.api_internal_drive' => ($this->privates['.security.request_matcher.yaKDJWh'] ?? ($this->privates['.security.request_matcher.yaKDJWh'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/internal/drive')));
yield 'security.firewall.map.context.api_token_refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
yield 'security.firewall.map.context.api_token' => ($this->privates['.security.request_matcher.K20BCAb'] ?? ($this->privates['.security.request_matcher.K20BCAb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token')));
yield 'security.firewall.map.context.api_portal_password' => ($this->privates['.security.request_matcher.ZjLvV2g'] ?? ($this->privates['.security.request_matcher.ZjLvV2g'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/password')));
yield 'security.firewall.map.context.api_portal_public' => ($this->privates['.security.request_matcher.bxxXTI3'] ?? ($this->privates['.security.request_matcher.bxxXTI3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/public')));
yield 'security.firewall.map.context.api_portal_login' => ($this->privates['.security.request_matcher.1sLR1g4'] ?? ($this->privates['.security.request_matcher.1sLR1g4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/login')));
yield 'security.firewall.map.context.api_portal' => ($this->privates['.security.request_matcher.JoCeHZ6'] ?? ($this->privates['.security.request_matcher.JoCeHZ6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal')));
yield 'security.firewall.map.context.api_user' => ($this->privates['.security.request_matcher.ilfvIyg'] ?? ($this->privates['.security.request_matcher.ilfvIyg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(drive|outlook|jarvis-ai)')));
yield 'security.firewall.map.context.onlyoffice' => ($this->privates['.security.request_matcher.pmHWt2P'] ?? ($this->privates['.security.request_matcher.pmHWt2P'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/onlyoffice')));
yield 'security.firewall.map.context.backoffice' => ($this->privates['.security.request_matcher.dxjcfrA'] ?? ($this->privates['.security.request_matcher.dxjcfrA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/backoffice')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 15));
}
/**
* Gets the private 'security.firewall_config.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_MainService()
{
return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login', 'check_path' => '2fa_login_check', 'provider' => 'fos_userbundle', 'default_target_path' => '/dashboard', 'failure_handler' => 'AppBundle\\Handler\\MFAAuthenticationFailureHandler', 'post_only' => true, 'always_use_default_target_path' => false, 'success_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'enable_csrf' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor'], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
}
/**
* 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.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, 'common');
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $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.mapping.class_discriminator_resolver' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
*/
protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
{
return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['serializer.mapping.class_metadata_factory'] = 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 '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['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.camel_case_to_snake_case'] ?? ($this->privates['serializer.name_converter.camel_case_to_snake_case'] = new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter())));
}
/**
* Gets the private 'serializer.normalizer.object' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
*/
protected function getSerializer_Normalizer_ObjectService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
}
/**
* 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 'snc_redis.common' shared service.
*
* @return \Predis\Client
*/
protected function getSncRedis_CommonService()
{
$a = new \Predis\Profile\RedisVersion320();
$b = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory($a);
$b->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$b->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
$b->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
return $this->privates['snc_redis.common'] = new \Predis\Client(\Snc\RedisBundle\Factory\PredisParametersFactory::create(['read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'profile' => 'default', 'prefix' => NULL, 'service' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'logging' => true, 'alias' => 'common'], 'Predis\\Connection\\Parameters', $this->getEnv('REDIS_DSN')), new \Predis\Configuration\Options(['read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'profile' => $a, 'prefix' => NULL, 'service' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'connections' => $b]));
}
/**
* Gets the private 'snc_redis.default' shared service.
*
* @return \Predis\Client
*/
protected function getSncRedis_DefaultService()
{
$a = new \Predis\Profile\RedisVersion320();
$b = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory($a);
$b->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$b->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
$b->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
return $this->privates['snc_redis.default'] = new \Predis\Client(\Snc\RedisBundle\Factory\PredisParametersFactory::create(['read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'profile' => 'default', 'prefix' => NULL, 'service' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'logging' => true, 'alias' => 'default'], 'Predis\\Connection\\Parameters', $this->getEnv('REDIS_DSN')), new \Predis\Configuration\Options(['read_write_timeout' => NULL, 'iterable_multibulk' => false, 'serialization' => 'default', 'profile' => $a, 'prefix' => NULL, 'service' => NULL, 'async_connect' => false, 'timeout' => 5, 'persistent' => false, 'exceptions' => true, 'connections' => $b]));
}
/**
* Gets the private 'snc_redis.logger' shared service.
*
* @return \Snc\RedisBundle\Logger\RedisLogger
*/
protected function getSncRedis_LoggerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
$a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(true, true))));
$a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
}
/**
* Gets the private 'state_machine.calendar_synchronization.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_CalendarSynchronization_MetadataStoreService()
{
return $this->privates['state_machine.calendar_synchronization.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'state_machine.proposal.metadata_store' shared service.
*
* @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
*/
protected function getStateMachine_Proposal_MetadataStoreService()
{
return $this->privates['state_machine.proposal.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
}
/**
* Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
*
* @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
*/
protected function getStofDoctrineExtensions_EventListener_LoggerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
return $this->privates['stof_doctrine_extensions.event_listener.logger'];
}
return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
*
* @return \Gedmo\Loggable\LoggableListener
*/
protected function getStofDoctrineExtensions_Listener_LoggableService()
{
$this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff')], '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/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.cs.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), 9 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.de.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.de.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 11 => (\dirname(__DIR__, 4).'/translations/addin.de.yml'), 12 => (\dirname(__DIR__, 4).'/translations/merge_field.de.yml'), 13 => (\dirname(__DIR__, 4).'/translations/messages.de.yml'), 14 => (\dirname(__DIR__, 4).'/translations/notifications.de.yml'), 15 => (\dirname(__DIR__, 4).'/translations/security.de.yml'), 16 => (\dirname(__DIR__, 4).'/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.en.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.en.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/addin.en.yml'), 12 => (\dirname(__DIR__, 4).'/translations/backoffice.en.yml'), 13 => (\dirname(__DIR__, 4).'/translations/merge_field.en.yml'), 14 => (\dirname(__DIR__, 4).'/translations/messages.en.yml'), 15 => (\dirname(__DIR__, 4).'/translations/notifications.en.yml'), 16 => (\dirname(__DIR__, 4).'/translations/security.en.yml'), 17 => (\dirname(__DIR__, 4).'/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.es.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.es.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), 11 => (\dirname(__DIR__, 4).'/translations/addin.es.yml'), 12 => (\dirname(__DIR__, 4).'/translations/merge_field.es.yml'), 13 => (\dirname(__DIR__, 4).'/translations/messages.es.yml'), 14 => (\dirname(__DIR__, 4).'/translations/notifications.es.yml'), 15 => (\dirname(__DIR__, 4).'/translations/security.es.yml'), 16 => (\dirname(__DIR__, 4).'/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.fa.yml'), 8 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.fr.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.fr.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 11 => (\dirname(__DIR__, 4).'/translations/addin.fr.yml'), 12 => (\dirname(__DIR__, 4).'/translations/backoffice.fr.yml'), 13 => (\dirname(__DIR__, 4).'/translations/errors.fr.yml'), 14 => (\dirname(__DIR__, 4).'/translations/merge_field.fr.yml'), 15 => (\dirname(__DIR__, 4).'/translations/messages.fr.yml'), 16 => (\dirname(__DIR__, 4).'/translations/notifications.fr.yml'), 17 => (\dirname(__DIR__, 4).'/translations/security.fr.yml'), 18 => (\dirname(__DIR__, 4).'/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.it.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.it.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.nl.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.nl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), 11 => (\dirname(__DIR__, 4).'/translations/addin.nl.yml'), 12 => (\dirname(__DIR__, 4).'/translations/merge_field.nl.yml'), 13 => (\dirname(__DIR__, 4).'/translations/messages.nl.yml'), 14 => (\dirname(__DIR__, 4).'/translations/notifications.nl.yml'), 15 => (\dirname(__DIR__, 4).'/translations/security.nl.yml'), 16 => (\dirname(__DIR__, 4).'/translations/validators.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.pl.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.pl.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.pt.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.pt_BR.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.ru.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ru.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.sk.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.sk.yml'), 9 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.tr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.tr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.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')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.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'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ky.yml')], 'oc' => [0 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff')]], '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/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/src/AppBundle/translations'), 26 => (\dirname(__DIR__, 4).'/src/CommonBundle/translations'), 27 => (\dirname(__DIR__, 4).'/src/DocumentBundle/translations'), 28 => (\dirname(__DIR__, 4).'/src/DriveBundle/translations'), 29 => (\dirname(__DIR__, 4).'/src/BillingBundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/src/SettingsBundle/translations'), 32 => (\dirname(__DIR__, 4).'/src/CRMBundle/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 34 => (\dirname(__DIR__, 4).'/src/CalendarBundle/translations'), 35 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 36 => (\dirname(__DIR__, 4).'/src/MigrationBundle/translations'), 37 => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle/translations'), 38 => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle/translations'), 39 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 40 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 41 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 42 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 43 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 44 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 45 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 46 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 47 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 48 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-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/friendsofsymfony/user-bundle/src/Resources/translations', 4 => 'vendor/craue/formflow-bundle/Resources/translations', 5 => 'vendor/apy/datagrid-bundle/Resources/translations', 6 => 'vendor/sg/datatablesbundle/Resources/translations', 7 => 'vendor/babdev/pagerfanta-bundle/Resources/translations', 8 => 'vendor/scheb/2fa-bundle/Resources/translations', 9 => 'translations', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/symfony/twig-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/symfony/swiftmailer-bundle/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/sensio/framework-extra-bundle/src/translations', 17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 18 => 'vendor/friendsofsymfony/rest-bundle/translations', 19 => 'vendor/jms/serializer-bundle/translations', 20 => 'vendor/php-amqplib/rabbitmq-bundle/translations', 21 => 'vendor/oneup/flysystem-bundle/src/translations', 22 => 'vendor/snc/redis-bundle/translations', 23 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 24 => 'vendor/willdurand/js-translation-bundle/translations', 25 => 'src/AppBundle/translations', 26 => 'src/CommonBundle/translations', 27 => 'src/DocumentBundle/translations', 28 => 'src/DriveBundle/translations', 29 => 'src/BillingBundle/translations', 30 => 'vendor/liip/imagine-bundle/translations', 31 => 'src/SettingsBundle/translations', 32 => 'src/CRMBundle/translations', 33 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 34 => 'src/CalendarBundle/translations', 35 => 'vendor/friendsofsymfony/elastica-bundle/src/translations', 36 => 'src/MigrationBundle/translations', 37 => 'vendor/gos/web-socket-bundle/translations', 38 => 'vendor/gos/pubsub-router-bundle/translations', 39 => 'vendor/lexik/jwt-authentication-bundle/translations', 40 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations', 41 => 'vendor/nelmio/cors-bundle/translations', 42 => 'vendor/sentry/sentry-symfony/src/translations', 43 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 44 => 'vendor/nelmio/api-doc-bundle/translations', 45 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 46 => 'vendor/symfony/maker-bundle/src/translations', 47 => 'vendor/symfony/debug-bundle/translations', 48 => 'vendor/symfony/web-profiler-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en', 1 => 'fr']);
return $instance;
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator', 'getIsEmailUniqueByUserValidatorService', true],
'AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator', 'getIsBillingTypeFlatFeeWithFlatFeeAmountValidatorService', true],
'AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator', 'getIsEndDateGreaterThanDateValidatorService', true],
'AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator', 'getIsNotLinkedToHimSelfValidatorService', true],
'AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator', 'getIsRequiredJurisdictionValidatorService', true],
'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator', 'getMatterFolderNamingFormatContainsMatterNameOrReferenceValidatorService', true],
'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator', 'getMatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidatorService', true],
'AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator', 'getIsDefaultUniqueValidatorService', true],
'AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator', 'getIsYearRequiredValidatorService', true],
'AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator' => ['privates', 'AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator', 'getMandatoriesValuesValidatorService', true],
'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => ['services', 'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator', 'getEInvoiceFieldsValidatorService', true],
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => ['services', 'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator', 'getInvoiceSirenValidatorService', true],
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => ['services', 'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator', 'getInvoiceVATNumberValidatorService', true],
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => ['services', 'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator', 'getInvoiceVatMatchesSirenValidatorService', true],
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => ['services', 'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator', 'getEstablishmentSirenValidatorService', true],
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => ['services', 'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator', 'getEstablishmentVATNumberValidatorService', true],
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => ['services', 'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator', 'getEstablishmentVatMatchesSirenValidatorService', true],
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => ['services', 'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator', 'getImmutablePdpDataValidatorService', true],
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => ['services', 'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator', 'getSiretValidatorService', true],
'App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator' => ['privates', 'App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator', 'getUniqueLawFirmEcmIdValidatorService', true],
'App\\Backoffice\\Validator\\UniqueUserPermIdValidator' => ['privates', 'App\\Backoffice\\Validator\\UniqueUserPermIdValidator', 'getUniqueUserPermIdValidatorService', true],
'App\\Backoffice\\Validator\\UniqueUserValidator' => ['privates', 'App\\Backoffice\\Validator\\UniqueUserValidator', 'getUniqueUserValidatorService', true],
'App\\Backoffice\\Validator\\ZohoAccountIdExistValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoAccountIdExistValidator', 'getZohoAccountIdExistValidatorService', true],
'App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator', 'getZohoAccountIdUniqueValidatorService', true],
'App\\Backoffice\\Validator\\ZohoContactIdExistValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoContactIdExistValidator', 'getZohoContactIdExistValidatorService', true],
'App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator', 'getZohoContactIdUniqueValidatorService', true],
'App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator', 'getZohoCustomerIdExistValidatorService', true],
'App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator', 'getZohoCustomerIdUniqueValidatorService', true],
'App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator', 'getZohoSubscriptionIdExistValidatorService', true],
'App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator' => ['privates', 'App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator', 'getZohoSubscriptionIdUniqueValidatorService', true],
'App\\Banqup\\Validator\\Constraints\\SirenValidator' => ['privates', 'App\\Banqup\\Validator\\Constraints\\SirenValidator', 'getSirenValidatorService', true],
'App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator' => ['privates', 'App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator', 'getVatMatchesSirenValidatorService', true],
'App\\Banqup\\Validator\\Constraints\\VatNumberValidator' => ['privates', 'App\\Banqup\\Validator\\Constraints\\VatNumberValidator', 'getVatNumberValidatorService', true],
'App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator' => ['privates', 'App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator', 'getDocumentBailiffIsValidValidatorService', true],
'App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator' => ['privates', 'App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator', 'getDocumentBailiffStepIsValidValidatorService', true],
'App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator' => ['privates', 'App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator', 'getHasUniqueReferenceValidatorService', true],
'App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator' => ['privates', 'App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator', 'getHasUniqueReferenceValidator2Service', true],
'App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator' => ['privates', 'App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator', 'getMimeTypeChoiceValidatorService', true],
'App\\Drive\\Validator\\UniqueUsernameValidator' => ['privates', 'App\\Drive\\Validator\\UniqueUsernameValidator', 'getUniqueUsernameValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator', 'getCNBFNumberValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator', 'getExcludedDomainsValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator', 'getGoogleRecaptchaValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\PasswordValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\PasswordValidator', 'getPasswordValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator', 'getUniqueEmailAddressValidatorService', true],
'App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator' => ['privates', 'App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator', 'getUserAddCNBFNumberValidatorService', true],
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator', 'getInvoiceCancellationValidatorService', true],
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator', 'getInvoiceLinkValidatorService', true],
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator', 'getInvoiceStatusIsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\CustomerSirenValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\CustomerSirenValidator', 'getCustomerSirenValidatorService', true],
'BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator', 'getCustomerVATNumberValidatorService', true],
'BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator', 'getIsAmountUsedNotGreaterThanAmountDueValidatorService', true],
'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator', 'getIsAmountFullyUsedValidatorService', true],
'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator', 'getIsAmountUsedHigherThanTotalInvoiceValidatorService', true],
'BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator', 'getTrustIsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator', 'getDateOfMaturityIsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator', 'getHasOneOrManyActivitiesValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator', 'getIsActivityEntryAllowedValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator', 'getIsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator', 'getSplittedFeeAmountsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator', 'getIsAmountEnoughToPayFeesValidatorService', true],
'BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator', 'getRevisedAmountIsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator', 'getIsAmountUsedNotGreaterThanAmountDueValidator2Service', true],
'BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator', 'getTrustDateOfMaturityIsValidValidatorService', true],
'BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator' => ['privates', 'BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator', 'getTrustMatterIsValidValidatorService', true],
'CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator' => ['privates', 'CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator', 'getAreDatesNotNullValidatorService', true],
'CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator' => ['privates', 'CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator', 'getAreStartDateAndEndDateCoherentValidatorService', true],
'SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator' => ['privates', 'SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator', 'getAreChoicesFilledValidatorService', true],
'SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator' => ['privates', 'SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator', 'getIsNameUniqueValidatorService', 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],
], [
'AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator' => '?',
'AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator' => '?',
'AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator' => '?',
'AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator' => '?',
'AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator' => '?',
'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator' => '?',
'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator' => '?',
'AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator' => '?',
'AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator' => '?',
'AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator' => '?',
'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => '?',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => '?',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => '?',
'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => '?',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => '?',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => '?',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => '?',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => '?',
'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => '?',
'App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator' => '?',
'App\\Backoffice\\Validator\\UniqueUserPermIdValidator' => '?',
'App\\Backoffice\\Validator\\UniqueUserValidator' => '?',
'App\\Backoffice\\Validator\\ZohoAccountIdExistValidator' => '?',
'App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator' => '?',
'App\\Backoffice\\Validator\\ZohoContactIdExistValidator' => '?',
'App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator' => '?',
'App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator' => '?',
'App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator' => '?',
'App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator' => '?',
'App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator' => '?',
'App\\Banqup\\Validator\\Constraints\\SirenValidator' => '?',
'App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator' => '?',
'App\\Banqup\\Validator\\Constraints\\VatNumberValidator' => '?',
'App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator' => '?',
'App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator' => '?',
'App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator' => '?',
'App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator' => '?',
'App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator' => '?',
'App\\Drive\\Validator\\UniqueUsernameValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\PasswordValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator' => '?',
'App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator' => '?',
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator' => '?',
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator' => '?',
'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\CustomerSirenValidator' => '?',
'BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator' => '?',
'BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => '?',
'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator' => '?',
'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator' => '?',
'BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator' => '?',
'BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator' => '?',
'BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator' => '?',
'CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator' => '?',
'CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator' => '?',
'SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator' => '?',
'SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator' => '?',
'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'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/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())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
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 'wam_auth_pool' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getWamAuthPoolService()
{
$a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IZ75zVf'] ?? $this->get_CacheConnection_IZ75zVfService()), 'rRtmfZDKfu', 0, ($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['wam_auth_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the 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 'state_machine.proposal' alias.
*
* @return object The ".container.private.state_machine.proposal" service.
*/
protected function getStateMachine_ProposalService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.proposal" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.proposal');
}
/**
* Gets the public 'state_machine.calendar_synchronization' alias.
*
* @return object The ".container.private.state_machine.calendar_synchronization" service.
*/
protected function getStateMachine_CalendarSynchronizationService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "state_machine.calendar_synchronization" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.state_machine.calendar_synchronization');
}
/**
* 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 'gos_web_socket.client.manipulator' alias.
*
* @return object The ".container.private.gos_web_socket.client.manipulator" service.
*/
protected function getGosWebSocket_Client_ManipulatorService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.client.manipulator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.client.manipulator');
}
/**
* Gets the public 'gos_web_socket.dispatcher.rpc' alias.
*
* @return object The ".container.private.gos_web_socket.dispatcher.rpc" service.
*/
protected function getGosWebSocket_Dispatcher_RpcService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.dispatcher.rpc" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.dispatcher.rpc');
}
/**
* Gets the public 'gos_web_socket.dispatcher.topic' alias.
*
* @return object The ".container.private.gos_web_socket.dispatcher.topic" service.
*/
protected function getGosWebSocket_Dispatcher_TopicService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.dispatcher.topic" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.dispatcher.topic');
}
/**
* Gets the public 'gos_web_socket.registry.periodic' alias.
*
* @return object The ".container.private.gos_web_socket.registry.periodic" service.
*/
protected function getGosWebSocket_Registry_PeriodicService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.periodic" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.registry.periodic');
}
/**
* Gets the public 'gos_web_socket.registry.origins' alias.
*
* @return object The ".container.private.gos_web_socket.registry.origins" service.
*/
protected function getGosWebSocket_Registry_OriginsService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.origins" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.registry.origins');
}
/**
* Gets the public 'gos_web_socket.registry.rpc' alias.
*
* @return object The ".container.private.gos_web_socket.registry.rpc" service.
*/
protected function getGosWebSocket_Registry_RpcService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.rpc" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.registry.rpc');
}
/**
* Gets the public 'gos_web_socket.registry.server' alias.
*
* @return object The ".container.private.gos_web_socket.registry.server" service.
*/
protected function getGosWebSocket_Registry_ServerService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.server" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.registry.server');
}
/**
* Gets the public 'gos_web_socket.registry.topic' alias.
*
* @return object The ".container.private.gos_web_socket.registry.topic" service.
*/
protected function getGosWebSocket_Registry_TopicService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.registry.topic" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.registry.topic');
}
/**
* Gets the public 'gos_web_socket.server.launcher' alias.
*
* @return object The ".container.private.gos_web_socket.server.launcher" service.
*/
protected function getGosWebSocket_Server_LauncherService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.server.launcher" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.server.launcher');
}
/**
* Gets the public 'gos_web_socket.server.event_loop' alias.
*
* @return object The ".container.private.gos_web_socket.server.event_loop" service.
*/
protected function getGosWebSocket_Server_EventLoopService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.server.event_loop" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.server.event_loop');
}
/**
* Gets the public 'gos_web_socket.topic.periodic_timer' alias.
*
* @return object The ".container.private.gos_web_socket.topic.periodic_timer" service.
*/
protected function getGosWebSocket_Topic_PeriodicTimerService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.topic.periodic_timer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.topic.periodic_timer');
}
/**
* Gets the public 'gos_web_socket.wamp.topic_manager' alias.
*
* @return object The ".container.private.gos_web_socket.wamp.topic_manager" service.
*/
protected function getGosWebSocket_Wamp_TopicManagerService()
{
trigger_deprecation('gos/web-socket-bundle', '3.9', 'Accessing the "gos_web_socket.wamp.topic_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_web_socket.wamp.topic_manager');
}
/**
* Gets the public 'gos_pubsub_router.router_registry' alias.
*
* @return object The ".container.private.gos_pubsub_router.router_registry" service.
*/
protected function getGosPubsubRouter_RouterRegistryService()
{
trigger_deprecation('gos/pubsub-router-bundle', '2.6', 'Accessing the "gos_pubsub_router.router_registry" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.gos_pubsub_router.router_registry');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'database_host' => false,
'database_port' => false,
'database_name' => false,
'database_user' => false,
'database_password' => false,
'legacy_database_host' => false,
'legacy_database_port' => false,
'legacy_database_name' => false,
'legacy_database_user' => false,
'legacy_database_password' => false,
'legacy_project_url' => false,
'legacy_ssh_host' => false,
'legacy_ssh_port' => false,
'legacy_ssh_user' => false,
'legacy_ssh_password' => false,
'legacy_v2_database_host' => false,
'legacy_v2_database_port' => false,
'legacy_v2_database_name' => false,
'legacy_v2_database_user' => false,
'legacy_v2_database_password' => false,
'prod' => false,
'admin_api_allowed_host' => false,
'enable_full_layout' => false,
'ga_tracking' => false,
'drive_url' => false,
'drive_api' => false,
'jarvisbox_windows_download_link' => false,
'jarvisbox_mac_download_link' => false,
'help_link' => false,
'nylas_api_url' => false,
'nylas_client_id' => false,
'nylas_client_id_2' => false,
'nylas_app_secret' => false,
'nylas_app_secret_2' => false,
'nylas_europe_api_url' => false,
'nylas_europe_client_id' => false,
'nylas_europe_secret' => false,
'header_bg_color' => false,
'jarvis_api_mail_url' => false,
'websocket_scheme' => false,
'websocket_server_host' => false,
'websocket_server_host_js' => false,
'websocket_server_port_js' => false,
'websocket_server_port' => false,
'websocket_pusher_host' => false,
'websocket_pusher_port' => false,
'websocket_email_server_host_js' => false,
'websocket_email_server_port_js' => false,
'nextcloud_database_host' => false,
'nextcloud_database_port' => false,
'nextcloud_database_name' => false,
'nextcloud_database_user' => false,
'nextcloud_database_password' => false,
'apimail_database_host' => false,
'apimail_database_port' => false,
'apimail_database_name' => false,
'apimail_database_user' => false,
'apimail_database_password' => false,
'matomo_script' => false,
'pendo_app_id' => false,
'salesforce_lead_mail_recipient_email' => false,
'application_url' => false,
'app_internal_api_host' => false,
'onlyoffice_host' => false,
'onlyoffice_api' => false,
'only_office_conversion_url' => false,
'mailer_host' => false,
'mailer_port' => false,
'mailer_user' => false,
'mailer_password' => false,
'delivery_address' => false,
'legacy_host' => false,
'check_whitelist' => false,
'portal_public_url' => false,
'ovh_auth_url' => false,
'ovh_region' => false,
'ovh_username' => false,
'ovh_password' => false,
'ovh_project_name' => false,
'ovh_container_name' => false,
'phpdocx_url' => false,
'google_recaptcha_sitekey' => false,
'google_recaptcha_secret' => false,
'rabbit_mq_dsn' => false,
'zoho_client_id' => false,
'zoho_client_secret' => false,
'zoho_refresh_token' => false,
'zoho_sandbox_refresh_token' => false,
'zoho_sandbox' => false,
'zoho_webhook_secret' => false,
'zoho_subscription_product_id' => false,
'zoho_account_id_limit' => false,
'sharepoint_secret_key' => false,
'rabbit_mq_username' => false,
'rabbit_mq_password' => false,
'rabbit_mq_host' => false,
'rabbit_mq_port' => false,
'dev.aws' => false,
'banqup.client_id' => false,
'banqup.client_secret' => false,
'banqup.base_url' => false,
'banqup.requester_id' => false,
'banqup.space_id' => false,
'deliveract_api_uri' => false,
'deliveract_api_key' => false,
'deliveract_download_uri' => false,
'deliveract_download_username' => false,
'deliveract_download_password' => false,
'drive.nextcloud.admin_user' => false,
'drive.nextcloud.admin_password' => false,
'drive.nextcloud.migration_password' => false,
'einvoice_lambda_url' => false,
'uvst.client_id' => false,
'uvst.base_api_auth' => false,
'uvst.base_api' => false,
'uvst.username' => false,
'uvst.password' => false,
'esignature.yousign.url' => false,
'esignature.yousign.api_key' => false,
'open_ai.token' => false,
'open_ai.azure.token' => false,
'open_ai.organization' => false,
'ordalie_token' => false,
'proxy_llm_token' => false,
'serviceId' => false,
'servicePassword' => false,
'applicationPermId' => false,
'applicationUserId' => false,
'applicationUserPassword' => false,
'lexisNexisAuthApiBaseUrl' => false,
'lexisnexis.url_lexis_plus' => false,
'lexisnexis.master_feature_id' => false,
'lexisnexis.doc_info_api' => false,
'lexisnexis.rag_agent_url' => false,
'lexisnexis.proxy_llm_base_url' => false,
'nylas.v3.europe.client_id' => false,
'nylas.v3.europe.api_key' => false,
'nomination_endpoint' => false,
'nomination_token' => false,
'proxy_llm_open_ai' => false,
'drive_admin_client_id' => false,
'drive_admin_client_secret' => false,
'drive_admin_tenant_id' => false,
'sso_app_name' => false,
'sso_app_id' => false,
'sso_app_secret' => false,
'sso_app_tenant_id' => false,
'sso_app_resource_id' => false,
'sso_app_role_id' => false,
'cnbf_sftp_host_paris' => false,
'cnbf_sftp_user_paris' => false,
'cnbf_sftp_password_paris' => false,
'cnbf_sftp_port_paris' => false,
'cnbf_sftp_host_montpellier' => false,
'cnbf_sftp_user_montpellier' => false,
'cnbf_sftp_password_montpellier' => false,
'cnbf_sftp_port_montpellier' => false,
'WAM_SIGNOUT_URL' => false,
'WAM_OIDC_ISSUER' => false,
'WAM_OIDC_CLIENT_ID' => false,
'WAM_OIDC_CLIENT_SECRET' => false,
'yousign_url' => false,
'elasticsearch_url' => false,
'elasticsearch_username' => false,
'elasticsearch_password' => false,
'elasticsearch_index_name' => false,
'redis.dsn' => false,
'filesystem.aws_s3.personal_folder' => false,
'flysystem.ovh.prefix' => false,
'flysystem.core.bucket' => false,
'flysystem.core.prefix' => false,
'flysystem.mail.bucket' => false,
'flysystem.mail.prefix' => false,
'flysystem.zoho_analytics.bucket' => false,
'flysystem.zoho_analytics.prefix' => false,
'flysystem.data_migration.prefix' => false,
's3_region' => false,
's3_bucket' => false,
's3_bucket_mail' => false,
's3_bucket_zoho_analytics' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'swiftmailer.spool.default.memory.path' => false,
'doctrine.orm.proxy_dir' => false,
'liip_imagine.resolvers' => false,
'gos_web_socket.server.port' => false,
'gos_web_socket.server.host' => false,
'lexik_jwt_authentication.pass_phrase' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'database_host': $value = $this->getEnv('DATABASE_HOST'); break;
case 'database_port': $value = $this->getEnv('int:DATABASE_PORT'); break;
case 'database_name': $value = $this->getEnv('DATABASE_NAME'); break;
case 'database_user': $value = $this->getEnv('DATABASE_USER'); break;
case 'database_password': $value = $this->getEnv('DATABASE_PASSWORD'); break;
case 'legacy_database_host': $value = $this->getEnv('LEGACY_DATABASE_HOST'); break;
case 'legacy_database_port': $value = $this->getEnv('LEGACY_DATABASE_PORT'); break;
case 'legacy_database_name': $value = $this->getEnv('LEGACY_DATABASE_NAME'); break;
case 'legacy_database_user': $value = $this->getEnv('LEGACY_DATABASE_USER'); break;
case 'legacy_database_password': $value = $this->getEnv('LEGACY_DATABASE_PASSWORD'); break;
case 'legacy_project_url': $value = $this->getEnv('LEGACY_PROJECT_URL'); break;
case 'legacy_ssh_host': $value = $this->getEnv('LEGACY_SSH_HOST'); break;
case 'legacy_ssh_port': $value = $this->getEnv('LEGACY_SSH_PORT'); break;
case 'legacy_ssh_user': $value = $this->getEnv('LEGACY_SSH_USER'); break;
case 'legacy_ssh_password': $value = $this->getEnv('LEGACY_SSH_PASSWORD'); break;
case 'legacy_v2_database_host': $value = $this->getEnv('LEGACY_V2_DATABASE_HOST'); break;
case 'legacy_v2_database_port': $value = $this->getEnv('LEGACY_V2_DATABASE_PORT'); break;
case 'legacy_v2_database_name': $value = $this->getEnv('LEGACY_V2_DATABASE_NAME'); break;
case 'legacy_v2_database_user': $value = $this->getEnv('LEGACY_V2_DATABASE_USER'); break;
case 'legacy_v2_database_password': $value = $this->getEnv('LEGACY_V2_DATABASE_PASSWORD'); break;
case 'prod': $value = $this->getEnv('bool:IS_PRODUCTION'); break;
case 'admin_api_allowed_host': $value = $this->getEnv('ADMIN_API_ALLOWED_HOST'); break;
case 'enable_full_layout': $value = $this->getEnv('bool:ENABLE_FULL_LAYOUT'); break;
case 'ga_tracking': $value = $this->getEnv('GA_TRACKING'); break;
case 'drive_url': $value = $this->getEnv('DRIVE_URL'); break;
case 'drive_api': $value = $this->getEnv('DRIVE_API'); break;
case 'jarvisbox_windows_download_link': $value = $this->getEnv('JARVISBOX_WINDOWS_DOWNLOAD_LINK'); break;
case 'jarvisbox_mac_download_link': $value = $this->getEnv('JARVISBOX_MAC_DOWNLOAD_LINK'); break;
case 'help_link': $value = $this->getEnv('HELP_LINK'); break;
case 'nylas_api_url': $value = $this->getEnv('NYLAS_API_URL'); break;
case 'nylas_client_id': $value = $this->getEnv('NYLAS_CLIENT_ID'); break;
case 'nylas_client_id_2': $value = $this->getEnv('NYLAS_CLIENT_ID_2'); break;
case 'nylas_app_secret': $value = $this->getEnv('NYLAS_APP_SECRET'); break;
case 'nylas_app_secret_2': $value = $this->getEnv('NYLAS_APP_SECRET_2'); break;
case 'nylas_europe_api_url': $value = $this->getEnv('NYLAS_EUROPE_API_URL'); break;
case 'nylas_europe_client_id': $value = $this->getEnv('NYLAS_EUROPE_CLIENT_ID'); break;
case 'nylas_europe_secret': $value = $this->getEnv('NYLAS_EUROPE_SECRET'); break;
case 'header_bg_color': $value = $this->getEnv('HEADER_BG_COLOR'); break;
case 'jarvis_api_mail_url': $value = $this->getEnv('JARVIS_API_MAIL_URL'); break;
case 'websocket_scheme': $value = $this->getEnv('WEBSOCKET_SCHEME'); break;
case 'websocket_server_host': $value = $this->getEnv('WEBSOCKET_SERVER_HOST'); break;
case 'websocket_server_host_js': $value = $this->getEnv('WEBSOCKET_SERVER_HOST_JS'); break;
case 'websocket_server_port_js': $value = $this->getEnv('WEBSOCKET_SERVER_PORT_JS'); break;
case 'websocket_server_port': $value = $this->getEnv('WEBSOCKET_SERVER_PORT'); break;
case 'websocket_pusher_host': $value = $this->getEnv('WEBSOCKET_PUSHER_HOST'); break;
case 'websocket_pusher_port': $value = $this->getEnv('int:WEBSOCKET_PUSHER_PORT'); break;
case 'websocket_email_server_host_js': $value = $this->getEnv('WEBSOCKET_EMAIL_SERVER_HOST_JS'); break;
case 'websocket_email_server_port_js': $value = $this->getEnv('int:WEBSOCKET_EMAIL_SERVER_PORT_JS'); break;
case 'nextcloud_database_host': $value = $this->getEnv('NEXTCLOUD_DATABASE_HOST'); break;
case 'nextcloud_database_port': $value = $this->getEnv('int:NEXTCLOUD_DATABASE_PORT'); break;
case 'nextcloud_database_name': $value = $this->getEnv('NEXTCLOUD_DATABASE_NAME'); break;
case 'nextcloud_database_user': $value = $this->getEnv('NEXTCLOUD_DATABASE_USER'); break;
case 'nextcloud_database_password': $value = $this->getEnv('NEXTCLOUD_DATABASE_PASSWORD'); break;
case 'apimail_database_host': $value = $this->getEnv('APIMAIL_DATABASE_HOST'); break;
case 'apimail_database_port': $value = $this->getEnv('int:APIMAIL_DATABASE_PORT'); break;
case 'apimail_database_name': $value = $this->getEnv('APIMAIL_DATABASE_NAME'); break;
case 'apimail_database_user': $value = $this->getEnv('APIMAIL_DATABASE_USER'); break;
case 'apimail_database_password': $value = $this->getEnv('APIMAIL_DATABASE_PASSWORD'); break;
case 'matomo_script': $value = $this->getEnv('string:MATOMO_SCRIPT'); break;
case 'pendo_app_id': $value = $this->getEnv('string:PENDO_APP_ID'); break;
case 'salesforce_lead_mail_recipient_email': $value = $this->getEnv('string:SALESFORCE_LEAD_MAIL_RECIPIENT_EMAIL'); break;
case 'application_url': $value = $this->getEnv('APPLICATION_URL'); break;
case 'app_internal_api_host': $value = $this->getEnv('APP_INTERNAL_API_HOST'); break;
case 'onlyoffice_host': $value = $this->getEnv('ONLYOFFICE_URL'); break;
case 'onlyoffice_api': $value = $this->getEnv('string:ONLYOFFICE_URL').'/web-apps/apps/api/documents/api.js'; break;
case 'only_office_conversion_url': $value = $this->getEnv('string:ONLYOFFICE_URL').'/ConvertService.ashx'; break;
case 'mailer_host': $value = $this->getEnv('MAILER_HOST'); break;
case 'mailer_port': $value = $this->getEnv('MAILER_PORT'); break;
case 'mailer_user': $value = $this->getEnv('MAILER_USER'); break;
case 'mailer_password': $value = $this->getEnv('MAILER_PASSWORD'); break;
case 'delivery_address': $value = $this->getEnv('DELIVERY_ADDRESS'); break;
case 'legacy_host': $value = $this->getEnv('LEGACY_HOST'); break;
case 'check_whitelist': $value = $this->getEnv('bool:CHECK_WHITELIST'); break;
case 'portal_public_url': $value = $this->getEnv('PORTAL_PUBLIC_URL'); break;
case 'ovh_auth_url': $value = $this->getEnv('OVH_AUTH_URL'); break;
case 'ovh_region': $value = $this->getEnv('OVH_REGION'); break;
case 'ovh_username': $value = $this->getEnv('OVH_USERNAME'); break;
case 'ovh_password': $value = $this->getEnv('OVH_PASSWORD'); break;
case 'ovh_project_name': $value = $this->getEnv('OVH_PROJECT_NAME'); break;
case 'ovh_container_name': $value = $this->getEnv('OVH_CONTAINER_NAME'); break;
case 'phpdocx_url': $value = $this->getEnv('PHPDOCX_URL'); break;
case 'google_recaptcha_sitekey': $value = $this->getEnv('GOOGLE_RECAPTCHA_SITEKEY'); break;
case 'google_recaptcha_secret': $value = $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
case 'rabbit_mq_dsn': $value = $this->getEnv('RABBIT_MQ_DSN'); break;
case 'zoho_client_id': $value = $this->getEnv('ZOHO_CLIENT_ID'); break;
case 'zoho_client_secret': $value = $this->getEnv('ZOHO_CLIENT_SECRET'); break;
case 'zoho_refresh_token': $value = $this->getEnv('ZOHO_REFRESH_TOKEN'); break;
case 'zoho_sandbox_refresh_token': $value = $this->getEnv('ZOHO_SANDBOX_REFRESH_TOKEN'); break;
case 'zoho_sandbox': $value = $this->getEnv('bool:ZOHO_SANDBOX'); break;
case 'zoho_webhook_secret': $value = $this->getEnv('ZOHO_WEBHOOK_SECRET'); break;
case 'zoho_subscription_product_id': $value = $this->getEnv('ZOHO_SUBSCRIPTION_PRODUCT_ID'); break;
case 'zoho_account_id_limit': $value = $this->getEnv('int:ZOHO_ACCOUNT_ID_LIMIT'); break;
case 'sharepoint_secret_key': $value = $this->getEnv('SHAREPOINT_SECRET_KEY'); break;
case 'rabbit_mq_username': $value = $this->getEnv('RABBIT_MQ_USERNAME'); break;
case 'rabbit_mq_password': $value = $this->getEnv('RABBIT_MQ_PASSWORD'); break;
case 'rabbit_mq_host': $value = $this->getEnv('RABBIT_MQ_HOST'); break;
case 'rabbit_mq_port': $value = $this->getEnv('RABBIT_MQ_PORT'); break;
case 'dev.aws': $value = $this->getEnv('DEV_AWS'); break;
case 'banqup.client_id': $value = $this->getEnv('BANQUP_CLIENT_ID'); break;
case 'banqup.client_secret': $value = $this->getEnv('BANQUP_CLIENT_SECRET'); break;
case 'banqup.base_url': $value = $this->getEnv('BANQUP_BASE_URL'); break;
case 'banqup.requester_id': $value = $this->getEnv('BANQUP_REQUESTER_ID'); break;
case 'banqup.space_id': $value = $this->getEnv('BANQUP_SPACE_ID'); break;
case 'deliveract_api_uri': $value = $this->getEnv('DELIVRACT_API_URI'); break;
case 'deliveract_api_key': $value = $this->getEnv('DELIVRACT_API_KEY'); break;
case 'deliveract_download_uri': $value = $this->getEnv('DELIVRACT_DOWNLOAD_URI'); break;
case 'deliveract_download_username': $value = $this->getEnv('DELIVRACT_DOWNLOAD_USERNAME'); break;
case 'deliveract_download_password': $value = $this->getEnv('DELIVRACT_DOWNLOAD_PASSWORD'); break;
case 'drive.nextcloud.admin_user': $value = $this->getEnv('DRIVE_NEXTCLOUD_ADMIN_USER'); break;
case 'drive.nextcloud.admin_password': $value = $this->getEnv('DRIVE_NEXTCLOUD_ADMIN_PASSWORD'); break;
case 'drive.nextcloud.migration_password': $value = $this->getEnv('DRIVE_NEXTCLOUD_MIGRATION_PASSWORD'); break;
case 'einvoice_lambda_url': $value = $this->getEnv('EINVOICE_LAMBDA_URL'); break;
case 'uvst.client_id': $value = $this->getEnv('UVST_CLIENT_ID'); break;
case 'uvst.base_api_auth': $value = $this->getEnv('UVST_BASE_API_AUTH'); break;
case 'uvst.base_api': $value = $this->getEnv('UVST_BASE_API'); break;
case 'uvst.username': $value = $this->getEnv('UVST_USERNAME'); break;
case 'uvst.password': $value = $this->getEnv('UVST_PASSWORD'); break;
case 'esignature.yousign.url': $value = $this->getEnv('YOUSIGN_V3_URL'); break;
case 'esignature.yousign.api_key': $value = $this->getEnv('YOUSIGN_V3_API_KEY'); break;
case 'open_ai.token': $value = $this->getEnv('OPEN_AI_TOKEN'); break;
case 'open_ai.azure.token': $value = $this->getEnv('OPEN_AI_AZURE_TOKEN'); break;
case 'open_ai.organization': $value = $this->getEnv('OPEN_AI_ORGANIZATION'); break;
case 'ordalie_token': $value = $this->getEnv('ORDALIE_TOKEN'); break;
case 'proxy_llm_token': $value = $this->getEnv('PROXY_LLM_OPEN_AI'); break;
case 'serviceId': $value = $this->getEnv('LEXISNEXIS_SERVICE_ID'); break;
case 'servicePassword': $value = $this->getEnv('LEXISNEXIS_SERVICE_PASSWORD'); break;
case 'applicationPermId': $value = $this->getEnv('LEXISNEXIS_APPLICATION_PERM_ID'); break;
case 'applicationUserId': $value = $this->getEnv('LEXISNEXIS_APPLICATION_USER_ID'); break;
case 'applicationUserPassword': $value = $this->getEnv('LEXISNEXIS_APPLICATION_USER_PASSWORD'); break;
case 'lexisNexisAuthApiBaseUrl': $value = $this->getEnv('LEXISNEXIS_AUTH_API_BASE_URL'); break;
case 'lexisnexis.url_lexis_plus': $value = $this->getEnv('LEXISNEXIS_SOURCE_BASE_URL'); break;
case 'lexisnexis.master_feature_id': $value = $this->getEnv('LEXISNEXIS_MASTER_FEATURE_ID'); break;
case 'lexisnexis.doc_info_api': $value = $this->getEnv('LEXISNEXIS_DOC_INFO_API_URL'); break;
case 'lexisnexis.rag_agent_url': $value = $this->getEnv('LEXISNEXIS_RAG_AGENT_URL'); break;
case 'lexisnexis.proxy_llm_base_url': $value = $this->getEnv('LEXISNEXIS_PROXY_LLM_BASE_URL'); break;
case 'nylas.v3.europe.client_id': $value = $this->getEnv('NYLAS_V3_EUROPE_CLIENT_ID'); break;
case 'nylas.v3.europe.api_key': $value = $this->getEnv('NYLAS_V3_EUROPE_API_KEY'); break;
case 'nomination_endpoint': $value = $this->getEnv('NOMINATION_ENDPOINT'); break;
case 'nomination_token': $value = $this->getEnv('NOMINATION_TOKEN'); break;
case 'proxy_llm_open_ai': $value = $this->getEnv('PROXY_LLM_OPEN_AI'); break;
case 'drive_admin_client_id': $value = $this->getEnv('DRIVE_ADMIN_CLIENT_ID'); break;
case 'drive_admin_client_secret': $value = $this->getEnv('DRIVE_ADMIN_CLIENT_SECRET'); break;
case 'drive_admin_tenant_id': $value = $this->getEnv('DRIVE_ADMIN_TENANT_ID'); break;
case 'sso_app_name': $value = $this->getEnv('SSO_AZURE_AD_APP'); break;
case 'sso_app_id': $value = $this->getEnv('SSO_AZURE_AD_APP_CLIENT_ID'); break;
case 'sso_app_secret': $value = $this->getEnv('SSO_AZURE_AD_APP_SECRET'); break;
case 'sso_app_tenant_id': $value = $this->getEnv('SSO_AZURE_AD_APP_TENANT_ID'); break;
case 'sso_app_resource_id': $value = $this->getEnv('SSO_AZURE_AD_APP_RESOURCE_ID'); break;
case 'sso_app_role_id': $value = $this->getEnv('SSO_AZURE_AD_APP_ROLE_ID'); break;
case 'cnbf_sftp_host_paris': $value = $this->getEnv('CNBF_SFTP_HOST_PARIS'); break;
case 'cnbf_sftp_user_paris': $value = $this->getEnv('CNBF_SFTP_USER_PARIS'); break;
case 'cnbf_sftp_password_paris': $value = $this->getEnv('CNBF_SFTP_PASSWORD_PARIS'); break;
case 'cnbf_sftp_port_paris': $value = $this->getEnv('CNBF_SFTP_PORT_PARIS'); break;
case 'cnbf_sftp_host_montpellier': $value = $this->getEnv('CNBF_SFTP_HOST_MONTPELLIER'); break;
case 'cnbf_sftp_user_montpellier': $value = $this->getEnv('CNBF_SFTP_USER_MONTPELLIER'); break;
case 'cnbf_sftp_password_montpellier': $value = $this->getEnv('CNBF_SFTP_PASSWORD_MONTPELLIER'); break;
case 'cnbf_sftp_port_montpellier': $value = $this->getEnv('CNBF_SFTP_PORT_MONTPELLIER'); break;
case 'WAM_SIGNOUT_URL': $value = $this->getEnv('WAM_SIGNOUT_URL'); break;
case 'WAM_OIDC_ISSUER': $value = $this->getEnv('WAM_OIDC_ISSUER'); break;
case 'WAM_OIDC_CLIENT_ID': $value = $this->getEnv('WAM_OIDC_CLIENT_ID'); break;
case 'WAM_OIDC_CLIENT_SECRET': $value = $this->getEnv('WAM_OIDC_CLIENT_SECRET'); break;
case 'yousign_url': $value = $this->getEnv('YOUSIGN_URL'); break;
case 'elasticsearch_url': $value = $this->getEnv('ELASTICSEARCH_URL'); break;
case 'elasticsearch_username': $value = $this->getEnv('ELASTICSEARCH_USERNAME'); break;
case 'elasticsearch_password': $value = $this->getEnv('ELASTICSEARCH_PASSWORD'); break;
case 'elasticsearch_index_name': $value = $this->getEnv('ELASTICSEARCH_INDEX_NAME'); break;
case 'redis.dsn': $value = $this->getEnv('REDIS_DSN'); break;
case 'filesystem.aws_s3.personal_folder': $value = $this->getEnv('DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER'); break;
case 'flysystem.ovh.prefix': $value = $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/ovh'; break;
case 'flysystem.core.bucket': $value = $this->getEnv('S3_BUCKET'); break;
case 'flysystem.core.prefix': $value = $this->getEnv('DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER'); break;
case 'flysystem.mail.bucket': $value = $this->getEnv('S3_BUCKET'); break;
case 'flysystem.mail.prefix': $value = $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/mail'; break;
case 'flysystem.zoho_analytics.bucket': $value = $this->getEnv('S3_BUCKET'); break;
case 'flysystem.zoho_analytics.prefix': $value = $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/zoho_analytics'; break;
case 'flysystem.data_migration.prefix': $value = $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/data_migration'; break;
case 's3_region': $value = $this->getEnv('S3_REGION'); break;
case 's3_bucket': $value = $this->getEnv('S3_BUCKET'); break;
case 's3_bucket_mail': $value = $this->getEnv('S3_BUCKET_MAIL'); break;
case 's3_bucket_zoho_analytics': $value = $this->getEnv('S3_BUCKET_ZOHO_ANALYTICS'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/AppKernelDevDebugContainer.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 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'liip_imagine.resolvers': $value = [
'default' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
'root_url' => '/',
'cache_prefix' => 'media/cache',
'visibility' => 'private',
],
],
'profile_pictures' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
'root_url' => '/',
'cache_prefix' => 'media/cache',
'visibility' => 'private',
],
],
'logotype_pictures' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
'root_url' => '/',
'cache_prefix' => 'media/cache',
'visibility' => 'private',
],
],
'mail_pictures' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
'root_url' => $this->getEnv('APPLICATION_URL'),
'cache_prefix' => 'media/cache',
'visibility' => 'private',
],
],
]; break;
case 'gos_web_socket.server.port': $value = $this->getEnv('WEBSOCKET_SERVER_PORT'); break;
case 'gos_web_socket.server.host': $value = $this->getEnv('WEBSOCKET_SERVER_HOST'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_OUTLOOK_PASSPHRASE'); 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).'/logs'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
'AppBundle' => 'AppBundle\\AppBundle',
'CommonBundle' => 'CommonBundle\\CommonBundle',
'DocumentBundle' => 'DocumentBundle\\DocumentBundle',
'DriveBundle' => 'DriveBundle\\DriveBundle',
'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
'BillingBundle' => 'BillingBundle\\BillingBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'SettingsBundle' => 'SettingsBundle\\SettingsBundle',
'CRMBundle' => 'CRMBundle\\CRMBundle',
'APYDataGridBundle' => 'APY\\DataGridBundle\\APYDataGridBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'CalendarBundle' => 'CalendarBundle\\CalendarBundle',
'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
'SgDatatablesBundle' => 'Sg\\DatatablesBundle\\SgDatatablesBundle',
'MigrationBundle' => 'MigrationBundle\\MigrationBundle',
'GosWebSocketBundle' => 'Gos\\Bundle\\WebSocketBundle\\GosWebSocketBundle',
'GosPubSubRouterBundle' => 'Gos\\Bundle\\PubSubRouterBundle\\GosPubSubRouterBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'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',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'FOSRestBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle'),
'namespace' => 'FOS\\RestBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
'namespace' => 'FOS\\UserBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'OldSoundRabbitMqBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-amqplib/rabbitmq-bundle'),
'namespace' => 'OldSound\\RabbitMqBundle',
],
'OneupFlysystemBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/oneup/flysystem-bundle/src'),
'namespace' => 'Oneup\\FlysystemBundle',
],
'SncRedisBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/snc/redis-bundle'),
'namespace' => 'Snc\\RedisBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'BazingaJsTranslationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/js-translation-bundle'),
'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
],
'AppBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AppBundle'),
'namespace' => 'AppBundle',
],
'CommonBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CommonBundle'),
'namespace' => 'CommonBundle',
],
'DocumentBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DocumentBundle'),
'namespace' => 'DocumentBundle',
],
'DriveBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/DriveBundle'),
'namespace' => 'DriveBundle',
],
'CraueFormFlowBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/craue/formflow-bundle'),
'namespace' => 'Craue\\FormFlowBundle',
],
'BillingBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/BillingBundle'),
'namespace' => 'BillingBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'SettingsBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/SettingsBundle'),
'namespace' => 'SettingsBundle',
],
'CRMBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CRMBundle'),
'namespace' => 'CRMBundle',
],
'APYDataGridBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/apy/datagrid-bundle'),
'namespace' => 'APY\\DataGridBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'CalendarBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CalendarBundle'),
'namespace' => 'CalendarBundle',
],
'FOSElasticaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/elastica-bundle/src'),
'namespace' => 'FOS\\ElasticaBundle',
],
'SgDatatablesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sg/datatablesbundle'),
'namespace' => 'Sg\\DatatablesBundle',
],
'MigrationBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/MigrationBundle'),
'namespace' => 'MigrationBundle',
],
'GosWebSocketBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gos/web-socket-bundle'),
'namespace' => 'Gos\\Bundle\\WebSocketBundle',
],
'GosPubSubRouterBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gos/pubsub-router-bundle'),
'namespace' => 'Gos\\Bundle\\PubSubRouterBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'GesdinetJWTRefreshTokenBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'BabDevPagerfantaBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle'),
'namespace' => 'BabDev\\PagerfantaBundle',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
'KnpUOAuth2ClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
'namespace' => 'KnpU\\OAuth2ClientBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'AppKernelDevDebugContainer',
'elasticsearch_enabled' => true,
'env(DATABASE_HOST)' => 'db',
'env(DATABASE_PORT)' => '3306',
'env(DATABASE_NAME)' => 'jarvis',
'env(DATABASE_USER)' => 'root',
'env(DATABASE_PASSWORD)' => 'root',
'secret' => 'ThisTokenIsNotSoSecretChangeIt',
'env(LEGACY_DATABASE_HOST)' => NULL,
'env(LEGACY_DATABASE_PORT)' => NULL,
'env(LEGACY_DATABASE_NAME)' => NULL,
'env(LEGACY_DATABASE_USER)' => NULL,
'env(LEGACY_DATABASE_PASSWORD)' => NULL,
'env(LEGACY_PROJECT_URL)' => NULL,
'env(LEGACY_SSH_HOST)' => NULL,
'env(LEGACY_SSH_PORT)' => NULL,
'env(LEGACY_SSH_USER)' => NULL,
'env(LEGACY_SSH_PASSWORD)' => NULL,
'env(LEGACY_V2_DATABASE_HOST)' => NULL,
'env(LEGACY_V2_DATABASE_PORT)' => NULL,
'env(LEGACY_V2_DATABASE_NAME)' => NULL,
'env(LEGACY_V2_DATABASE_USER)' => NULL,
'env(LEGACY_V2_DATABASE_PASSWORD)' => NULL,
'pusher_app_id' => 264971,
'pusher_key' => '2847da9f185926dd0404',
'pusher_secret' => 'befb9097ce95ead65219',
'chunk_size_mb' => 3,
'uploadRequestMaxSize' => '3M',
'country' => 'fr',
'currency' => 'EUR',
'currency_symbol' => '€',
'locale' => 'fr',
'date_format' => 'd/m/Y',
'time_format' => 'G:i',
'full_date_format' => 'F j, Y, g:i a',
'number_format_decimals' => 2,
'number_format_decimal_point' => ',',
'number_format_thousands_separator' => ' ',
'date_timezone' => 'Europe/Paris',
'env(ADMIN_API_ALLOWED_HOST)' => 'php',
'dashboard_url' => 'https://jarvis-legal.clicdata.com/v/6yEseJk3jdeG',
'tmp_file' => 'var/tmp/',
'accounting_iframe_url' => 'https://jarvis-legal.clicdata.com/v/gZegpz3Nlvz8',
'reporting_iframe_url' => 'https://jarvis-legal.clicdata.com/v/g3BWKFEvgYz9',
'env(ENABLE_FULL_LAYOUT)' => 'true',
'env(GA_TRACKING)' => '',
'env(DRIVE_API)' => 'http://drive',
'env(JARVISBOX_WINDOWS_DOWNLOAD_LINK)' => '',
'env(JARVISBOX_MAC_DOWNLOAD_LINK)' => '',
'env(HELP_LINK)' => 'http://help2.jarvis-legal.fr',
'env(NYLAS_API_URL)' => 'https://api.nylas.com/',
'env(NYLAS_CLIENT_ID)' => '72j1vrure2eppiprcvj6g6yu5',
'env(NYLAS_CLIENT_ID_2)' => '72j1vrure2eppiprcvj6g6yu5',
'env(NYLAS_APP_SECRET)' => 'e15m5ajuu9pwq2ro1hmmyhaze',
'env(NYLAS_APP_SECRET_2)' => 'e15m5ajuu9pwq2ro1hmmyhaze',
'env(NYLAS_EUROPE_API_URL)' => 'https://ireland.api.nylas.com',
'env(NYLAS_EUROPE_CLIENT_ID)' => '169yzy23o1camtpfkiupluznb',
'env(NYLAS_EUROPE_SECRET)' => 'exfyfzjeb3pu0fuaqjqp3k3kx',
'invoice_lock_key' => 'invoice_lock_',
'invoice_lock_ttl' => 60,
'linkedin_link' => 'https://www.linkedin.com/company/lexisnexis-france/?originalSubdomain=fr',
'website_link' => 'https://www.lexisnexis.com/fr-fr/produits/jarvis-legal',
'env(HEADER_BG_COLOR)' => '#05cac1',
'env(JARVIS_API_MAIL_URL)' => 'http://php_mail/',
'env(IS_PRODUCTION)' => 'false',
'env(WEBSOCKET_SCHEME)' => 'wss',
'env(WEBSOCKET_SERVER_HOST)' => '0.0.0.0',
'env(WEBSOCKET_SERVER_HOST_JS)' => 'websocket.localhost',
'env(WEBSOCKET_SERVER_PORT_JS)' => '443',
'env(WEBSOCKET_SERVER_PORT)' => '8085',
'env(WEBSOCKET_PUSHER_HOST)' => '127.0.0.1',
'env(WEBSOCKET_PUSHER_PORT)' => '5555',
'env(WEBSOCKET_EMAIL_SERVER_HOST_JS)' => 'jarvis.local',
'env(WEBSOCKET_EMAIL_SERVER_PORT_JS)' => '8095',
'env(NEXTCLOUD_DATABASE_HOST)' => 'db',
'env(NEXTCLOUD_DATABASE_PORT)' => '3306',
'env(NEXTCLOUD_DATABASE_NAME)' => 'nextcloud',
'env(NEXTCLOUD_DATABASE_USER)' => 'root',
'env(NEXTCLOUD_DATABASE_PASSWORD)' => 'root',
'env(APIMAIL_DATABASE_HOST)' => 'db_mail',
'env(APIMAIL_DATABASE_PORT)' => '3306',
'env(APIMAIL_DATABASE_NAME)' => 'jarvisapimail',
'env(APIMAIL_DATABASE_USER)' => 'root',
'env(APIMAIL_DATABASE_PASSWORD)' => 'root',
'module_unavailable_url' => 'https://forms.zohopublic.eu/jarvis/form/Demandedenouveauxmodules/formperma/pfP_cTjKwoIqSnzVp6IwjO0rZNuNqYRSfNXQfAHDKgI',
'env(SALESFORCE_LEAD_MAIL_RECIPIENT_EMAIL)' => '',
'container.autowiring.strict_mode' => true,
'env(MATOMO_SCRIPT)' => '',
'env(PENDO_APP_ID)' => '',
'drive_password_encryption_key' => '31400300061aa08f8707582a95ff6721f018d0a19b0e83f26a3bde347bed003c2076fb2e55a5b44bad5f930fc80d1c755efd318bb01a1e7fed81f6afbbcaea9e86c2ff1095a5da3d85050559bf927a2de6d51e2dbf8f36d6f613f644ea0e649d5b9e7bfe',
'trash.nb_days_before_delete' => 30,
'mailer_transport' => 'smtp',
'media_cache_dir' => 'media/cache',
'env(CHECK_WHITELIST)' => 'true',
'ovh_default_expiration_token' => 60,
'env(OVH_AUTH_URL)' => 'https://auth.cloud.ovh.net/v3',
'bot_email' => 'bot@jarvis-legal.com',
'support_email' => 'supportfr@jarvis-legal.com',
'consumer.graceful_max_execution.timeout' => 1800,
'zoho_subscription_organisation_id' => '20061180351',
'zoho_subscription_sandbox_organisation_id' => '20090010068',
'zoho_analytics_organisation_id' => '20063483263',
'env(ZOHO_ACCOUNT_ID_LIMIT)' => '0',
'env(SHAREPOINT_SECRET_KEY)' => 'TESTSECRET',
'env(DEV_AWS)' => 'off',
'env(BANQUP_CLIENT_ID)' => '',
'env(BANQUP_CLIENT_SECRET)' => '',
'env(BANQUP_BASE_URL)' => '',
'env(BANQUP_REQUESTER_ID)' => '',
'env(BANQUP_SPACE_ID)' => '',
'env(DRIVE_NEXTCLOUD_ADMIN_USER)' => '',
'env(DRIVE_NEXTCLOUD_ADMIN_PASSWORD)' => '',
'env(DRIVE_NEXTCLOUD_MIGRATION_PASSWORD)' => '',
'env(EINVOICE_LAMBDA_URL)' => '',
'env(UVST_CLIENT_ID)' => '',
'env(UVST_BASE_API_AUTH)' => '',
'env(UVST_BASE_API)' => '',
'env(UVST_USERNAME)' => '',
'env(UVST_PASSWORD)' => '',
'env(YOUSIGN_V3_URL)' => '',
'env(YOUSIGN_V3_API_KEY)' => '',
'open_ai.model' => 'gpt-3.5-turbo',
'lexisnexis.llmproxy_asset_id' => '4721',
'sources_processing.supported_types' => [
0 => 'cases-fra',
1 => 'doctrine-fra',
2 => 'jurisprudence-fra',
3 => 'legislation-eur',
4 => 'doctrine-eur',
5 => 'commentaires-fra',
6 => 'revues-fra',
7 => 'actualites-fra',
8 => 'formulaires-fra',
9 => 'social-fra',
10 => 'codes-fra',
11 => 'legislation-fra',
12 => 'practical-contents-fra',
],
'env(NYLAS_V3_EUROPE_CLIENT_ID)' => '',
'env(NYLAS_V3_EUROPE_API_KEY)' => '',
'env(NOMINATION_ENDPOINT)' => '',
'env(NOMINATION_TOKEN)' => '',
'env(PROXY_LLM_OPEN_AI)' => '',
'env(DRIVE_ADMIN_CLIENT_ID)' => '',
'env(DRIVE_ADMIN_CLIENT_SECRET)' => '',
'env(DRIVE_ADMIN_TENANT_ID)' => '',
'env(SSO_AZURE_AD_APP)' => '',
'env(SSO_AZURE_AD_APP_CLIENT_ID)' => '',
'env(SSO_AZURE_AD_APP_SECRET)' => '',
'env(SSO_AZURE_AD_APP_TENANT_ID)' => '',
'env(SSO_AZURE_AD_APP_RESOURCE_ID)' => '',
'env(SSO_AZURE_AD_APP_ROLE_ID)' => '',
'env(CNBF_SFTP_HOST_PARIS)' => '',
'env(CNBF_SFTP_USER_PARIS)' => '',
'env(CNBF_SFTP_PASSWORD_PARIS)' => '',
'env(CNBF_SFTP_PORT_PARIS)' => '',
'env(CNBF_SFTP_HOST_MONTPELLIER)' => '',
'env(CNBF_SFTP_USER_MONTPELLIER)' => '',
'env(CNBF_SFTP_PASSWORD_MONTPELLIER)' => '',
'env(CNBF_SFTP_PORT_MONTPELLIER)' => '',
'env(WAM_SIGNOUT_URL)' => '',
'JARVIS_ACI' => 'jarv',
'JARVIS_APPLICATION_ID' => '1554640',
'env(WAM_OIDC_ISSUER)' => '',
'env(WAM_OIDC_CLIENT_ID)' => '',
'env(WAM_OIDC_CLIENT_SECRET)' => '',
'env(ELASTICSEARCH_URL)' => 'http://elastic:9200',
'env(ELASTICSEARCH_USERNAME)' => 'elastic',
'env(ELASTICSEARCH_PASSWORD)' => 'changeme',
'env(ELASTICSEARCH_INDEX_NAME)' => 'app',
'sentry.dsn' => 'https://c1a6de5272b649168f31030b774a3620@o4505084454895616.ingest.sentry.io/4505084624568320',
'snc_redis.session.prefix' => 'session:',
'filesystem.type' => 'local',
'env(DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER)' => 'anonymous_dev',
'filesystem.local.folder' => 's3_dev',
'flysystem.adapter_s3_ovh' => 'ovh',
'flysystem.adapter_s3_core' => 's3',
'flysystem.adapter_s3_mail' => 's3_mail',
'flysystem.adapter_s3_zoho_analytics' => 's3_zoho_analytics',
'flysystem.adapter_s3_data_migration' => 's3_data_migration',
'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\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
'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',
'Gos\\Bundle\\WebSocketBundle\\Event\\ServerLaunchedEvent' => 'gos_web_socket.server_launched',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientConnectedEvent' => 'gos_web_socket.client_connected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientDisconnectedEvent' => 'gos_web_socket.client_disconnected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientErrorEvent' => 'gos_web_socket.client_error',
'Gos\\Bundle\\WebSocketBundle\\Event\\ClientRejectedEvent' => 'gos_web_socket.client_rejected',
'Gos\\Bundle\\WebSocketBundle\\Event\\ConnectionRejectedEvent' => 'gos_web_socket.connection_rejected',
'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerFailEvent' => 'gos_web_socket.push_fail',
'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerSuccessEvent' => 'gos_web_socket.push_success',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => (\dirname(__DIR__, 4).'/app/config/routing_dev.yml'),
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
'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,
'security.role_hierarchy.roles' => [
'ROLE_LAWFIRM_ADMIN' => [
0 => 'ROLE_USER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_LAWFIRM_ADMIN',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'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 => 'healthcheck',
2 => 'api_internal_yousign',
3 => 'speech_api',
4 => 'api_internal_drive',
5 => 'api_token_refresh',
6 => 'api_token',
7 => 'api_portal_password',
8 => 'api_portal_public',
9 => 'api_portal_login',
10 => 'api_portal',
11 => 'api_user',
12 => 'onlyoffice',
13 => 'backoffice',
14 => 'main',
],
'security.api_internal_drive._indexed_authenticators' => [
],
'security.api_token_refresh._indexed_authenticators' => [
],
'security.api_token._indexed_authenticators' => [
],
'security.api_portal_public._indexed_authenticators' => [
],
'security.api_portal_login._indexed_authenticators' => [
],
'security.api_portal._indexed_authenticators' => [
],
'security.api_user._indexed_authenticators' => [
],
'security.onlyoffice._indexed_authenticators' => [
],
'security.backoffice._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@Common/form/fields.html.twig',
2 => '@Common/form/bootstrap_3_horizontal_layout.html.twig',
3 => '@LiipImagine/Form/form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.deprecated' => [
'type' => 'inclusive',
'elements' => [
0 => 'php',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.files' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'php',
],
],
'monolog.handler.main' => NULL,
],
'swiftmailer.mailer.default.transport.name' => 'dynamic',
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'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' => [
'datetime' => [
'class' => 'Doctrine\\DBAL\\Types\\DateTimeType',
],
'json_array' => [
'class' => 'Doctrine\\DBAL\\Types\\JsonType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'jarvis_dw' => 'doctrine.dbal.jarvis_dw_connection',
'nextcloud_db' => 'doctrine.dbal.nextcloud_db_connection',
'apimail_db' => 'doctrine.dbal.apimail_db_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',
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'fos_rest.format_listener.rules' => NULL,
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => 'mail/reset_passord_email.html.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.registration.confirmation.from_email' => [
'no-reply@lexisnexis.fr' => 'Jarvis Legal',
],
'fos_user.resetting.email.from_email' => [
'no-reply@lexisnexis.fr' => 'Jarvis Legal',
],
'fos_user.registration.confirmation.from_address' => [
'address' => 'no-reply@lexisnexis.fr',
'sender_name' => 'Jarvis Legal',
],
'fos_user.resetting.email.from_address' => [
'address' => 'no-reply@lexisnexis.fr',
'sender_name' => 'Jarvis Legal',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.validation_groups' => [
0 => 'EditPassword',
],
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'jms_serializer.twig_enabled' => 'default',
'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
'snc_redis.client.class' => 'Predis\\Client',
'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
'snc_redis.phpredis_client.class' => 'Redis',
'snc_redis.phpredis_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\Client',
'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
'snc_redis.phpredis_clusterclient_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\ClientCluster',
'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
'snc_redis.doctrine_cache_phpredis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
'snc_redis.doctrine_cache_predis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
'snc_redis.swiftmailer_spool.class' => 'Snc\\RedisBundle\\SwiftMailer\\RedisSpool',
'snc_redis.session.handler.class' => 'Snc\\RedisBundle\\Session\\Storage\\Handler\\RedisSessionHandler',
'snc_redis.session.client' => 'session',
'snc_redis.session.locking' => true,
'snc_redis.session.spin_lock_wait' => 150000,
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'en_US',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
'liip_imagine.loaders' => [
'profile_pictures' => [
'flysystem' => [
'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
],
],
'default' => [
'filesystem' => [
'data_root' => [
0 => (\dirname(__DIR__, 4).'/web'),
],
'locator' => 'filesystem',
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'profile_pictures',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'profile_pictures' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 32,
1 => 32,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'profile_pictures_large' => [
'quality' => 75,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 128,
1 => 128,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'logotype_pictures' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'relative_resize' => [
'heighten' => 45,
],
],
'post_processors' => [
],
],
'mail_pictures' => [
'quality' => 90,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => 'mail_pictures',
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'downscale' => [
'max' => [
0 => 484,
1 => 200,
],
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'profile_pictures',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'grid.twig_extension.class' => 'APY\\DataGridBundle\\Twig\\DataGridExtension',
'grid.class' => 'APY\\DataGridBundle\\Grid\\Grid',
'grid.manager.class' => 'APY\\DataGridBundle\\Grid\\GridManager',
'grid.column.text.class' => 'APY\\DataGridBundle\\Grid\\Column\\TextColumn',
'grid.column.number.class' => 'APY\\DataGridBundle\\Grid\\Column\\NumberColumn',
'grid.column.boolean.class' => 'APY\\DataGridBundle\\Grid\\Column\\BooleanColumn',
'grid.column.datetime.class' => 'APY\\DataGridBundle\\Grid\\Column\\DateTimeColumn',
'grid.column.date.class' => 'APY\\DataGridBundle\\Grid\\Column\\DateColumn',
'grid.column.time.class' => 'APY\\DataGridBundle\\Grid\\Column\\TimeColumn',
'grid.column.array.class' => 'APY\\DataGridBundle\\Grid\\Column\\ArrayColumn',
'grid.column.simple_array.class' => 'APY\\DataGridBundle\\Grid\\Column\\SimpleArrayColumn',
'grid.column.blank.class' => 'APY\\DataGridBundle\\Grid\\Column\\BlankColumn',
'grid.column.rank.class' => 'APY\\DataGridBundle\\Grid\\Column\\RankColumn',
'grid.column.join.class' => 'APY\\DataGridBundle\\Grid\\Column\\JoinColumn',
'apy_data_grid.limits' => [
20 => '20',
50 => '50',
100 => '100',
],
'apy_data_grid.theme' => '@APYDataGrid/blocks.html.twig',
'apy_data_grid.persistence' => false,
'apy_data_grid.no_data_message' => 'grid.no_data',
'apy_data_grid.no_result_message' => 'No result',
'apy_data_grid.actions_columns_size' => -1,
'apy_data_grid.actions_columns_title' => 'Actions',
'apy_data_grid.pagerfanta' => [
'enable' => true,
'view_class' => 'Pagerfanta\\View\\TwitterBootstrap4View',
'options' => [
'prev_message' => '«',
'next_message' => '»',
],
],
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'fos_elastica.property_accessor.magicCall' => 0,
'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
'fos_elastica.default_index' => 'contact',
'sg_datatables.datatable.query' => [
'translation_query_hints' => false,
],
'gos_web_socket.shared_config' => true,
'gos_web_socket.client.storage.ttl' => 900,
'gos_web_socket.firewall' => [
0 => 'main',
],
'gos_web_socket.client.storage.prefix' => '',
'gos_web_socket.server.tls.enabled' => false,
'gos_web_socket.server.tls.options' => [
],
'gos_web_socket.server.origin_check' => false,
'gos_web_socket.server.ip_address_check' => false,
'gos_web_socket.server.keepalive_ping' => false,
'gos_web_socket.server.keepalive_interval' => 30,
'gos_web_socket.router_resources' => [
0 => [
'resource' => '@AppBundle/Resources/config/pubsub/routing.yml',
'type' => NULL,
],
],
'gos_web_socket.blocked_ip_addresses' => [
],
'lexik_jwt_authentication.token_ttl' => 3600,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'email',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'email',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'gesdinet_jwt_refresh_token.ttl' => 2592000,
'gesdinet_jwt_refresh_token.ttl_update' => false,
'gesdinet_jwt_refresh_token.security.firewall' => 'api',
'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.user',
'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
'gesdinet_jwt_refresh_token.single_use' => true,
'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
'gesdinet_jwt_refresh_token.cookie' => [
'enabled' => false,
'same_site' => 'lax',
'path' => '/',
'domain' => NULL,
'http_only' => true,
'secure' => true,
'partitioned' => false,
'remove_token_from_body' => true,
],
'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
'gesdinet_jwt_refresh_token.return_expiration' => false,
'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
'nelmio_cors.map' => [
'/api/portal/' => [
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'allow_private_network' => false,
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 0,
'hosts' => [
],
'origin_regex' => false,
'skip_same_as_origin' => true,
'forced_allow_origin_value' => NULL,
],
'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',
'babdev_pagerfanta.default_twig_template' => '@BabDevPagerfanta/default.html.twig',
'babdev_pagerfanta.default_view' => 'default',
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
1 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
2 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
],
'scheb_two_factor.ip_whitelist' => [
],
'scheb_two_factor.totp.issuer' => NULL,
'scheb_two_factor.totp.server_name' => NULL,
'scheb_two_factor.totp.window' => 1,
'scheb_two_factor.totp.parameters' => [
],
'scheb_two_factor.totp.template' => '@SchebTwoFactor/Authentication/form.html.twig',
'scheb_two_factor.trusted_device.enabled' => false,
'nelmio_api_doc.areas' => [
0 => 'default',
1 => 'webapi',
2 => 'backoffice',
3 => 'portal',
],
'nelmio_api_doc.use_validation_groups' => false,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'AppBundle\\DataCollector\\NotificationDataCollector' => [
0 => 'app.notification',
1 => '@App/data_collector/notification.html.twig',
],
'DocumentBundle\\DataCollector\\DocumentDataCollector' => [
0 => 'app.merge_field_collector',
1 => '@Document/data_collector/document.html.twig',
],
'App\\Dev\\DataCollector\\DevDataCollector' => [
0 => 'app.dev',
1 => 'dev/data_collector/dev.html.twig',
],
'jms_serializer.data_collector' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'snc_redis.data_collector' => [
0 => 'redis',
1 => '@SncRedis/Collector/redis.html.twig',
],
'fos_elastica.data_collector' => [
0 => 'elastica',
1 => '@FOSElastica/Collector/elastica.html.twig',
],
'gos_web_socket.data_collector.websocket' => [
0 => 'websocket',
1 => '@GosWebSocket/Collector/websocket.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'old_sound_rabbit_mq.base_amqp' => [
0 => 'old_sound_rabbit_mq.drive_actions_producer',
1 => 'old_sound_rabbit_mq.calendar_actions_producer',
2 => 'old_sound_rabbit_mq.calendar_event_actions_producer',
3 => 'old_sound_rabbit_mq.speech_conversion_actions_producer',
4 => 'old_sound_rabbit_mq.drive_change_owner_producer',
5 => 'old_sound_rabbit_mq.drive_file_scan_producer',
6 => 'old_sound_rabbit_mq.drive_sharepoint_producer',
7 => 'old_sound_rabbit_mq.jarvis_direct_producer',
8 => 'old_sound_rabbit_mq.drive_actions_consumer',
9 => 'old_sound_rabbit_mq.calendar_actions_consumer',
10 => 'old_sound_rabbit_mq.calendar_event_actions_consumer',
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}